/* layout */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
/*	left:0; 
	right:0;
*/}

#wrapper {
	margin: auto;
	overflow: visible;
}

#page {
	position:absolute;
	top:130px;
	margin-left: auto;
	margin-right: auto;
	/*left: 11px;*/
}

#leftAd {
	top:0px;
	float:left;
	width:130px;
	position: relative;
	clear: right;
}

#centerAd {
	float:right;
	margin: 20px 2px 5px 0px;
}

#topAd {
	margin: auto;
	text-align: center;
	margin: 0px 0px 10px 40px;	
	
}

#ado {
	position: relative;
	margin: auto;
	background-color:#FFFFFF;
	width:750px;
	top:0;
}

#header { /* move to top */
	/*position: absolute;*/
	left: 0px; top: 0px;
	height:185px; /* must match top on content */
	background-color:#FFFFFF;
	width:850px;
	border-top: 1px solid #000000;	
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;		
}


#logo {
	position: relative;
	top:2px;
	right:10px;
	width: 250px;
	height: 33px;
	float:right;
}

#tagline {
	padding:20px 20px 10px 20px;
	font-size:36px;
	font-weight:bold;
	line-height: 34px;
}

#iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	padding:10px 10px 10px 10px;
	border:hidden;
}

#menu1 {
	position:relative;
	top:10px;
}

#menu2 {
	float:left;
	position:relative;
	width:650px;
	top:15px;
}

#nav {
	float:right;
	position:relative;
	top:17px;
	right:10px;
	width:80px;
	text-align: right;
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	list-style-type: none;
	background-color:#EEEEEE;
}

#contentAndFooter {
	position:absolute;
	width: 847px;
	/*left:0px;*/
	top:179px; /* must match height on header */
	padding: 5px 0px 0px 3px;
	background-color:#FFFFFF;
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	

}

#content {
	background-color:#FFFFFF;
	/*width:827px;*/
	margin: 0 0 0 0;
/*	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
*//*	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
*/}

#contentLeft {
	width: 15%;
	float:left;
	background-color:#FFFFFF;
	margin: 30px 10px 0px 0px;

}

#contentRight {
	width: 80%;
	float: left;
	background-color:#FFFFFF;
	margin: 10px 0px 0px 0px;
}

#title {
	padding:5px 0 0 0;
	font-size:x-large;
}

#source {
	background-color:#EEEEEE;
}

#footer {
	clear:both;
	padding:10px;
	position:relative;
	font-size:9px;
}

.error {
	color:#FF0000;
	font-weight: bold;
}

.indent {
	position:relative;
	left:40px;
}

/* begin css tabs */

ul#menu1nav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 2px 10px 2px 10px; /* set margins as desired */
	font: bold 12px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 2px solid #000000; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#menu1nav li { /* do not change */
	display: inline;
}

div#menu1 li.selected { /* settings for selected tab */
	border-bottom: 2px solid #ffffff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

div#menu1 li.selected a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 0px;
	border-bottom: 2px solid #ffffff; /* set border color to page background color */
	padding-top: 3px; /* must change with respect to padding (X) above and below */
}

ul#menu1nav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 2px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #dddddd; /* set unselected tab background color as desired */
	color: #000000; /* set unselected tab link color as desired */
	margin-right: 4px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#menu1nav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

/* end css tabs */

/* begin 2nd level nav */

ul#menu2nav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 2px 10px 2px 10px; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	list-style-type: none;
	background-color:#EEEEEE;
}

ul#menu2nav li { /* do not change */
	display: inline;
}

#menu2nav li.selected { /* settings for selected tab */
	background-color: #fff; /* set background color to match above border color */
	border:1px solid #999999;
}

#menu2nav li.selected a { /* settings for selected tab link */
	font-weight:bold;
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 0px;
	padding-top: 3px; /* must change with respect to padding (X) above and below */
	border:1px solid #999999;	
}

ul#menu2nav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	color:#00bbbb; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
}

ul#menu2nav a:hover { /* settings for hover effect */
	background-color:#FFFFFF;
}

/* end css tabs */

