body, body * { 
	z-index: 1;
}

body#content {
text-align: left;
}
body {
background: #2f81af;
}
#interiorbg {
background:  url(../images/background.jpg) top center no-repeat;
}
#interiorbg2 {
background:  url(../images/bg2.png) top center repeat-y;}
.innerWrap {
	background: url(../images/containerBG.jpg) repeat-y;
}
div.mobile-message a {
	background-color: #FE3;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	opacity: 0.9;
	padding: 20px 0;
	display: block;
}
.footer {
	background: url(../images/site_footer.jpg) no-repeat;
	height: 46px;
	margin: 0px;
	padding: 0px;
	width: 960px;	
}

.slideshowBG {
	height: 295px;
	background:url(/themes/main/images/bg-rotate.png) no-repeat;
	width:780px;
	padding:8px 10px;
}


.header {
height: 106px;
}

div.header, div.header * {
	z-index: 3;
}
ul#slideshow {
	margin-top: 0px;
	width:530px;
	float:left;
	margin:0;
	padding:0;
	height:277px;
}
#rotateRight {
	background: url(/themes/main/images/bg-rotate-right.png) repeat-x;
	height:277px;
	overflow:hidden;
	float:left;
	width:230px;
	font-family:Georgia, sans-serif;
	color:#777676;
	font-size:14px;
}
	#rotateRight  h3 {
		font-size:16px;
		font-weight:bold;
		font-family:Georgia, sans-serif;
	}
	
	#rotateRight p {
		margin:10px 0;
	}
#slideshow li {
list-style-type: none;
margin: 0px;
padding:0px;
}

#tabsNav {
left:145px;
position: relative;
width:627px;
background: url('../images/tabs.jpg');
height: 35px;
}
#top_navigation {
position: relative;
left: 210px;
top:-77px;
width:590px
}

#tweet {
height: 35px;
display: block;
width: 140px;
float: left;
}
#tweet a {
height: 35px;
display: block;
width: 140px;
text-indent: -9999px;
}
#tab1 {
height: 35px;
display: block;
width: 125px;
float: left;
}
#tab1 a {
height: 35px;
display: block;
width: 125px;
text-indent: -9999px;
}
#tab2 {
height: 35px;
display: block;
width: 120px;
float: left;
}
#tab2 a {
height: 35px;
display: block;
width: 120px;
text-indent: -9999px;
}
#tab3 {
height: 35px;
display: block;
width: 120px;
float: left;
}
#tab3 a {
height: 35px;
display: block;
width: 120px;
text-indent: -9999px;
}
#tab4 {
height: 35px;
display: block;
width: 120px;
float: left;
}
#tab4 a {
height: 35px;
display: block;
width: 120px;
text-indent: -9999px;
}
#homeLink {
height: 140px;
width: 130px;
position:relative;
display: block;
}
#homeLink h1 a {
height: 140px;
width: 130px;
position:relative;
display: block;
text-indent: -9999px;
}


/*  LOGO SPONSOR ROTATOR */
#sponsor_container {
	text-align: center;
	width: 170px;
	height: 254px;
}
#sponsor_heading {
	background: #016FAE;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0px 0px 2px #333;
	-moz-box-shadow: 0px 0px 2px #333;
	text-shadow: 0px 0px 2px #1a1a1a;
}
#sponsor_rotate {
	height: 170px; 
	width: 168px; 
	border: 1px solid #ccc; 
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 1px #ccc;
	-moz-box-shadow: 0px 0px 1px #ccc;
}
.sponsor_logos {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.sponsor_logos img {
	height: 150px; 
	width: 150px;
	padding: 10px; 
	top:0; 
	left:0
}
#sponsor_output {
	width: 170px;
	text-align: center;
	background: #016FAE;
	color: #fff;
	margin-top: 5px;
	padding: 5px 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	-webkit-box-shadow: 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 1px #333;
	text-shadow: 0px 0px 2px #1a1a1a;
}
.sponsor_name {
	font-size: 13px;
}

#memoir {
    text-align: left;
}
.memoir-heading {
    font-size: 14px;
    font-weight: bold;
}

#alert {
	border:2px solid #ff0000;
	margin: 10px 100px;
	width: 760px;
	color:#ff0000;
}
	#alert h3 {
		font-size: 18px;
		color:#ff0000;
		margin:10px 0;
		padding:0;
	}
	
	#alert a {
		color:#ff0000;
	}
.padding {
	padding:10px;
}



