/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-color: #333333;
}

/* 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;
	color: #333333;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #9E0C0C;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 15px 0px 5px 18px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}
/* ----------------- 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;
	height: 131px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 530px;
	top: 103px;
	position: absolute;
	text-align: left;
	left: 244px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	text-transform: uppercase;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:7px 25px;
	color: #999999;
	text-decoration:none;
	background: url(images/nav_on.gif) top left no-repeat;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #282828;
	font-size: 11px;
	text-transform: uppercase;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #CCCCCC;}

/* NAVIGATION CONTAINER */

/* 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;
	border: 1px solid #000000;
}

/* Creates the div for the content */
div#content {
	float: left;
	width: 583px;
}

div#content img {
	padding: 2px;
	margin: 0px;
	text-align: left;
	border: 1px solid #eeeeee;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	width: 183px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

ul#list {
	font-size: 12px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px 30px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 1px solid #666666;
}
.clear {
	clear: both;
	margin-top: 20px;
}
div#flash {

	background: #FFFFFF;
	width: 361px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}

.ypimg {
	background-color: #FFF;
	margin: 3px;
	padding: 3px;
}