@charset "utf-8";
/* CSS Document */
/* stylesheet.css for home page */

/* universal style rule */
* {
/* block all default browser padding and margins */
	padding:0;
	margin:0;
}

body {
	background-color:#1B0B54;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;	
}
img{border:none;}
#wrapper {
	width:58.125em;
/*center the wrapper */
	margin:auto;
	background-color:#F1AF4F;background-image:url(../images/left_nav_bg.jpg);
	background-repeat:repeat-y;
}

#search {
	height:1.875em;
	background-image:url(../images/search-bg.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:1.25em;;
}

#top-header {
	height:8.625em;
	margin:auto;
}

#scrolling-text {
	height:2.0625em;
	background-image:url(../images/scrolling-bar-bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9375em;
	color:#FFF;
	text-align:right;
	text-transform:uppercase;
	padding-top:1.0625em;
}
#scrolling-text a, #scrolling-text a:active, #scrolling-text a:visited{text-decoration:none;color:#FFF;}
#scrolling-text a:hover{text-decoration:underline;color:#FFF;}
#top-red-line {
	height:0.5em;
	display:block;
}

#leftnavbar {
/*right bar div left margin must equal this width */
	width:15.3125em;
	background-image:url(../images/left_nav_bg.jpg);
	background-repeat:repeat-y;
	min-height:510px;
	float:left;	
}

/*remove bullets from left nav bar*/
#leftnavbar ul {
	list-style-type:none;
}

#leftnavbar li {	
	height:2.125em;
}
			
 /* All links, and links in unvisited and visited states */
#leftnavbar  a,
#leftnavbar  a:link,
#leftnavbar  a:visited {
	font-family:verdana;
	color:#ffffff;
	font-size:0.875em;
	text-transform:uppercase;
	padding-left:1.275em;
	padding-top:0.9375em;
	text-decoration:none;
/* Remove dotted border from Firefox */
	outline-style:none;
	letter-spacing:.03125em;
}

	
#rightbar {
	width:42.8125em;
/* left margin width must match left nav bar width */
	margin-left:15.3125em;	
}
#rightbar ul{
	padding:0; 
	margin:0.5em 1em 0.5em 2.5em;font-size:16px;	
}
#rightbar ol{
	padding:0; 
	margin:0.5em 1em 0.5em 2.5em;font-size:16px;	
}
#toprightbar {
	height:15.3125em;	
}

#toprightbar img {
	display:block;
}

#bottomrightbar {
	background-image:url(../images/main-content-bg.jpg);
	background-repeat:repeat-y; min-height:400px !important;
}
html>body #bottomrightbar table{background-image:url(../images/main-content-bg.jpg);
	background-repeat:repeat-y;}
#bottomrightbar h1 {
	color:#7D5522;
	font-size:1.5em;
	font-family:Arial, Times, serif;	
	margin-left:0.5em;
}

#bottomrightbar p {
	color:#7D5522;
	font-size:0.875em;
	margin:0.5em 1em 0.5em 1em;
}

#bottomrightbar ul {
	color:#7D5522;	
	font-size:0.875em;
}

#bottomrightbar ol {
	color:#7D5522;	
	font-size:0.875em;
}

#bottomrightbar  a, #bottomrightbar a:active, #bottomrightbar a:visited{text-decoration:none;color:#7D5522;}
#bottomrightbar a:hover{text-decoration:underline;color:#7D5522;}
#bottombar {
	height:3.1875em;
	width:58.125em;
	margin:auto;
	display:block;
}

#bottomrightbar td {
	color:#7D5522;
}

#bottomrightbar h2 {
	color:#7D5522;
}

#footer{ 
	text-align:center; 	
	font-size:0.875em;
	background-image:url(../images/footer.jpg);
	height:5.5em;
	width:930px;
	margin:auto;
	padding-top:0.875em;
	font-weight:bold;
}

#footer ul{
	padding:0; 
	margin:0; 
	display:inline;
}

#footer ul li{
	display:inline; 
	border-right:#7D5522 1px solid ; 
	padding-right:0.3125em; 
	padding-left:0.3125em;
	line-height:.93em;
}

/*applies to footer links, visited, unvisited */
#footer ul li a,#footer ul li a:active,#footer ul li a:visited{ 
	text-decoration:none;
	color:#7D5522; 
	font-size:0.75em;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#7D5522;
}

#companyname{ 
	text-align:center; 	
	font-size:0.875em;
	margin:auto;
	padding-top:0.875em;
}

#footer a{
	text-decoration:none; 
	color:#7D5522;
	font-size:0.75em;
}

#footer a:hover{
	text-decoration:underline; 
	color:#7D5522;
}

.companyname {
	color:#7D5522;
	font-size:0.75em;
}
