﻿body { /*Main body style... sets margins to 0, background to gradient blue at the top, then rest of page to white and sets the font */
	background: white url('/images/background.jpg') repeat-x fixed left top;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	/*font-family:Verdana, Helvetica, Arial, sans-serif;*/
		height:100%;
}
.logo { /*Positions the logo in the top middle */
	position:absolute; top: 5px; width: 100%; height:90px;
	background-image: url('/images/logo.png'); background-repeat:no-repeat; background-position: center top;
	z-index: 6;
}
.navigation { /*Positions the navigation links 30px in from the left */
	position: absolute; top: 90px; width:100%;
	font-size: 13px;
	text-align: center;
}
.searchlink { /*Positions the search link on the right */
	position: absolute; top: 90px; right: 30px;
	font-size: 13px;
}

.popupbox {
	background-color:#EAF4FF;
	position:absolute;
	font-size: 12px;
	z-index:6;
	display:block;
	width:200px;
	left:50%;
	padding: 4px 4px 4px 4px;
	border:1px black dashed;
	margin-left:-100px;
	display:none;
}

a.hidden:link { text-decoration: none; color: black;}
a.hidden:visited { text-decoration: none; color: black;}
a.hidden:hover { text-decoration: none; color: black;}
a.hidden:active { text-decoration: none; color: black;}

/*Navigation and Search hover effects */
a.nav:link { text-decoration: none; color: black; }
a.nav:visited {	text-decoration: none; color: black; }
a.nav:hover { text-decoration: underline; color: #333333; }
a.nav:active { text-decoration: none; color: black; }

/*Standard Links*/
a:link { text-decoration: none; color: #666666; }
a:visited {	text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; color: #333333; }
a:active { text-decoration: none; color: #666666; }

/*PageJump Links*/
a.jump:link { text-decoration: none; color: #333333; }
a.jump:visited {	text-decoration: none; color: #333333; }
a.jump:hover { text-decoration: none; color: #999999; }
a.jump:active { text-decoration: none; color: #333333; }

.main { /*The main div holding the content */
	position:absolute; width: 100%; top:130px;
}
.leftbar { /*The left sidebar */
	position:absolute; width: 150px; height: 100%; top:0px; left: 8px; font-size: 11px; padding-right: 6px;
	background-image:url('/images/ver300dots.png'); background-position: right top; background-repeat: repeat-y;
	z-index:6;
}
.rightbar { /*The right sidebar */
	position:absolute; width: 150px; height: 100%; top:0px; right: 8px; font-size: 11px; padding-left: 6px;
	background-image:url('/images/ver300dots.png'); background-position: left top; background-repeat: repeat-y;
	z-index:6;
}
.content { /*The middle content*/
	position:relative; top:0px;	padding-left:170px;	padding-right:170px;	
	margin-left:auto; margin-right:auto;
	height:100%;
	font-size: 13px;
}
.hor150dots { /*40% dividing dots*/
	width:40%;
	background-image: url('/images/hor150dots.png');
	background-repeat: repeat-x;
	height: 3px;
	margin-top: 6px; margin-bottom: 8px;
	margin-left: auto; margin-right: auto;
}
.ver150dots { /* vertical 150% spacing dots*/
	background-position: right top;
	background-image: url('/images/ver150dots.png');
	background-repeat: repeat-y;
	height: 100%;
}
h1 {
	font-size:13px;
	line-height:18px;
	font-weight: normal;
	display:inline;
}
h2 { /*Directory Headings*/
	font-size: 14px;
	line-height:14px;
	font-weight:normal;
	padding:0;
	display:inline; /*Fixes annoying spacing bug*/
}
h3 { /*Entry text*/
	font-size: 13px;
	font-weight:normal;
	display:inline;
}
h4 { /*Address*/
	font-size: 12px;
	font-weight:normal;
	display:inline;
	line-height: 30px;
}
h5 { /*Phone/Website*/
	font-size: 12px;
	font-weight:normal;
	display:inline;
	line-height: 16px;
}
.searcharea { /*Container for the form elements */
	margin-top:10px;
	margin-left:16px;
}
form {
	display:inline;
}
fieldset {
	border:0px;
}
fieldset ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}
fieldset li{
	clear:both;
	list-style:none;
	padding:5px;
}

fieldset input{
	float:left;
}
fieldset label{
	width:150px;
	float:left;
}
/*---------------------------------------------------------------------------------------*/
/* Panel */
.panel { /*Panel container*/
	position: relative;	width: 100%; overflow:hidden; margin-bottom: 10px;
}
.panelcontainer {
	margin-right: 11px; margin-top: 2px; height:100%;
	overflow:hidden;
}
.paneltable {
	width: 100%; border-collapse:collapse; height:100%;
}
.paneltd {
	width:25%; padding-left: 5px; padding-right: 2px;
	background-image: url('/images/ver150dots.png'); background-position: right top; background-repeat: repeat-y;
	font-size: 12px;
	vertical-align: top;
}
/* End Panel */
.heading3 { /*Title*/
	font-size:14px;
	background-image: url('/images/hor150dots.png');
	background-position:left bottom;
	background-repeat:repeat-x;
	height:22px;
	margin-right:0px;
}
/*---------------------------------------------------------------------------------------*/
/* Entry */
.heading2 { /*Title of each directory entry*/
	font-size:14px;
	background-image: url('/images/hor150dots.png');
	background-position:left bottom;
	background-repeat:repeat-x;
	height:22px;
	margin-right:12px;
}
.heading2right { /*Container for the website link*/
	font-size:13px;
	height:18px;
	text-align: right;
	float:right;
	top:0px;
	margin-right: 12px;
}
.entry { /*Container for the entry*/
	padding-bottom: 8px;
}
.directorypicture {
	vertical-align: top;
	float:left;
	margin-right: 10px;
}
.entrytd {
	text-align: left;
	vertical-align:top;
}
.entrytd-picture {
	width: 160px;
	background-repeat: no-repeat;
	background-image: url('/images/halo.png');
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom:20px;
}
.entrytd-website {
	text-align:center;
}
/* End Entry */
/*---------------------------------------------------------------------------------------*/
/* Page Jump */
.pagejumpcontainer {
	width: 300px;
	margin-left:auto;margin-right:auto;
	text-align:center;
	height:58px;
}
.pagejumpicon {
	margin-top: 12px;
	width:24px; height:50px;
	text-align: center;
}
/* End Page Jump */