body {
	background-image:url(images/bg-body.gif);
	background-repeat:repeat-x;
	background-color:#393939;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	color:#fff;
	line-height:20px; 
}

* {
	padding:0px;
	margin:0px;
}

h1 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:20px;
	color:#fff;
	border-bottom:#e5ba42 1px solid;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	}
	
h2 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:16px;
	color:#3a3a3a;
	margin:0px 0px 15px 0px;
	}
	
h3 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:16px;
	color:#fff;
	margin:0px 0px 15px 0px;
	clear:left;
	}
	
h4 {
	line-height:35px;
	text-align:left;
	font: normal;
	font-size:18px;
	color:#e5ba42;
	margin:0px;
	}
	
hr {
	size:1px;
	color:#CCCCCC;
}
address {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px;
	color:#3a3a3a;
                }
				
address a:link, address a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px;
	color:#3a3a3a;
	text-decoration:none;
                }
address a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#3a3a3a;
                }

/* All links must inclde some type of hover interactivity */
a:link, a:visited {
     font-weight: bold;
	 text-decoration:underline;
	 color:#e5ba42;
}

a:hover {
     font-weight: bold;
	 text-decoration:none;
	 color:#e5ba42;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:990px;
	margin: 0px auto;
	padding:0px;
}

div#container {
	background-image:url(images/bg-container.gif);
	background-repeat:repeat-y;
	width:990px;
	float:left;
}

div#containertop {
	background-image:url(images/bg-container-top.gif);
	background-repeat:no-repeat;
	width:990px;
	float:left;
}

div#iframe {
	width:800px;
	margin:0px;
}
div#iframe2 {
	padding:0px;
	margin:-50px 0px 0px 0px;
	width:550px;
}

div#header {
	height:175px;
	width:990px;
	background-image:url(images/bg-header.gif);
	background-repeat:no-repeat;
	float:left;
}

div#map {
	width:550px;
	border: #000000 1px dashed;
}

div#flash {
	background-image:url(images/bg-flash.jpg);
	background-repeat:no-repeat;
	float:right;
	width:990px;
	height:309px;
}
	
div#content {
	width:850px;
	float:left;
	padding:0px 0px 0px 100px;
}

div#content p {
	padding:0px 0px 15px 0px;
}

div#sidebar {
	width:410px;
	float:right;
}

div#left {
	width:200px;
	float:left;
}

div#profile {
	width:200px;
	height:230px;
	float:left;
	margin:0 25px 20px 0px;
	background-color: #4D181B;
	padding: 12px 0 0 0;
	text-align: center;
} div#profile p {
	text-align:center;
	color: #E5BA42;
} div#profile a {
	text-align:center;
}

div#right {
	width:200px;
	float:left;
	padding:10px 0px 0px 0px;
}

div#bottom {
	border-top:1px dashed #53181b;
	margin-top: 10px;
} 

div#footer {
	width:990px;
	height:105px;
	float:left;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	padding:125px 0px 0px 0px;
}

div#owner {
	margin:0px auto;
	position:relative;
	top:4px;
}

div#owner a:link, div#owner a:visited {
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

div#owner a:hover {
	text-decoration:underline;
	font-weight:normal;
}

div#copyright {
	color:#fff;
	padding:10px 0px 0px 0px;
	clear:both;
	width:990px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}

/* ----------------- HORIZONTAL NAVIGATION ----------------- */

div#nav{
	background-image:url(images/bg-nav.gif);
	background-repeat:no-repeat;
	height:76px;
	position:relative;
	width:990px;
	float:left;
}



ul#mainnav {
	width: 985px;
	height: 76px;
	padding: 0px;
	margin: 0;
	background: url(images/navbg.gif);
	position: relative;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	position: relative;	
	float: left;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding-top:30px;
	padding-bottom:31px;
	padding-right:35px;
	padding-left:35px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform:uppercase;	}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background-image:url(images/bg-nav-down.gif);
	color:#3a3a3a;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	text-decoration:underline;
	}
	
/* ----------------- DROP-DOWN NAVIGATION -------------------------*/
ul#mainnav li ul {
	position: absolute;
	top: 35px;
	left: 0;
	width: 240px;
	display: none;
	background: #5A1B1A;
	padding: 5px 0px 0px;
	}
ul#mainnav li>ul {
	top: auto;
	left: auto;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#mainnav li li { float: none; height: 1%; }
* html ul#mainnav li li a { height: 1%; }
/* End */
ul#mainnav li li {
	display: block;
	float: none;
}
ul#mainnav li:hover ul, ul#mainnav li.over ul {
	display: block;
	z-index: 2;
}
ul#mainnav li ul li a, ul#mainnav li ul li a:link, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active {
	display: block;
	width: 200px;
	padding: 11px 11px 11px;
	color: #CB4845;
	z-index: 2;
}
ul#mainnav li ul li a:hover {
	width: 200px;
	background: #591B1A;
	color: #ffffff;
	z-index: 2;
}


/* ----------------------------  Utility NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:left;
	width:990px;
	margin:0px;
	padding:0px;
	text-align:center;
	}
	ul#utilitynav {
	width: 990px;
	display:inline;
	padding:0px;
	margin: 0px;
	text-align:center;
	}
	ul#utilitynav li {
	display:inline;
	float: none;
	margin: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	background-image:url(images/footer-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 10px 0px 10px;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	width: auto;
	color: #fff;
	font-weight: normal;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:normal;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img.right {
	float:right;
	margin:0px 12px 10px 15px;
	border: solid 1px #161b18;
}

img.leftborder 	{
	padding: 2px;
	border: 1px solid #B3B18E;
	float: left;
	margin: 0 15px 15px 0;
	background: #FFFFFF;
}

img.profile 	{
	border: 1px solid #FFFFFF;
	margin: 0 0 7px 0;
	clear: both;
}

img.rightborder 	{
	padding: 2px;
	border: 1px solid #B3B18E;
	float: right;
	margin: 5px 15px 0 15px;
	background: #FFFFFF;
}

img.center {
	float:none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding: 5px;
	border: solid 1px #161b18;
}

p.centered {
	text-align:center;
}

p.indent{
	padding-left:100px;
}

p.justify{
	text-align:justify;
}

.clear {
	clear:both;
}
/* ---------------------- LIST STYLES----------------------- */
div.listleft {
	float:left;
	width:185px;
}

div#listright {
	clear:right;
	float:right;
}

ul.list {
	margin:0px 0px 10px 15px;
	
}

ul.list li {
	color:#fff;
	list-style-type: square;
}

ul.list1 {
	margin:0px 0px 10px 15px;
	
}

ul.list1 li {
	color:#fff;
	list-style-type: square;
	font-size:14px;
	line-height:18px;
}

ul.listside {
	margin:0px 0px 0px 15px;
	
}

ul.listside li {
		color:#3a3a3a;
		list-style-image:url(images/sidebar-bullet.gif);
		font-size:12px;
		line-height:12px;
		padding:0px 0px 30px 0px;
}

ul.listside li a, ul.listside li a:link, ul.listside li a:visited, ul.listside li a:hover {
		color:#3a3a3a;
		font-weight:normal;
}

