/* CSS Document */
body{
	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:520px;
	float:right;
	position:relative;
	padding-top:58px;
	height:222px;
}

#splash_content_left{
	width:380px;;
	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;
	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:287px;
	height:223px;
}
#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;
}
#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{
	
	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;
}

#splash_content_right img { 
	padding:0px 14px 7px 10px;;
}
