/***************************************************************************************************
Lovely defaults
****************************************************************************************************/
*{
	margin: 0;
	padding: 0;
	outline: none;
}

img{
	border: 0;	
}

label{
	cursor: pointer;
}

html, body{
	position: relative;
}

ul{
	list-style: none;
}

/***************************************************************************************************
General Layout Stuff
****************************************************************************************************/

#container{
	
	position: relative;
}

ul.nav{
	list-style: none;	
	display: block;		
}

ul.nav li{ 		
	display: inline;
	float: left;	
}
#main-bg {
	height: 80%;
	width: 100%; 
	position: absolute; 
	z-index: 0; 
	top: 0; 
	left: 0;
}

#main{
	padding: 110px 0 0;
}

#main .content{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#content-head{
	width: 1020px;
	height: 5px;
}

#content-body{	
	width: 940px;
	padding: 0 40px;
}

#content-foot{
	width: 1020px;
	height: 4px;
}

/***************************************************************************************************
Header
****************************************************************************************************/

#header{
	height: 140px;
	padding: 0 0 22px 0;
	position: relative;
	z-index: 1;	
}
 
#logo{
	position: absolute;
	top: -86px;
	left: 348px;
}



/***************************************************************************************************
Home-Header
****************************************************************************************************/

	
/***************************************************************************************************
Primary
****************************************************************************************************/

#primary{
	width: 620px;
	padding: 0 19px 0 0;
	margin: 10px 10px 10px 0;
}

#primary .footer-module{
	width: 300px;
}

#primary .first{
	padding-right: 20px;
}


/***************************************************************************************************
Side
****************************************************************************************************/

#side{
	width: 290px;
	margin: 10px 0;
}

/***************************************************************************************************
Footer
****************************************************************************************************/

#footer{
	height: 62px;
	padding: 17px 0 10px 0;
}

#footer .third{
	height: 62px;
	width: 300px;
	padding-right: 13px;
	margin-right: 13px;
}

#footer div.last{
	width: 285px;
	padding-right: 0px;
	margin-right: 0px;
}

/***************************************************************************************************
Sub Footer
****************************************************************************************************/

#sub-footer{
	height: 280px;
	position: relative;
	z-index: 1;
}

#sub-footer .content{
	padding: 8px 0 0 0;
	width: 940px;
	margin: 0 auto;
}

#copyright{
	width: 320px;
}

#sub-footer-nav{
	width: 620px;
}




/***************************************************************************************************
Misc. IE 6 hacks and other necessary evils.  Don't touch any of this.
****************************************************************************************************/

/* Make sure floating divs within other divs are contained properly */
.clear-across{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0; 
	overflow: hidden;
	width: 0;
	border: 0px solid black; /* Chrome may require a 1px border, but this breaks firefox */
}

/* Purely to avoid the IE6 double left margin issue */
.float-left{
	margin: 0;
	padding: 0;	
	float: left;
	position: relative;
}

.float-right{
	margin: 0;
	padding: 0;	
	float: right;
	position: relative;
}

/* Apply this class to the parent <div> if floating content disappears in IE6/7 */

* html .holly-hack{
	height: 1%;
	min-height: 10px;
}