/*
FreyerMartin stylesheet
2007-01-10_revA
*/

body {
	background: #666666;
	background-image: url("images/footer_bg.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#wrapper { }

#content {
	position: relative;
	width: 853px;
	margin: auto;
	background-image: url("images/main_bg.gif");
	background-repeat: repeat-y;
}

#branding { 
	position: relative;
	height: 114px;
	border-bottom: 1px solid #cccccc;
	background-image: url("images/branding_bg.gif");
	background-repeat: repeat-y;
}

#pageimage {
	position: absolute;
	left: 226px;
	top: 115px;
}

#topnav { 
	position: absolute;
	z-index: 3;
	left: 25px;
	top: 76px;
}

#leftcol {
	position: absolute;
	z-index: 2;
	top: 115px;
	left: 25px;
	width: 200px;
/*
	height: 554px;
	background-image: url("images/leftnav_bg.gif");
	background-repeat: no-repeat;
*/
}

#pagetext {
	margin: 96px 70px 24px 269px;
	padding-bottom: 24px;
}

#footernav { }

h1 {
	font-size: 14px;
	color: #013065;
	margin-top: 1.4em;
}

h2 {
	font-size: 14px;
	color: #993300;
	margin-top: 3em;
	line-height: 18px;
}

h3 {
	font-size: 12px;
	font-style: italic;
	color: #993300;
	margin: 1.4em 0 0 1.4;
}

p, li, td, th {
	font-size: 12px;
	line-height: 18px;
}

p { margin: 0em 0 2em; }

ol, ul { margin: 0.5em 0; padding-left: 1.1em; }
ol li {
	margin-top: 0em;
	margin-bottom: 2em;
}
ul li { margin: 0; }

#pagetext a {
	color: #336699;
	font-weight: bold;
}

a { text-decoration: none; 

}

#pagetext a:hover {
	text-decoration: underline;
}

#leftcol a {
	display: block;
	height: 20px;
	padding: 1.1em 1em 0.4em 2em;
	font-size: 11px;
	color: #666666;
/*	background-image: url("images/nav_divider.gif");
	background-repeat: no-repeat;
	background-position: bottom;
*/
	border-bottom: 1px dashed #b2c5d8;
}

#leftcol a:hover {
	text-decoration: underline;
}

#leftcol a.current {
	font-weight: bold;
	color: #003366;
}

.brandinglogo {
	position: absolute;
	left: 35px;
	top: 10px;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#topnav ul li {
	position: relative;
	width: 200px;
	text-align: center;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#topnav ul li.last {
	margin-right: 0;
}

#topnav a {
	display: block;
	width: 200px;
	height: 38px;
	margin-right: 1px;
	padding-top: 5px;
	background-image: url("images/navtab_blue_noarrow.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#topnav a.greenarrow {	background-image: url("images/navtab_green_arrow.gif"); }
#topnav a.bluearrow {	background-image: url("images/navtab_blue_arrow.gif"); }
#topnav a.green {	background-image: url("images/navtab_green_noarrow.gif"); }
#topnav a.greenlast {	background-image: url("images/navtab_green_noarrow.gif"); margin-right: 0; }

#topnav ul li div.submenu { display: none; }

#topnav ul li:hover ul,
#topnav ul li.over ul {
	display: block;
}

#topnav ul li:hover div.submenu,
#topnav ul li.over div.submenu {
	display: block;
}

#topnav ul li ul {
	display: none;
	background: white;
	position: absolute;
	left: 0px;
	top: 38px;
	width: 200px;
	padding: 0;
}

#topnav ul li ul li {
	width: 200px;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#topnav ul li ul li a {
	display: block;
	background: #e0e9f2;
	width: 135px;
	height: 14px;
	padding: 4px 4px 4px 59px;
	border: 1px solid #ffffff;
	border-top: none;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

#topnav ul li ul li a:hover {
	background-image: url("images/subnav_rollover.gif");
	background-repeat: no-repeat;
}

#topnav a:hover {
	text-decoration: none;
}

#footernav p {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

#footernav a {
	color: #ffffff;
}

#footernav a:hover { text-decoration: underline; }


.footerspace { width: 64px; height: 128px; }

.loginbutton {
	position: absolute;
	left: 750px;
	top: 45px;
}

.elitebutton {
	position: absolute;
	left: 652px;
	top: 45px;
}

.blogbutton {
	position: absolute;
	left: 633px;
	top: 20px;
}

.superscript {
	position: relative;
	font-size: 60%;
	top: -0.5em;
}
