*{
	margin:0;
	padding:0;
	border:0;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	font:.9em Georgia;
	text-align:center;
	background:#A8A8A8;
}

#wrap{
	width:920px;
	margin:20px auto;
	background:url(../images/wrap_bg.jpg) repeat-y;
	text-align:left;
}

#wrap_inner{
	background:url(../images/wrap_bg_bottom.jpg) no-repeat bottom center;
}

#wrap_inner_inner{
	padding:15px 28px 15px 28px;
	background:url(../images/wrap_bg_top.jpg) no-repeat center 1px;
}

#menu{
	height:55px;
	background:url(../images/menu_bg.jpg) no-repeat;
}

/*Main navigation*/
#menu ul {
	margin: 0;
	padding: 14px 0 0 18px;
	list-style: none;
	display: block;
	float: left;
}

#menu ul li {
	display: block;
	float: left;
	color: #FFFFFF;
	height: 38px;
	line-height: 38px !important;
	padding: 0 20px;
	position: relative;
	font: .75em Georgia;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}

li > ul {
	top: auto;
	left: auto;
}

#menu ul li:hover ul,
#menu ul li.fshover ul {
	margin: 0 0 0 -19px;
	display: block;
}

#menu li ul li {
	width: 150px;
	padding: 5px 10px;
	font:1.2em Georgia;
	background: #FFFFFF;
	color: #000000 !important;
	border: 1px solid #728096;
	border-top:none;
	height: auto !important;
	line-height: normal !important;
}

#menu li li a {
	color: #000;
}

#menu li li:hover {
	background:#efefef;
	color: #00183F !important;
}

#menu li:hover {
	background:url(../images/menu_bg_hover.jpg) repeat-x;
	color:#00183F !important;
}

#menu li:hover a {
	color:#00183F !important;	
}

#logo{
	margin:0 0 0 5px;
	float:left;
}

#apply{
	width:307px;
	height:88px;
	float:right;
	background:url(../images/apply_bg.jpg) no-repeat;
}

#apply ul,#apply li{
	margin:0;
	padding:0;
	list-style:none;
}

#apply ul{
	margin:69px 0 0 110px;
	font:.8em Georgia;
	text-transform:uppercase;
}

#banner{
	margin:10px 0 20px 0;
}

#content {
	margin-top:0px !important;
}

#content h2{
	padding:10px 0;
	margin:0 0 10px;
	background:url(../images/titles_bg.jpg) no-repeat top right;
	color:#00183F;
}

#content h3{
	margin:13px 0 10px;
	color:#333;
}

#content p{
	margin:0 0 10px 0;
	font:.9em Georgia;
	line-height:1.5em;
	color:#555;
}

#content img{
	margin: 0 0 20px 0;
}

#content .section_left{
	width:520px;
	float:left;
	margin:5px 5px 5px 15px;
}

#content .section_blue{
	border:10px solid #00183f;
	background:url(../images/sidebluebg.jpg) repeat-y top right;
    width:99.7%;
}

#content .section_red{
	border:10px solid #000033;
	background:url(../images/sideredbg.jpg) repeat-y top right;
}

.manage_table,.manage_table_alt{
	margin:5px 0 0 0;
	padding:10px 10px 0 10px;
}

.manage_table_alt{
	background:#ddd;
}

.manage_table p, .manage_table_alt p{
	margin:0;
	padding:0;
	line-height:1em;
}

#fopportunity a{
	font:bold 1em Georgia;
	color:#00183F;
}

#fopportunity h3{
	margin:0 0 10px 0;
	padding:10px;
	background:#690000;
	color:#fff;
}

.side{
	margin:0 0 15px 0;
}

.side li{
	padding:5px 5px;
	list-style:none;
	border-bottom:1px dotted #aaa;
	color:#00183F;
}

.right_side {
	width:270px !important;
}

.right_side img, .hack{
	border:4px solid #ddd;
}

.hack{
	width:556px;
	height:165px;
}

#footer{
	margin:20px 0 0 0;
	padding:10px 0 5px 0;
	border-top:1px solid #aaa;
	font:.8em Georgia;
	text-align:center;
	color:#aaa;
	clear:both;
}

.inner{
	margin:0 30px;
}

.clear{
	height:0;
	clear:both;
}

.componentheading{
	display:none;
}

#phocagallery img{
	margin:0 0 0 0;
}

/* Clearfix
-------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

#emailForm{
	background-color: #00183F;
	color: #FFFFFF;
}