/* main body def */

body {
	margin:0;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#121212;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;	
	}
/*  Headers  */


h1 {position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

h2, h3, h4
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: transparent;
}



h2 
{

	color: #990000;
	font-size: 1.5em; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

h3 
{
	color: #56301B;
	font-size: 1.4em;
}

h4 
{

	color: #333;
	font-size: 1.3em;
}


/* HTML Tags */

a
{
  	color: #AD4C21;
	text-decoration: underline;
	padding-bottom: 0px;
}

a:hover
{
	color: #000;
}


hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
}


/* Form fun */
form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #333333;
	border: 1px solid #990000;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

.error
{
	color:#FF0000;
	font-weight: bold;
}



blockquote {
	margin: 5px;
  background: transparent url(/images/quotes.gif) left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del 
{
  color: #800;
	text-decoration: line-through;
}

dt
{
  font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd 
{
  margin-left: 15px;
}


/* skip the nav*/
#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active
{
position:static;
width:auto;
height:auto;
}


/* Wrapper */

#wrap {
	width:768px;
	margin:0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	}
	
/* Header */

#header {
	height:160px;
	}
	

	
/* Navigation Bar */

#navigation {
	height: 30px;
	width: 100%;
	border-top: solid #0D130D 1px;
	border-bottom: solid #0D130D 1px;
	background-image:url(../images/bg_navigation.gif);
	text-align: center;
}
#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    line-height: 30px;
    white-space: nowrap;
}
#navigation li {
    list-style-type: none;
    display: inline;
	color: #FFF;
}
#navigation li a {
    text-decoration: none;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#EDE6EE;
}
#navigation li a:link {
    color: #FFF;
}
#navigation li a:hover {
    color: #000000;
	background-image:url(../images/bg_navigationhover.gif);
}
#navigation li a.current {
	color: #999999;
}

/* title banner */
#banner {
	height:110px;
}

#frontpage_banner {
	height:477px;
}


#gallery_flash {
	height:600px;
}


/* Content Area */

#content {
	text-align:left;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:12px 10px;
	color:#333333;
	background-color:#FFFFFF;
	}
#content a {
	color:#990000;
	}
#content a:hover {
	color:#000000;
	}
#content a:visited {
	color:#333333;
	}
	
/* Footer */

#footer {
	height:90px;
	padding:8px 0px;
	font-size:0.7em;
	line-height:1.9em;
	color:#000000;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	}
#footer a {
	color:#990000;
	text-decoration:none;
	}
#footer a:hover {
	
	color:#333333;
	}
#footer a.quiet {
	color: #000000;
	
}

