/*Zero off all the elements*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,footer,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	text-decoration:0;
	border:0;
}  


body {
background:#300f02 url(.../images/bg_grass.jpg) repeat-x top;
font-family: Georgia, Times, serif;
font-size:13px;
line-height:18px;
color:#555;
}



/*================ Homepage Style =================*/
.landing{
	background:#300f02 url(../images/common/header_background.gif) repeat-x top;

}


.home{
	background: url(../images/common/homepage_top_image.gif) no-repeat top;
	float:left;
	width:945px;
	height:273px;
}


.nav{
	float:left;
	list-style:none;
	width:800px;
	height:31px;
	
}

.nav li{
	float:left;
	background:url(../images/bg_navDivider.jpg) no-repeat 5px 6px;
	color:#FFFFFF;
	padding-left:0px;
}

.nav li a{
	text-decoration:none;
	color:#FFFFFF;
}

.nav li a:hover{
	text-decoration:none;
	color:#B3E3EF;
}

.nav li.first{
	background:none;
	margin-left:180px;
}


.main{
	clear:both;
	margin-top:2000px;
	padding:0px;
	height:500px;
	align:bottom;

}

/*================ Overall Style =================*/
.container {
width:945px;
margin:0 auto;
}


.grass{
	background:#300f02 url(../images/common/lowerlevel_background.gif) repeat-x top;
}


.header{
	background: url(../images/common/lowerlevel_top.gif) no-repeat top;
	float:left;
	width:945px;
	height:135px;
	margin:0 auto;
}


/*================ Nav Div and List=================*/
.roots{
	background: url(../images/common/roots.gif) no-repeat top left;
	float:left;
	width:945px;
	height:70px;
	display:inline;
}


.roots ul {
	margin: 0;
	padding-left:250px;
}


.roots li {
	margin: 0;
	padding: 0;
	float:left;
	list-style:none;
} 


.roots li a{
	text-decoration:none;
}


.roots li a:hover{
	text-decoration:none;
}



/*================ Section Headers=================*/



#section{
	clear:both;
	height:43px;
	width:909px;
	margin-left:36px;
}


.about {
background:#300f02 url(../images/about/about_header.gif) no-repeat left;
}


.portfolio{
background:#300f02 url(../images/portfolio/portfolio_header.gif) no-repeat left;
}


.clients{
background:#300f02 url(../images/clients/clients_header.gif) no-repeat left;
}


.fans{
background:#300f02 url(../images/fans/fans_header.gif) no-repeat left;
}


.contact{
background:#300f02 url(../images/contact/contact_header.gif) no-repeat left;
}



/*================ Canvas Background=================*/

#paper{
	clear:both;
	background:#300f02 url(../images/common/paper_about.jpg) no-repeat top;
	height:513px;
}


#largepaper{
	clear:both;
	background:#300f02 url(../images/fans/paper_fans.jpg) no-repeat top;
	height:777px;
}


.content{
float:left;
margin-left:35px;
margin-right:15px;
}


.thumbnailcontent{
float:left;
margin-left:15px;
margin-right:15px;
}


/*================ Links =================*/

a{
	text-decoration:none;
	color:#F91e5d;
}

a:visited{
	text-decoration:none;
	color:#bbddee;
	}

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

a:active{
	text-decoration:none;
	color:#F91e5d;

}

.bottomlinks{
float:right;
padding-right:30px;
}



/*================  Fans List =================*/

.list{
float:left;
margin:40px 15px;
width:200px;
}

.list ul {
	margin: 0;
	padding: 0;
}


.list li {
	line-height: 21px;
	margin: 0;
	padding: 0;
	list-style: url(../images/clients/bullet.gif) circle outside;
	
} 



/*================  Portfolio Large images =================*/

.firstimage{
margin-bottom:20px;
padding-right:20px;
}

.consecutive{
padding-left:22px;
padding-right:22px;
border-left: 1px dotted #5d371c;
border-right: 1px dotted #5d371c;
margin-bottom:20px;
}

.lastimage{
margin-bottom:20px;
padding-left:20px;

}


.firstthumbnail{
margin-bottom:10px;
padding-right:5px;
padding-left:0px;

}


.thumbnail{
margin-bottom:10px;
padding-left:10px;
padding-right:5px;

}


/*================ H and p styles =================*/
h1{
	margin:0px;
	padding:40px 0px 10px 0px;
}


h2{
	margin:0px;
	padding:10px 0px 10px 0px;
}


h3{
	margin:0px;
	padding:30px 0px 10px 0px;
} 


 p{
margin:0px 0px 15px 0px;
padding-right:90px;
}

.maps
{
margin:10px 0px 15px 0px;
}

/*================ Footer =================*/
.footer{
	width:945px;
	padding:20px 0px;
	margin:0 auto;
	clear:both;
}


.footer p {
margin:0px;
padding:0px;
font-size:11px;
text-align:center;
color:#553311;
}
