/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	background-image:url(images/bg_body.jpg);
	background-repeat:no-repeat;
	background-color:#113300;
	background-position:top center;
	font-size: 12px;
}
ol, ul {
	list-style: disc;
}
li {
	font-size: 12px;
	margin-left: 10px;
	line-height: 18px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.left{float:left;}
.right{float:right}
.clear{clear:both;}

.content{margin:0 auto; width:800px;}

/*header*/
.header{height:211px;}
.header_content{height:211px; background-image:url(images/bg_header.png); background-repeat:no-repeat;}
.header_content #logo{text-align:center; padding-top:50px;}
.header_content #nav{text-align:center; margin-top:10px;}
.nav_spacer{padding:0 5px;}
.header_content #nav li{display:inline-block;}


/*main*/
.main{height:min-height:424px;}
.main_content{min-height:424px; background-image:url(images/bg_main.png);}
.main_content #inner{padding:10px 50px 0 50px;}
.main_content #inner .heading{padding-bottom:20px;}
.main_content p{font-size:13px; line-height:19px; margin-bottom:20px;}
.main_content #sidebar{width:249px; height:317px; background-image:url(images/bg_sidebar.png); background-repeat:no-repeat; text-align:center;}
.address_details{margin-left:50px;}
.address_details p{font-size:13px; line-height:21px;}
.contact_form{margin-top:10px;}
.contact_form  td{vertical-align:top; text-align:left; padding-bottom:5px; font-size:11px;}
.contact_input {width:300px; font-size:11px;}
.contact_textarea {width:300px;	height:75px; font-size:11px;}
.message_container{border:1px solid #FF0000; margin-bottom:10px; padding:10px; font-size:12px;}
.message_container .error{color:#FF0000; padding-bottom:5px;}

/*footer*/
.footer{min-height:235px;}
.footer_content{min-height:235px; background-image:url(images/bg_footer.png); background-repeat:no-repeat;}
.footer_content .footer_links{margin-top:160px; color:#FFFFFF; text-align:right; font-size:11px; line-height:17px;}
.footer_content .footer_links a{color:#FFFFFF;}