/*********************
* Globals
*********************/

*{margin: 0; padding: 0; border: 0}

body{
	background: #C4C3C9;
	color: #084A72;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}


a:link,a:visited	{ color:#683F3F; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#8F8686; text-decoration:underline; outline:none; }

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

img.img-right {
	float:right; 
	margin:5px; 
	}
	
img.img-left {
	float:left; 
	margin:2px 5px 2px 2px; 
	}
	

/*********************
* Structural
*********************/

#quick-contact{background: url(img/subhead-qc.gif) no-repeat; height:47px;}

#wrap{
	margin: 0 auto;
	width: 800px;
	background: url(img/bg-wrap.gif) repeat-y;
}

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

	}

#header{
	width: 800px;
	height: 239px;
	background: url(img/header.jpg) no-repeat;
}


#left-col{
	width: 560px;
	float: left;
	text-align: left;
}

h1 {
display:none;
}

#left-col h2{
color: #084A72;
font-size:12px;
margin: 20px 25px 8px 45px;
}

#left-col p{
margin: 0 25px 8px 45px;
}

 #left-col ul{
margin: 0 25px 8px 85px;
}

#right-col{
	width: 240px;
	float: right;
	text-align: left;
}

	#right-col form{
	margin-left:30px;
	}
	
	#right-col ul{
	color:#fff;
	font-size:11px;
	margin-right:45px;
	margin-bottom:10px;
	}
	
	
	#right-col p{
	margin-left:30px;
	color:#fff;
	font-size:11px;
	margin-right:35px;
	}
		
#footer span{display:none;}


/*********************
* Navigation
*********************/
#nav { 

	background:url(img/nav.jpg) no-repeat; 
	width:800px; 
	height:31px; 
	margin:0;
	padding:0; 
	}


#nav span { display: none; }

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

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

#nav-01 { width: 95px; margin-left:261px;}
#nav-02 { width: 145px;}
#nav-03 { width: 150px;}
#nav-04 { width: 125px;}


#nav-01 a:hover { background:url(img/nav.jpg)  -261px -31px no-repeat; }
#nav-02 a:hover { background:url(img/nav.jpg) -356px -31px no-repeat; }
#nav-03 a:hover { background:url(img/nav.jpg) -501px -31px no-repeat; }
#nav-04 a:hover { background:url(img/nav.jpg) -651px -31px no-repeat; }

/*********************
* Contact Form
*********************/
body#contact form{
margin:auto;
}

body#contact form label{
color: #0E4668 !important;
}



form {
	width:170px;
	margin:0 0 15px 0;
	}
	
form p{
	color:#fff;
	font-size:11px;
	line-height: 12px;
	}



form label	{ font-size:11px; color:#C4C3C9; font-weight:bold; }



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 #C4C3C9;
	color:#C4C3C9;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	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:11px;
	}


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



textarea { height:90px; overflow:auto; }

input.submit{ 
	width:65px;
	height:25px;
	cursor:pointer; 
	padding:0; 
	border:1px solid #fff;
	background-color: #683F3F !important;
	color:#fff;
	font-weight:bold;
	}
	
/*********************
* Footer
*********************/
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	}

