/*==============================================================
	Styles.css
	Created by jeremy@positionmeonline.com
	Base style sheet last updated 26-04-2009
==============================================================*/

/*===== RESET STYLES =====*/

html, body, div, ul, li, p { /* tr, td, */
margin:0px;
padding:0px;
}

h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
font-style:normal;
font-weight:normal;
}

img, a img {
border:0px none;
}

/*===== STANDARD STYLES =====*/

body {
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #004000;
background: #003333;
padding: 15px;
}

td {
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: #004000;
}

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

a:hover {
color: #800000;
text-decoration: underline;
}

ul, ol {
padding: 0px 0px 0px 35px;
margin: 1em 0 1em 0;
}

p {
margin-bottom: 10px;
}

/*===== CUSTOM STYLES =====*/

.clear {
float:none;
clear:both;
height:0px;
}

#container {
width: 800px;
margin: 0px auto;
background: #FFFFFF;
}

#header {
width: 800px;
height: 200px;
}

#menu {
width: 800px;
padding: 10px 0px 0px 0px;
text-align: center;
}

#content {
width: 800px;
background: url(/Images/content-bottom.gif) no-repeat center bottom scroll;
float: left;
}

#content-inner {
padding: 20px;
width: 760px;
float: left;
}

#footer {
clear: both;
padding: 20px;
text-align: center;
color: #004000;
background: url(/Images/bottom.gif) no-repeat center bottom scroll;
}

#footer .contact {
font-weight: bold;
color: #800040;
}

#footer a {
color: #004000;
font-size: 11px;
}

h1 {
font-size: 22px;
color: #800000;
font-family: tahoma;
}

h2 {
font-size: 22px;
color: #b69f3d;
font-family: tahoma;
}

h3 {
color: #b69f3d;
font-size: 17px;
}