
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end HTML5 display-role reset */
body {
	font: 100%/1.4 Tahoma, Arial, Helvetica, sans-serif;
	background: #EBEBEF;
	margin: 0;
	padding: 0;
	color: #000;
	text-align:center;
}
/* ~~ Element/tag selectors ~~ */
ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 1004px;
	background: #36874E;
	margin: 0 auto;
	text-align:left;
}
/* ~~ The header ~~ */
header {
	background: #9CB55A;
}

.sidebar1 {
	float:left;
	width: 240px;
	background:#000000;
	padding-bottom: 10px;
}
.sidebar2 {
	float:left;
	width: 240px;
	background:#1B8B43;
	padding-bottom: 10px;
}
.content {
	padding: 2px 0;
	width: 705px;
	float: right;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

}
/* ~~ The footer ~~ */
footer {
	padding: 0px 0px 5px 0px;
	/*background: #CCC49F;*/
	position: relative;
	clear: both; 
}
.footsitemap {
	padding: 0px 0;
	width: 505px;
	float:left;
}
.footcontact {
	padding: 0px 0;
	width: 200px;
	float:left;
}

contact {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding: 10px 0;
}

