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

body {
	font-size:14px;
	background-color:#0087c7; /*#01ffff;*/
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position:0% 0%;
	background-attachment:fixed;
	margin:0px;
}

#left_col img { margin: 0px; padding:0px; overflow:hidden; }

#wrap {
	width:986px;
	margin:0px auto;
}

#left_col {
	width:178px;
	padding:0px;
	margin:0px;
	float:left;
}

#right_col {
	width:808px;
	padding:0px;
	margin:0px;
	float:left;
}

#content {
	width:743px;
	padding:15px 38px 15px 27px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#0071bc;
	
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#content a{
	color:#0071bc;
	text-decoration:none;
	font-weight:bold;
}

#content hr { color:#29abe2; height:1px; }
#content p img { margin:0px; padding:0px; }

#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	margin-top:15px;
	margin-bottom:25px;
}

#copyright a{ color:white; font-weight:bold; }
#copyright a:hover{	text-decoration:underline; }

#bottom_nav{
	width:743px;
	padding:0px 38px 0px 27px;
	background-image: url(../images/bottom_nav_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#bottom_nav, #bottom_nav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0071bc;
	text-decoration:none;
}

#bottom_nav a:hover { text-decoration:underline; }

.float_right {
	float:right;
	margin-left:10px;
}

.float_left {
	float:left;
	margin-right:10px;
}

#link_table tr{
	background-color:#85c2df;
}

#link_table tr td {
	border-bottom:10px solid #edf1f2;
}

#link_table tr td a { color:white; }

.form_input {
	width:222px;
	border:none;
	color:white;
	background-color:#78c9e9;
}

.form_input_container{
	width:238px;
	height:25px;
	background-image: url(../images/form_fields_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top:5px;
	padding-left:8px;
}

.form_textarea {
	width:222px;
	height:105px;
	border:none;
	color:white;
	background-color:#78c9e9;
	overflow:hidden;
}

.form_textarea_container{
	width:238px;
	height:120px;
	background-image: url(../images/form_textarea_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:5px;
	padding-left:8px;
}

.border { border:2px solid #1b8cd8; padding:2px; }