/* ========= CSS Reset ========== */

body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, em, strong, pre, code, form {
 padding: 0;
 margin: 0;
}


/* ========= GENERAL STYLES ========== */

@font-face {
    font-family: 'MyriadProCondRegular';
    src: url('./font/myriadpro-cond.eot');
    src: url('./font/myriadpro-cond.eot?#iefix') format('embedded-opentype'),
         url('./font/myriadpro-cond.woff') format('woff'),
         url('./font/myriadpro-cond.ttf') format('truetype'),
         url('./font/myriadpro-cond.svg#MyriadProCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{height: 100%;}

body {
	color: black;
	font: 12px Arial, Helvetica, sans-serif;;
	letter-spacing:.5px;
	background:#CCC;
	height: 100%;
}


a:link {border:none;}

#bg img {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        #bg img {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

body span#body_loader
{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%; 
	left: 50%;
	text-indent: -9999px;
	background: url(../images/ajax-loader.gif) no-repeat top left;
	display: block;
	z-index: 0;
} 

#wrapper
{
	width: 1050px;
	margin: 0 auto;
	position:relative;
	height: 700px;
	z-index:0;
	background-color: #7e99ac;
	box-shadow: 0px 0px 18px #000;
}

#header {
	width:984px;
	height:372px;
	position:relative;
	left:32px;
	top:24px;
}

#header_sub {
	width:984px;
	height:140px;
	position:relative;
	left:32px;
	top:24px;
}

#navbar 
{
	list-style: none;
	width:984px;
	height:39px;
	position:relative;
	left:32px;
	border:none;
	z-index:10;
}


#navbar li a
{
	display: inline;
	width: 246px;
	height:39px;
	z-index: 20;
	outline: none;
	float:left;
	position: relative;
	border-bottom: #51748a 5px solid;
}

#navbar li a:hover {
	border-bottom: #C00 solid 5px;
}

#nav_content{
	width:984px;
	height: 220px;
	position:relative;
	left:32px;
}

#home {
	width:221px;
	height:198px;
	padding:12px 12px 12px 12px;
	border-right:#7e99ac solid 1px;
	position:static;
	float:left;
	background-color: #256693;
	text-align:left;
	color:#FFF;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#home_right {
	width:221px;
	height:198px;
	padding:12px 12px 12px 12px;
	position:static;
	float:left;
	background-color: #256693;
}

#content {
	width:984px;
	height:459px;
	background:#FFF;
	position:relative;
	left:32px;
}

#content_acts {
	width:426px;
	height:418px;
	border:double #CCC 1px;
	position:relative;
	float:left;
	top:12px;
	left:18px;
	overflow:auto;
	padding:4px 12px 12px 18px;
	
}

#content_acts li
{
	margin-top:18px;
	font-size:12px;
}

#acts_submit {
	width:440px;
	height:850px;
	position:relative;
	float:left;
	left:60px;
	top:12px;
}

#content_mission {
	width:914px;
	height:416px;
	border:double #CCC 1px;
	position:relative;
	float:left;
	top:12px;
	left:18px;
	overflow:auto;
	padding:4px 12px 12px 18px;
	text-align:center;
	font-size:16px;
}

#mission_list li {
	text-align:left;
	line-height:25px;
	list-style-type:none;
	margin-left:72px;
	margin-right:72px;
	margin-bottom:32px;
	font-size: 13px;
}

#content_events {
	width:914px;
	height:416px;
	position:relative;
	left:36px;
	top:24px;
	overflow:auto;
	float:left;
	text-align:left;
	font-size:16px;
}

#nav_lower 
{
	list-style: none;
	width:984px;
	height:39px;
	position:relative;
	left:256px;
	top:21px;
	border:none;
	z-index:10;
	color:#FFF; 
}

#nav_lower li a
{
	display: inline;
	width: 246px;
	height:39px;
	z-index: 20;
	outline: none;
	float:left;
	position: relative;
	text-decoration:none;
	color: #FFF;
}

#nav_lower li a:hover {
	color:#FFF;
}

#nav_lower li a:visited {
	color:#FFF;
}
