/* CSS Document */
/*
-----------------------------------------------
jamjar sessions base screen style
author:   adam roberts
version:  October 2006
----------------------------------------------- */
body, html {
	height: 100%;
	margin:0;
	padding:0;
	background:#FFFFFF url("/images/main_bg.gif") repeat-y center top;
	font-size:11px;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#CCCCCC;
  }
body.pop {
	background:#FFFFFF;
}

a {
	color:#999933;
	text-decoration:none;
}

a:visited {
	color:#666600;
	text-decoration:none;
}

a:active {
	color:#999933;
	text-decoration:underline;
}

a:hover {
	color:#999933;
	text-decoration:underline;
}

/* container */

.container {
	width:750px;
	display:table;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

/* header */
.header {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:125px;
}


/* mix banner */
.mix_banner {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:230px;
}


/* main nav */
.main_nav {
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-top:15px;
	width:730px;
	height:30px;
	font-size:1.5em
	font-weight:bold;
	color:#FFFFFF	
}

.main_nav a {
	color:#FFFFFF;
	text-decoration:none;
}

.main_nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.main_nav a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.main_nav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


/* body content */
.body_content {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:100%;
	background-color:#333333;
	border-top:1px solid #999999;
}

.body_content_inline {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:100%;
	background-color:#333333;
	border-top:1px solid #333333;
}

/* content panels */
.panel_left3rd {
	float:left;
	width:250px;
	background:none;
}

.content_left3rd {
	margin-left:auto;
	margin-right:auto;
	width:220px;
	background:none;
}

.panel_mid3rd {
	float:left;
	width:250px;
	background:none;
}

.content_mid3rd {
	margin-left:auto;
	margin-right:auto;
	width:240px;;
	background:none;
}

.panel_right3rd {
	float:left;
	width:250px;;
	background:none;
}

.content_right3rd {
	margin-left:auto;
	margin-right:auto;
	width:220px;
	background:none;
}

.panel_right2_3rd {
	float:left;
	width:500px;
	background:none;
}

.content_right2_3rd {
	margin-left:auto;
	margin-right:auto;
	width:470px;
	background:none;
}

.panel_left2_3rd {
	float:left;
	width:500px;
	background:none;
}

.content_left2_3rd {
	margin-left:auto;
	margin-right:auto;
	width:470px;
	background:none;
}

.content_banner3rd {
	margin-left:auto;
	margin-right:auto;
	width:234px;
	background:none;
}

/* info box */
.info_box {
	float:left;
	width:218px;
	height:auto;
	border:1px solid black;
	margin:auto
}

.info_box a { 
	background:#000000; 
	background-position:right center; 
	display:block; 
	color:#666666;
	text-decoration:none; 
	width:206px; 
}
.info_box a:visited { 
	background:#000000; 
	background-position:right center; 
	display:block; 
	color:#666666;
	text-decoration:none;  
}
.info_box a:hover { 
	background:#999999; 
	background-position:right center; 
	display:block; 
	color:#000000;
	text-decoration:none; 
	width:206px; 
}

/* footer */
.footer {
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	width:750px;
	height:20px;
	border-top:1px solid #999999;
	font-size:0.95em;
	text-align:center;
}


/* mix disclaimer */
.mix_disclaim {
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	width:750px;
	height:20px;
	font-size:0.90em;
	text-align:center;
	line-height:1.1em;
}

.mix_disclaim a {
	color:#999933;
	text-decoration:none;
}

.mix_disclaim a:visited {
	color:#666600;
	text-decoration:none;
}

.mix_disclaim a:active {
	color:#999933;
	text-decoration:underline;
}

.mix_disclaim a:hover {
	color:#999933;
	text-decoration:underline;
}


/* text styles  */
h1 {
	font-size:1.2em;
	font-weight:normal;
	color:#FFFFFF;
	border-bottom:1px dotted #999999;
	margin-bottom:6px;
	margin-top:6px;
}
h2 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:2px;
	color:#666666;
}
h3 {
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, sans-serif;
	font-weight:normal;
	background-color:#000000;
	background:#00000; 
	color:#FFFFFF; 
	font-size:1em; 
	margin:1px;
	padding:4px; 
}

.infoBoxSubText {
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, Arial, sans-serif;
	font-weight:normal;
	background-color:#000000;
	background:#00000; 
	color:#FFFFFF; 
	font-size:0.90em; 
	margin:1px;
	padding:4px; 
	line-height:1.1em;
}

h4 {
	font-size:1em;
	font-weight:normal;
	color:#666666;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom:1px solid #666666;
}
	
p{
	line-height:1.5em;
	margin-bottom:10px;
	margin-top:8px;
}



/* form */

#form{
	width:208px;
	margin:1px;
	background-color:#000000;
	margin:1px;
	padding:4px;
}

#form input.greybox{ 
	margin-left:auto;
	margin-right:auto;
	width:190px; 
	font-size: 1em; 
	background:#999999;
	margin-top:2px;
	margin-bottom:2px;
	color:#CCCCCC;
}

#form input:focus{
	background:#FFFFFF;
}

#form input.submit{
	border: 3px double #666666;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	font-size: 1em;
	font-weight:bold;
	background-color: #999999;
	margin-top:2px;
	margin-bottom:2px;
	background-image: url("/images/button_bg.gif");
	background-repeat: repeat-x;
}

#form input.submit:active{
	border: 3px double #CCCCCC;
	border-top-color: #666666;
	border-left-color: #666666;
}