/********orion css page********/

/* General Atributes*/
body {
	background-image: url(../images/bkgrnds/bkgrnd.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #fff;
	text-align: center;
}
a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#666;
	text-decoration:none;
	font-weight: bold;
}
a:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	font-weight: bold;
}
a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#941010;
	text-decoration:none;
	font-weight: bold;
}
h1 {
	font-size:1.3em;
	color:#999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
h2 {
	font-size:1.5em;
	line-height: 1.1em;
	color:#5987fa;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.2em;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
p { 
	color: #fff;
	line-height: 1.3em;
	
}

/********* Spans and Classes************/
.bold {
	font-weight: bold;
}
.rd {
	color: #f00;
}
.rd_bgst {
	color: #f00;
	font-size: 1.7em;
	line-height: 1.5;
}
.dk_gry {
	color: #666;
}
.dk_gry_bgr {
	color: #666;
	font-size: 1.5em;
}
.dk_gry_bgst {
	color: #666;
	font-size: 1.7em;
	line-height: 1.5;
}
.bgr {
	font-size: 1.2em;
}

.indent {
	/*text-indent: 15px;*/
	margin-left:20px;
}
.9em {
	font-size:0.9em;
}
.center {
	text-align:center;
}
.current {
	color:#f00;
	text-decoration:none;
}
.noSubNav {
	margin: 0px 0 0 0;
}

/********* Whole Page Container Section************/
#container {
	width:900px;	
	height: auto;
	background-image: url(../images/bkgrnds/containerBG.jpg);
	background-repeat: inherit;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index: 1;

}
/*IE 6*/
* html #container {
	width:905px;		
}
/********* Header Section************/
/*IE 7*/
*:first-child+html #header {	
	font-size:0.8em;
	font-weight: normal;
	color:#fff;
	background-image: url(../images/bkgrnds/blackbar_wlogo.jpg );
	background-repeat:no-repeat;
	width: 826px;	
	height: 125px;	
	margin: 35px 0 0 73px;
	top: ;
	left: ;
	float: right;
	position: relative;
	z-index: +10;
}
/*IE 6*/
* html #header {	
	font-size:0.8em;
	font-weight: normal;
	color:#fff;
	background-image: url(../images/bkgrnds/blackbar_wlogo.jpg );
	background-repeat:no-repeat;
	width: 826px;	
	height: 125px;	
	margin: 35px 0px 0 73px;
	top: ;
	left: ;
	
	position: relative;
	z-index: +10;
}

/*all others*/
html>body #header {
	font-size:0.8em;
	font-weight: normal;
	color:#fff;
	background-image: url(../images/bkgrnds/blackbar_wlogo.jpg );
	background-repeat:no-repeat;
	width: 826px;	
	height: 125px;
	
	margin: 35px 0 0 -126px;
	float: right;
	position: relative;
	top: ;
	left: ;
	z-index: +10;
}
#header p {
	font-size: 1.25em;
	float: right;
	margin: -80px 30px 0 0 ;
}
.statement {
	width: 280px;
	font-size: 2em;
	color: #f00;
	text-align: center;
	font-weight: lighter;
	font-style: oblique;
	padding: 20px 0 0 250px;
	line-height: 1.45em;
}
	#header p {	
	text-align: ;
	}
	
		#header a:link { 
				color:#fff;
				text-decoration: none;
			}
		#header a:visited { 
				color:#fff;
				text-decoration: none;
			}
		#header a:hover { 
				color:#ccc;
				text-decoration:none;
		}
/********* Left Navigation Section************/
#left_nav {
	background-image: url(../images/bkgrnds/leftnav_background2.jpg);
	background-repeat:repeat-y;
	background-color: blue;	
	width:200px;
	height: 600px;
	margin: 0 0 0 0;	
	/*border: 1px solid red;*/
	float:left;
	text-align:left;
	z-index:1;
	position:relative;
}
/*IE 7*/
*:first-child+html #left_nav {
	position: relative;	
	margin: -160px 0 0 0px;	
	/*border: 1px solid red;*/
}

/*all others*/
html>body #left_nav {
	position: relative;	
	margin: 0px 0 0 0px;
}
/*IE 6*/
* html #left_nav {
	position: relative;	
	margin: -160px 0 0 0px;	
	/*border: 1px solid red;*/
}

#left_nav p {
	font-size:1em;
	margin: 170px 0px 0 15px;
}
#left_nav a {
	line-height: 3.30em;	
}
#left_nav a:link { 
		color:#fff;
		text-decoration: none;		
	}
#left_nav a:visited { 
		color:#fff;
		text-decoration: none;		
	}
#left_nav a:hover { 
		color:#f00;	
}
/********* Main Content Section************/
#content {
	background-image: url(../images/bkgrnds/MainBG.jpg);
	background-repeat:no-repeat;
	background-color: #000;
	width:700px;
	height: 600px;
	margin: -160px 0 0 0px;
	float:left;
	position: relative;
	z-index:1;
	 
}
/*IE 6*/
* html #content {	
	float:left;
	margin:-160px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index:1;
}
/*IE 7*/
*:first-child+html #main_text {
	padding-top: 20px;
}
#main_text {
	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 20px 50px 0 50px;
	line-height:1.3em;
}
	#main_text li{
		font-size:1em;		
	}
		#main_text img {
			margin: 15px 0 10px 20px;
		}
		/*all others*/
		html>body #main_text img {
			padding: 0px 0 40px 0px;
		}
#main_image {
	float: right;
}

/********* Top Navigation Section************/

#top_nav {		
	height: 25px;
	font-size:1em;
	text-align:center;
	padding-top: 165px;	
}
/*IE 7*/	
	*:first-child+html #top_nav {
		padding-top: 165px;	
	}
#top_nav a {}

#top_nav a:link {	 
		color:#fff;
		text-decoration: none;
	}
#top_nav a:visited { 
		color:#fff;
		text-decoration: none;
	}
#top_nav a:hover { 
		color:#999;
		text-decoration:none;
}



/********* Footer Section************/

#copyright {
	font-size:0.75em;
	color:#666;
	text-align:left;
	margin: 0 0 0 10px;

}