/*------------------------------+
| LAYOUT STYLES					|
+------------------------------*/

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494c7a;
	line-height:16px;
	background:url(images/body_bg.gif) repeat-x #253e5a;
	text-align:center;
}

img{
	border:none;
}

h3{
	font-size: 11px;
}

h2{
	font-size: 13px;
}

ul, form, h1, h2, h3, h4, input, select, textarea{
	margin:0;
	padding:0;
}

input, select, textarea{
	font-size:11px;
	color:#494c7a;
}

.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin:0;
}

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

a:hover{
	text-decoration:underline;
}

table td{
	line-height:16px;
	font-size:11px;
}

p{
	padding:5px 0;
	margin:0;
	font-size:11px;
}

/*------------------------------+
| STRUCTURAL STYLES				|
+------------------------------*/
#page_container{
	margin: 37px auto 0 auto;
	background: url(images/page_bg.gif) 13px 0 repeat-y #fff;
	width:770px;
	text-align:left;
	padding-bottom:20px;
}

#header_container{
	width:770px;
	height:143px;
	background:#fff;
}

#logo{
	float:left;
	margin: 30px 0 0 30px;
	display:inline;
}

#header_image{
	float:right;
	margin:30px 25px 0 0;
}

#search_container{
	width:233px;
	height:49px;
	float:left;
	margin:19px 0 0 13px;
	display:inline;
	background:#f8f9fb;
	position:relative;
}

#search_input{
	position:absolute;
	bottom:0px;
	left:16px;
	border:1px solid #c9cee1;
	padding:5px 0 0 8px;
	width:122px !important;
	width /**/ :132px;
	height:18px !important;
	height /**/ :25px;
}

#search_btn{
	position:absolute;
	bottom:0px;
	right:30px;
}

#nav_container{
	width:205px;
	margin:31px 0 0 29px;
	float:left;
	display:inline;
}

/* --- Main nav items --- */
/*-------------------------------------------------*/
#nav_container ul{
	list-style-type:none;
}

#nav_container li{
	border-bottom:1px dashed #d3dae4;
}

#nav_container li.top_bullet{
	border-bottom:1px dashed #d3dae4;
	border-top:1px dashed #d3dae4;
}

#nav_container li a{
	line-height:30px;
	height:30px;
	background:url(images/bullet_arrow.gif) 9px 4px no-repeat;
	font-weight:bold;
	padding-left:23px;
	color:#494c7a;
}

#nav_container li a:hover,
#nav_container li a.on{
	text-decoration:underline;
	background:url(images/bullet_arrow.gif) 9px 4px no-repeat;
}
/*-------------------------------------------------*/


/* --- Sub nav items --- */
/*-------------------------------------------------*/
#nav_container li.subnav a{
	background:url(images/bullet_arrow.gif) 16px 13px no-repeat;
	padding-left:30px;
}

#nav_container li.subnav a:hover{
	text-decoration:none;
	background:url(images/bullet_arrow.gif) 16px 13px no-repeat #fff;
}

#nav_container li.subnav a.on{
	text-decoration:none;
	background:url(images/bullet_arrow.gif) 16px 13px no-repeat #fff;
}
/*-------------------------------------------------*/

#secondary_nav_container{
	margin:40px 0 40px 0;
}

#body_container{
	width:473px;
	float:right;
	display:inline;
	margin:31px 25px 0 0;
}

/*------------------------------+
| PAGE STYLES					|
+------------------------------*/
.post_block{
	border-bottom:1px dashed #d3dae4;
}

.post_block h2{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:23px 0;
	color:#fbbd1a;
}

.post_block .posted{
	background:url(images/posted_icon.gif) 0 4px no-repeat;
	padding-left: 12px;
}

.post_block .details{
	color:#fbbd1a;
}

.post_block .content{
	margin-top:11px;
}

.post_block .buttons{
	margin:18px 0;
}

.post_block .buttons input{
	margin-right:7px;
}

.post_block .extra_content{
	margin-top:5px;
}