/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #e8e8e8;
	border-bottom: 1px dotted #e8e8e8;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 168px;
	left: 15px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 5px 15px 15px 25px;
}

li {
	font-size: 11px;
	line-height: 1.5;
}


/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 768px;
	height: 18px;
	margin: 0px;
	padding: 2px 1px 0px 1px;
	position: absolute;
	top: 127px;
	left: 0px;
}

ul#mainnav li {
	margin: 0px 1px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 7px 2px 8px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	background: #13508e;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	color: #363123;
	background-color: #ffffff;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 23px 0px 0px 0px;
	width: 770px;
	height: 17px;
	text-align: left;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
}

ul#utilitynav li, ul#introutilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a, ul#introutilitynav li a {
	color: #d8d9da;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: normal;
	border-right: 1px solid #d8d9da;
	}

ul#utilitynav li a:hover, ul#introutilitynav li a:hover {
	color: #ffffff;
}

ul#utilitynav li a.last, ul#introutilitynav li a.last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 5px auto 0px auto;
	padding: 0px;
	background-image: url(images/bg_content.gif);
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 193px;
	text-align: left;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

	div#header img {
		border: 0px;
	}

div#content {
	width: 515px;
	padding: 15px 15px 5px 15px;
	text-align: left;
	position: relative;
	float: left;
}

div#content img, div#rightside img {
	border: 1px solid #bbbaba;
}

div#rightside {
	padding: 15px 15px 5px 0px;
	float: right;
	width: 200px;
}

	div#rightside img#cta {
		border: none;
	}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

	div#foot p {
		font-size: 9px;
		color: #333333;
	}
	
	div#foot a:link, div#foot  a:visited, div#foot  a:active {
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
	
	div#foot  a:hover {
		color: #333333;
	}

div#footleft {
	float: left;
	text-align: left;
}

div#footright {
	float: right;
	text-align: right;
}

/* ----------------- WEB AUDIO ----------------- */
div#audio {
	position: absolute;
	top: 175px;
	right: 8px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 0px 0px 10px 15px;
	float: right;
}

img.left {
	margin: 0px 15px 10px 0px;
	float: left;
}

div.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	font-size: 11px;
	color: #333300;
}

.center {
	text-align: center;
}

img#logo {
	position: absolute;
	top: 10px;
	left: 63px;
}
	
div#flash {
	position: absolute;
	top: 4px;
	right: 3px;
}

div#conceptpic {
	width: 201px;
	height: 135px;
	padding-top: 9px;
	background-image: url(images/bg_conceptpic.gif);
}