 
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff url(../images/bg-body.jpg) repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ display:none;}
h2	{ font-size:2.0em; line-height: 1.2em; color:#774C4C; font-weight:bold;}
h3	{ font-size:.95em; color:#000; font-weight:bold;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#21439B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#051A4F; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/top.gif") right no-repeat;
	font-size:10px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 8px 8px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 5px 5px; 
	}
	
img.img-right-contact { 
	float:right; 
	margin-top: 30px;
	margin-left:15px;
	}
	
.light{
color: #ccc;
font-weight:bold;
text-transform:uppercase;
}

.dark{
color: #5F7085;
font-weight:bold;
text-transform:uppercase;
}

p.dark{
color: #5F7085;
font-weight:bold;
text-transform:uppercase;
}

#column-right p.site-source{
font-size:11px;
color:#5F7085;
}

	
	
/* ----- global form elements ----- */

#column-right form{ width:400px; border: 3px solid #774C4C;
}

#column-right form input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #774C4C;
	color:#774C4C;
	width:300px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

form label	{ font-size:11px; color:#774C4C;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #774C4C;
	color:#774C4C;
	width:135px; /* 5 pixles smaller than form width !important */
	height:14px;
	line-height:12px;
	vertical-align: middle;
	margin-bottom:0px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:140px; padding:0; } /* same width as form - !important */

select.small { width:50px; padding:0; } /* same width as form - !important */

textarea.large { height:192px; overflow:auto; }
textarea { height:90px; overflow:auto; }

#column-right form input.fcheckbox{width:auto; height:auto;}
input.fcheckbox{width:auto; height:auto;}

#column-right form input.blank{
height:1px;
width:1px;
border:none;
}
input.blank{
height:1px;
width:1px;
border:none;
}


#column-right select.fselect{
width:100px;
}

#column-right input.small{
width:100px;
}

select.fselect{
width:100px;
}


input.radio{width:auto; height:auto; background-color:none; border:none;}
#column-right form input.radio{width:auto; height:auto; background-color:none; border:none;}


/* ----- submit button form elements ----- */ 

input.submit { margin:10px 0 0 0px; }


input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.gif");
	width:77px;
	height:26px;
	border:none;
	margin-left:63px;
	}
	
	input.submit-image-inside{ /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.gif");
	width:77px;
	height:26px;
	border:none;
	margin-left:30px;
	}
	
	input.eval{
	width:120px;
	height:35px;
	border:none;
	}
	
	#column-right form input.eval{
	width:120px;
	height:35px;
	border:none;
	}		

/* contact-pod
 * ------------------------------------------------------------------------- */
 
#subhead-index-contact{
 	background:url("../images/subhead-index-form.gif") no-repeat;
	height: 53px;
	}
	
#form-spacer{
background:url(../images/spacer.jpg) no-repeat;
height:20px;
}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/wrap.gif") repeat-y;
	width:795px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-contact {
	background-color:#fff;
	width:795px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:160px;
	}
	
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:36px;
		width:247px;
		top:55px;
		height:107px; 
		}
	#masthead a span {
		display:none;
		}
		

/* ----- column-left ----- */

#column-left {
	width:234px;
	float:left;
	}
	
#column-left-contact {
	width:200px;
	float:left;
	}
	
		
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul{
	margin:0 20px 10px 10px;
	}
	
	#column-left p{
	font-size:11px;
	color:#774C4C;
	}

	#column-left form { margin-left:30px; padding-right:20px;}
	
			
/* ----- column-right ----- */

#column-right {
	width:561px;
	float:left;
	}
	
	#column-right p{
		margin:0 25px 10px 15px;
		font-size:12px;
		color:#000;
		}		
	
	#column-right h2{
		margin:5px 25px 10px 15px;
		}
		
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul {padding-right:5px; }
		#column-right ul li { 
			background:transparent url("../images/top.gif") 0px 0px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			color: #774C4C;
			margin-bottom:5px;
			margin-left: 30px;
			}
			
				
	
/* ----- featured ----- */

	#featured-wrap{
	background:url("../images/wrap-featured.gif") repeat-y;
	width:561px;
	margin:0 auto;
	text-align:left;
	}
	
	#subhead-title1{
	background:url(../images/subhead-title1.gif) no-repeat;
	height:50px;
	}
	
	#subhead-title2{
	background:url(../images/subhead-title2.gif) no-repeat;
	height:50px;
	}
	
	#subhead-title3{
	background:url(../images/subhead-title3.gif) no-repeat;
	height:50px;
	margin-top:12px;
	}
	
	#featured-wrap p{
	margin: 0 80px 0 35px;
	color:#fff;
	}
	
	#featured-bottom{
	background:url(../images/featured-bottom.gif) no-repeat;
	height:50px;
	}
			

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.gif");
	height:45px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-contact {
	background:none;
	height:45px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:91px; margin-bottom:5px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.gif"); }
	body#wtc #subhead { background:url("../images/subhead-wtc.gif"); }
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#consultation #subhead { background:url("../images/subhead-consultation.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }

	
body#index #subhead { height:15px; margin-bottom:5px; } /* sets height for all subheads */

/* ----- subhead framework with varying heights ----- */
	
#subhead-qc {
	height:131px;
	background:url("../images/subhead-qc.gif") no-repeat ;
	}
	
#subhead-qc-contact {
	height:131px;
	background:none;
	}
	




/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:795px;
	margin:0 auto;
	text-align:center;
	background:url("../images/footer-bg.gif") no-repeat;
	}

#footer p {
	color:#21439B;
	padding-bottom:10px;
	line-height: 16px;
	}

#footer a:link, #footer a:visited { color:#21439B; }

#footer a:hover, #footer a:active { color:#051A4F; }

#footer ul {margin-top:15px; padding-bottom:5px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #582428;
	}

	#footer li.first { border: none; }

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:795px; 
	height:56px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:56px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 81px; margin-left: 310px;}
#nav-02 { width: 151px;}
#nav-03 { width: 127px;}
#nav-04 { width: 122px;}

#nav-01 a:hover { background:url("../images/nav.gif")  -310px -56px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -391px -56px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -542px -56px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -669px -56px no-repeat; }

