/* CSS Document */
body {
	background:#fff;
	color:#444;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.5em;
}

a img {
	border:0;
}

ul {
	margin:0 0 15px 0;
}

ul li {
	margin: 0 0 0 -25px;
}

ul ul {
	margin: 0 0 0 -25px;
}

p {
	margin:0 0 1.3em 0;
}

h1 span, h2 span, h3 span {
	display: none;
	width:0;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
}

h2 img, h3 img {
	margin-bottom:10px;
}

.hidden {
	margin:0;
	padding:0;
	width:0;
	height:0;
	display:inline;
}


h2 {
	color:#9b890a;
	font-size:14pt;
	margin: 0 0 8px 0;
}

h3 {
	font-size:10pt;
	margin: 0 0 3px 0;
	
}

h3.italic {font-weight:normal; font-style:italic}

#container {
	width:900px;
	margin-left: auto;
	margin-right:auto;
}

#nav {
	float:right;
	margin-right: 18px;
}

#logo {float:left; margin-left:25px}


/********** BANNER *************/
#banner {
	width:840px;
	height:276px;
	background:url(../images/banner.jpg) no-repeat;
	margin:15px 30px 0px 30px;
	position:relative;
}

	#banner-contact {
		position:absolute;
		left:570px;
		top:110px;
		width: 260px;
		font-size:9pt;
	}
	
	#banner-contact img {
	margin-right:10px;
	margin-bottom:20px;
	float: left;
	}
	
	#banner-contact span {
		margin-bottom:20px;
	}
	
	#services-slide {
		position:absolute;
		left:20px;
		top:100px;
	}
	
	#services-slide img {
		margin-right:30px;
	}
	
	#services-slide ul {
		margin-bottom:5px;
	}
	
	#services-slide a {
		text-decoration:none;
	}
	
	#p-select {
		position:absolute;
		top:220px;
		left: 450px;
		width: 120px;
	}

/********** CONTENT *************/
#content-container{
	background:url(../images/divider-container-other.gif) repeat-y;
	margin:0px 27px 0 33px;
}

#home-content-container {
	background:url(../images/divider-container.gif) repeat-y;
	margin:0px 27px 0 33px;
}

	#form-container {
	float:left;
	margin-right:30px;
	width:199px;
	}
	
	#form-container p {
		margin-bottom:0;
	}
	
	#main-content {
	float:left;
	width:608px;
	}
		

/********** HOME *************/
div.col-container {
	width:608px;
}


div.col {
	width:289px;
	float:left;
	
}

div.col#left {
	margin-right:30px;
}


div.content-whiteBg {
	background-color:#fff;
	padding-bottom: 1px;
}

/********** FORM *************/
form {
	margin:10px 0 0 0;
	padding:0;
}

label {
	font-weight:bold;
}

input, textarea {
	width:190px;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

textarea {
	height:80px;
	overflow:auto;
}

.submit {
	margin-left: 2px;
}

/********** FOOTER *************/
#footer {
	width:900px;
	background:url(../images/footer.jpg) no-repeat #fff;
	font-size:8pt;
	margin:15px 0 30px 0;
}

#footer-links {
	padding:178px 0 0 30px;
	
}


/********** LINKS *************/
a:link, a:visited { color:#9b890a; }

a:hover, a:active {color:#444;}

#footer a:link, #footer a:visited {color:#444; text-decoration:none}

#footer a:hover, #footer a:active {color:#9b890a; text-decoration:none}

/********** CLASSES *************/
.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.font-large {
	font-size:16pt;
}

.section-image {
	float:right;
	margin-left:15px;
	margin-right: 5px;
}

.divider-horiz {
	width:608px;
	background:url(../images/divider-horiz.gif) repeat-x bottom;
	margin: 15px 0 15px 0;
	height:1.5em;
	padding-bottom:10px;
}

.pdf {
	list-style-image:url(../images/icon-pdf.gif);
	margin-left:10px;
}

.pdf li {
	margin-bottom:8px;
}

