/* text -----------------------------------------------------------------------*/

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fdb813;
  position: relative;
  top: -9px;
}

h2{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
}

h3{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
}

a:link {color: #f0372a; text-decoration: underline; font-weight: bold;}
a:visited {color: #f0372a;	text-decoration: underline; font-weight: bold;}
a:hover {color: #f2a002;text-decoration: none; font-weight: bold;}
a:active {color: #f0372a; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #ffffff;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position:top center;
   text-align: center;
}

/* header -----------------------*/

#header{
        display: none;
	margin: 0 auto;
	padding: 10px;
	width: 980px;
	height: 88px;
}

#header-logo{
        display: none;
	float: left;
	margin-top:5px;
	margin-left:10px;
}

#header-search{
        display: none;
	float: right;
	width: 330px;
	margin: 5px 0px 0px 0px;
	vertical-align: middle;
}

#header-search-box{
        display: none;
	height: 16px;
	width: 150px;
	border: solid 1px #fce41e;
}

/* top-nav -----------------------*/

#top-nav-container{
        display: none;
	width: 986px;
	margin: 0 auto;
	margin-bottom: 2px;
}

#top-nav-left{
        display: none;
	float: left;
	width: 8px;
	height: 32px;
	background-image: url(../images/top-nav-left.jpg);
	background-repeat: no-repeat;
}

#top-nav-right{
        display: none;
	float: left;
	width: 8px;
	height: 32px;
	background-image: url(../images/top-nav-right.jpg);
	background-repeat: no-repeat;
}

#top-nav{
        display: none;
	float: left;
	width: 970px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-image: url(../images/top-nav-repeat.jpg);
	background-repeat: repeat-x;
	font-size: 1.2em;
}

#top-nav ul li{
        display: none;
	float: left;
	display: block;
	padding-left: 65px;
}

#top-nav ul li a{
        display: none;
	color: #fff;
	text-decoration: none;
}

#top-nav ul li a.bdown{
        display: none;
	color: #fdb813;
}

/* home flash -----------------------*/

#content-container{
	width: 979px;
	margin: 0 auto;
	clear: both;
	margin-top: 8px;
}

/* content -----------------------*/

#content-container{
	width: 979px;
	margin: 0 auto;
	clear: both;
}

#content-top{
	width: 979px;
	height: 6px;
	margin-top: 6px;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
}

#content-main{
	width: 914px;
	background-image: url(../images/content-repeat.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding: 5px 15px 5px 50px;

	/* Added by Dave */
	height:auto !important;
	height:500px;
	min-height:500px;

}

#content-bottom{
	width: 979px;
	height: 6px;
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
}

#content-main ol{
	list-style:decimal;
	font-size: 1.1em;
	margin: 20px 0px;
}

#content-main ul{
	list-style:square;
	font-size: 1.1em;
	margin: 20px 0px;
}

#content-main ol li, #content-main ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 10px;
}

/* footer -------------------------*/

#footer-content{
        display: none;
        margin: 0 auto;
	color: #c6c6c6;
	margin-top: 5px;
	margin-bottom: 15px;
}

