
/* ----- Design and Code By Corbin Schappel ----- Feel free to check out the code, just please don't steal, be original! ----- */

html, body {
	background-image: url(images/back.jpg);
	background-color: #626161;
	width: 100%;	
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	color: #000;
}

#wrapperbg {
	width: 980px;
	margin: 0px auto;
	background-image:url(images/BG-withStripes.png);
	background-repeat: repeat-y;
}

#wrapper {
	background-color: #FFF;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	min-height: 100%;
}

#header img {
	margin: 0 0 0 15px;
	border: none;
}

/* ----- Header Content ----- */

#header {
	margin: 0px auto;
	width: 960px;
	text-align: left;
	padding: 0;
}

#award {
	padding: 20px 35px 0 0;
	float: right;
	height: 142px;
	width: 150px;
}

#awardtwo {
	padding: 20px 10px 0 0px;
	float: right;
	height: 142px;
	width: 150px;
}

#logo {
	padding: 15px 0px 5px 0px;
	width: 200px ;
	height: 160px ;
	float: left;
}

#mainslideshow {
	padding-top: 10px;
	background-image: url(images/slideshowbg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
    width: 700px;
    height: 320px;
}

#slideshow {
	margin: 0 auto;
	width: 680px;
	height: 290px;
}

/* ----- Main Content ----- */

#main {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	width: 920px;
	padding: 0;
	overflow: auto;
	padding-bottom: 150px; /* must be same height as the footer */
}

#mainleft {
	font-size: 13px;
	background-color: #CCC ;
	width: 200px;
	margin: 0px 0 50px 0;
	padding: 0px;
	float: left;
}

#mainleft .centertext {
	color: #062270;
	padding: 0px 10px 0px 10px;
}

#mainright {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin: 0 0 50px 0;
	padding: 0px;
	float: right;
}

#mainlist {
	width: 700px;
	margin: 0 auto;
}

.mainlistitem {
	padding: 5px;
	width: 688px;
	margin-bottom: 20px;
	background-color: #eee;
	overflow: hidden;
	border: 1px solid #ccc;
}

.mainlistitem img {
	float: left;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}

#main img {
	border: none;
}

#maintable {
	margin: 0 auto;
	width: 500px;
	padding-top: 25px;
}

/* ----- Footer ----- */

#footer {
	margin: 0 auto;
	background-color: #062270;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #929FB0;
	width: 960px;
	border-top: 1px solid #070769;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
}

#footer #content {
	padding-top: 20px;
	width: 920px;
	margin: 0 auto;
}

#footer #contentleft {
	font-size: 12px;
	float: left;
	width: 570px;
	margin: 0 0 0 0;
	clear: both;
}

#footer #contentright {
	text-align: right;
	font-size: 13px;
	float: right;
	width: 350px;
	margin: 0 0 0 0;
}

/* ----- Fonts & Specifics ----- */

.hr {
	height: 35px;
}

.sidebarhr {
	background-color: #FFF;
	height: 10px;
}

#header h1 {
	font-size: 36px;
}

#mainright h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #070769;
	margin-bottom: -5px;
}

#mainright h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #070769;
	margin-bottom: -5px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #CCC;
}

#mainright a {
	color: #070769;
}

#mainright h2 a {
	color: #000;
	text-decoration: none;
}

#mainright h2 a:hover {
	color: #333;
	text-decoration: none;
}

.notice {
	font-size: 18px;
	color: #F00;
}

.mainheaderinfo {
	font-size: 20px;
	color: #070769;
}

.mainlistitemp {
	font-size: 18px;
	padding: 0 25px 15px 0;
}

.mainlistitem p {
	overflow: hidden;
}

.clearboth {
	clear: both;
}

