/* CSS Document */
/****************************
OVERRIDES
****************************/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF url(../images/bg.jpg) no-repeat scroll center top;
}
h1 {
	font-size:18px;
	font-weight:bold;
}
h2 {
	margin-top:0;
	font-size:14px;
	font-weight:bold;
}
p {
	margin-top:0px;
}
ul {
	margin: 10px;
	padding: 0;
}

a:active, a:link, a:visited {
	color: #0099FF;
	border: 1px solid #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #669933;
	border-bottom: 1px dashed #333333;
	text-decoration:none;
}

/****************************
POSITIONING TAGS
****************************/
#wrapper {
	padding:0;
	width:700px;  /*i use 699 instead of 700 - the auto-magins better calculate flash banner placement if it is one pixel down */
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
#banner {
	/*margin:0px 1px;*/
	padding:0;
}
#padder {
	margin:0;
	padding:15px 5px 5px 5px; /*extra padding on top to shift text below grass */
}

/****************************
TEXT BLOCKS
****************************/
.bottomtext {
	clear: both;
	width:690px;
	text-align: center;
	padding-top:40px;
	
}
.disclaimer {
	font-size:10px;
	font-weight:normal;
	color:#999999;
}

.small_body_left, .small_body_right, .small_body_center { 
	width: 180px;
	margin: 0;
	padding: 5px;
}
.small_body_center {
	margin-right:auto;
	margin-left:auto;
}
.small_body_left {
	float: left;
	margin-right:5px;
}
.small_body_right {
	float: right;
	margin-left:5px;
}

.wide_body {
	float:left;
	width: 680px;
	padding:5px;
	text-align:left;
}
.half_body_left, .half_body_right, .half_body_center {
	width: 325px; /* 325 + 2*5 padding = 335 *2 (2 halves make a whole) = 670 + 10 padding = 680 (leaves a little room to spare) */
	padding:5px;
	text-align:left;
}
.half_body_left {
	float:left;
}
.half_body_right {
	float:right;
}
.half_body_center {
	margin-right:auto;
	margin-left:auto;
}

/****************************
FORMATTING
****************************/
.standard_border {
	border: 1px dashed #669933;
}
.center_text {
	text-align:center;
}
.no_spacing {
	padding:0;
	margin:0;
}
.no_anchor_decorations a, .no_anchor_decorations img {
	border: 1px solid #FFFFFF !important;
	text-decoration:none !important;
}
.ribbit_green {
	color: #669933;
}
.ribbit_blue {
	color: #0099FF;
}
ul.standard_list {
	padding:0;
	margin:0;
	list-style-position: inside;
	list-style-type: square;	
}

/****************************
TAB MENU
****************************/
.tab_menu_container {
	float:left;
	width:290px;
}
.tab_menu_full_container {
	float:left;
	width:680px;
}
.tab_menu {
	float:left;
	margin:0;
	padding:0;
	padding-bottom:0px;
	border-bottom: 1px solid #ccc;
	width:100%;
}
.tab_menu ul, .tab_menu li	{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.tab_menu li.nav-open a, .tab_menu li.nav-closed a {
	z-index:5; /*z-index and top 1px shift fixes 1px bottom border bug for win ie 6 and win firefox  */
	position:relative;
	top:1px;
	float: left;
	margin-left: 10px; 
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
.tab_menu li.nav-open a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	font-weight:bold;
}
.tab_menu li.nav-closed a {
	background : #E8EBF0;
	border: 1px solid #CCCCCC;
	color: #666666;
}
.tab_menu li.nav-open a:hover, .tab_menu li.nav-closed a:hover {
	color: #669933;
}
.tab_contents {
	margin: 0px 0px 10px 0px;
	padding: 15px;
	clear:left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;
}