/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #1b354f;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address, cite {
	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;
	font-weight: bold;
	line-height: 1.3;
	color: #ffffff;
	margin: 0px;
	padding: 28px 5px 0px 15px;
	background-image: url(images/bg-address.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 285px;
	height: 100px;
}

cite {
	font-size: 11px;
	font-style: italic;
	margin-left: 5px;
}

h1 { 
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 168px;
	left: 15px;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	color: #003366;
	line-height: 1.3;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}

/* ----------------- 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: 1px;
}

ul#mainnav li {
	margin: 0px 1px;
	float: left;
	list-style: none;
}

ul#mainnav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px 11px 2px 11px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #ffffff;
	border-bottom: 0px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited  {
	background-color: #2a2a2b;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 25px 0px 0px 0px;
	width: 770px;
	height: 17px;
	text-align: left;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

ul#utilitynavdiy {
	padding: 25px 0px 0px 0px;
	width: 770px;
	height: 17px;
	text-align: left;
	background-image: url(images/bg-footerdiy.jpg);
	background-repeat: no-repeat;
	clear: both;
}

ul#utilitynavintro {
	position: absolute;
	top: 363px;
	right: 3px;
	width: 767px;
	height: 17px;
	text-align: left;
	clear: both;
}

ul#utilitynav li, ul#utilitynavdiy li, ul#utilitynavintro li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a, ul#utilitynavdiy li a, ul#utilitynavintro a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #d8d9da;
	}

ul#utilitynav li a:hover, ul#utilitynavdiy li a:hover, ul#utilitynavintro li a:hover  {
	color: #ffffff;
}

ul#utilitynav li a.last, ul#utilitynavdiy li a.last, ul#utilitynavintro 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-container.gif);
	position: relative;
}

div#containerdiy {
	width: 770px;
	margin: 5px auto 0px auto;
	padding: 0px;
	background-image: url(images/bg-containerdiy.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: 420px;
	padding: 15px 15px 0px 20px;
	background-image: url(images/bg-content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	float: left;
}

div#rightside {
	padding: 2px 5px 0px 1px;
	float: right;
	width: 309px;
}
	
	div#rightside p {
		margin: 5px 0px 15px 0px;
		font-size: 11px;
		line-height: 1.5;
		color: #ffffff;
	}
	
	div#rightside img {
		border: none;
		margin-bottom: 2px;
	}
	
div#contentdiy {
	width: 735px;
	padding: 15px 15px 0px 20px;
	text-align: left;
	position: relative;
	float: left;
}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

	div#foot p {
		font-size: 9px;
		color: #cccccc;
	}
	
	div#foot a:link, div#foot  a:visited, div#foot  a:active {
		text-decoration: none;
		font-weight: bold;
		color: #cccccc;
	}
	
	div#foot  a:hover {
		color: #ffffff;
	}

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;
}

/* ----------------- INTRO STUFF ----------------- */

div#containerflash {
	width: 770px;
	height: 385px;
	margin: 5px auto 0px auto;
	padding: 0px;
	background-image: url(images/bg-containerflash.jpg);
	position: relative;
}


div#flash {
	position: absolute;
	top: 71px;
	left: 370px;
}

div#skipintro {
	position: absolute;
	top: 41px;
	right: 25px;
}

	div#skipintro p, div#skipintro a {
		color: #ffffff;
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
	}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	color: #ff7f01;
}

.center {
	text-align: center;
}

img#logo {
	position: absolute;
	top: 11px;
	left: 205px;
}

address#diy {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-image: none;
	text-align: left;
	width: 725px;
	height: auto;
	border-top: 1px solid #cccccc;
}.emphasis {
	font-size: 14px;
	font-weight: bold;
	color: #1B354F;
	border: 1px solid #518AC4;
	padding: 5px;
	background: #E9F0F8;
}
.emphasis a {
	font-weight: bold;
}
