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

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#3989d2;
margin:0px;
background-color:#86aa52;
}

.main_tbl {
border: 3px solid #3989d2;
}

.main_header {
height:217px;
width:1000px;
background:url(images/bg_header.jpg);
background-position:center;
background-repeat:no-repeat;
vertical-align:bottom;
}

.logo {
	z-index:10;
	position:absolute;
	margin-left:0px;
	margin-top:-42px;
}

.main_content {
background-color:#e5f0f7;
}

.footer {
height:20px;
background-color:#3989d2;
text-transform:uppercase;
}

.contact_submit {
background-color:#c6dde5;
color:#3989d2;
text-transform:uppercase;
font-weight:bold;
border: #86aa52 solid 2px;
font-size: 10px;
width:250px;
height:317px;
}

input, textarea, select {
border-color: #86aa52; 
border-style: solid;
border-size: 1px;
font-size: 10px;
background-color:#86aa52;
color:#ffffff;
}

.sub_head {
font-size:14px;
color:#3989d2;	
}

.header {
font-size:22px;
color:#3989d2;
font-weight:bold;
}

a {
color:#3989d2;
}

a.white_links {
color:#fff;
}

.borders {
border: 3px solid #455c42;
background:url(images/gradient.jpg);
background-repeat:repeat-x;
height:140px;
}

.borders_blue {
border: 3px solid #3989d2;
background:url(images/gradient2.jpg);
background-repeat:repeat-x;
height:140px;
}

.box_head {
font-size:16px;
color:#3989d2;
text-transform:uppercase;
font-weight:bold;
margin-top:5px;
margin-top:5px;
}

.box_head2 {
font-size:16px;
color:#455c42;
text-transform:uppercase;
font-weight:bold;
}


.green_box_left {
position:absolute;
border: 3px solid #455c42;
background:url(images/gradient.jpg);
background-repeat:repeat-x;
padding:5px;
height:140px;
width:395px;
font-size:10px;
color:#FFF;
text-align: justify;
}

.blue_box_right {
position:absolute;
border: 3px solid #3989d2;
background:url(images/gradient2.jpg);
background-repeat:repeat-x;
height:140px;
width:255px;
margin-left:420px;
padding:5px;
font-size:10px;
color:#FFF;
text-align: justify;
}

.green_box_right_bt {
position:absolute;
border: 3px solid #455c42;
background:url(images/gradient.jpg);
background-repeat:repeat-x;
padding:5px;
height:140px;
width:395px;
margin-left:280px;
font-size:10px;
color:#FFF;
text-align: justify;
margin-top:165px;
}

.blue_box_left_bt {
position:absolute;
border: 3px solid #3989d2;
background:url(images/gradient2.jpg);
background-repeat:repeat-x;
height:140px;
width:255px;
padding:5px;
font-size:10px;
color:#FFF;
text-align:justify;
margin-top:165px;
}