@import url('reset.css');
@import url('grid.css');

/* General
----------------------------------------------------------------------------------------------------*/
body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5a471b;
}

.container{
	padding: 20px;
}

a:link, a:visited{
	color: #d2b082;
	text-decoration: none;
}

a:hover{
	color: #5a471b;
}

ul{
	list-style-type: none;
}

p, h2{
	margin-bottom: 8px;
}

/* #top
----------------------------------------------------------------------------------------------------*/
#top{
padding-bottom:12px;
}
#logo{
	margin-top: 80px;
}

#tag_line{
	color: #8ed2c5;
}

/* #hero
----------------------------------------------------------------------------------------------------*/
#hero{
	background-color: #8ed2c5;
	height: 360px;
	border-left: 20px solid #B7985F;
}

#hero .container{
	padding: 0;
}

#hero img{
	float: left;
}

#hero .slideshow {
	height: 360px;
	overflow: hidden;
}

/* #content
----------------------------------------------------------------------------------------------------*/
#main_content p{
	padding-right: 20px;
}

.about_text {
	background:transparent url(../images/McV_about_text.gif) top left no-repeat;
	height: 209px;
	text-indent: -9999px;
}

#main_content h2{
	font-weight: bold;
	margin-bottom: 0;
}

#main_content h3{
	margin-bottom: 0;
	color: #d2b082;
}

/* sticky footer http://ryanfait.com/sticky-footer/
----------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	color: #d2b082;
	padding: 0 0 0 20px!important;
	height: 32px; /* .push must be the same height as .footer */
}

/* Testing
----------------------------------------------------------------------------------------------------*/
.yellow{
	background-color:yellow!important;
}
