﻿/* Menu*/
#MenuContainer
{
	position:relative;	
	top: -7px;
	width:980px;	
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

.browserIE6 #MenuContainer
{
	position:relative;	
	top: 92px;
	z-index:10;
	width:980px;	
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#MenuTabs
{	
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:transparent url(Images/tabmenu_bg.gif) repeat-x bottom left;
	padding:0 0 0 20px;
}

#MenuTabs ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	
}

.browserIE7 #MenuTabs ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

.browserIE6 #MenuTabs ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
        color:#ffffff;
}

#MenuTabs ul li
{
	display:block;
	
	margin:0 1px;
}

.browserIE7 #MenuTabs ul li
{
	display:block;
	float:left;	
	margin:0 1px;
}

.browserIE6 #MenuTabs ul li
{
	display:block;
	float:left;	
	margin:0 1px;
        color:#ffffff;
}

#MenuTabs ul li a
{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#MenuTabs ul li a span
{
	padding:12px 20px 0 0;
	float:left;
}

#MenuTabs ul li a:hover
{
	color:#ffffff;
	background:transparent url(Images/tabmenu_bg-OVER.gif) repeat-x bottom left;
}

#MenuTabs ul li a:hover span
{
	display:block;
	width:auto;
	cursor:pointer;
}


#MenuTabs ul li a.current,#MenuTabs ul li a.current:hover
{
	color:#ffffff;
	background:transparent url(Images/tabmenu_left-ON.gif) no-repeat top left;
	line-height:275%;
}

#MenuTabs ul li a.current span
{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#ffffff url(Images/tabmenu_right-ON.gif) no-repeat top right;
	height:33px;
}

#MenuTabs_inner
{
	color: white; 
	padding: 1px; 	
}

#MenuTabs_inner a:link, #MenuTabs_inner a:visited, #MenuTabs_inner a:active
{
	color: white;
}
#MenuTabs_inner a:hover
{
	color: yellow;
}

.innercontent
{
	display: none;
}

.outlinemenu
{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 180px; /*default width of menu*/
	border: 1px solid #5378a4;		
	z-index:50;
}

.outlinemenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.outlinemenu ul li a
{
	background: #254270;
	font: normal 11px Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active
{
	color: #ffffff;
}

.outlinemenu ul li a:hover
{
	color: #ffffff;
	background: #2d518b;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End Menu */

body 
{
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c200a;
}

h2 {
	color:#2c200a;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

h3 {
	font-size: 1em;
}

h4 
{
	color:#569DF5;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}

ul 
{	
	margin:0px 0 1.2em; 
	padding-right:0px; 
	padding-left:20px; 
	padding-top:10px; 
	padding-bottom:0px; 
	border-style: none;
}

a {
	color: #004990; text-decoration: none;
}

a:hover {
	color: #666666; text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */
#header 
{
	width: 980px;
	height: 112px;	
	/*background: url(images/img03.jpg) no-repeat right top;	*/
}

.browserIE7 #header 
{
	width: 980px;
	height: 135px;	
	/*background: url(images/img03.jpg) no-repeat right top;	*/
}

#logo 
{
	float: left;
	width: 980px;
	height: 102px;
	margin: 0 ;
	background: url(images/STG_BannerWebsite.jpg) no-repeat left top;
	/*background: url(images/img02.jpg) no-repeat left top;*/
}


.browserIE6 #logo 
{
	position:absolute;
	width: 980px;
	height: 102px;
	margin: 0 ;
	background: url(images/STG_BannerWebsite.jpg) no-repeat left top;
	/*background: url(images/img02.jpg) no-repeat left top;*/
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #033976;
}

#logo h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 0 0 0 3px;
	font-size: 10px;
	color: #033976;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

/* Menu */

#menu 
{
	position:absolute;	
	z-index:1000;
	left:400px;
}

#menu ul 
{
	margin: 0;
	padding: 3px 0 0 125px;
	list-style: none;
}

#menu li 
{
	display: inline;
}

#menu a 
{
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 10px 10px 10px;
	border: none;
	text-decoration: none;	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#004990;
}

#menu a.PlaceOrder 
{
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 10px 10px 10px;
	border: none;
	text-decoration: none;	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#508b16;
}

#menu a:hover 
{
	margin: 0 3px 0 0;
	padding: 3px 10px 10px 10px;
	color:#999999;
}

#menu img 
{
	
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 0 10px 0;
	border: none;
}

#menu .current_page_item a 
{	
	margin: 0 3px 0 0;
	padding: 3px 10px 10px 10px;
	color: #4b862c;
}


/* Wrapper */

#wrapper 
{	
	clear: both;	
}

.browserIE6 #wrapper 
{	
	clear: both;	
	padding-top:20px;
}

/* Center Flash Placeholder*/
#CenterFlash
{
	padding-left:10px;
}

/* Login */
#login
{
	background-color:Transparent;
}

.browserIE7 #login
{
	background-color:White;
}

#iframeAlign
{
	padding-left:5px;	
}

.browserIE7 #loginAlign
{
	padding-top:100px;
}

#loginAlign
{
	padding-top:100px;
}

/* Page */

#page 
{	
	position:relative;
	top: -7px;
	width: 980px;		
	background: url(Images/bodybackground.gif) repeat-y left top;
}

#FlashBanner
{	
	position:relative;
	top: -1px;	
}

.browserIE7 #page 
{	
	position:relative;
	top: -7px;
	width: 980px;
	margin: 0 ;		
	background: url(Images/bodybackground.gif) repeat-y left top;
}

.browserIE7 #FlashBanner
{	
	position:relative;
	top: -1px;	
}

#Shadow
{	
	margin-top:-7px;
	background-image: url(Images/shadow.jpg);
	background-repeat: repeat-x;
	height:5px;
	width:980px;
	
}

/* Content */

#content {
	float: left;
	width: 500px;
	color: #2c200a;		
}

#content2 {
	float: left;
	width: 670px;
	color: #2c200a;		
}

#content3 {
	float: left;
	width: 740px;
	color: #2c200a;		
}

#contentNoPic {
	float: left;
	width: 600px;
	color: #2c200a;		
}

#contentWide {
	float: left;
	width: 900px;		
}

.contentMain
{
	float: left;
	margin-top:10px;
	padding-left:20px;
        width: 410px;		
}

.contentMain2
{
	float: left;
	margin-top:10px;
	padding-left:10px;
        width: 415px;		
}

.contentMainHomePage
{
	float: left;
	margin-top:10px;
	padding-left:10px;
		
}

.post {
	padding: 5px 10px 0px 15px;
	line-height: 140%;
}

.post h1 
{
	font-size: 16px;
    color: #2c200a;
    font-family:"Verdana", sans serif;
    text-decoration: none;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    border-top: none;
    border-bottom: #cccccc 1px dotted;
    border-left: none;
    border-right: none;  	
}

.post h2 
{
	font-size: 16px;
    color: #004990;
    font-family:"Verdana", sans serif;
    text-decoration: none;
    font-weight: normal;
}

.picture img
{
	position:absolute;
	top:150px;
	left:650px;
}

.title {
	margin: 0;
	padding: 0 15px 0px 15px;
	/*background: url(Images/img08.jpg) no-repeat left top;*/
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px 10px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */

#sidebar1 
{	 
	margin-top:5px;
}

#sidebar2 
{
	margin-top:5px;	
}

#sidebar3 
{
	margin-top:5px;	
	background:transparent;
	height:400px;
	float:left;
	width:195px;		
	padding-left:10px;
}

.browserIE7 #sidebar3 
{
	margin-top:5px;	
	background:transparent;
	height:400px;
	float:left;
	width:195px;		
	padding-left:10px;
}

#sidebar4 
{
	margin-top:5px;			
	float:left;
	width:210px;	
}

#sidebar5 
{
	margin-top:5px;			
	float:left;
	width:195px;	
}

.sidebarLeft {
	float: right;
	width: 220px;	
	padding-right: 5px;
	BORDER-RIGHT: #cccccc 1px dotted;
	BORDER-LEFT: #cccccc 1px dotted;
}

.sidebarLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarLeft li {
	padding: 0 0 20px 0;
}

.sidebarLeft li ul {
	padding: 0px 15px;
}

.sidebarLeft li li {
	padding: 8px 0 8px 0px;
	border-bottom: #2C5FAB solid 1px;
}

.sidebarLeft li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	/*background: url(Images/img07.jpg) no-repeat left top;*/
	font-size: 16px;
	font-weight: normal;
	/*color: #FFFFFF;*/
}

.sidebarLeft p {
	padding: 0 10px 0 15px;
	line-height: 150%;
}

.sidebarLeft h1
{
	margin: 0;	
	padding: 0 15px 0 15px;
	font-size: 20px;
    color: #004990;
    font-family:"Times New Roman", Times, serif;
    text-decoration: none;
    font-weight: normal;
}

.sidebarRight {
	float: right;
	width: 200px;
	padding-right: 30px;	
	BORDER-LEFT: #cccccc 1px dotted;
}

.sidebarRight2 {
	float: right;
	width: 200px;
	padding-right: 60px;
	
	
}

.sidebarRightOverflow {
	float: left;
	width: 210px;	
	padding-left: 5px;
	padding-top:46px;
	
}

.sidebarRightOverflow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarRightOverflow li {
	padding: 0 0 20px 0;
}

.sidebarRightOverflow li ul {
	padding: 0px 15px;
}

.sidebarRightOverflow li li {
	padding: 8px 0 8px 0px;
	border-bottom: #2C5FAB solid 1px;
}

.sidebarRightOverflow li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	/*background: url(Images/img07.jpg) no-repeat left top;*/
	font-size: 16px;
	font-weight: normal;
	/*color: #FFFFFF;*/
}

.sidebarRightOverflow li h3 {
	font-size: 16px;
	font-weight: normal;
	/*color: #999999;*/
}

.sidebarRightOverflow p {
	padding: 0 10px 0 15px;
	line-height: 150%;
}

.sidebarRightImage {
	float: left;	
	padding-left:100px;
	padding-top:30px;
}

.sidebarRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarRight li {
	padding: 0 0 20px 0;
}

.sidebarRight li ul {
	padding: 0px 15px;
}

.sidebarRight li li {
	padding: 8px 0 8px 0px;
	border-bottom: #2C5FAB solid 1px;
}

.sidebarRight li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	/*background: url(Images/img07.jpg) no-repeat left top;*/
	font-size: 16px;
	font-weight: normal;
	/*color: #FFFFFF;*/
}

.sidebarRight li h3 {	
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

.sidebarRight p {
	padding: 0 15px 0 0;
}


/* Footer */

#footer {
	width: 980px;
	margin-top:-7px;
	padding: 0 0;
	height: 73px;
	background-color:#e5e5e5;	
	font-size: 10px;
}

.browserIE7 #footer 
{
	width: 980px;	
	padding: 0 0;
	height: 73px;	
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
		
}

#footer a {
	color: #569DF5;
}

#footerTop
{	
	position:relative;
	top:0px;
	height:12px;
	width:980px;	
	background: url(Images/bottom.gif); 
}