@import url(shadetabs.css);
@import url(calendar.css);


html {
	font-family: Helvetica, Arial, sans-serif, sans;
	font-size:11px;
}
body {
	z-index: 1;
	margin: 0px 0px 15px 0px;
	height: 100%;
	/*text-align: center;*/
}
#bodyDiv {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	text-align: left;
}

body > div {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}

/* a > img  */

a  img {
	border: 0px none;
}
#campaign a  img {
	display: block;
}

a, a:link, a:visited {
	color: #900101;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	height: 100px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/G8Web-Header.gif) no-repeat top left;
}
#menu {
	text-transform: uppercase;
}
.shade_left {
	background-image: url(../images/shade_left.png);
	background-repeat: repeat-y;
}
.shade_right {
	background: transparent url(../images/shade_right.png) top right repeat-y;
}
#container {
	position: relative;
	overflow: hidden;
	width: 955px;
	margin-left: 7px;
}
#rightContentColumn {
	border:0px solid gray;
	float:right;
	height:100%;
	overflow:hidden;
	position:relative;
	width:270px;
	padding: 0px 15px;
}
#rightContentColumn a > img {
	display: block;
}

#leftContentStorys {
	border:0px solid gray;
	float:left;
	margin-right:auto;
	overflow:hidden;
	width:655px;
}
#bottom {
	height: 10px;
	width: 965px;
	border: 0px solid gray;
 	background: url(../images/bottomshade.png) no-repeat top left;
}
#footer {	
	width: 965px;
	padding-top: 0px;
	margin-left: 0px;
}
#contactFoot {
	float: left;
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#contactFoot a {
	padding-right: 10px;
}
#contactFoot a + a {
	padding-left: 11px;
	background-image: url(../images/pipe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#contactFoot a,
#contactFoot a:link, 
#contactFoot a:visited {
	color: #9A9A9A;
}

#topSkipFoot {
	margin-left: auto;
	margin-right: 280px;
	width: 60px;
}

#signatureFoot {
	float: right;
	text-align: right;
	margin-right: 20px;
	width: 200px;
}
.signature {
	color:silver;
	margin:0px;
}
.signature p {
	font-size:11px;
	line-height:16px;
	margin-top:0px;
}

#cc {
	padding-top: 30px;
	clear: both;
	margin: 40px 0 7px 7px;
}
#cc img {
	display: block;
}

/* video */
.video {
	clear: both;
	width: 100%;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.video .inner {
	display: block;

}
.video .greyUp {
	background-color: #e3e3e3;
}
.video a {
	padding: 5px 0px;
	display: block;
}
.video .thumb {
	clear: left;
	width: 40%;
	border: 0px none;
}
.video .title {
	font-size: 12px;
	width: 50%;
	padding-right: 15px;
	clear: left;
	display: block;
	float: right;
}

/* ---------------------------------------------------
//	sub menu 
// ------------------------------------------------ */

.submenu {
	margin:8px 0px 8px 0px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #eeeeee;
}

.submenu ul {
	margin:0 10px 0 10px;
	padding:0 0 7px 0;
	list-style-type:none;
}
.submenu ul li {
	display:inline;
	margin:0 6px 0 0;
	padding:0 6px 0 0;
	border-right:1px solid #999999;
	text-transform:uppercase;
	color:#9a9a9a;
}

.submenu ul li a {
	color:#9a9a9a;
}
.submenu ul li a:hover {}
.submenu ul li.selected a {
	color:#333333;
}



