/* Style Sheet for Jim Markham
 Author: Wayne Silasi, Mindgrab Media
*/


* {
	margin: 0;
}


/* --------------- */
/* Page Attributes */
/* --------------- */

.superscript {
font-size:9px;
vertical-align:top;
}


body {
	background: repeat-x top center url("../siteImages/page_topBG.jpg") #d6d6d6;
	height: 100%;
	width: 100%;
}

a, a:visited, a:active {
	color: #872434;
	font-weight: 1200;
	text-decoration: none;
}

a:hover {
	color: #872434;
	font-weight: 1200;
	text-decoration: underline;
}

/* --------------- */
/* Wrapper */
/* --------------- */


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto -250px;
}


/* --------------- */
/* banner */
/* --------------- */

.banner {
	background: repeat-x top center url("../siteImages/container_topBG.jpg") #d6d6d6;
	height: 800px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* --------------- */
/* buttons */
/* --------------- */


.buttons {
	height: 150px;
	width: 960px;
	position: absolute;
	margin-top: 288px;
}


.buttonsVideoCSS {
	height: 150px;
	width: 960px;
	position: relative;
	margin-top: 288px;
	background: blue;
}
	

/* --------------- */
/* Content */
/* --------------- */


.contentContainer {
	height: auto;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -225px;	
	font-size: small;
	text-align: left;
	vertical-align: middle;
	color: #000;
	line-height: 20px;
}

.contentSpacer {
	height: 250px;
	width: 960px;
}





.headline {
	background: no-repeat url("../siteImages/headlineBG.png");
	width: 475px;
	height: auto;
	padding-top: 25px;
	padding-left: 100px;
	margin-left: 100px;
	margin-bottom: 20px;
	font-size: x-large;
	font-variant: small-caps;
	color: #000;
	line-height: 30px;
}

.content {
	
	height: auto;
	width: 475px;
	margin-left: auto;
	margin-right: auto;
}

.content img{
	
	float: left;
	margin: 0 10px 10px 0px;
	border: 4px solid #333333;
}

.floatRight {
	float: right;
}


/* --------------- */
/* footer */
/* --------------- */


.encaseFooter {
	background: repeat-x bottom center url("../siteImages/page_footerBG.jpg");
	height: 250px;
	width: 100%;
	}

.footer {
	background: repeat-x bottom center url("");
	height: 250px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	}
	
.copyrightInfo {
	height: 20px;
	width: 960px;
	margin-top: 200px;
	position: absolute;
	color: white;
	font-size: smaller;
}
	
	

/* ----------------------- */
/* added for admin section */
/* ----------------------- */

.headline_news {
background: no-repeat url("../siteImages/headlineBG.png");
width: 475px;
height: auto;
padding-top: 25px;
margin-left:-90px;
padding-left:100px;
margin-bottom: 20px;
font-size: x-large;
font-variant: small-caps;
color: #000;
line-height: 30px;
}

.content_news 
{
height: auto;
width: 575px;
margin-left: auto;
margin-right: auto;
}

.newsConfirm {
width: 500px;
height: 50px;
padding-top: 25px;
font-size: small;
padding-left: 5px;
color: white;
line-height: 30px;
}

.content_news img 
{
float: left;
margin: 0 10px 10px 0px;
border: 4px solid #333333;
}

.formLabel {
font-size: 16px;
text-align: left;
color: #333333;
line-height: 20px;
vertical-align:text-bottom;
}

.loginForm 
{
text-align:center;
vertical-align:middle;
width:575px;
height:auto;
margin-left:auto;
margin-right:auto;
}








