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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong {font-weight: bold;}
em, cite {font-style: italic;}
sup, sub {line-height:0}
del, strike {text-decoration: line-through;}
code {font-family: "Courier New", Courier, monospace;}

body {
	background: #cc6600 url(/images/bg.jpg) repeat-x fixed;
	color: #444444;
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 1;
}

a:link {color: #e98500}
a:visited {color: #d79772;}
a:hover, a:active, a:focus {color: #ecd041; outline: 0;}

#container {
	background-color: #ffffff;
	margin: 0 auto 10px auto;
	width: 980px;
}

#logo {
	float: left;
	padding: 20px 0 0 25px;
}

#ban-img {
	float: right;
	height: 195px;
	overflow: hidden;
	width: 686px;
}

#tagline {
	float: right;
	margin: 10px 25px 20px 0;
}

#row2 {clear: both;}

#nav {
	float: left;
	width: 321px;
}

#nav li {
	margin: 0 40px 15px 25px;
	padding: 0px;
}

#nav li img, #nav li a.top {
	height: 92px;
	overflow: hidden;
}

#subnav {
	background-color: #f4e7bd;
	margin: -2px 10px 0px 10px;
	padding: 0.5em 0;
}

#subnav li {
	margin: 0px;
	padding: 4px 10px;
}

#subnav li.here {
	font-weight: bold;
}

#subnav li a:link, #subnav li a:visited {
	color: #222222;
	font-size: 85%;
	text-decoration: none;
}

#subnav li a:hover, #subnav li a:active, #subnav li a:focus {
	color: #cc7443;
}

#nav-sub {
	margin: 0px;
}

#content {
	float: left;
	width: 400px;
}

.sub1 #content{
	width: 500px;
}

#content p, #content ul, #content li {line-height: 1.4em; margin: 0 0 1em 0; text-align: justify}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {color: #cc7443; margin-bottom: 0.5em;}
#content blockquote, #content code {margin: 0 2em 1em 2em;}
#content blockquote {font-style: italic;}

#content h1 {font-size: x-large;}
#content h2 {font-size: large;}
#content h3 {font-size: medium;}

#content ul li {
	background: transparent url(/images/arrow.gif) 8px 4px no-repeat;
	margin-bottom: 0.6em;
	padding-left: 30px;
}

#content ul ul {
	margin-top: 0.6em;
}

#events {
	background: transparent url(/images/comingup.jpg) no-repeat top left;
	float: right;
	height: 280px;
	margin-right: 25px;
	padding-top: 40px;
	width: 196px;
}

#events h2 {
	height: 0;
	overflow: hidden;
}

.e-box {
	border-bottom: 1px dotted #703b32;
	color: #703b32;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0.8em 0;
	width: 166px;
}

.e-box a {color: #703b32;}

.service {
	color: #be4d11;
	font-weight: bold;
	line-height: 1.4em;
	margin: 3em 0 0 25px;
	width: 217px;
}

#footer {
	clear: both;
	font-size: x-small;
	line-height: 1.3em;
	padding: 20px;
	text-align: right;
}

