/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #C6B6D6;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #42206B;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #21798C;
	border-bottom: 1px none #ccc;
}
h3 {

	font-weight: bold;
	font-size: 12px;
	color: #318694;
	border-bottom: 1px solid #999;
}

h4 {
	font-weight: bold;
	font-size: 15px;
	color: #666666;
	
}
li {
	margin-bottom: 3px;
	font-size: 12px;
	color: #21798C;
}
dl {
	text-align: left;
}
dt {
	font-size: 12px;
	font-weight: bold;
	color: #42206B;
	border-bottom: 1px none #999;
}
dd {
	font-size: 11px;
	margin: 0px 0px 10px 15px;
	line-height: 13px;
	color: #666;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #39145A;
}
iframe {
	margin-left: -15px;
	margin-top: -10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat right top;
	width: 770px;
	height: 163px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg_page.gif) repeat-y;
}
/* Creates the div for the nav or sidebar */
div#nav {
	position: absolute;
	left: 567px;
	top: 27px;
	width: 152px;
}
/* Creates the div for the content */
div#content {
}
div#left {
	float: left;
	width: 500px;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
}
div#right {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
}
div#right p {
	color: #21798C;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	clear: left;
}
div#right applet {
	float: left;
	margin-bottom: 15px;
}


/* Creates the div container for the footer. */
div#footer {
	background: #C6B6D6 url(images/footer.gif) no-repeat;
	clear: both;
	height: 62px;
	padding-top: 20px;
}
/* Styles the copyright div */

div#copyright {
	position:relative;
	width: 640px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div#copyright a:hover, div#copyright a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top: 0px;
	right:0;
	border: 0px;
}

div#utilitynav {
	width: 760px;
	margin: 0px auto;
	text-align: center;
}
div#utilitynav a {
	font-size: 11px;
	color: #42185A;
	text-decoration: none;
}
div#utilitynav a:hover {
	text-decoration: underline;
}
div#utilitynav p {
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}


div#containerdiy {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg_diy.gif) repeat-y;
}
div#diy {
	float: left;
	width: 680px;
	margin-left: 15px;
	padding-left: 25px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
div.column {
	float: left;
	width: 200px;
	margin: 10px 40px 15px 0px;
}
p.clear {
	clear: left;
}
/* -----------------IMAGE ELEMENTS ----------------- */
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
div#header img {
	float: left;
}
div#content img {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div#right img {
	clear: left;
	float: left;
	margin-top: 5px;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 160px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	color: #42185A;
	text-decoration: none;
	display: block;
	width: 145px;
	border-bottom: 1px none #fff;
	padding: 1px 0px;
	background: url(images/arrow.gif) no-repeat left center;
	text-indent: 10px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-weight: bolder;
	color: #FFFFFF;
}
