@charset "utf-8";
/* CSS Document */

* {
	padding:0; margin: 0;
}

BODY {
	background: #000;
	color: #333;
	font-family: georgia, serif;
	font-size: 100%; /* 16x1.125=18px */
	margin:0;
}

FORM .formbutton1 {
	background:#D8DFEA;
	color:#3B5998;
	cursor: pointer;
	
}

a:link, a:visited {
	color: Red;
}
a:hover {
	background-color: #ccc;
}

a.imagelink:hover {
	background: none;
}


p {
	margin: 10px 0;
}

h1 {
	font-size:200%;
	margin: 5px 0;
}

ul li {
	margin: 5px 0 0 25px;;
	padding: 5px;
	list-style-type: square;
}


h2 {
	margin: 5px 0;
}

h2.sidebar, h3.sidebar {
	background-color:#3B5998;
	color: White;
	padding: 3px;
	text-align: center;
}
h2.blue, h3.blue {
	background-color:#3B5998;
	color: White;
	padding: 3px;
	text-align: center;
}

.indent {
	margin-left: 100px;

}

#ifmCalendar {
	height: 180px;
	overflow:hidden;
}

#ymp-body {
	z-index: 9999;
}

.video {
	z-index: 1000;
}

#sociallinks img {
	margin:0 5px;
}
.infobit {
	background: #B4CDFF;
	width: 500px;
	color: #3B5998;
	font-size: 80%;
	height: 50px;
	padding: 5px;
	margin: 10px 0;
}

#topnav {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	width: 370px;
	float:left;
	margin: 100px 0 0 0;
}


#mainnav {
	float: right;
	height: 23px;
	background: #000;
	color: white;
}

ul.mainnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

 #starnav {
	margin: 185px 0 0 0;
	padding: 0;
	background: #000;
	clear: right;
	float:right;
	text-align: right;
	width: 600px;
}

ul.starnav {
	background: #000;
	margin: 0;
	padding: 0;
	height: 42px;
}

ul.starnav li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 20px;
}


#mainnav a:link {
	color: white;
	text-decoration: none;
}

#mainnav a:visited {
	color: white; text-decoration: none;
}
#mainnav a:hover {
	text-decoration: underline;
}

div#topheader {
	width: 100%;
	height: 250px;
	background: url(../images/bg_mainhdr2.jpg) no-repeat;
   text-align: right;
	position: relative;
}






#herowrapper {
	width: 100%
	height: 300px;
	background: url(../images/bg_herosection.jpg) repeat-x;
}

#herosection {
	width: 1000px;
	margin: 0 auto;
	height: 300px;
	clear: both;
	
	}
#herobox {
	width: 700px;
	padding:0 0;
}
#socialbox {
	float:right;
	width: 290px;
	height:290px;
	margin:  0;
	padding:5px;
	background: #B4CDFF;
	position: relative;
	text-align: center;

}
#twitter {
	margin:10px auto 0 auto;
	width: 260px;
	height: 170px;
	background:url(../images/bg_twitter.jpg) no-repeat;
	padding:5px;
	/*background: #93b7ff;*/
	font-size: 80%;
	/*font-family: Helvetica, Calibri, Arial, sans-serif;*/
	text-align: center;
/*	position: absolute;
	top: 110px;*/
	
	
}
.twitterfollow {
	font-weight: bold;
}

#twitter p {
   width: 250px;
	text-align: left;
	margin: 0 auto;
}

#twitterfeed {
  margin: 70px auto 0 auto;
  text-align: left;
}
.twitterquote{
	color: #41A1DE;
	font-size: 700%;
	text-align: left;
	float:left;
	margin-top:-25px;
}

#blog {
	width: 290px;
	text-align: left;
	overflow:hidden;
}

#links {
	font-size: 80%;
	text-align: left;
}

#contentwrapper {
	width: 1024px;
	margin: 0 auto;
}

#content {
	width: 1000px;
	margin:0 auto;
	background: #fff;
	min-height: 800px;
	overflow: hidden;
	padding: 0 0 0 0;
	position:relative;
}

#content-right-col {
	float:right;
	width: 290px;
	text-align: center;
	padding: 5px 5px 550px 5px;
	background: url(../images/bg_sidebar.jpg) repeat-y;
}
#content-left-col {
	width: 650px;
	padding: 5px 25px 25px 25px;
	float:left;

}
#decals {
	text-align: center;
	padding: 25px 0;
}



#ifmCalendar BODY {
	background: none;
}

#footer {
	width: 100%;
	height: 60px;
	background: #0557FF;
	color: #000;
}
#footer-content {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	padding: 20px;
	color: white;
}
#footer-content a:link, #footer-content a:visited {
	color: White;
}
#footer-content a:hover {
	background-color: black;
}

#footer-bottom {
	width: 1200px;
	background: url(../images/bg-footer-bottom2.jpg) no-repeat;
	height: 260px;
	margin: 0 auto;
}