@charset "iso-8859-1";

/********** Body Tag **********/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 140%;
	color: #fff;
	text-align:justify;
	background: #000000 url("../images/Background8Copy.jpg") top center no-repeat;
	margin: 0;
	top: auto;
}

/********** Main Text Elements - Headings, Paragraphs, etc. **********/

h1 {
	visibility: hidden;
	display: none;
}
h2 {
	font: normal 2em Georgia, Times, "Times New Roman", serif;
	color: #f9fb0a;
	margin: 0 0 .5em;
	clear: both;
}
h3 {
	font: normal 1.4em Georgia, Times, "Times New Roman", serif;
	margin: .5em 0;
	clear:both;
}
h4 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0;
}
h5 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0;
}
p {
	margin: 1.1em 0;
}
blockquote {
	font: normal italic 1.1em Georgia, Times, "Times New Roman", serif;
}

/********** Lists **********/

ul{
	list-style: disc outside none;
}
ul ul{
	list-style-type: square;
}
ul ul ul{
	list-style-type: none;
}
li{
	margin: 1em auto;
}

/********** Links **********/

a {
	color: #f9fb0a;
	text-decoration: underline; /* Most visitors know that underlined text means a link. No other text should ever be underlined. */
}

.linkcolor {
    color: #fff;
	text-decoration: underline;
}


a:hover {
	color: #0066FF;
}

/********** Images **********/

img {
	border: none; /* When an image is used as a link, most browsers put a border around it by default. This removes that border. */
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 0px;
}
.leftimg {
	float: left;
	margin: 0 10px 10px 0;
}
.rightimg {
	float: right;
	margin: 0 0 10px 10px;
}

/********** Layout **********/

#pagewrap {
	width: 962px;
	margin-top: 225px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	visibility: hidden;
	display: none;
}
#maincolumn {
	width: 655px;
	float: left;
	padding: 10px;
}
#sidecolumn {
	width: 220px;
	float: left;
	text-align: left;
	padding: 0 10px 10px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: .75em;
	padding: 10px;
}

/********** Boxes in the Side Column **********/

.sidebox {
	width: 200px;
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #000;
	float: left;
}
.sidebox p {
	margin: 5px 0;
}

/********** Columns That Can Be Used Within the Main Content Section **********/

.insideleftcolumn {
	width: 315px;
	margin-right: 10px;
	float: left;
}
.insiderightcolumn {
	width: 315px;
	margin-left: 10px;
	float: right;
}

/********** Navigation **********/

#nav {
	margin: 0 0 5px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
#nav li a {
	display: block;
	margin: 0;

	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	color: #f9fb0a;
}
#nav li:hover {
	background: url(../images/navbluepattern.jpg);
}
#nav ul li ul li:hover {
	background: none;
}
#nav ul li ul li a {
	color: white;
	font-weight: bold;
	padding: 6px 12px 6px 24px;
	background: url("../images/navicon.gif") no-repeat 5px 8px;
}
#nav ul li ul li a:hover {
	background: url("../images/naviconyellow.gif") no-repeat 5px 8px;
}
#nav ul ul li {
	margin-left: 10px;
}
#nav ul ul li a {
	font-weight: normal;
}

/********** Horizontal Rules (Horizontal Lines) **********/

hr {
	height: 1px;
	margin: 0 0 1.1em 0;
	border: none;
	border-top: 1px dotted #0066FF;
	clear: both;
}

/******************* Table Styles *******************/

table {
	margin: 1.1em 0;
}
table th {
	font: normal 1.4em Georgia, Times, "Times New Roman", serif;
	margin: 0 0 .25em;
	padding: 5px 10px;
	text-align: left;
}
table td {
	padding: 5px 10px;
}
table.borders th {
	border-bottom: 2px solid #0066FF;
}
table.borders td {
	border-bottom: 1px dotted #0066FF;
}

.center {
	text-align:center;
}

/******************* Javascript Slider *******************/

#slider {
	margin: auto;
	width: 550px;
}
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:auto;
	padding:0;
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:550px;
	height:350px;
	overflow:hidden; 
}	
#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:696px;
}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(file:///C|/DOCUME%7E1/LORRI%7E1.ZUI/LOCALS%7E1/Temp/Temporary%20Directory%209%20for%20easyslider1.7.zip/easyslider1.7/images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(file:///C|/DOCUME%7E1/LORRI%7E1.ZUI/LOCALS%7E1/Temp/Temporary%20Directory%209%20for%20easyslider1.7.zip/easyslider1.7/images/btn_next.gif) no-repeat 0 0;	
}	
		
/* numeric controls */	

ol#controls{
	margin:1em auto;
	padding:0;
	height:28px;
	width: 550px;
}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a{
	float:left;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding:0 10px;
	text-decoration:none;
	border: 1px solid #000;
}
ol#controls li a:hover{
	background: url(../images/navbluepattern.jpg);
	border: 1px solid #000;
	color: #f9fb0a;
}
ol#controls li.current a{
	background: url(../images/navbluepattern.jpg);
	border: 1px solid #000;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
