/* RESET */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td, object { margin: 0px; padding: 0px; }
html, body { height: 100%; margin: 0px 0px 1px; } /* Forces vertical scroll bars on shorter pages */
a img { border: none; }
a { outline: none; } /* Gets rid of dotted border around clicked links in Firefox */
table { border-collapse: collapse; }
object { font-size: 0px; line-height: 0px; } /* Gets rid of gap below SWF in Firefox */

/* PAGE ELEMENTS */

body {
	font: 11px/14px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	background: url(../images/elements/bg_120x8_333clear.gif) repeat-y 0px 0px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	position: relative;
}
#masthead {
	background: url(../john/images/elements/header_john.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 720px;
}
#mastbobby {
	background: url(../bobby/images/elements/header_bobby.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 720px;
}
#mastsal {
	background: url(../sal/images/elements/header_sal.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 72px;
	width: 720px;
}
#mastheadLink {
	height: 64px;
	width: 206px;
}
#navMain {
	float: left;
	width: 120px;
}
.nav {
	margin: 0px 0px 4px;
}
#content {
	text-align: left;
	margin: 20px 0px 0px 24px;
	padding: 0px;
	float: left;
	width: 552px;
}
#content2 {
	text-align: left;
	margin: 20px 0px 0px 24px;
	padding: 0px;
	float: left;
	width: 576px;
}

/* HTML TAGS */

p {
	margin: 0px 0px 12px;
}
h3 {
	font: bold 12px/13px Verdana, Geneva, sans-serif;
	color: #C00;
	margin: 0px 0px 12px;
}
h4 {
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	color: #C00;
	margin: 0px 0px 4px;
}
h5 {
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	color: #FF0;
	margin: 0px 0px 6px;
}

/* CSS CLASSES */

.head-11 {
	color: #CC0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.text-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 8px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	margin-top: 4px;
}	

.caption9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	margin-top: 4px;
}	

.redbold {
	font-weight: bold;
	color: #CC0000;
}

.yellowbold {
	font-weight: bold;
	color: #FFFF00;
}

.dots {
	background-image: url(../images/elements/dot_4h_rb.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: auto;
	margin-top: 16px;
	margin-bottom: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* LINK STYLES */

a:link, a:active, a:visited { 
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a:hover { 
	font-weight: bold;
	color: #E06666;
	text-decoration: none;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #000000;
	text-align: right;
	width: 720px;
	margin-top: 10px;
	padding-top: 12px;
	padding-bottom: 6px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #CC0000;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
	color: #666666;
	text-decoration: none; 
}

#copyright a:hover {
	color: #999999;
	text-decoration: none; 
}
