@charset "UTF-8";
/* CSS Document */

/* HTML Elements */
* {
	margin:0;
	padding:0;
	border:none;
	}

body {
	background-color: #aabfcb;
	background-image: url(images/design/body2.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", "Jamrul", Helvetica, Verdana, Arial, 		Tahoma, sans-serif;

	font-size:13px;
	color: #2e303d;
	}

.clearFloats{
	clear:both;
	}
	
a:link, a:visited{
text-decoration:none;
color:#006699;
}

a:hover{
text-decoration:underline;
}

#mainwrap {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	width:980px;
	height:149px;
	background-image:url(images/design/header2.png);
	background-repeat:no-repeat;
	position:relative;
}

	#horizonlogo {
	position:absolute;
	top:0px;
	left:0px;
	width:316px;
	height:130px;
	cursor:pointer;
	}


/*navigation classes


top navigations items*/


#topNav{
	position:absolute;
	right:50px;
	top:92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#topNav ul {

}

.tab {
	position: relative;	
	cursor: pointer;
	float:left;
	list-style:none;
	background: url(images/design/left-top.png) left top no-repeat;
	margin-left:10px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	text-decoration:none;
}

.tab span {
	background: url(images/design/right-top.png) right top no-repeat;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	text-decoration:none;
	color:#273a66;
}

.tab a:link, .tab a:visited{
	color: #273a66;
	text-decoration: none;
}

.tab-selected {
	list-style:none;
	background: url(images/design/left-top-active.png) left top no-repeat;
	
	font-size:14px;
	text-decoration:none;
}

.tab-selected span {
	background: url(images/design/right-top-active.png) right top no-repeat;
	
	font-size:14px;
	text-decoration:none;
	color:#FFCC66;}




.tab-selected a:link, .tab-selected a:visited{
	color:#FFCC66;
	text-decoration: none;
}


#bottomNav {
position:absolute;
bottom:9px;
right:50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bottomNav ul li {
list-style:none;
float:left;
color:#f7f7f7;
	text-decoration:none;
	margin-left:20px;
	font-size:13px;
	padding-top:4px;
}

#bottomNav ul li a:link, #bottomNav ul li a:visited {
color:#FFFFFF;
text-decoration:none;
}

#bottomNav ul li.navselect a {
color:#FFCC66;
}



/*header img crap*/
	
.headerHome{
	background-image: url(images/design/headerHome.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

		

.headerClient {
background-image: url(images/design/headerClient.jpg);
background-repeat: no-repeat;
height: 166px;
width: 900px;
margin-left:auto;
margin-right:auto;
}

.headerEddy {
background-image: url(images/design/headerEddy.jpg);
background-repeat: no-repeat;
height: 166px;
width: 900px;
margin-left:auto;
margin-right:auto;
}
		
		.headerServices {
	background-image: url(images/design/headerServices.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
			}
			
.headerData {
	background-image: url(images/design/headerData.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
			}
			
	

#pageContent{
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/design/pageContent.png);
	background-repeat: repeat-y;
	background-position: center;
}

#searchContent{
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/design/searchContent.png);
	background-repeat: repeat-y;
	background-position: center;
}



#homeContent{
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(images/design/homeContent.png);
	background-repeat: repeat-y;
}

.otcTitle {
font-size:1.4em;
font-weight:bold;
}

.otcimg {
margin-bottom:3px;
margin-right:12px;
border:none;
}

#searchBox{
	background-image: url(images/design/searchBox.png);
	width:auto;
	padding:4px;

}


#searchTable{
margin-left:0px;
	}
	
.searchH1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	font-size:1.9em;
	}

.columnWrap{
	padding: 10px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}



.textBox{
	background-image: url(images/design/textBox.png);
	padding: 8px;
	border: 1px solid #FFFFFF;
	margin-bottom:1em;
}

.textBox p{
	margin-bottom: 1em;
	line-height:1.4em;
}

.textBox h3 {
	margin-bottom:0.4em;
}

#recent_news a {
	display:block;
	margin-bottom:0.5em;
	padding-bottom:6px;
	border-bottom:1px #fff solid;
}



.textBox ul li
	{
	text-indent: 0px;
	list-style-type: square;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 20px;
	}



.pagetextBox{
	padding: 8px;
	border: 1px solid #FFFFFF;
	margin-bottom:1em;
	background-color: #f7f7f7;
	
}

.pagetextBox p{
	margin-bottom: 1em;
	color:#003467;
	font-size:1em;
		line-height:1.4em;

}

.pagetextBox h2{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0.4em;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color:#006699;

}

.pagetextBox h2 sup {
font-size:.4em;
}



.pagetextBox ul li
	{
	text-indent: 0px;
	list-style-type: square;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 20px;
	}

.ripple {
	background-image:url(images/design/underwaterBlur.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}


.otc {
	background-image: url(images/otc_09.png);
	background-repeat: no-repeat;
	background-position: right bottom;
		background-color: #f7f7f7;

}

.clientImg{
margin-bottom:3px;
}

.homeLeft{
	float: left;
	width: 280px;
}

.left{
	float:left;
	width: 580px;
}

.homeCenter{
	float: left;
	width: 280px;
	margin-left: 20px;
}

/*call to action boxes*/

#homeContent h1.searchH1  {
font-size:1.3em;
}

.homeSelectorBox{
	padding: 6px;
	margin-bottom: 8px;
}



.homeSelectorBox a img {
	margin-right: 12px;
	border:thin solid #999999;
	float:left;
	padding: 2px;
}

.homeSelectorBox h3 {
	font-weight:bold;
	font-size:1em;
	margin-top:12px;
		}

.homeSelectorBox h3 a:link, .homeSelectorBox h3 a:visited{
color:#333333;
}

.homeSelectorBox h3 a:hover{
text-decoration:none;
}

.homeSelectorBox p {
	font-size:.8em;
	}
	
.homeSelectorBox p:hover {
display:block;	}
.homeSelectorBox:hover{
	background-image:url(images/design/homeSelectorBoxHover.png);
	display:block;
	}
	


/*orrrrr we could try this*/

.callBox ul {
list-style:none;
}

.callBox li {
display:block;
margin-bottom:8px;
}

.callBox img {
float:left;
margin-right:12px;
margin-top:-6px;
border:thin solid #999999;
padding:2px;}

.callBox a:link, .callBox a:visited {
	text-decoration:none;
	display:block;
	color:#333333;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	height:63px;
}

.callBoxHead{
	font-weight:bold;
	font-size:1em;
	margin-top:12px;
	color:#006699;}

.callBoxDescriptor{
font-size:.8em;}

.callBox a:hover {
	background-image:url(images/design/homeSelectorBoxHover.png);
	border: 1px solid #FFFFFF;
padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;	}



	


.right{
	float: right;
	width: 260px;
}

.pageImg img {
	width:250px;
	padding:2px;
	border: thin solid #FFFFFF;
}

.pageImg p{
	font-size:0.9em;
	color:#666666;
	margin-bottom:3px;
	margin-top:3px;
	margin-left:3px;
}

.right p{
margin-bottom:1em;
}

#footer{
	background-image: url(images/design/footer.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-left: 6px;
	background-position: top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
	font-size:.9em;
	color:#666666;
}

#pageFooter{
	background-image: url(images/design/pageFooter.png);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 6px;
	background-position: top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
	font-size:.9em;
	color:#666666;
}



.footerDiv{
float:left;
padding-left:16px;
}

.designby{
margin-left:-9999px;
}

/*button style*/

a.button {
    background: transparent url('images/design/button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/design/button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*search*/

a.searchbutton {
    background: transparent url('images/design/search_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.searchbutton span {
    background: transparent url('images/design/search_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.searchbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.searchbutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.searchform {
	font-size: .9em;
	padding: 2px;
	margin-right:4px;
	background-color:#FFFFFF;
	border:#666666 1px solid;
}

.searchReport{
	background-color: #54697e;
	color:#FFFFFF;
	padding: 5px;
	margin-bottom:1.6em;
}

.searchReport a {
color:#B5D5FF;
}

#results ul {
list-style:none;
margin:0px;
padding:0px;
}

#results ul li {
list-style:none;
list-style-position:outside;
margin-bottom:1.6em;
padding-left:5px;
}

#results ul li a {
font-size:1.2em;
font-weight:bold;
}
.resultDescription {
font-size:.9em;
color:#666666;
}

.other_pages{
background-color: #54697e;
	color:#FFFFFF;
	padding: 5px;
	margin-bottom:1.6em;
}

.other_pages a {

	color:#FFFFFF;
	
}

.query {
	color:#B5D5FF;
}
