/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #9dcde7 url(images/bg.gif) 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;
	}

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: #0067bf;
		font-style: normal;
		font-size:14px;
		line-height: 17px
		}
a:hover{	
	text-decoration: none;
	color: #ccc;}

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 HEADER */
div#header {
	margin-left: 0px;
	width: 970px;
	height: 215px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 970px;
	background: url(images/header2.jpg) top right no-repeat;}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 472px;
	width:498px;
	height: 333px;
	z-index: 1;}

/* Double column bulleted list */
ul.left {
	float: left;
	list-style-position:inside;
	width: 200px;
	}

div#columnleft {
	float: left;
	width: 200px;
	}

div#content2 {
	float: left;
	width: 250px;
	color: #000;
	margin-top: 10px;
	}
	#content2 h1 {
		margin: 0px 15px 5px 15px;
		padding: 2px 5px 2px 5px;
		background-color:#115096;
		color:#fff;		
		font-size: 16px;
		font-weight:bold;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	
	#content2 p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 15px;
		}

div#content {
	float: left;
	width: 520px;
	color: #000;
	border-right: 0px dotted #115096;}
	#content h1 {
		margin: 80px 25px 15px 25px;
		padding: 0px 5px 2px 0px;
		color:#fff;		
		font-size: 25px;
		font-weight:bold;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border-bottom:0px solid #115096;
		}
	#content h2 {
		color:#9b8550;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 25px 10px 25px;
		font-style: normal;
		}
	
	#content h3 {
		color:#fff;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 25px 10px 25px;
		font-style: normal;
		text-align:center;
		background-color:#000;
		border:1px solid #115096;		
		padding: 4px;
		}
	#content h4 {
		color:#115096;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 25px 0px 25px;		
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 25px 5px 25px;
		}

	#content a.hbold{
		color:#9dcde7;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
		#content li{
		list-style-image:url(images/nbullet.gif);
		list-style-position:outside;
		margin: 0px 25px 0px 45px;
		}
		
div#contentdiy {
	float: left;
	width: 770px;
	color: #000;
	border-right: 0px dotted #115096;}
	#contentdiy h1 {
		margin: 80px 25px 15px 25px;
		padding: 0px 5px 2px 0px;
		color:#fff;		
		font-size: 25px;
		font-weight:bold;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border-bottom:0px solid #115096;
		}
	
	#contentdiy p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 25px 5px 25px;
		}

	#contentdiy a.hbold{
		color:#9dcde7;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		}
		#contentdiy li{
		list-style-image:url(images/nbullet.gif);
		list-style-position:outside;
		margin: 0px 25px 0px 45px;
		}
		
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 15px 0px 15px;
	width:550px;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 15px;
	}

/* Address in ABSOLUTE */
address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 511px;
	left: 1px;
	height: 38px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #0067bf;
	width: 199px;
	line-height:13px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}	
/* DIV FOOTER */
div#footer {
	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:#fff;
	height: 81px;
	width: 970px;
	}

/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 200px;
	}
			
		#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;
	background-color: #000;		
		}
		#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:#115096;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
		}
		#signin a {
			color:#115096;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#signin a:hover {
			color:#115096;
			text-decoration:none ;
			}
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

div#imgborderr{
	margin: 0px 0px 0px 0px;
	padding: 120px 0px 0px 0px;
	text-align:center;
	width:250px;
	}

img {
	border: 0px;
	}
img.borderr {
	margin: 5px 0px 0px 0px;
	border: 1px solid #115096;
	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 #000;
	margin: 0px 8px 5px 0px;
}
.right {
	float: right;
	border:1px solid #000;
	margin: 0px 0px 5px 8px;
	}


/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {	
	width: 200px;
	height: 267px;
	background-image: url(images/navbkgbig.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 0px 0px;
	}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #000;
	background-image: url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 40px;
	font-size:13px;}

/* UL TAG */
div#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 40px;
	font-weight:bold;
	background-image: url(images/navbkg.gif);
	background-repeat: no-repeat;
	}


div#nav li a:hover {
	color:#000;
	background-image: url(images/navbkgon.gif);
	background-repeat:no-repeat;
	text-indent: 40px;
	font-size:13px;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
a#audiosignin {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 279px;
	z-index: 2;
	height: 32px;
}

.audio {
	margin: 0px;
	color:#000;
	padding: 10px 15px 5px 23px;
	}
/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.clear {
	clear: both;
	}

/* CTA button CONTAINER */
a#ctabtn {
	position: absolute;
	top: 59px;
	left: 486px;
	width: 234px;
	z-index: 5;
	height: 57px;
}

a#ctabtn2 {
	position: absolute;
	top: 72px;
	left: 241px;
	width: 248px;
	z-index: 5;
	height: 83px;
}

a.anchorr {color:#000; 
		   font-size:12px;
		   font-weight: bold;
		   text-transform:capitalize;
		   }
/*--------------------------------------------------------------------------*/
div#map { 
	text-align:left;
	width:700px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 25px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}


/*--------------------------------------------------------------------------*/
/*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#menu {
	border-collapse: collapse;
	width: 480px; 
	margin: 0 auto;
	text-align:left;
	}
table#menu caption { 
	margin: 0px auto; /* to center */ 
	padding: 10px; 
	background: #b9a776; 
	text-align: left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	table#menu span { 
	font-style:italic;
	font-size:11px;
	}
	table#menu td {
						background-color:#9dcde7;
						padding: 5px 5px 5px 10px; 
						}
	table#menu tr.colour td {
						background-color:#bbdff2;
						padding: 5px 5px 5px 10px;  
						}
						table#menu tr.colour2 td {
						background-color:#3e8ec4;
						padding: 5px 5px 5px 10px;  
						}
th {
	background-color:#a16327;
	}
