@charset "utf-8";
/*
	master.css
*/
/*
 * RESET
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height:1.3em;
	vertical-align: top;
	background: transparent;
}
body {
/*behavior:url("../_css/csshover.htc"); - IE6 HOVER FIX*/
}
img, div {
/*behavior:url("../_css/iepngfix.htc"); - IE6 PNG TRANSPARENCY FIX*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
}
img, div {
}
/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
 body {
	background:url(../_images/background.jpg) top center repeat-x #fff;
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.3em;
	margin:0 auto;
}
.sub {
	background:#e5eaf0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.3em;
	margin:0 auto;
}
h1 {
	color:#000;
	font-size:2.0em;
	padding-bottom:15px;
}
h2 {
	font-size:1.5em;
	line-height:1.3em;
	padding-bottom:10px;
}
h3 {
	color:#112c56;
	font-size:1.3em;
	margin-top:10px;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:.8em;
}
h6 {
	font-size:.7em;
}
p {
	padding-bottom:10px;
}
ul {
	padding-left:35px;
	list-style-type:disc;
}
ol {
	padding-left:35px;
}
ul li {
}
ol li {
	list-style-type:decimal;
	padding:0;
}
a {
	color:#903;
	text-decoration:underline;
}
a:hover {
	color:#1225d6;
}
a:visited {
	color:#903;
}
a:active {
	color:#096;
}
/*
 * BASIC LAYOUT
 * Define the basic template: header, footer, menu, content
 */
#wrapper {
	 margin:0 auto;
 }
#header {
	height:100px;
	margin:3px auto 0 auto;
	margin-top:3px;
	width:900px;
}
#menu {
	background-color:#002f43;
	color:#FFF;
	height:47px;
	margin:0 auto;
	width:900px;
	-moz-border-radius-topleft :5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	
}
#content {
	background:#fff;
	clear:both;
	margin:0 auto;
	padding:15px 10px 15px 10px;
	width:880px;
	-webkit-border-top-right:5px;
	-moz-border-radius:5px;
}

/*
 * HEADER
 * Define all elements in the header area
 */
 #logo a {
	background-image:url(../_images/logo.gif);
	display:block;
	float:left;
	height:82px;
	width:113px;
	margin:13px 0 0 45px;
}
#contact_info {
	background:url(../_images/btn_contact.gif) left top no-repeat;
	float:right;
	height:25px;
	margin:40px 5px 0 0;
	width:284px;
}
#contact_info img {
	float:right;
}
/*
 * MENU
 * Define all elements in the menu area
 */
 #name {
	 margin:12px 0 0 15px;
	 font-size:1.25em;
	width:220px;
	float:left;
 }
 #menu a {
	color:#fff;
	padding:8px 12px;
	text-decoration:none;
}
 #menu a:hover {
	background:#5c77a0;
	color:#CCC;
}
#menu ul {
	float:right;
	margin:0;
	padding:15px 15px 0 0;
}
#menu li {
	color:#FFF;
	display:inline;
	font-size:.875em;
	padding:0px 2px 8px 2px;
}
#menu ul li:hover {
	position:relative;
}
#menu ul li ul {
	display:none;
	position:absolute;
	font-size:1em;
	left:0px;
	top:20px;
	background-color:#002f43;
	padding-top:0;
	width:130px;
}
#menu ul li:hover ul {
	display:block;
}
#menu ul li ul li {
	padding:0;
}
#menu ul li ul li a {
	color:#FFF;
	display:block;
	height:15px;
	padding:6px 5px 6px 10px;
}
#menu ul li ul li a:hover {
	color:#222324;
	display:block;
}
#menu ul li:hover ul li:hover {
	display:block;
	color:#222324;
	background-color:#84bee6;
}
#menu ul ul li {
	border:none;
	float:left;
	display:inline;
	width:145px;
}
 /*
 * CONTENT
 * Define all elements in the content area
 */
 #banner {
	 background:url(../_images/banner_bck.png)  center no-repeat;
	 height:391px;
	 margin:12px auto 10px auto;
	 padding-left:114px;
	 padding-top:9px;
	 width:786px;
 }
#banner img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
 #home_testimonial {
	 background-color:#f2f2f2;
	 border:#d6d6d6 solid 1px;
	 color:#696969;
	 float:left;
	 margin-left:6px;
	 padding:10px 10px 10px 10px;
	 width:322px;
 }
 #home_content {
	color:#696969;
	float:right;
	margin-right:6px;	
	margin-top:10px;
	width:500px;
 }
 .even {
	 float:left;
	 padding:10px 0 10px 0;
 }
 .odd{
	 background-color:#f2f2f2;
	 clear:both;
	 float:left;
	 margin-top:10px;
	 padding:10px 0 10px 0;
 }
 .odd img, .even img {
	float:left;
	margin-left:10px;
	margin-right:25px;
 }
 .odd p, .even p {
	 float:right;
	 margin-right:10px;
	 width:712px;
	 }
	 #sidebar_right {
		 background-color:#CCC;
		 border:#999 1px solid;
		 float:right;
		 margin-left:10px;
		 width:180px;
		 padding:10px;
	 }
	 #sidebar_right img {
		 margin:10px auto;
	 }
 /*
 * FOOTER
 * Define all elements in the footer area
 */
 #footer {
	 border-top:1px solid #CCC;
	 margin:20px auto;
	 padding:20px;
	 width:880px;
	 color:#999;
	 font-size:11px;
}
 /*
 * GENERIC CLASSES
 * Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
 */
#quote-box-text div, #quote-author div {
 display: none;
}
.relative_container{
 	position: relative;
 }
 .webform{
 }
	 .webform label{
	 	color:#000000;
	 	display: block;
		margin-top: 10px;
		font-size: 12px;
	 }
	 .webform input,
	 .webform select{
	 	width: 200px;
	 }
	 .webform textarea{
	 	width: 500px;
		height: 100px;
	 }
	 .webform .submit{
	 	display:block;
		margin-top:10px;
		width:auto;
	 }
	 .webform label.error{
	 	position: absolute;
		background: #cc0000;
		color: #ffffff;
		font-size: 12px;
		padding: 5px;
		top: -9px;
		margin-top: 0px;
	 }
	 div.update{
	 	width: 100%;
		color: #ffffff;
		font-size: 13px;
		padding: 5px;
		background-color: #009900;	 
		font-weight: bold;	
	 }
	 .webform .update{
		color: #ffffff;
		font-size: 13px;
		padding: 5px;
		background-color: #009900;	 
		font-weight: bold;	
	 }
	 .webform input.input_radio{
	 	width: auto;
	 }
	 .webform label.radio_label{
	 	display: inline;
	 }
	 .webform h2{
	 	padding-bottom: 0;
		padding-top: 5px;
	 }
	 .webform h4{
	 	padding-bottom: 0;
		padding-top: 5px;
	 }
	 .webform table td{
	 	padding: 5px;
	 }
	.webform label.error{
		position: absolute;
		background: #cc0000;
		color: #ffffff;
		font-size: 12px;
		padding: 5px;
		margin-top: 0px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}