/* major page elements and sections
**************************************************************************************************/

body
{
	font: 11px/17px Verdana, Helvetica, sans-serif;
	text-align: center;
}

#wrapper
{
	margin: 10px auto;
	text-align: left;
	width: 776px;
}

#page { overflow: hidden; }

#page #main_content, #page #sidebar
{
	margin-bottom: -2000px;
	padding-bottom: 2000px; 
}

#main_content
{
	float:left;
	width: 520px;
	padding: 0 35px 10px 19px;
	border-right: 1px solid #c5d3d9;
	margin-bottom: 10px;
	line-height:140%;
}

#sidebar
{
	float: right;
	width:170px;
	font-size:10px;
}

#sidebar #top
{
	padding-bottom: 10px;
	border-bottom: 1px solid #c5d3d9;
	margin-bottom:15px;
}

#footer
{
	border-top: 1px solid #c5d3d9;
	border-bottom: 1px solid #c5d3d9;
	clear: both;
	font-size: 9px;
	margin: 20px auto 0 auto;
	padding: 10px 0 10px 19px;
	text-align: left;
	width: 757px;
}





/* headings and other text
**************************************************************************************************/

dd, dl, dt, li, ol, p, ul
{
	font-size: 11px;
	line-height: 17px;
}

dl, ol, p, ul { margin-bottom: 11px; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

h1#title
{
	border-top: 1px solid #c5d3d9;
	border-bottom: 1px solid #c5d3d9;
	margin-bottom: 10px;
	padding: 10px 0;
}

h1#header
{
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px !important; padding-top: 0;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 7px;
	text-transform:uppercase;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-top:10px;
	padding-bottom:10px;
}

#sidebar h3
{
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: none;
}

#main_content h3 img {
	border: 1px #c6d6e5 solid;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 0;
	text-transform: none;
}

.toplink
{
	xfont-size: 12px;
	font-size: 42px;
}




/* links
**************************************************************************************************/

a:link {
	text-decoration:none;
	color: #5d9632;
}

a:visited {
	text-decoration:none;
	color: #5d9632;
}

a:hover {
	text-decoration:underline;
	color: #5d9632;
}

a:active {
	text-decoration:underline;
	color: #5d9632;
}

#main_content a {
	font-weight: bold;
}





/* lists (except main navigation)
**************************************************************************************************/

#main_content ul
{
	padding-left: 20px;
}

#main_content ul li
{
	list-style: square;
}


#main_content ol
{
	padding-left: 25px;
}

#main_content ol li
{
	list-style: decimal;
}



ul#home-buttons
{
	margin: 0 auto;
	text-align: center;
}

ul#home-buttons li
{
	list-style: none;
	padding: 7px 0;
}

ul#home-buttons li img
{
	border: 1px #000000 solid;
}




#subnav ul
{
	margin-bottom: 0;
}

#subnav ul li
{
	color: #000000;
	font-size: 10px;
	line-height: 17px;
	list-style: disc inside;
}

/*
#sidebar ul
{
	display:inline;
	position:relative;
	left:5px;
	margin:0px;
	padding:0px;
}

#sidebar ul li
{
	color: #c5d3d9;
	list-style: disc inside;
}

#sidebar ul ul
{
	display:inline;
	position:relative;
	left:10px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul li
{
	list-style: square inside;
}
*/




/* demographics page table
**************************************************************************************************/

table#demographics
{
	margin-bottom: 10px;
}

table#demographics tr td#c1 { padding-right: 30px; }

table#demographics tr td table tr th
{
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 17px 7px 0 7px;
	width: 226px;
}

table#demographics tr td table tr td
{
	font-size: 11px;
	line-height: 17px;
	padding: 7px;
}

table#demographics tr td table tr.a td { background-color: #eff3f6; }
table#demographics tr td table tr.b td { background-color: #e5e8eb; }





#rates table th
{
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 17px 7px 0 7px;
}

#rates table td
{
	font-size: 11px;
	line-height: 17px;
	padding: 7px;
}

#rates table tr.a th, #rates table tr.a td { background-color: #eff3f6; }
#rates table tr.b th, #rates table tr.b td { background-color: #e5e8eb; }





table#specs th
{
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 17px 7px 0 7px;
}

table#specs td
{
	font-size: 11px;
	line-height: 17px;
	padding: 7px;
}

table#specs tr.a th, table#specs tr.a td { background-color: #eff3f6; }
table#specs tr.b th, table#specs tr.b td { background-color: #e5e8eb; }


table#generic th
{
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 17px 7px 0 7px;
}

table#generic td
{
	font-size: 11px;
	line-height: 17px;
	padding: 7px;
}

table#generic tr.a th, table#generic tr.a td { background-color: #eff3f6; }
table#generic tr.b th, table#generic tr.b td { background-color: #e5e8eb; }


p.thumbnails img
{
	border: solid 1px #fff;
	margin: 3px 10px 10px 0;
}

p.thumbnails img:hover
{
	border:solid 1px #a7bddd;
	margin:3px 10px 10px 0;
}






/* main menu nav bar
**************************************************************************************************/

#navbar ul
{
	background-color: #fff;
	font-size:10px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: lowercase;
}

#navbar ul li
{
	background-color: white;
	cursor: default;
	float: left;
	position: relative;
}

#navbar ul li.clicked { background-color: #dbdada; }

#navbar ul li.top a
{
	color: #000000;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

#navbar ul li a:hover  { background: #dbdada; }


#navbar ul li.top
{
	border: 1px solid #dbdada;
	font-size: 12px;
	margin-left: 5px;
}

#navbar ul li.first { margin-left: 0; }

#navbar li>ul { top: auto; left: auto; }

#navbar ul li:hover ul, #navbar ul li.over ul { display: block; }

#navbar ul li ul
{
	background-color: #fff;
	border-bottom: 1px solid #dbdada;
	border-right: 1px solid #dbdada;
	border-left: 1px solid #dbdada;
	display: none;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}

#navbar ul li ul li
{
	background-color: transparent;
	border: 0;
	cursor: default;
	display: block;
	float: none;
	position: relative;
	width: 149px;
}

#navbar ul li ul li a
{
	color: #000000;
	display: block;
}

#navbar ul li ul li a:hover
{
	background: #dbdada;
	display: block;
}





/* contact page
**************************************************************************************************/

#contact h3
{
	border-bottom: 1px #c5d3d9 solid;
	display:block;
	clear: both;
	xfont-size: 11px;
	xfont-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px !important;
}

#contact dl
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 15px 15px;
	min-height: 100px;
	width: 155px;
	padding-bottom: 10px;
}

#contact dl dt
{
	font-weight: bold;
}

#contact dl dd
{
	;
}

#contact dl dd a,
#contact dl dd a:hover
{
	font-weight: normal;
}