@charset "utf-8";
/* CSS Document */

/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #93b091; 
}
body {
font-size: 70%;
min-width: 760px;
}
p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
.clear3 { clear: both; height:15px }
#mainContainer {
min-height: 300px;

}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
padding:0px;
margin:0px;
height:118px;
background: url(../images/header_bg.gif) repeat-x;
}
#main_menu{
padding:0px;
margin:0px;
text-align:left;
width:1000px;}

#logo{
float:left;}

#logo_b{
float:none;
margin-left:744px;}

.menu_space{
width:33px;
padding-top:31px;
height:32px;
float:right;
padding-bottom:0px;}

.menu{
padding-top:31px;
height:32px;
float:right;
padding-bottom:0px;}

#head {
height:300px;
background: url(../images/head_bg.gif) repeat-x;
}
#head_1 {
height:200px;
background: url(../images/head_bg.gif) repeat-x;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {

background: url(../images/main_bg.gif) repeat-x top;
background-color:#FFFFFF;

}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width:1000px;
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;
/*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content_1 {
width:800px;
text-align:left;
float: right;

/*** Same length as .outer border-left but with negative value ***/
}
#content {
width:1000px;
text-align:left;
float: right;

/*** Same length as .outer border-left but with negative value ***/
}

* html #content {
position: relative;
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
margin-top:15px;
margin-bottom:15px;
float:left;
width: 533px;
min-height: 250px;
padding: 0px;
border-right: 1px solid #c5d3c3;
}
#left_3 {
margin-top:15px;
margin-bottom:25px;
float:left;
width: 700px;
min-height: 250px;
padding: 0px;
border-right: 1px solid #c5d3c3;
}
#left1 {
margin-top:15px;
margin-bottom:15px;
float:left;
width: 330px;
min-height: 250px;
padding: 0px;
border-right: 1px solid #c5d3c3;
}

#left1 {
margin-top:15px;
margin-bottom:15px;
float:left;
width: 330px;
min-height: 250px;
padding: 0px;
border-right: 1px solid #c5d3c3;
}
.left1 {
margin-top:15px;
margin-bottom:15px;
float:left;
width: 360px;
min-height: 250px;
padding: 0px;
border-right: 1px solid #c5d3c3;
}

#center_1 {
margin-top:15px;
margin-bottom:15px;
float:left;
width: 330px;
min-height: 250px;
padding: 0px;
margin-left:10px;
border-right: 1px solid #c5d3c3;
}
.center_1 {
margin-top:15px;
margin-bottom:15px;
float:left;
width: 380px;
min-height: 250px;
padding: 0px;
margin-left:20px;

}


#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
.left_text {
margin-top:15px;
margin-bottom:15px;
text-align:justify;
margin-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#527a4c;
}
.left_text1 {
margin-top:15px;
margin-bottom:15px;
text-align:justify;
margin-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#527a4c;
}
/*************************
RIGHT COLUMN
**************************/
#right {
margin-left:10px;
margin-bottom:15px;
margin-top:15px;
float:right; 
width: 430px;
padding: 0px;
 /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
#right_3 {
margin-left:10px;
margin-bottom:15px;
margin-top:15px;
float:right; 
width: 250px;
padding: 0px;
 /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
#right_content {
float:left;
margin-top:15px;
width: 400px;
padding: 0px;
 /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}

#right1 {
margin-bottom:15px;
margin-top:15px;
float:left; 
width: 330px;
padding: 0px;
border-right: 1px solid #c5d3c3;
 /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}
#right_content1 {
float:left;
margin-top:15px;
width: 300px;
padding: 0px;
 /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}

.right_content1 {
float:left;
margin-top:15px;
width: 300px;
padding: 0px;
 /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
}

.right_pix {
float:left;
padding-right:15px;}

.right_text {
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#527a4c;
}

.right_text1{
text-align:justify;
margin-top:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#527a4c;
}
.right_text3{
line-height:15px;
margin-top:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#527a4c;
}

/**************************
FOOTER
**************************/
#footer {
height:48px;
background: url(../images/footer_bg.gif) repeat-x;
text-align: center;

}
#f_content{
width:1000px;}

#f_menu{
padding-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
float:left;
color:#76a471;
height:37px;
background:url(../images/footer.gif) no-repeat;
width:591px;}
#f_menu A:link {text-decoration: none; color:#76a471;}
#f_menu A:visited {text-decoration: none; color:#76a471;}
#f_menu A:active {text-decoration: none; color:#76a471;}
#f_menu A:hover {text-decoration: underline; color:#76a471;}

.ft {
padding-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#ffffff;
width:200px;
float:left;}
.ft A:link {text-decoration: none; color:#ffffff;}
.ft A:visited {text-decoration: none; color:#ffffff;}
.ft A:active {text-decoration: none; color:#ffffff;}
.ft A:hover {text-decoration: underline; color:#ffffff;}

.butt{
padding-top:20px;
padding-left:50px;}
.butt_3{
padding-top:20px;
padding-left:50px;}

#head_flash{
width:1000px;}


b {
font-weight: normal;
}