/* CSS Document */
body, td{
	margin:auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0f4185;
}


/* INDEX STYLES START HERE */
#splash_container{
	margin:auto;
	width:921px;
	height:768px;
	margin-top:61px;
}

#splash_content{ height:222px; }

#splash_menu_top{
	width:921px;
	height:224px;
	background-image:url(../images/splash_img.jpg);
	background-repeat:no-repeat;
}
.journal_box{
width:144px;
height:144px;
float:left;
position:relative;
border:#333333 1px solid;
text-align:center;
margin:3px;
padding:3px;
}
.splash_menu_item{ float:left; position:relative; }

#splash_footer{ clear:both; }

#splash_footer_left{
	float:left;
	position:relative;
	background-image:url(../images/splash_details.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:340px;
	height:38px;
}
#splash_footer_right{
	float:right;
	position:relative;
	width:151px;
	height:38px;
}
#splash_content_right{
	width:402px;
	float:right;
	position:relative;
	padding-top:129px;
	height:222px;
}

#splash_content_left{
	width:597px;
	float:left;
	position:relative;
	padding-left:11px;
	height:222px;
	padding-top:29px;
}

/* MAIN STYLES START HERE */
#container{
	margin:auto;
	width:921px;
	min-height:768px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #container {	height: 768px; }
/**/


#header{
	width:921px;
	height:187px;
	background-color:#083a81;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
.menu{
	
	top:146px;
	width:648px;
	float:right;
	height:32px;
	z-index:5;
}

#sub_container{
	background-color:#c9daf0;
	z-index:-1;
	min-height:581px;
}

#left_top{
	background-repeat:no-repeat;
	width:287px;
	height:19px;
}
#left_content_inner{
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	padding-left:16px;
	padding-right:16px;
	width:255px;
	color:#FFFFFF;

}
#left_content_inner_inner{
	padding-top:18px;
	padding-left:15px;
	padding-right:15px;
}
#left_btm{
	background-repeat:no-repeat;
	width:255px;
	height:223px;
    padding-left: 30px; 
    padding-top:10px;
}
#left_content{
	float:left;
	position:relative;
	width:287px;
	background-image:url(../images/content_bg.gif);
	background-position:top;
	background-repeat:repeat-x;

	z-index:0;
}
#extender {
    background: url(../images/extender.png) repeat-y;
    height: 0px; 
    margin-left: 2px; 
    margin-top: -10px;
}
#right_content{
	float:left;
	position:relative;
	width:634px;
	background-image:url(../images/content_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	z-index:0;
}
#right_content_inner{
	padding-top:27px;
	padding-left:12px;
	padding-right:37px;
	padding-bottom:90px;
}
.left_titles{
	border-bottom:#FFFFFF 1px dashed;
	padding-bottom:5px;
}
.news_item{
	border-bottom:#38629a 1px dashed;
	padding-bottom:5px;
	padding-top:10px;
}
.read_more{
	color:#477cc4;
	cursor:pointer;
}
.highlight { background-color: yellow }
h1{
text-decoration:none;
padding:0px;
margin:0px;
font-size:30px;
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
text-transform:uppercase;
}
.subtitle{
text-decoration:none;
padding:0px;
margin:0px;
font-size:26px;
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
text-transform:uppercase;
}
.subsubtitle{
text-decoration:none;
padding:0px;
margin:0px;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
text-transform:uppercase;
}

#left_btm a {
	color: #fff; 
}
span.read_more { 
	color:#fff; 
}

/* New Member Registrations Section */

.debug {
	display:none;
}

#debug_menu {
    bottom: 0.3em;
    position: fixed;
    right: 0.3em;
	border: 1px solid #F00;
	padding: 2px;
}

#left_content_inner_inner h3 {
	border-bottom: dashed 1px #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	text-transform:uppercase;
}

#left_content_inner_inner a, #left_content_inner_inner a:visited, #left_content_inner_inner a:link, #left_content_inner_inner a:active {
	color: #fff;
	text-decoration:none;
}
#left_content_inner_inner a:hover {
	text-decoration:underline;
}
.nm_section {
	font-weight:800;
	border-bottom: 1px dashed #999;
}
.frm_field {
	display:inline;
}
.error {
	font-weight:800;
	color:#F00;	
}
table.frame {
	border: 1px solid #999;
	background-color:#FFF;
}
img.hint {
	float: right;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:801;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
	
.white_content {
	display: none;
	position: absolute;
	top: 20;
	left: auto;
	right:auto;
	width: 500;
	height: 400;
	z-index:802;
	padding: 16px;
}
.box_content {
	background-color: white;
	padding: 16px;
	border: 16px solid #C9D2E0;
	overflow: auto;
	}
.close_button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
}
tr.odd {
	background-color:#CCC;
}
img {
	border: 0px;
}
.message {
	border: 1px solid #090;
	color: #090;
	font-weight:800;
	padding: 2px;	
}
.error {
	border: 1px solid #C00;
	color: #C00;
	font-weight:800;
	padding: 2px;	
}
.support_documents {
	background-color:#FFF;
	font-weight:600;
	border: 1px solid #666;		
}

/*hack to get past IE display problem */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 35% !important;
}
tr.hdr {
	background-color:#0F4084;
}
tr.hdr td strong {
	color:#FFF;	
}
.proof_table {
	border: 1px solid #0F4084;
	padding: 2px;
}
