/**
 * Main CSS Stylesheet
 * @copyright Copyright 2013 Cornerstone Websites LLC - Kewaskum, Wisconsin - http://www.cornerstonewebsites.com
 * @version: Template Style 1.0 Mead Cabinets
 */

body     {
	background-color: #303030;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 100%
}
p         {
	color: #FFF;
	font-size: 1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20;
}
#main-container            {
	background-color: #fff;
	text-align: left;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%
	position: relative;
	margin: 0 auto;
}

#top {
	background-image: url(images/page-top.jpg);
	height: 43px;
	width: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 309px;
	width: 900px;
}

#menu-left {
	background-image: url(images/menu-left.jpg);
	background-repeat: repeat-y;
	width: 287px;
	float: left;
	min-height: 200px;
}

#content {
	min-height: 200px;
	float: right;
	width: 613px;
}
.content {
	color: #7e7e7e;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.1em;
	margin-top: -20px;
}


.content-left {
	padding-top: 20px;
	text-align: left;
	margin-left: 20px;
	font-size: 1.2em;
}
.flag {
	text-align: center;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 26px;
	width: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

    .footer, .push {
    clear: both;
    }

.copyright {
	font-size: 0.7em;
	color: #FFF;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 6px;
}

a img { border: none; }
a             {
	color: #999933;
	font-family: Arial, Helvetica, sans-serif
}
a:hover   {
	color: 999933;
	text-decoration: underline
}
a:visited    {
	color: #999933;
	text-decoration: none;}
	
	a:link    {
	color: #999933;
	text-decoration: none;
}
