@import url("stylesCommon.css");

body{
	background: #616161 url(/images/bodyBG.png);
	font-family: serif, Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 1em;
	height: 100%;
}


#wrapper{
	background: url(/images/grass_brown.png) repeat-y;
	/*background-position: 0px 491px;*/
	font-size: 0.875em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:1070px;
	min-height: 100%;
	position: relative;
}

.header{
	margin: 0 0 0 0;
	text-align: left;
	width: 100%;
}

#headerSmall{
	background: url(/images/headerSmall.jpg);
	background-position: 0px 18px;
	height: 150px; /* same as nav */
}

#headerLarge{
	background: url(/images/headerLarge.jpg);
	height: 491px;
}


#headerSpace{
	height: 341px;	/*height of header - height of nav div */
}

#logoLink{
	position: absolute;
	width: 272px;
	height: 86px;
	margin-left:31px;
	margin-top:33px;
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	z-index:60;
}

#nav{
	background: url(images/nav.png);
	height: 150px;
/*	margin-top: -150px;   height of header - height of nav div */
	width: 1070px;
}

#navContent{
	position: absolute;
	margin-top: 126px;
	margin-left: 90px;
	width: 100%;
	font-size: 1.2em;
}

.button{
	text-indent: 1000px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	background-position:0% 0%;	
}

.button:hover{
	background-position: 0% 100%;
}

.content{
	/*margin-top: -1px;*/
	margin-left: 75px;
	text-align: left;
	width: 553px;
	min-height: 600px;
	float: left;
	z-index: 50;
	background-color: #4A402F;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-top-color: #4A402F;
	margin-bottom: 15px;
}

.contentPadding{
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.rightImage{
	float: left;
	margin: 30px 0px 0px -10px;
	z-index: 100;
}


a {
	text-decoration: none;
}

a, a:visited{
	color: #EED6AC;
}

a:hover, a:active{
	color: #E8E4D5;
}

#footerContent{
	margin-left: 5px; 
}
#footer{
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 30px;
}

#madebyqc{
	margin-right: 80px;	
}


h1, h1 a, h2, h2 a{
color: #E8E4D5;
padding-bottom: 2px;
}
