/*======================================

		ACORN
		-----

		File    : common.css
		By      : Jim Neath
		Started : 10/03/08


======================================*/

/* === RESET STYLES === */
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;
}

:focus
{
	outline: 0;
}

body
{
	line-height: 1;
	color: #000;
	background: #FFF;
}

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: "" "";
}

/* === BASIC TAGS === */
body
{
	text-align: center;
	padding: 10px;
	background: #FFF url(../images/mast.jpg) 50% 140px no-repeat;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{

}

h1, h2, h3
{
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #D5A10F;
	line-height: 24px;
	font-size: 15px;
}
.rsslinks {
	margin: 5px 0 10px 0;
	font-weight: bold;
	color: #D5A10F;
	line-height: 24px;
}
h1 { font-size: 24px; }

h2
{
	font-size: 18px;
	text-align: justify;
	
}

h3
{
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
#container #backlinks {
	clear: both;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	color: #999999;
}




dl, ol, ul
{
	margin-bottom: 10px;
}
.list-content {
	font-style: normal;
	font-weight: bold;
	color: #D5A10F;
	list-style-type: circle;
	line-height: 18px;
}


dt
{
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

ol
{
	list-style: decimal outside;
	margin-left: 24px;
}

ul
{
	list-style: square outside;
	margin-left: 18px;
}

abbr, acronym
{
	cursor: help;
	border-bottom: 1px dotted;
}

blockquote, dd, dt, li, ol, p, ul
{
	line-height: 1.5;
}

blockquote, p
{
	margin-bottom: 10px;
}

blockquote
{
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;
}

code, samp, kbd
{
	font-family: "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
	color: #296F07;
}

em, i, cite, var, dfn { font-style: italic; }
strong, b { font-weight: bold; }

table
{
	width: 100%;
	clear: both;
}

th, td
{
	padding: 5px;
}

th
{
	background: #EEE;
}

.small { width: 60px; }
.center { text-align: center; }

/* === 'ORRIBLE FORMS === */
fieldset
{
	margin-bottom: 10px;
}

legend
{
	font-weight: bold;
	color: #D5A10F;
	margin-bottom: 5px;
}

form ol
{
	list-style: none;
	margin: 0 0 10px 0;
	clear: both;
}

form li
{
	margin-bottom: 10px;
}

label
{
	width: 180px;
	display: -moz-inline-box;
	display: inline-block;
	float: left;
}

/* === CONTAINERS === */
div#container
{
	width: 908px;
	text-align: left;
	margin: 10px auto;
}

div#header
{
	position: relative;
	background: url(../images/header-bg.gif) 100% 48px no-repeat;
	color: #D5A10F;
}

div#main
{
	position: relative;
	margin-bottom: 30px;
	margin-top: 300px;
}

div#content
{
	float: right;
	width: 650px;
}

div#side
{
	float: left;
	width: 220px;
	background: url(../images/side-bg.gif) top center no-repeat;
	font: 18px Arial, sans-serif;
	margin-right: 10px;
}

div#footer
{
	background: url(../images/footer-bg.gif) top left no-repeat;
	height: 61px;
	position: relative;
}

/* === HEADER === */
ul.nav
{
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
}

ul.nav li
{
	display: inline;
	margin-left: 5px;
	border-left: 1px solid #D5A10F;
	padding-left: 8px;
}

ul.nav li.first
{
	border: none;
}

ul.nav a
{
	color: #333333;
}

ul.nav a:hover
{
	color: #333333;
}

/* === SIDEBAR === */
div#side ul
{
	margin: 0;
	list-style: none;
}

div#side li
{
	line-height: 24px;
}

div#side ul ul
{
	font-size: 14px;
}

div#side a
{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

div#side a:hover
{
	color: #D5A10F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5A10F;
}


/* === FOOTER === */
div#footer ul.nav
{
	top: 20px;
}

/* === MAIN CONTENT === */
div#content a
{
	color: #000;
	text-decoration: underline;
}

div#content a:hover
{
	text-decoration: underline;
	color: #D5A10F;
}
#container #main #side #cbh {
	clear: left;
	text-align: center;
}
#container #main #side #cbh a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#services {
	width: 600px;
}
#services li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin-right: 22px;
	margin-left: 22px;
}



ul.sub
{
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	list-style: none;
	background: #F6E9C8;
	padding: 10px;
	width: 250px;
	border: 1px solid #D5A10F;
}
#container #main #content .sub p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5A10F;
	font-size: 14px;
}


/* === CLEARER === */
.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
.floatImageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container #main #content iframe {
	border: 1px solid #D5A10F;
}
#contact-form form {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #D5A10F;
	background-color: #FFFAF2;
}
#rss {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
}
#container #main #content #feed ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #main #content #feed li {
	margin-left: 15px;
}
#container #main #content #feed li a {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}


#container #main #side #rss a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rss img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #main #side #rss p {
	clear: left;
	text-align: center;
}

#container #main #content p {
	text-align: justify;
}
