/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #fff url(images/bg.jpg) top left repeat-x;
	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;
	}

p {
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	line-height:18px;
	}
	
h1 {
	margin: 55px 0px 10px 0px;
	padding: 5px 5px 5px 0px;
	color:#6c0209;		
	font-size: 18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom:1px solid #eea5b0;
	border-top:1px solid #eea5b0;
	}
	
h2 {
	border-bottom:1px solid #eea5b0;
	color:#6c0209;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-style: normal;
	}
	
h3 {
	color:#000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 5px;
	font-style: normal;
	text-align:center;
	clear:both;
	background-color:#dd8921;
	border-top: 0px solid #eea5b0;
	border-bottom: 0px solid #eea5b0;
	}
	
h4 {
	color:#c27b25;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 10px 5px 5px 0px;
	font-style: normal;
	text-align: left;
	clear:both;
	}
	
h5 {
	color:#000;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 10px 5px 5px 0px;
	font-style: normal;
	text-align: left;
	clear:both;
	}
div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	
/* Address in ABSOLUTE */
address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 402px;
	left: 0px;
	height: 28px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #6c0209;
	width: 968px;
	line-height:14px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}
	address strong{
		font-size: 14px;
		font-weight: bold;
		color: #6c0209;
		line-height:17px;
		}	
		
/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/content.gif) top left repeat-y;
	}
	
/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 970px;
	height: 378px;
	background: url(images/header.jpg) top left no-repeat;
	}

/* DIV SUBHEADER */
div#subheader {
	clear: both;
	width: 970px;
	background: url(images/header2.gif) top right no-repeat;
	}	

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 174px;
	left: 0px;
	width: 352px;
	height: 198px;
	z-index: 1;
	}

	

/* DIV CONTENT */
div#content {
	float: left;
	width: 970px;
	color: #000;
	border-right: 0px dotted #666666;
	margin: 10px 0px 0px 0px;
	}	
	div#content a.hbold{
		color:#6c0209;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
	div#content ul {
		font-size:12px;
		list-style-image:url(images/nbullet.gif);
		}
		

/* DIV FOOTER */
div#footer {
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#6c0209;
	height: 75px;
	width: 970px;
	}
	div#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#6c0209;
	text-align: center;
	font-size: 12px;
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	}

	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
			
		div#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#6c0209;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
		div#utilnav a:hover {
			text-decoration: underline;
			color: #6c0209;
			}

/* DIV COPYRIGHT */
div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;		
	}
	div#copyright a {
		color:#000;
		text-decoration:underline;
		font-size: 9px;
		font-weight: bold;
		}
	div#copyright a:hover {
		color:#000;
		text-decoration:none;
		}
	img.ypimg {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
		}

/* DIV SIGNIN*/
div#signin {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}
	div#signin a {
		color:#000;
		text-decoration:underline;
		font-size: 9px;
		font-weight: bold;
		}
	div#signin a:hover {
		color:#000;
		text-decoration:none;
		}
		
/* DIV MAP */
div#map { 
	text-align:left;
	width:800px;
	height:auto;
	clear:both;
	margin: 0px 25px 10px 0px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}

/* CTA BUTTON CONTAINER */
a#ctabtn {
	position: absolute;
	top: 198px;
	left: 369px;
	width: 285px;
	z-index: 5;
	height: 57px;
	}
	
a#ctabtn2 {
	position: absolute;
	top: 206px;
	left: 191px;
	width: 242px;
	z-index: 5;
	height: 64px;
	}
	
a#ctabtn3 {
	position: absolute;
	top: 297px;
	left: 542px;
	width: 354px;
	z-index: 5;
	height: 128px;
	}

/* AUDIO/SIGNIN CONTAINER */
a#audiosignin {
	position: absolute;
	top: 4px;
	left: 726px;
	width: 239px;
	z-index: 2;
	height: 25px;
	}


/* DIV DOUBLE TEXT COLUMN */
div#doubletxt{
	float: left;
	width: 300px;
	padding: 0px 10px 0px 0px;
	margin: 15px 0px 0px 10px;
	text-align: center;
	border-right:1px solid #eea5b0;
	}
	div#doubletxt p, div#doubletxt0 p{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color:#000;}
	div#doubletxt li, div#doubletxt0 li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image:url(images/nbullet.gif);}
		
div#doubletxt0{
	float: left;
	width: 300px;
	padding: 0px 10px 0px 0px;
	margin: 15px 0px 0px 10px;
	text-align: center;
	border-right:0px solid #eea5b0;
	}
/*End  DIV DOUBLE TEXT COLUMN */
	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:10px 15px 0px 0px;
	width:970px;
	}
	
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 0px;
	}
		

/* -----------------------------------------------------*/
/* ----Horizontal CSS NAV save all as one header ------ */
/* -----------------------------------------------------*/
div#nav {
	position: absolute;
	top: 134px;
	left:1px;
	width:968px;
	clear: both;
	height: 35px;
	}
	
div#nav li a#current{
	background: url(images/nav-hover-on.gif) top left no-repeat;
	color: #000;
	}
	
div#nav li a#current:hover{
	background: url(images/nav-hover-on.gif) top left no-repeat;
	color: #000;
	}

div#nav ul {
	margin:0px auto;
	padding:0;
	list-style:none; 
	line-height:12px;
	}  

div#nav li {
	float: left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display: block;
	padding: 12px 0px 10px 0px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color:#6c0209;
	text-indent:0px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	background: url(images/nav-hover.gif) top left no-repeat;
	width: 120px;
	line-height: 12px;
	border-right:0px solid #ac6d20;
	}

div#nav li a:hover {
	background: url(images/nav-hover-on.gif) top left no-repeat;
	color: #000;
	}

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

/* Apply this ID to your Services table. The only properties in the code should be the table tags; no widths, colors, spacing, etc. */

table#member {
	border-collapse: collapse;
	width: 970px; 
	margin: 0 auto;
	text-align:center;
	color: #000;
	border:1px solid #6c0209;
	}
table#member caption { 
	margin: 0px auto; /* to center */ 
	padding: 5px; 
	background: #6c0209;
	color: #fff; 
	text-align: center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	table#member td {
						background-color:#f8e0e5;
						padding: 5px 0px 5px 0px; 
						}
	table#member tr.colour td {
						background-color:#f4c0c9;
						padding: 5px 0px 5px 0px;  
						}
	th {
		background-color:#dd8921;
		color:#000;
		padding: 5px 0px 5px 0px;
		}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

img.left {
	float: left;
	border:1px solid #eea5b0;
	padding: 2px;
	margin: 0px 8px 5px 0px;
	}
	
img.right {
	float: right;
	border:1px solid #eea5b0;
	padding: 2px;
	margin: 0px 0px 5px 8px;
	}
	
img.borderr {
	margin: 0px 0px 0px 0px;
	border:1px solid #eea5b0;
	padding: 2px;
	}
	
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	}
	
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* 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;
	font-size:12px;
	}	
	a.email{
		font-weight: bold;
		color: #6c0209;
		font-style: normal;
		font-size:11px;
		line-height: 17px
		}
	a:hover{	
		text-decoration: none;
		color: #6c0209;
		}	
	a.email:hover {	
		text-decoration: none;
		color: #6c0209;
		}


/* ---------------------------------------------------*/
/* ----------------- CUSTOM CLASSES ----------------- */
/* ---------------------------------------------------*/

/* Multipurpose Clear */
.clear {
	clear: both;
	}
	
/* Double column bulleted list */
ul.left {
	float: left;
	width: 255px;
	list-style-image:url(images/nbullet.gif);
	margin: 5px 0px 10px 20px;
	}

.audio {
	margin: 0px;
	color:#000;
	padding: 10px 15px 5px 23px;
	}

.red{
	color:#6c0209;}
/*--------------------------------------------------------------------------*/
