html {height:101%}

body { background-image:url(images/front_background.jpg)
	font-family: arial, helvetica, serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	text-align:center;
	background:#333333;
}

.content {background-image:url(images/front_background.jpg)}

#blackbg {background-color:#000000}

#wrapper { 
	width:990px;
	margin: 0 auto;
	margin-top:0;
	text-align:left;
	background:#ffffff;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:0;
}

.clearer {clear:both;}


#header {
	background:#000000;	
	height:80px;
	padding:5px 10px;
}

#header #GO_Logo {
	margin:5px 0 5px 15px;

}

#header h1 {
	color:#edece2;
}



#frontcontent {
	position:relative;
	height:475px;
	overflow:hidden;
}

#frontcontent .text1 {
	position:absolute;
	left:50px;
	top:05px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:40px;
}

#frontcontent .text2 {
	position:absolute;
	left:130px;
	top:170px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:30px;
	
}

#vid_container {
	position:absolute;
	border:2px solid #000000;
	top:5px;
	left:425px;	
	height:315px;
	width:450px;

}

#vid_container img {
	height:315px;
	width:450px;
}



#content {
	background:#edece2;
	overflow:hidden; /* overflow hacks to make background images work well with floats */
	_zoom:1;
}

#content a {
	color:#990000;
}

#content a:hover {

}

.secondary_content {
	background-color:#000000;
	overflow:hidden; /* overflow hacks to make background images work well with floats */
	_zoom:1
}

#color_bar {
	height:20px;
	xbackground-color:#d2232a;
	background-image:url(images/redBar_background.png);
	color:#ffffff;
	font-weight:900;
	text-align:center;
	padding:5px;
	line-height:20px;
	font-size:16px;
}

#frontnav {
	height:80px;
	background:#000000;
	color:#ffffff;
	position:relative;

}

#frontnav .nav {
	position:absolute;
	top:20px;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:40px;
	margin-left:10px;
}

#frontnav .nav li {
	position:relative;
	float:left;
	background: url(images/nav_button.png) no-repeat top left;
	margin:0;
	padding:0;
	margin-left:15px;
	width:120px;
	line-height:10px;
}

 /********************** for centering text vertically in nav buttons    ***********************/
.outer {height: 45px; width:100%; #position: relative; overflow: hidden; display: table;}
		
.outer[class] {display: table; position: static;}
		
.middle { width:100%; #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;} /* for explorer only*/
/*.middle[class] {display: table-cell; vertical-align: middle; position: static;}*/

.inner {#position: relative; #top: -50%; width:100%; text-align:center;} /* for explorer only */

.inner a {color:black; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:900; line-height:11pt }
.inner a:hover {color:black; text-decoration:underline; }
 /**********************   END    ***********************/

#left_sidebar, .menu {
	width:190px;
    float:left; 
	color:#ffffff;
	margin-right:10px;
	padding-left:10px;
	display:inline;
	background:url(images/black_sidebar.gif);
	background-repeat:repeat;
	}

#left_sidebar ul {
	list-style-type:none;
	margin:0; /* removed excess padding and margin */
	padding:0; 
	padding-left:0px;
}

 #left_sidebar li .inner {
	#top:0;
}

#left_sidebar li .middle {
	position:relative;
	#top:50%;

} 

#left_sidebar li .outer {height: 40px; width:100%; #position: relative; overflow: hidden; display: table;}
		
#left_sidebar li .outer[class] {display: table; position: static;}

.vert_nav ul {

	margin:0;
	padding:0;
	margin-left:0px;
	width:180px;
}

#left_sidebar li {
	padding:0;
	margin:0;
	background: url(images/nav_button.png) no-repeat top left;
	background: url(images/nav_button_big.png) no-repeat top left;
	margin-bottom:10px;
	margin-left:0px;
}

#left_sidebar li a {
	text-decoration:none;
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	display:block;
}

#left_sidebar li a:hover {
	color:#ffffff;
	text-decoration:underline;
}


 
#left_sidebar ul.left_menu li, #left_sidebar ul.menu li {
	padding:0;
	margin:0;
	background: url(images/button_gradient_dark.gif) repeat-y;
	padding:5px 10px;
	margin-bottom:2px;
	width:180px;
}

#left_sidebar ul.left_menu li a, #left_sidebar ul.menu li a {
	text-decoration:none;
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#left_sidebar ul.left_menu li a:hover, #left_sidebar ul.menu li a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#left_sidebar p {
	padding: 10px 10px 10px 0px;
}

#footer {
	height:37px;
	background:#9cc0e6;
	background-image:url(images/footer_bkgnd.png);
	text-align:center;
	font-size:9pt;
}

#footer a {
	color:#000000;
	text-decoration:underline;
}

.vert_nav .nav li {height: 45px; width:100%; #position: relative; overflow: hidden; display: table;}
			
			
#text_area {width:770px;margin-left:200px;background-color:#ffffff;padding:10px}

.search-advanced {background-color:#ffffff}
form.search-form {background-color:white;}