/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

/* 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, a, ul, li, ol, 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: 12px;
	line-height: 16px;
	color: #666666;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}
p.right {
	float: right;
	margin-right: 100px;
}

h1 {
	color: #1199CC;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 10px 0px 20px 20px;
}
h2 {
	color: #1199CC;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	color: #1199CC;
	margin-left: 30px;
	margin-right: 33px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 3px 5px;
	border: 1px solid #EEEFEF;
	background: #F9F9F9;
	clear: both;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D02433;
}
applet {
	position: absolute;
	right: 55px;
	top: 173px;
	border: 2px solid #F15200;
}

address {
	color: #919191;
	margin: 30px 0px 20px 18px;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #1199CC;
	font-size: 11px;
	font-weight: bold;
}
div#copyright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 214px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 584px;
}

div#content img {
	padding: 1px;
	border: 1px solid #eeeeee;
	margin-right: 10px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 43px;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	height: 20px;
	background-color: #1199CC;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

div#footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 20px auto 0px;
	padding: 0px;
	clear: both;
	width: 786px;
}
div#copyright a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a#owner {
	text-align: center;
	font: 9px normal Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}


div#left {
	float: left;
	width: 186px;
	margin: 0px 0px 20px;
	padding: 0px;
	vertical-align: top;
	position: relative;
}
div#left strong {
	color: #1199CC;
}

/* ----------------- left NAVIGATION ----------------- */

ul {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
    list-style: none;
}
ul li {
	display: inline;
	list-style: none;
	position: relative;
}	
ul li a:link, ul li a:visited, ul li a:active {
	display: block;
	color: #919191;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	text-align: left;
	text-transform: capitalize;
	background-image: url(images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EEEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCFCFC;
	width: 170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	position: relative;
	font: bold 11px Arial, Helvetica, sans-serif;
}
ul li a.current:link, ul a.current:visited {
	color: #FFFFFF;
	background-image: url(images/nav_current.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #1199CC;
	text-decoration: none;
}
ul li a:hover {
	color: #FFFFFF;
	background-color: #4ec9f7;
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}

/* drop down list */
ul li ul {
	position: absolute;
	left: 186px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	background: #1c6460;
	}

ul li:hover ul, ul li.over ul { 
	display: block; }

	
/* ----------------- end left NAVIGATION ----------------- */	

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #666666;
	float: right;
}

.clear {
	clear: both;
}

.name {
	font-weight: bold;
	font-size: 12px;
	color: #F24400;
	text-transform: uppercase;
}
div#right {
	float: right;
	clear: right;
	width: 300px;
}
ul#list {
	list-style: inside;
	margin-bottom: 20px;
}

ul#list li {
	display: list-item;
	list-style: url(images/bullet.gif) none outside;
	font-size: 12px;
	margin-left: 60px;
}
div#header img.cta {
	position: absolute;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 84px;
}

