/* CSS Document */

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #7b6241;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

div#header {
	width: 100%;
	height: 200px;
	background: url(../images/body.jpg) no-repeat top left #f2edce;
	padding-bottom: 25px;
	float: left;
}

div#outerWrapper {
	background: url(../images/footer2.gif) bottom left repeat-x #f2edce;
}

div#wrapper {
	width: 900px;
}

div#contentWrapper {
	width: 900px;
	padding: 0px 0px 25px 0px;
	float: left;
}

div#footer {
	width: 100%;
	line-height: 20px;
	padding: 20px 0;
	clear: left;
	color: #FFFFFF;
	text-align: center;
	font-size: .75em;
	text-transform: uppercase;
	display:block;
	float: left;
}

div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:hover {
	color: #f2edce;
}
div#footer a:active {
	color: #FFCC66;
}

div#menu {
	width: 275px;
	float: left;
	margin: 0 25px;
	text-transform: uppercase;
	padding-bottom: 50px;
}

 div#menu form {
	margin: 25px 0;
}

div#menu form input {
	width: 150px;
}

div#menu form select {
	margin-top: 10px;
}

div#menu form input#submit {
	width: 100px;
	margin-top: 5px;
}

#headernav {
padding: 0;
padding-top: 5px;
display:block;
z-index:30;
text-align: left;
width: 838px;
left:0;
margin-left: 34px;
top: 0;
}

#topnav {
    color: #4878E4;
      font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
    text-transform: uppercase;
    display:block;
}
#topnav a {
    color: #4878E4;
    text-decoration: none;
}
#topnav a:hover {    color: #7B6241;}
/* This CSS pure ul menu is driven by son of suckerfish from http://www.htmldog.com/articles/suckerfish/dropdowns/ \*/
#nav, #nav ul {
    float: left;
    list-style: none;
    line-height: 1.1;
    padding: 0;
    margin: 0;
}
/* In the below, we only want to specify a width for Opera?   width: 80px;    w\idth: 40px;  \*/
#nav a {
    display: block;
    padding: 2px 12px;
}
/* In the below, we only want to specify a width for Opera?   width: 90px;  \*/
#nav li {
    float: left;
    padding: 0;
}
#nav li ul {
    position: absolute;
    left: -999em;
    width: 137px;
    font-size: 10px;
    margin-left: -5px;
    background-color: #F2EDCD;
    text-align: left;
    padding-bottom: 7px;
    padding-top: 3px;
    padding-left: 5px;
}
#nav li li {
    width: 125px;
    padding: 0;
    padding-right: 1px;
    line-height: 9px;
    margin: 0;
    margin-top: -1px;
    /* border-bottom:1px solid #AEAEAE; \*/
}
#nav li ul a {    width: 125px;}
#nav li:hover ul, #nav li.sfhover ul {    left: auto;}

div#header div#learnMore {
	height: 15px;
	clear:both;
  position: absolute;
  top: 185px;
	left: 736px;
}

div#content {
	width: 550px;
	float: left;
}

div#content div#sideColumnRight {
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dotted #7b6241;
	width: 200px;
	font-size: .85em;
}

div#content div#sideColumnLeft {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px dotted #7b6241;
	width: 200px;
	font-size: .85em;
}

div#content div#ticker {
	width: 100%;
	margin-bottom: 25px;
	font-size: .65em;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
}

div#flash {
	width: 550px;
	margin-bottom: 25px;
}

.clear {
	clear: both;
	height: 0px;
}

p {
	margin: .5em 0;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

h1 {
	margin: .5em 0;
	padding: 7px 0 5px 0;
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	color: #7b6241;
	text-transform: uppercase;
}

h2 {
	margin: .5em 0;
	padding: 4px 0 2px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #7b6241;
	text-transform: uppercase;
	border-bottom: 1px solid #7b6241;
}

h3 {
	margin: .7em 0 0 0;
	color: #7b6241;
}

h4 {
	margin: .3em 0 0 0;
	color: #7b6241;
}

img.floatRight{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
img.floatLeft{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #3333FF;
}
a:hover {
	color: #7b6241;
}
a:active {
	color: #FFCC66;
}

#headerWrapper {
	width:900px;
	height:125px;
	float: left;
}

div#content ul {
	margin: .5em 0;
	padding: 0 1em 0 2em;
	font-size: 12px;
	color: #000000;
}

div#content ul li{
	margin: .5em 0;
}

div#content ol {
	margin: .5em 0;
	padding: 0 1em 0 2em;
	font-size: 12px;
	color: #000000;
}

div#content ul li{
	margin: .5em 0;
}

div#content table {
	margin: .5em 0;
	font-size: 12px;
	color: #000000;
}

div#content table tr td a {
	padding: .2em 0;
	margin: .2em 0;
}
p.breadCrumbs {
	margin: 0 0 .5em 0;
	font-size: 12px;
	line-height: 10px;
	color: #000000;
	font-weight: bold;
	position: relative;
	top: -10px;
}

p.breadCrumbs a {
	text-decoration: none;
}

p.caption {
	font-size: 0.75em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
