/* CSS Document */

html {
padding: 0;
margin: 0;
}

body {
padding: 0;
margin: 25px 0;
background: #0D3A7B url(images/bg.jpg) center top no-repeat;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color: #333;
}

#top_wrap {
margin: 0 auto;
width: 936px;
background: url(images/shadow_full_01.png);
height: 168px;
}

#midline {
/*background: url(images/graybar.png) repeat-x #CCCCCC;*/
height: 35px;

}

#navigation {
margin: 0 auto;
width: 936px;
background: url(images/shadow_full_02.png);
}

#content {
overflow: auto;
margin: 0 auto;
width: 900px;
padding: 0 18px;
background: url(images/shadow_full_03.png) repeat-y;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

#test li {
	display: block;
	border: solid 1px red;
}                 

#top_header {
width: 900px;
height: 150px;
padding: 18px 18px 0 18px;
background: url(images/header.jpg) bottom center no-repeat;
}

#bottom {
margin: 0 auto;
width: 900px;
height: 18px;
padding: 0 18px 0 18px;
background: url(images/shadow_full_05.png) no-repeat;
}

/*COLUMNS*/

#left_column {
float: left;
width: 270px;
min-height: 200px;
text-align: left;
padding-bottom: 10px;
}

#main_column {
float: left;
width: 630px;
min-height: 330px;
text-align: left;
padding-bottom: 10px;
}

#footer {
clear: both;
float: left;
width: 900px;
background: #0d347b;
border-top: #000 15px solid;
min-height: 95px;
text-align: left;
padding-bottom: 10px;
}

p {
padding: 15px 35px 0 35px;
margin: 0;
}

h1, h2, h3 {
padding: 10px 35px 0px 35px;
margin: 0;
}

.base_text {
color: #ccc;
font-size: 1.1.em;
text-align: center;
}

.disclaimer {
color: #aaaaaa;
font-size: .75em;
font-family: Geneva, Arial, Sans-serif;
text-align: center;
}

div.small_col_block {
background: url(images/small_col_block.png) no-repeat;
}

div.large_col_block {
background: url(images/large_col_block.png) no-repeat;
}

h1 {
font-size: 1.4em;
color: #OOO;
text-transform: uppercase;
padding-top: 10px;
}

h2 {
font-size: 1.2em;
color: #333;
}

h3 {
font-size: 1em;
color: #003366;
text-transform: uppercase;
}


/* BUBBLE PLASTIC HORIZONTAL MENU */

#contain_nav {
width: 900px;
padding-left: 18px;

*padding-left: 0px;

}

.bubplastic.horizontal {
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 35px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	color: #ccc;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 7px;
	padding-right: 10px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}

/* Mid Navigation */

#navlist-mid
{
padding-left: 0px;
margin-left: 0;
width:200px;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
color: #003366;
}

#navlist-mid li
{
list-style-image: url(images/plus.png);
margin: .25em;
padding: 0.25em;
}

#navlist-mid li a { 
text-decoration: none;
color: #666666; }

#navlist-mid li a:hover { 
text-decoration: none;
color: #003399; }

ul li {
margin: 0;
padding: 0;
}

img.border {
border: 3px #cdcdcd solid;
}

a {
color: #437FD0;
text-decoration: none;
}

a:hover {
color: #BC262C;
text-decoration: none;
}

hr {
border: none;
}
.ErrorMessage {
	color:#FF0000;
	}
.contactTable{
	
	}
.comments {
	width:430px;
	height:100px;
	}
.rounded1 {
	 background-color: #fffcec; 
	 moz-border-radius: 25px;
	 -webkit-border-radius: 25px; 
	 border: 1px solid #76b4e5;
	 padding: 15px;
	 background-image:url(images/bg_forms.jpg);
	 background-repeat:repeat-x;
	 margin:0px 30px;
	 }
