/* CSS Document */


/* dark blue: #335b8a */

html {
	height: 100.02%
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
td {
	font-size:10px;
}
#o_container {
	width:900px;
	margin-left:-450px;
	left:50%;
	position:absolute;
}

#i_container {
	background-color:#FFFFFF;
}

#banner{
	margin-bottom:17px;
	padding-bottom:8px;
	border-bottom:1px solid #335b8a;
}

#cl {
	float:left;
	width:173px;
}

#cl ul {
/*	background-image: url(../../images/backgrounds/menu.jpg);
	background-repeat: no-repeat;	*/
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
	margin-top:10px;	
}

#cl ul li {
	list-style-image: none;
	list-style-type: none;
	border-bottom:3px solid #FFFFFF;

}

#cl ul li a {
	color:#335b8a;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:8px;
	font-size:1.0em;
	font-weight:bold;
/*	background-image: url(../../images/backgrounds/tab-edges.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	display:block;
	background-color:#D2E2F2;	
}
#cl ul li a:hover {
	background-color:#B4CEE9;
}
#cm {
	float:left;
	width:700px;
	font-size:1.2em;
	margin-left:13px;
	padding-bottom:20px;
}

#cr {

}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
}

.footer {
	border-top:1px solid #335b8a;
	font-size:1.1em;
	padding-top:15px;
}
.footer .copyright {
	float:left;
}

.footer .menu {
	float:right;
}

h1 {
	color:#335b8a;
	font-size:1.4em;
}
a {
	color:#335b8a;
}

.bluetext {
	color:#335b8a;
}


input.optionbutton, input.optionbuttonover {
	color:#335b8a;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:3px;
	font-size:1.0em;
	font-weight:bold;
	background-color:#D2E2F2;	
	margin-bottom:4px;
}
input.optionbuttonover {
	background-color:#B4CEE9;
}
table.qfSectionTable td {
	padding:5px;
}
#mailform {

}
input.csc-mailform-submit {
	margin-left: 250px;
}
input, textarea, fieldset {
	border:1px solid #335b8a;
}
input, textarea {
	background-color:#D2E2F2;
}
.csc-mailform-field {
	clear:both;
	margin-bottom:5px;
}
label {
	float:left;
	width:250px;
}
fieldset {
	padding:10px;
}

/* Testimonials */

.box {
	margin-top:15px;
	background-color: #F2F2F2;
	padding: 2px;
}

.boxTop {
	padding-bottom:3px;
	font-size: 10px;
}

.boxBody {
	font-style: italic;
	color: #666666;
	font-weight: normal;
	}
.testiName {
	text-align:right;
}