/***************************************************************************************************
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;
}

.content{	
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.one-third{
	padding: 0 10px 20px 10px;
	width: 300px;
}

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

ul.nav li{ 		
	display: inline;
	float: left;	
}

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

#header{
	height: 189px;
	position: relative;
	z-index: 1;	
}
 
#logo{
	position: absolute;
	top: 13px;
	left: 25px;
}

#contact{
	position: absolute;
	top: 18px;
	right: 18px;
	width: 400px;
}

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

#home-header{
	position: relative;
	height: 280px;
	overflow: hidden;
}

#home-header .caption{
	position: absolute;
	padding: 15px;
	top: 0;
	right: 0; 
	height: 250px;
	width: 520px;
}

#nav{
	height: 74px;
	position: absolute;
	top: 117px;
	z-index: 2;
	width: 100%;
}
	
/***************************************************************************************************
Primary
****************************************************************************************************/

#main{
	width: 620px;
	padding: 0 10px 15px 10px;	
}



#container.home #side{
	width: 290px;
	padding: 0 10px;
	margin: 14px 0 14px 10px;
}
	
#container.secondary #side{
	width: 260px;
	padding: 0 15px;
	margin: 6px 10px 10px 10px;
}

/***********************************

***********************************/


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

#footer{ }

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

#sub-footer{ }

/***************************************************************************************************
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;
}
