/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
*{ margin:0px; padding:0px;}

/* Defines the body tag */
body {
	background: #000 url(images/bg.gif) top left repeat;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
}
/* 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, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
}
/* Creates the general link style for the site. This is not the main navigation. */
a, a.email {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}
a.email {
	font-weight: bold;
	color: #000;
	font-style: normal;
	font-size:13px;
	line-height: 18px
}
a:hover {
	text-decoration: none;
	color: #333;
}
a.email:hover {
	text-decoration: none;
	color: #000;
}
/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/content.gif) top left repeat-y;
}
div#containerdiy {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/contentdiy.gif) top left repeat-y;
}
/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 970px;
	height: 8px;
	background: url(images/header.jpg) top left no-repeat;
}
/* DIV BODY */
div#body {
	float:left;
	clear:both;
	width: 970px;
	background: url(images/header2.jpg) top right no-repeat;
}
div#bodydiy {
	clear: both;
	width: 970px;
	background: url(images/header2diy.jpg) top right no-repeat;
}
/* DIV FLASH */
div#flash {
	position: absolute;
	top: 71px;
	left: 286px;
	z-index: 1;
}
/* Double column bulleted list */
ul.left {
	float: left;
	list-style-position:inside;
	width: 200px;
	margin: 5px 0px 10px 45px;
	padding: 0px 0px 0px 0px;
}
div#columnleft {
	float: left;
	width: 250px;
}
#columnleft p {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 5px 20px;
	text-align: left;
	font-weight: bold;
	color:#FFFFFF;
}
#columnleft ul.listside {
	color:#917111;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#columnleft ul.listside li {
	float: none;
	display: block;
	padding: 0px 0 3px 25px;
	margin: 0 10px;
	background: url(images/nbullet2.gif) 0px 3px no-repeat;
}
#columnleft strong {
	font-size:19px;
	font-weight: bold;
	color:#5B1511;
}
div#content {
	float: left;
	width: 719px;
	color: #000;
	border-left: 1px solid #666;
	margin-top:230px;
	min-height:600px;
}
#content h1 {
	margin:0px 25px 5px 25px;
	padding: 0px;
	color:#000;
	font-size: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #666;
}
#content h2 {
	color:#a25725;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 25px 10px 25px;
	text-align: left;
	font-style: normal;
}
#content h3 {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 25px 10px 25px;
	padding: 10px;
	font-style: normal;
	text-align:center;
	border:1px solid #333;
	background-color:#917111;
}
#content h4 {
	color:#333333;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 25px 5px 25px;
	text-align: left;
	font-style: normal;
}
#content p {
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 25px 5px 25px;
	line-height:18px;
}
#content a.hbold {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#content ul {
	padding-left:25px;
}
#content li {
	background:url(images/nbullet.gif) left 50% no-repeat;
	margin: 5px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
	list-style:none;
}
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 15px 0px 40px;
	width:550px;
}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 40px;
}
/* Address in ABSOLUTE */
address {
	font-family:Arial, Helvetica, sans-serif;
	height: 87px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 248px;
	line-height:13px;
	font-style: normal;
	text-transform: normal;
	padding:25px 0px 0px 0px;
}
address strong {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height:20px;
}
address a {
	font-size:12px;
}
address img {
	margin-top:20px;
}
/* DIV FOOTER */
div#footer {
	background: url(images/footer.jpg) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#fff;
	height: 105px;
	width: 970px;
}
#footer p {
	text-align: left;
	font-size: 10px;
	padding: 12px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	color:#fff;
}
/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 0px;
}
#utilnav a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#utilnav a:hover {
	text-decoration: underline;
	color: #fff;
}
/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}
#copyright a {
	color:#fff;
	text-decoration:underline;
	font-size: 9px;
	font-weight: bold;
}
#copyright a:hover {
	color:#ccc;
	text-decoration:none;
}
img.ypimg {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* DIV sign in*/
	div#signin {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#signin a {
	color:#fff;
	text-decoration:underline;
	font-size: 9px;
	font-weight: bold;
}
#signin a:hover {
	color:#fff;
	text-decoration:none;
}
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

div#imgborderr {
	margin: 0px 10px 0px 0px;
	padding: 390px 0px 0px 0px;
	text-align: center;
	width:235px;
}
img {
	border: 0px;
}
img.borderr {
	margin: 5px 0px 0px 0px;
	border: 1px solid #999;
	padding: 2px;
}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
}
img.left {
	float: left;
	border:1px solid #999;
	margin: 0px 8px 5px 0px;
	padding: 2px;
}
.right {
	float: right;
	border:1px solid #999;
	margin: 0px 0px 5px 8px;
	padding: 2px;
}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	width: 250px;
	background-image: url(images/navbkgbig.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
}
div#nav li a#current, div#nav li a#current:hover {
	color: #fdde35;
	background-image: url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 25px;
	font-size:12px;
}
/* UL TAG */
div#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
}
div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}
div#nav li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 250px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 25px;
	font-weight:bold;
	background-image: url(images/navbkg.jpg);
	background-repeat: no-repeat;
}
div#nav li a:hover {
	color:#fdde35;
	background-image: url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 25px;
	font-size:12px;
}
/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
a#audiosignin {
	position: absolute;
	top: 11px;
	left: 750px;
	width: 208px;
	z-index: 2;
	height: 34px;
}
.audio {
	margin: 0px;
	color:#000;
	padding: 10px 15px 5px 23px;
}
/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.clear {
	clear: both;
}
/* CTA button CONTAINER */
a#ctabtn {
	position: absolute;
	top: 67px;
	left: 276px;
	width: 320px;
	z-index: 5;
	height: 105px;
}
a#ctabtn2 {
	position: absolute;
	top: 95px;
	left: 394px;
	width: 159px;
	z-index: 5;
	height: 67px;
}
a.anchorr {
	color:#000;
	font-size:12px;
	font-weight: bold;
	text-transform:capitalize;
}
/*--------------------------------------------------------------------------*/
div#map {
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 0px 25px 10px 25px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
div#iframey {
	text-align:left;
	width:500px;
	height:auto;
	clear:both;
	margin: 0px 25px 10px 5px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
div#doubletxt {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
	text-align: left;
}
#doubletxt p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}
#doubletxt li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image:url(images/nbullet.gif);
}
ul.listleft {
	float:left;
	width:300px;
	margin-top:0px;
}
ul.listleft1 {
	float:left;
	width:250px;
	margin-top:0px;
}
ul.listleft2 {
	float:left;
	width:350px;
	margin-top:0px;
}
