/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px; 
	padding: 0px; 
	text-align: center; 
	background:#2d3331;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 12px;
}
p, h1 {
	margin: 15px 0 15px 0;
}
h1 {
	font-size: 18px;
	border-bottom: 1px solid #1e3144;
}
h2 {
	font-size: 12px;
	color:#fff;
}
address {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top:10px;
	padding-left:10px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
	margin-left: 5px;
}
.leftborder {
	padding: 1px;
	border: 1px solid #1e3144;
	float: left;
	margin-right: 5px;
}
.rightborder {
	padding: 1px;
	border: 1px solid #1e3144;
	float: right;
	margin-left: 5px;
}
.border {
	padding: 1px;
	border: 1px solid #1e3144;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
	color:#fff;
}
/* ----------------- Horizontal ------------------- */
div#nav {
	width: 370px;
	height: 45px;
	background: url(images/nav.jpg) top left no-repeat;
	padding-left:400px;
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
}

ul#mainnav li {
	float: left; 
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 8px 35px 19px 35px;
	color:#50504d;
}

ul#mainnav li a:hover{
	color:#fff;	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color:#fff;
	background:url(images/button_current.jpg) top center no-repeat;
}

* html #nav a {  /* mystery code to fix ie. you must use &nbsp for any spaces in nav text */
	width: 1%;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 770px;
	margin: auto;
	position: relative;
}

div#header1 {
	width: 770px;
	height: 200px;
	background: url(images/header1.jpg) top left no-repeat;
}

div#header2 {
	width: 770px;
	height: 200px;
	background: url(images/header2.jpg) top left no-repeat;
}

div#header3 {
	width: 770px;
	height: 200px;
	background: url(images/header3.jpg) top left no-repeat;
}

div#content {
	width: 500px;
	padding: 1px 40px 1px 230px;
	background: url(images/content.jpg) top left repeat-y;
	color:#ccc;
}

div#sidebar {
	position:absolute;
	width:190px;
	left:15px;
	top:250px;
	color:#fff;
	border-right:1px solid #1e3144;
}

div#footer {
	width: 770px;
	height:40px;
	font-size: 10px;
	padding-top:20px;
	text-align: center;
	background: url(images/footer.jpg) top left no-repeat;
	color:#ccc;
}
div#footer a:link, div#footer a:visited {
	color:#ccc;
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
}
div#copyright a:link, div#copyright a:visited {
	color:#ccc;
}
div#address {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
}
/* ----------------- CUSTOM CLASSES ----------------- */
