
html, body 
{
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #6d6c6c;	
	background-color: #f7f7f7;
}

* 
{ 
	margin:0; 
	padding:0; 
} 

a img 
{
	border: 0;
}

a 
{
	color: #b50000;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/* Wapper */
/* =============================================================================== */
#wrapper
{
	width: 987px;	
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}


/* Container Box*/
#container
{
	width:977px;
	margin: 0 5px;
	background-color: #FFFFFF;	
}




/* Menu */
/* =============================================================================== */
#header
{
	width: 926px;
	height: 22px;	
	margin: 0px 10px 0px 20px;
	padding: 22px 0 13px 0;
}

#logo
{
	float: left;
}
#logo h1
{
	font-size:1.2em;
}

#menu
{
	width: 650px;
	float: right;	
	padding-top: 1px;	
	font-size: .95em;
	font-weight: bold;
}

#menu ul
{
	list-style: none;
	margin: 0;
	display: block;
}

#menu li
{
	float: right;
	padding: 0 5px;
}

#menu a
{
	color: #6d6c6c;
}

#menu a:hover
{
	color: #b50000;
	text-decoration: none;
}


/* Banner */
/* =============================================================================== */
#banner
{
	color: #FFFFFF;
	padding: 34px 0 0 39px;
	width: 938px;
}

#banner a
{
	color: #ff7e00;
}	

#banner a:hover
{
	text-decoration: underline;
}	

.home
{
	height: 438px;	
	background-image: url(images/banner_home2.jpg);
	background-repeat: no-repeat;
}

.content
{
	height: 84px;	
	background-image: url(images/banner_content2.jpg);
	background-repeat: no-repeat;
}

/* Left column*/
#banner .left
{
	width: 645px;	
	float: left;
	font-size: .95em;
}

#banner .left p
{
	width: 600px;	
	margin: -9px 0 0 0;
	padding: 0 0 52px 0;	
	font-size: 1.2em;
	line-height: 1.7em;
}

#banner .left p + p
{
	margin: -9px 0 0 0;
	padding: 0 0 41px 0;
}

#banner .left p + p + p
{
	width: 335px;	
	font-size: 1.4em;
	line-height: 1.5em;
}



#banner .innerLeft
{
	width: 900px;	
	float: left;
}

#banner .innerLeft p
{
	width: 600px;	
	margin: -9px 0 0 0;
	padding: 0 0 52px 0;	
	font-size: 1.2em;
	line-height: 1.7em;
}

#banner .innerLeft p + p
{
	margin: -9px 0 0 0;
	padding: 0 0 41px 0;
}

#banner .innerLeft p + p + p
{
	width: 335px;	
	font-size: 1.4em;
	line-height: 1.5em;
}



#banner h1 
{
	margin: 0;
	padding: 0 0 15px 0;	
	font-size: 2.9em;
	font-weight: normal;
	font-family: Times New Roman, Times, serif;
}
#banner h2 
{
	margin: -10px 0 0 0;
	font-size: 1.5em;
}


/* Right column */
#banner .right
{
	width: 220px;	
	float: left;	
	padding: 0 25px 0 45px;	
	font-size: 1em;
	line-height: 1.9em;
}

#banner .right h1
{
	font-size: 2.5em;
	font-style:normal;
	padding-top:30px;
}

#banner .right .window
{
	background-color: #0f1f2f;
	padding: 10px 0 10px 12px;
	font-style: normal;
	margin: 0 25px 0 -43px;
	line-height: 1.5em;
	position: relative;
	top: -2px;
}

#banner .right .quote .openquote
{
	height: 13px;
	width: 19px;	
	position: relative;
	top: 23px;
	left: -22px;	
	margin: -13px 0 0 0;	
	background-image: url(images/quote_open.gif);
	background-repeat: no-repeat;
}

#banner .right .quote .closequote
{
	height: 13px;
	width: 19px;	
	position: relative;
	top: 2px;	
	display: inline-block;	
	background-image: url(images/quote_close.gif);
	background-repeat: no-repeat;
}

#banner .right .quote p
{
	width: 220px;	
	padding: 7px 0 8px 0;
}

#banner .right .quote + .quote /* Adds extra space above the 2nd testimonial */
{
	margin-top: 20px;
}

#banner .right .quote p em
{
	font-size: .95em;
	line-height: 1.7em;
}



/* Content Styles */
/* =============================================================================== */

#content
{
	margin: 32px 0 0 40px;
}

.hdiv_thick
{
	width: 947px;
	height: 4px;
	margin: 0 -25px 30px;
	padding-top: 30px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.hdiv_thick2
{
	width: 947px;
	height: 4px;
	margin: 0 -25px 30px;
	padding-top: 10px;
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.hdiv_thin
{
	width: 947px;
	height: 1px;	
	margin: 0 -25px 0;	
	padding-top: 25px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}


#content h2
{
	font-family: Times New Roman, Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #225d93;	
	margin: 0 0 14px 0;
}

#content  h3
{
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}



/* Home page Columns */
#content .three_columns
{
	width: 900px;	
	line-height: 1.7em;
}

#content .three_columns .column1
{
	width: 240px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}

#content .three_columns .column2
{
	width: 315px;	
	padding: 0 29px 0 30px;	
	float: left;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}

#content .three_columns .column3
{
	width: 240px;
	padding: 0 5px 0 30px;
	float: left;
}

#content .three_columns .column1 ul
{
	/*list-style: none;*/
	text-indent: 0px;
	margin-left: 0px;
}

#content .three_columns .column1 li
{
	/*
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	*/
}

#content .column .box + .box /* resets margin for second box */
{	
	margin: 0;
}

#content .column .box p
{
	padding: 0;
}




#content .inner_page_container
{
	width: 936px;	
	line-height: 1.7em;
	background-color:#FFFFFF;
	text-align:justify;
}

#content .inner_page_container .column1
{
	width: 605px;
	float: left;
	padding-right: 25px;
	border-right: #333333 1px solid;
	
	font-size: 1.2em;
	
	color:#333333;
	line-height:1.7em;	
	
}


#content .inner_page_container .column2
{	
	width: 255px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:1.2em;
	margin: 0 0 0 10px;
	padding: 0px 0 15px 10px;
	float:left;
}

#content .inner_page_container .column1 .image
{
	width: 110px;
	height: 70px;
	float: left;
	padding-top: 5px;
	margin-top: 5px;
}

#content .inner_page_container .column1 .text
{
	width: 495px;
	float: left;
	padding-top: 5px;
}

#content .inner_page_container .column1 ul
{
	/*list-style: none;*/
	text-indent: 15px;
	margin: 10px 0px 0px 20px;
}

#content .inner_page_container .column1 li
{
	/*
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	margin-top: px;
	*/
}

#content .inner_page_container .column1 .extraspace li
{
	margin-top: 30px;
}

#content .inner_page_container .column1 ul p
{
	text-indent: 0;
	margin-left: 24px;
	padding: 0;
}

#content .inner_page_container .column1 p
{
	padding-bottom: 20px;
}

#content .inner_page_container .column2 h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#content .inner_page_container .column2 p em
{
	font-size: .95em;
	line-height: 1.7em;
}

#content .inner_page_container .column2 .quote
{
	font-style: italic;
}

#content .inner_page_container .column2 .source
{
	padding: 10px 0 35px 0;
}

#content .inner_page_container .column2 ul
{
	list-style: none;
	text-indent: 24px;
	margin-top: -13px;
}

#content .inner_page_container .column2 li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 2.5em;
}


#content .column
{
	width: 158px;
	float: left;
	padding: 10px 10px 0 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}

#content .column p
{
	padding: 0 0 10px 0;
}


/* Big */
#content .big
{
	width: 900px;	
	line-height: 1.7em;
}

#content .big p
{
	width: 460px;
	padding-bottom: 20px;
}

#content .big .side_column_header
{	
	height: 35px;
	width: 246px;
	background-image: url(images/sidecolumn_hdr_bg.gif);
	background-repeat: no-repeat;
	
	margin: 0 0 0 -14px;
	padding: 10px 0 15px 14px;
}

#content .big h4
{
	font-size: 1.1em;
	font-weight: bold;
}


#footer 
{
	padding: 20px 20px;
	margin: 0 0;
	clear: both;
}

#footer a
{
	color:#6d6c6c;	
}

/* form styles
------------------------------------------------- */

.QuoteForm ul {
	list-style: disc;
}


.QuoteForm li {
	background-image: none;
	margin: 0 0 0 30px;
	color:#000066;
	font-size:1em;
	font-weight:bold;
}

.QuoteForm p {
	color:#000000;
	font-size:1em;
	font-weight:normal;
	padding:10px 0 0 20px;
}

.FormHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #555555;
	padding-left: 5px;
}
.FormLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1m;
	font-weight: normal;
	color: #000000;
}
.FormLabelReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FF3300;
}
.FormLabelReqErr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}

.btnHolder {
	padding:3px;
	margin:0;
}
.btnHolder a {
	padding: 5px 8px 5px 8px;
	background: #333333;
	color:#FFFFFF;
	text-decoration:none;
}
.btnHolder a:hover {
	background:#FF7000;
	color:#000000;
	text-decoration:none;
}

.input  { 
	font-family:Trebuchet MS; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;	
	background-color: #eeeeee; 
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px 
}
.inputFocus  { 
	font-family: Trebuchet MS;
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
	background-color: lime; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px 	

}
.input2  { 
	font-family:Trebuchet MS; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;	
	background-color: #eeeeee; 
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	height: 19px;
}
.input2Focus  { 
	font-family:Trebuchet MS; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
	background-color: #DDDDCC; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	height: 19px;	

}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
	background-color: #CCCCBB; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.buttonover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;	
	color: #000000; 
	background-color: #EEEEDD; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px 
}
.CommentBox  { 
	font-family:Trebuchet MS; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;	
	background-color: #eeeeee; 
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.CommentBoxFocus  { 
	font-family: Trebuchet MS;
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
	background-color: #DDDDCC; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

.Warning { clear: both; background: none; background-color: #F4FAFF; border: 1px solid #B2CCE5; font: normal 11px Verdana; padding: 5px; margin: 0 10px 10px 0; }
.Error { clear: both; background: none; background-color: #FFFFCC; border: 1px solid #990000; font: normal 1em Verdana; color:#CC0000; padding: 5px; margin: 10px; }
.Error a { color:#000066; text-decoration:underline; }




