/******************************************************* // 5 horizons v1 // *****************************************************/

/* Layout of main template styles */

body {
	font-size:75%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
}

html>body 
	{
	font-size: 12px;
	}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}

#wrap 
	{
	background-image: url(images/header_BG.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
	
#content 
	{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}

#logo 
	{
	margin-top: 35px;
	float: left;
	}
	
#flash 
	{
	padding-top: 17px;
	margin-bottom: 23px;
	float: left;
	width: 592px;
	clear: both;
	}

#indexRight 	
	{
	}
	
#pushdown
	{
	clear: both;
	padding-top: 75px;
	}

#nav
	{
	float: right;
	padding-top: 57px;
	}
	
.imgpad
	{
	padding-right: 1em;
	}

.imgpad2
	{
	padding-left: 2em;
	padding-bottom: 2em;
	}
/* Typography */

p 
	{
	line-height 1.5em;
	font-size:1em;
	margin-top: 1em;
	margin-bottom: 1em;
	}

h1 
	{
	font-size: 1.16667em;
	margin-bottom: 1.21428em;
	text-transform: uppercase;
	color: #00437d;
	border-bottom-width: 0.071429em;
	border-bottom-style: solid;
	border-bottom-color: #005595;
	padding-bottom: 0.214287em;
	}

.rightAlign 
	{
	font-size:0.8333em;
	line-height:1.8em;
	margin-top: 0em;
	float: right;
	margin-right: 0px;
	color: #666666;
	clear: right;
	}
.sidenote 
	{
	font-size:0.95em;
	line-height:1.5em;
	color: #666666;
	}

.sidenote a
	{
	color: #00437d;
	text-decoration: none;
	}
	
.blue
	{
	color: #00437d;
	}
	
.hometext 
	{
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: -0.642857em;
	margin-bottom: 1.28571em;
	float: left;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	}
	
#sidetext 
	{
	line-height: 1.5em;
	font-size:1em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	float: left;
	width: 280px;
	clear: left;
	}

#contactside
	{
	line-height: 1.5em;
	font-size:1em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	float: right;
	width: 280px;
	clear: none;
	}
	
#contactmiddle
	{
	line-height: 1.5em;
	font-size:1em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	float: left;
	width: 303px;
	margin-left: 1.5em;
	}
	

#maincolumn
	{
	margin-top: 1.5em;
	width: 590px;
	float: right
	}
	
.large 
	{
	line-height: 1.4em;
	font-size:1.2em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.info
	{
	line-height: 1.5em;
	font-size:1em;
	margin-bottom: 1.5em;
	margin-top: 6em;
	color: #666666;
	margin-left: 12px;
	}
	
.info a
	{
	color: #666666;
	}
	
#servicelinks
	{
	line-height: 2.333em;
	font-size:1.125em;
	width: 268px;
	margin-left: 12px;
	color: #000000;
	}

#servicelinks a
	{
	color: #00437d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	width: 268px;
	position: absolute;
	}

#servicelinks a:hover
	{
	color: #000000;
	background-color: #f1f1f1;
	background-image: url(images/bg_link.gif);
	background-repeat: repeat-y;
	margin-left: -12px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #f1f1f1;
	}

#bodytext 
	{
	line-height: 1.4em;
	font-size:1em;
	margin-bottom: 1.4em;
	}
			
.address 
	{
	}

#black 
	{
	color: #000000;
	background-color: #f1f1f1;
	background-image: url(images/bg_link.gif);
	background-repeat: repeat-y;
	margin-left: -12px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #f1f1f1;
	width: 268px;
	position: absolute;
	}

ul {
	margin-left: 1em;
}

ol {
	margin-left: 2em;
	line-height: 1.5em;
}

a
	{
	color:#000000;
	}

a:hover
	{
	color:#333333;
	}
	
.indexFont
	{
	color:#CC0000;
	font-size: 1.5em;
	}
/* Footer */
/*///////////////////////////////////////////////////////*/

#footer
	{
	clear: both;
	background-color: #f1f1f1;
	height: 80px;
	text-align: left;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#credits
	{
	font-size:0.8333em;
	line-height:1.8em;
	margin: 0 auto;
	width: 900px;
	position: relative;
	top: 10px;
	color: #333333;
	padding: 5px 0;
	}

#credits a
	{
	color: #333333;
	}
	
#credits a:hover
	{
	color: #000000;
	}


.bullet {
	padding-left: 1em;
	list-style-type: disc;
	text-indent: -1em;
}
.rowtwo {
	width: 900px;
	clear: both;
}
.leftColumn {
	float: left;
	width: 592px;
}
.rightColumn {
	padding-top: 90px;
	margin-left: 608px;
}
#feedburner {
	font-size: .95em;
	color: #666666;
	background-color: #FFFFFF;
	margin-bottom: 1em;
}
#feedburner a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#feedburner a:hover {
	color: #000000;
}
#feedburner li {
	list-style-type: none;
}
.rectangle {
	border: 2px solid #DDDDDD;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.rectangleText {
	font-size: 16px;
	color: #999999;
	margin-bottom: -9px;
	margin-top: 9px;
}
.newsletter {
	padding: 1em;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
	border-bottom-color: #f1f1f1;
	border-left-color: #f1f1f1;
}
.popup {
	width: 350px;
	color: #000000;
	margin: 10px;
	padding: 5px;
}
