*{
	margin:0;
	padding:0;
	list-style:none;
}
h3 
{
    margin-bottom:15px;
}
body {
	font: 80% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:10px;
	color:#555;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}
#footer {
	width:660px;
	margin:0 auto;
	color:#ccc;
}

#footer a {
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
}

#footer .validate {
	float:right;
}

.header:hover{
	background-color:#666;
}

.map 
{
    width: 575px; 
    height: 300px;
    margin-top:10px;
    margin-bottom:4px;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(../images/link.gif) left no-repeat;
}

input {
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	padding:1px;
}
textarea {
	width:100%;
	height:155px;
	font: 100% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	padding:4px;
}
label 
{
    font-weight:bold;
}

blockquote {
	  font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:10px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:5px 0;
	background:url(../images/bullet.gif) left no-repeat;
	padding-bottom:6px;
	line-height:19px;
}

table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	background:url(../images/td.jpg) top repeat-x;
}

h2 {
    clear:both;
}

hr 
{
    color:#eee;
    background-color: #eee;
    border:0;
    height: 1px;
    margin-top:10px;
    margin-bottom:10px;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 10px;
	padding:10px 0;
	color:#B02700;
}

#header h1 {
    text-align:center;
    font:350% Georgia;
    font-style:italic;
    color:#232323;
    margin-top:50px;
    letter-spacing:-1px;
}

#header h2 {
    text-align:center;
    font:100% Verdana;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#bbb;
    margin:10px 0 40px;
}

#accordian{
	padding:5px;
	width:660px;
	z-index:2;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	background:url(../images/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	font:170% Trebuchet MS;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}

.accordion_child{
	padding:20px 30px;
	background:#fafafa;
	border:5px solid #f4f4f4;
}

img {
	border:0px solid #eee;
}

p {
	margin:15px 0;
	line-height:19px;
}

.header_highlight{
	background:url(../images/item_bg_hover.jpg) top no-repeat;
}

/* NAV TABS */
.tabContent 
{
	padding:6px;
	padding-top:20px;
	padding-bottom:30px;
	background-color:#f3f3f3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #fff;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #f3f3f3;
		background: #f3f3f3;
		color: #000;
	}

#tabnav a:hover
	{
		background: #f3f3f3;
	}

