/* CSS Document */
/*HTML Tags*/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backgrounds/page.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
div {
	padding: 0px;
	margin: 0px;
	float:left;
}
h1 {
	border-bottom: 1px solid #ddd;
	color: #1E4064;
	font-size: 24px;
	font-weight:normal;
	margin: 8px 0px 5px 0px;
	letter-spacing: 1.5px;
}
h2 {
	color: #1E4064;
	font-size: 20px;	
	font-weight:normal;
	margin: 0px 0px 7px 0px;
	line-height:28px;  
}
h3 {
	color: #A3A9C6;
	font-size: 16px;	
	font-weight:normal;
	margin: 12px 0px 0px 0px;
}
h4 {
	font-size: 18px;
	font-weight:normal;
	margin: 17px 0px 12px 10px;
}
h5 {
		
}
h6 {

}
p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height:20px; 
}
ul, ol {
	line-height:20px;
	padding: 0px;
	margin: 7px 0px 10px 50px; 
}
td {
	vertical-align:top;
}
form {
	padding: 0px;
	margin: 0px;	
}
img {
	vertical-align:middle;
	border:none;
}
/* Divs */
#holder {
	margin: 0px auto 0px auto;
	width:1000px;
	float:none;
}
#top_menu_holder {
	height:106px;
	width: 1000px;
}
	#top_menu { 
		height:106px;
		width: 1000px;
		z-index:0;
		position:absolute;
	}
	#page_holder {
		width: 1000px;
		padding-top:15px;
		z-index:0;
		position:relative;
	}
		#page_left {
			width: 190px;
			padding: 0px 10px 5px 0px;
		}		
		#page_right {
			width: 800px;
			
		}
			#hero {
				width: 800px;			
			}
			#content_holder {
				width: 800px;			
			}
			#content_top {
				background-image:url(../images/backgrounds/content/top_left.gif);
				background-color:#f3f3f3;
				background-repeat:no-repeat;
				height:14px;
				width:800px;
			}
			#content {
				background-color:#f3f3f3;
				width: 760px;
				padding:0 20px 0 20px;	
			}
			#content_bottom {
				background-image:url(../images/backgrounds/content/bottom.gif);
				background-color:#f3f3f3;
				background-repeat:no-repeat;
				height:14px;
				width:800px;
			}
				#content_left {
					width:570px;
					padding: 10px 20px 10px 20px;
				}		
				#content_right { 
					width: 190px;		
					padding: 0px 0px 0px 0px;
					background-color: #FFF; 	
					font-size: 12px;
					font-weight: 500;	
				}
				#content_right ul, #content_right ol {
					line-height:20px;
					padding: 0px 20px 0px 10px;
					margin: 7px 0px 10px 20px;
					list-style: square;
				}
				#content_right p {
					padding: 0px 20px 0px 10px;
				}
#footerHolder {
	width:100%;
	height: 30px;
	background-color: #3C3C3D;
	color: #CCC;
	font-size: 9px;
	margin-top:10px;
		}
		#footer {
			width:1000px;
			margin: 5px auto 0px auto;
			text-align:center;
			float:none;	
		}
	
#map {
	width:760px;
	height:300px;
	float:none;
	margin-bottom:10px;
}

#map_details {
	height:80px;
	width:275px;
}

	#page_left img {
	padding:5px 0px 0px 0px;
	}
	#disclaimer {
		width:1000px;
		text-align:center;
		padding-bottom:10px;
	}
/*Links*/

a:link, a:visited {
	color: #1E4064;
	text-decoration: none;	
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;	
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}



/* Classes */	
.holder {
	width:100%;
}
.split2 {
	width:50%;
	}
.split3 {
	width:33%;
	}
.split4 {
	width:25%;
	}
.floatLeft {
	float:left;	
	padding-right:10px;

}		
.floatRight {
	float:right;
	padding-left:10px;
}
