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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 40px;
	margin-right: 40px;
}

body {
color:#FFF;
background-image:url(images/bg2.jpg); background-repeat:repeat;
font-family: helvetica, sans-serif;
padding:0px;
margin:0px;
font-size: 11px;
}

a {color: #FFF;}
a:visited {color:#FFF;}
a:hover {color: #630;}
a:active { color:#00a79d;}

h1 {
font-size: 13px;
text-transform:uppercase;
color: #d2a731;
padding: 0px;
margin-left: 40px;
}

h2 {
font-size: 13px;
text-transform:uppercase;
color: #00a79d;
padding: 0px;
}


/* ----------container to center the layout-------------- */

#container {
width: 800px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */

#splash_banner {
width: 800px;
height:475px;
padding: 0px;
margin: 0px;
}

#leftcolumn {
background-image:url(images/wood_bg.jpg);
background-repeat:repeat-y;
float:left;
width: 344px;
height: auto;
padding: 0px;
margin: 0px;
clear:both;
}

/* ----------drop down menu-------------- */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: none;
	border-width: 1px 0;
	padding-bottom:7px;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color:#00a79d;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


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

#nav {
background-image:url(images/nav_bg.jpg);
background-repeat:no-repeat;
width: 432px;
height:52px;
padding: 0px;
margin: 0px;
float:right;
}

#dropdown {
width: 422px;
height:52px;
padding: 0px;
margin: 0px;
float:right;
}

#content {
padding: 0px;
width: 432px;
line-height:17px;
text-align:justify;
float:right;
}

#splash_content {
padding: 0px;
width: 800px;
line-height:17px;
text-align:justify;
clear:both;
}

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

#footer {
width: 432px;
height: 31px;
float: right;
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#splash_footer {
width: 800px;
height: 20px;
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#credits {
width: 432px;
height: 8px;
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#credits a {color: #FFF;}
#credits a:visited {color:#FFF;}
#credits a:hover {color: #00a79d;}
#credits a:active { color:#FFF;}

#footer p{
font-size:10px;
font-weight:normal;
color:#999999;
}
