@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#5b5b5b;
	font-size:12px;
	color:#888a8a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body a, body a:hover, body a:visited{
	color:#034862;
	text-decoration:none;
	font-weight:bold;
}

h1, h2, h3, h4{
	color:#034862;
}
h1{
	font-size:2.4em;
	padding-bottom:15px;
}
h2{
	font-size:2.0em;
	padding-bottom:15px;
}
h3{
	font-size:1.7em;
}
h4{
	font-size:1.4em;
	padding-bottom:15px;
}

#page_wrapper{
	background-color:#d0d0d0;
	background-image:url(../images/body-bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#header{
	height:61px;
	margin:0 auto;
	width:900px;
	text-align:center;
}

#page{
	margin:0 auto;
	padding-left:20px;
	position:relative;
	width:920px;
	z-index:990;
}

#top_content{
	background-image:url(../images/top-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:12px;
	position:relative;
}

#middle_content{
	background-image:url(../images/middle-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	height:479px;
	overflow:visible;
	padding:0 20px 0 0;
	position:relative;
}

#bottom_content{
	background-image:url(../images/bottom-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:21px;
	position:relative;
	z-index:660;
}

#flash_movie{
	background-image:url(../images/movie-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:370px;
	padding:120px 130px 5px;
	position:relative;
	top:-13px;
	z-index:999;
}

#footer{
	background-image:url(../images/footer-repeat-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top:-27px;
	position:relative;
	z-index:666;	
}

#footer_content{
	background-image:url(../images/footer-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	height:398px;
	padding-top:25px;
}

#footer_logos{
	padding-left:500px;
	padding-top:15px;
	width:400px;
	margin:0 auto;
}

#footer_logos a, #footer_logos a:visited{
	color:#ffffff;
	font-weight:normal;
}
#footer_logos a:hover{
	color:#888a8a;
	font-weight:normal;
}

.menu_box{
	background-image:url(../images/menu-bg-small.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:97px;
	padding:5px;
	text-align:center;
	width:171px;
}

.menu_box a, .menu_box a:hover, .menu_box a:visited{
	color:#5b5b5b;
	font-weight:normal;
}
.menu_box h3 a, .menu_box h3 a:hover, .menu_box h3 a:visited{
	color:#034862;
	font-weight:bold;
}


.right-align{
	text-align:right;
}
.center-align{
	text-align:center;
}

#top_menu{
	float:right;
	height:100%;
}

.top-menu{
	background-image:url(../images/tab-left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	height:25px;
	margin-right:7px;
	padding-left:5px;
}
.top-menu a{
	padding-bottom:15px;
}
.menu-holder{
	background-image:url(../images/tab-right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-bottom:15px;
	padding-right:5px;
	padding-top:5px;
	height:auto;
}
.current-item{
	height:35px!important;
}

.standard-width{
	width:900px;
	margin:0 auto;
}

.required{
	color:#ff0000;
}

#middle_content td{
	padding:3px;
}
.left-pad{
	padding-left:15px!important;
}

#middle_content p{
	padding-bottom:15px;
}
#middle_content a, #middle_content a:visited, #middle_content a h3{
    color:#ffaa22;
}

#internal_left{
	float:left;
	width:500px;
	overflow:hidden;
}
#internal_right{
	float:right;
	width:350px;
	overflow:hidden;
}

.small{
	font-size:0.8em;
}