
/*	border: 1px solid #33FF00 /*
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #ffe6b9 url(images/bg-site2.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
li,
ol,
dt,
dd,
td,
address {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	text-align: left;
}

p,
li,
ul,
a {
	font-size: 14px;
}

p {
	line-height: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	padding-top:0px;
	margin-top: 0px;
	border-bottom: 1px solid #954d63;
}

h2 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #721c37
}

h3 {
	font-size: 18px;
	text-align: center
}

h4 {
	font-size:19px
}

h5 {
	font-size:17px
}

h6 {
	font-size:15px
}

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
}

ol {
	list-style:decimal
}

ul {
	list-style:square
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

address {
	font-style: normal;
	font-size: 13px;
	text-align: right;
	color: #1a1a1a;
}

address a,
address a:visited,
address a:link {
	color: #1a1a1a;
	font-size: 13px;
}

address a:hover,
address a:active {
	text-decoration:none
}

a {
	color: #000000;
}

a:hover {
	text-decoration:none;
}

ul {
	list-style:square
}

li {
	font-weight: normal;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg-container.png) repeat-y
}

div#header {
	position: relative;
	width: 960px;
	height: 200px;
	background: url(images/bg-header.png) no-repeat;
}

div#slider {
	position: relative;
	width: 960px;
	height: 222px;
	background: url(images/bg-theme2.png);
	border-bottom: #c1b7a5 solid 1px;
}

div#content {
}

div#text {
	float: left;
	margin-left: 10px;
	width: 740px;
}

div#sidebar {
	float: left;
	width: 205px;
	margin-top: 10px;
	margin-left: 5px;
}

div#footer {
	width: 960px;
	height: 25px;
	background: url(images/bg-footer.png) no-repeat;
	clear: both;
}

/* Horizontal Main Nav
----------------------------------------------------------------------------------------------------*/
div#mainnav {
	position:relative;
	z-index:100;
	padding: 149px 0 0 45px;
}

div#mainnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

div#mainnav li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

div#mainnav a {
	font-size: 12px;
	height: 20px;
	color: #1a1a1a;
	text-decoration: none;
	text-align:center;
	padding: 17px 0px 13px;
	display: block;
	text-transform: uppercase;
	background: #fff;
	width: 150px;
	margin: 0;
	border-left: 1px solid #721c37;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
}

div#mainnav li:first-child a {
	border-left: none;
}

div#mainnav a.short {
	width: 64px;
}

div#mainnav a.mid {
	width: 95px;
}

div#mainnav ul li a.current {
	padding: 17px 0px 14px;
	background-color:#531528;
	color:#fff
}

div#mainnav a:hover {
	color: #1a1a1a;
	background: #ffb4b2;
}

/* ----------------- UTILITY NAVIGATION ----------------- */
div#utility {
	padding: 12px 0 2px 0;
}

div#utility ul {
	margin: 0 auto;
	text-align: center;
}

div#utility ul li {
	display: inline;
	color: #fff;
	list-style: none;
	padding:0px;
	margin: 0px;
}

div#utility ul a,
div#utility ul a:link,
div#utility ul a:visited {
	padding: 0 2px;
	font-size: 13px;
	color: #1a1a1a;
}

div#utility ul a:hover,
div#utility ul a:active {
	text-decoration: none;
}

div#copyright {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #1a1a1a;
}

#copyright a,
#copyright a:link,
#copyright a:visited {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover,
#copyright a:active {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right:10px;
}

img.right {
	float: right;
	margin-left:10px;
}

img.border {
	border: 1px solid #000000;
}

.clear {
	clear: both;
}

/* ----------------- AUDIO DIV ----------------- */ 

div#audio {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/audio.jpg) top left no-repeat;
}

div#audio div {
	position: absolute;
	top: 65px;
	left: 31px;
	width: 68px;
	height: 30px;
}

div#audio a {
	display: block;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 180px;
	height: 10px;
}

/* NAVIGATION CONTAINER */
a#audiolink img { border: none; }

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
a#admin {
	background: url(images/admin.png) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover {
	background-position: 0% -18px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.addie {
	position: absolute;
	top: 10px;
	right: 55px;
}

.addie p {
	color: #fff;
	text-align: right;
	font-size: 16px;
}

.addie a {
	color: #fff;
	font-size: 16px;
}

div.list ul {
	float: left;
	width: 320px;
	margin-right: 10px;
}

#brands {
	margin-bottom: 10px;
}

#brands p {
	text-align:center;
	color:#fff;
	font-size:16px;
	background: #be6883;
	margin: 0 55px 0px 40px;
	padding: 10px;
	border:1px solid #721c37;
}

#brands strong {
	font-size:16px;
}

.logo {
	margin-left:40px;
	margin-top:15px;
}

#video {
	float: right;
	margin-left: 10px;
}

#mapviewer {
	border: 1px solid #ccc;
	margin: 10px 0;
}

.bio {
	border-bottom: 1px solid #ccc;
}

.bio img {
	float:left;
	margin: 0 15px 10px 30px;
	border: 1px solid #000000;
}

.top {
	clear:both;
	padding:0;
	float: right;
}

