/* CSS Document */

body{
background:#8E0000 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, Myriad, sans-serif;
width: auto;
}

#logo{
	position: absolute;
	margin: 50px 0 0 20px;
 	float: left;
}

#logo img{
	border: none;
}

#banner{
	margin-left: 266px;
	margin-top: -10px;
	z-index: 1;
}

.page{
position: absolute;
background: #FFFFFF url(images/page-left.jpg) repeat-y left top;
float: right;
border-right: 3px black solid;
width: 650px;
text-align:left;
margin-left: 250px;
margin-top: -10px;
padding: 50px 35px 50px 50px;
color: #333333;
font-size: 1em;
}


h1{
text-transform: uppercase;
letter-spacing: .1em;
color:#880000;
font-size: 2em;
font-family: Myriad, Arial, Helvetica, sans-serif;
}

h2{
color: #880000;
}

h3{
color: #000000;
}

 p{
 text-align: justify;
 }
 
 a{
 font-weight: bold;
 color: #880000;
 text-decoration: underline;
 }
 
 a:hover{
color: #666666;
 }
 
 /* NAVIGATION */
 
 #nav {
	position: absolute;
	background: transparent url(images/nav-bg.gif) repeat-y;
	width: 250px;
	height: auto;
	margin-left: 16px;
	margin-top: 140px;
	padding-top: 3px;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	z-index: 1;
	border-top-color: #990000;
	border-top-style: solid;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border: thin 1px; 
}


#nav ul {
	position: relative;
	min-height: 0;
	width: 100%;
	margin-left: -40px;
	margin-top: -1px;
	width: 300px;
	height: auto;
	list-style-type: none;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.1em;
}




#nav li{
	position: relative;
}

#nav li a {
	color: #999999;
	display: block;
	text-decoration: none;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border: thin 1px;
	padding-top: 10px;
	text-indent: 25px;
	width: 250px;
}

#nav li  a:hover,
#nav li .active a {
   	color: #990000;
	background: url(images/nav-highlight.gif) bottom left no-repeat;
}

 
#nav blockquote{ 
	/*  background: url(images/quote-box1.gif) no-repeat;  */
	background-position:top left;
	text-align:justify;
	font-size: 11px;
}

/*
#nav p {
	  background: url(images/quote-box2.gif) no-repeat;  
	background-position:bottom right; 
}
*/



 /* SUB NAVIGATION */
 
#subnav {
	position: relative;
	width: 100%;
	height: 26px	;
	margin: 0 ;
	position: relative;
	background-image: url(images/subnav-bg.gif);
	
}

#subnav h2 {
	position: absolute;
	font-weight: bold;
    color: #FFFFFF;
	float: left; 
	margin-top: 0;
	font-size: 1.2em;
	padding: 3px 5px;
	z-index:1;
}

#subnav ul {
	list-style: none;
	margin-left: 100px;
	padding: 0;
	white-space: nowrap;
	line-height: 100%;
		padding: 5px 5px;

}

#subnav li {
	list-style-type: none;
	display: inline;
}

#subnav li a {
	margin-left: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li.active a {
    color: #FFFFFF;
}


/* FOOTER */

.footer{
position: relative;
background: #FFFFFF url(images/footer-bg.gif) top center no-repeat;
width: 650;
height: 100px;
font-size: 11px;
margin-top: 50px;
font-size: 11px;
}
.footer p{
padding-top: 20px;
text-align: center;
}


