/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_body.jpg) repeat-x;
	background-color: #fff;
	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, h6, a, ul, li, ol, dt, dd, td {
	font-family: 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: 0.8em;
	color: #000;
	margin: 0px;
	padding: 5px 40px 7px 40px;
	text-align: left;
	line-height: 1.9;
}



h1 {
font: bold 2em Georgia, "Times New Roman", Times, serif;
color: #1b3487;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;

}

h2 {
font: bold 1.3em Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #1b3487;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;

}



address {
	position: absolute;
	top: 50px;
	left: 707px;
	margin:0;
	padding:0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	width: 258px;
}


li {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #1b3487;
}
a:visited {
color: #1b3487;
}
a:hover {
color: #737373;
}
a:active {
color: #1b3487;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 0px auto;
padding: 0px;
}

div#header {
width: 990px;
height: 300px;
margin: 0px auto;
padding: 0px;
background: url(images/bg_header.jpg) no-repeat;
position: relative;
}

div#hdrflash {
width: 990px;
height: 280px;
position: absolute;
top: 0px;
left: 0px;
}

div#audio {
position: absolute;
top: 245px;
left: 600px;
width: 111px;
height: 10px;
margin: 0;
padding: 0;
}

div#phototext {
position: absolute;
top: 187px;
left: 457px;
width: 196px;
height: 39px;
margin: 0;
padding: 0;
text-align:right;
}

div#container {
width:990px;
margin:0px auto;
padding:0px;
background: url(images/bg_container.gif) repeat-y;
}

div#topcontent {
	width: 990px;
	height: 185px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

div#content {
	width:990px;
	margin: 0;
	padding: 0;
	vertical-align:top;
	text-align:left;
	position: relative;
}

div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:960px;
	height: 25px;
	margin:0px auto;
	padding:11px 0 0 30px;
	background: url(images/bg_footer.jpg) no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#1b3487;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	color:#1b3487;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color:#b7141d;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	position: absolute;
	top: 282px;
	left: 12px;
	width: 980px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 2px 4px 3px 4px;
	letter-spacing:0;
	margin: 0px;
	border-right: 1px dotted #3b608d; 
	color: #000; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #b7141d; 
	background-color: #fff;
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #000;
width: 960px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #000;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #000;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #3d3d3d;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;

}

img.right {
	float: right;
	border: 1px dotted #3d3d3d;
	background-color: #ffffff;
	margin: 5px 10px 10px 20px;
	padding: 5px;
	clear: none;
	
}

img.farright {
	position: absolute;
	border: 1px dotted #3d3d3d;
	background-color: #ffffff;
	margin: 5px 20px 5px 20px;
	padding: 5px;
	top: 240px;
	left: 670px;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 20px;
	padding: 0px;
	clear: both;
}

img.middle {
	margin: 0;
	padding: 5px;
	border: 1px dotted #3d3d3d;
	background-color: #ffffff;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
margin: 0 0 0 55px;
padding: 0;
list-style:none;
}

ul#bulletfloat {
float: left;
width: 200px;
list-style:none;
padding-bottom: 10px;
margin: 0 0 0 20px;
border: 1px solid #000;
}

ul#bulletfloatmid {
float: left;
width: 200px;
list-style:none;
padding-bottom: 10px;
margin: 0 0 0 90px;
}

ul#bullet li, ul#bulletfloat li, ul#bulletfloatmid li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 9px;
padding: 0px 15px 0px 15px;
line-height: 1.9;
}

div#leftfloat {
float: left;
width: 220px;
margin: 0;
padding: 0;
}

.company {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #b7141d;
}

.ownerlogin {
text-align: right;
font-size: 9px;
color: #000;
}

.ownerlogin a:link, .ownerlogin a:visited {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

.ownerlogin a:hover, .ownerlogin a:active {
	color:#122e52;
	text-decoration:none;
}

.line-break{
	padding: 5px 30px 7px 40px;
}

div#tvspotwelcome {
float: right;
margin: 0 10px 10px 10px;
padding: 3px;
border: 1px dotted #3d3d3d;
width: 320px; 
height: 240px;
}

div#tvspot {
float: left;
margin: 0 0 10px 10px;
padding: 3px;
border: 1px dotted #3d3d3d;
width: 320px; 
height: 240px;
}

div#ownerletter {
margin: 10px 10px 0 60px;
border: 1px dotted #3d3d3d;
padding: 10px 5px 5px 0px;
background-color: #fff;
}

div#ownerletter p {
font-family: Georgia, "Times New Roman", Times, serif;
}

p.topparagraph {
padding-right: 330px;
}

address a:link, address a:visited {
	color:#fff;
	text-decoration: none;
}

address a:hover, address a:active {
	color:#fff;
	text-decoration:underline;
}
