@charset "utf-8";
/* CSS Document */

html,body{
}
body{
	color:#000000;
	background-color:#070e2d;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
}
img,table,td,form,object,a{
	border:0px;
	padding:0px;
	margin:0px;
	outline:none;
}
a {
	color: #f7941d;
}

/* Browser Hacks */
.clear, .clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
    font-size: 0px;
}

/*This is for the display message when the site status is inactive*/
.message{
	background:#edf3f5;
	border-bottom:dashed 1px;
	text-align:center;
	font-size:12px;
	padding:10px;
	margin-bottom:15px;
}
.message_error{
	background:#fbeeee;
	color:#EE0000;
}

#siteContainer {
	width:100%;
	min-width:600px;
	height:100%;
	min-height:650px;
	clear:both;
	background-color:#f4f5f5;
	background-image:url('/img/bg_gradient.png');
	background-position: top;
	background-repeat:repeat-x;
}
#contentContainer {
	width:600px;
	margin:0 auto;
	padding-bottom:30px;
	position:relative;
	font-size:11px;
	color:#464646;
	line-height:175%;
}

#header {
	width: 100%;
	min-width:600px;
}
#header #firstBar {
	height: 30px;
	background-image:url('/img/nav/header_bg_gradient.jpg');
	background-position:top;
	background-repeat:repeat-x;
}
#header #secondBar {
	width:100%;
	height:20px;
	background-image:url('/img/nav/nav_bar_bg.png');
	background-position:top;
	background-repeat:repeat-x;
}
#header #thirdBar {
	background-color:#f7941d;
	width:100%;
	height:3px;
}

#footer {
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	height: 21px;
	position:relative;
	clear:both;
	bottom:0px;
	background-color:#070e2d;
}
