/* =======================================
    CSS STYLES FOR PERFORMANCE READY TEAM
   ======================================= */   

/* RESET */
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 */
form { margin: 0px; padding: 0px; }

/* PAGE ELEMENTS */

body {
	font: 11px/15px Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	overflow: visible;
	position: relative;
}
#masthead {
	margin: 0px 0px 1px;
	padding: 0px;
	width: 770px;
}
#navTop {
	background: #D5D5D5;
	margin: 0px 0px 2px;
	padding: 0px;
	border-top: 2px solid #FFF;
}
#navigation { /* The HTML document must also be linked to the navigation.css file for buttons to appear and function */
	border-bottom: 4px solid #FFF;
	width: 149px;
}
.leftItem1 {
	text-align: center;
	margin: 0px 0px 8px;
}
.leftItem2 {
	text-align: center;
	margin: 0px 0px 8px;
}
#adsLeft {
	text-align: center;
	margin: 0px;
	padding: 8px 0px;
}
.adsLeft1 {
	margin: 0px;
}
.adsLeft2 {
	margin: 8px 0px 0px;
}
#edgeTop {
	margin: 0px 0px 20px;
	padding: 0px;
}
#content {
	margin: 0px 0px 0px 24px;
	padding: 0px;
	width: 566px;
}
#adsBottom {
	text-align: center;
	margin: 24px 0px 0px;
}
.adBottom1 {
	margin: 0px;
}
.adBottom2 {
	margin: 10px 0px 0px;
}
#bottomRight {
	height: 20px;
}

/* FOOTER */

#footer {
	font: bold 9px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #999;
	text-align: left;
	margin: 8px auto;
	padding: 0px;
	width: 770px;
}
#footer a:link, #footer a:active, #footer a:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#copyright {
	margin: 0px;
	padding: 0px;
	float: left;
}
#linksBottom {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: right;
}
#linksBottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#linksBottom li {
	display: inline;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

/* TAGS */

h3 {
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	color: #FF3333;
	margin: 14px 0px 12px;
}
h4 {
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	color: #FF3333;
	margin: 0px 0px 6px;
}
p {
	margin: 0px 0px 12px;
}

/* CLASSES */

.head-12 {
	font: bold 12px/14px Verdana, Geneva, sans-serif;
	color: #FF3333;
	margin: 0px;
}
.head-12-bi {
	font: italic bold 12px/14px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
}
.head-11 {
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
}
.text-12 {
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #FFF;
}
.text-10 {
	font: 10px/13px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px 0px 8px;
}
.steps {
	text-indent: -1.4em;
	margin: 0px 0px 12px;
	padding-left: 1.4em;
}
.stepsIndent {
	margin: 0px 0px 12px;
	padding-left: 1.4em;
}
.hanging {
	margin-left: 0em;
	text-indent: -.95em;
	padding-left: .95em;
}
.menu-11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 102px;
}
.margin-tb0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.margin-t6b0 {
	margin-top: 6px;
	margin-bottom: 0px;
}
.margin-tb4 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.dots {
	background-image: url(../images/elements/dot_whiteonblack_4h.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	height: 30px;
	width: auto;
}
.dots-564 {
	background-image: url(../images/elements/dot_whiteonblack_4h.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	height: 10px;
	width: 564px;
}
.lineRed {
	background-image: url(../images/elements/spacer_FF3333.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 17px;
}
.yellow {
	color: #FF0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.table01 {
	margin: 0px 0px 6px;
	padding: 0px;
}
.table01 td {
	margin: 0px;
	padding: 0px 0px 6px;
}
.table02 {
	margin: 0px 0px 6px;
	padding: 0px;
}
.table02 td {
	margin: 0px;
	padding: 0px 0px 16px;
}
.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;
}

/* LISTS */

.list01 {
	text-indent: -0.95em;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px .95em;
	list-style: none;
}
.list02 {
	text-indent: -0.95em;
	margin: 0px 0px 12px;
	padding: 0px 0px 0px .95em;
	list-style: none;
}
.list02 li {
	margin-bottom: 6px;
}
.list-11-solid {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	text-indent: -.95em;
	padding-left: .95em;
}
.list-11 {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0em;
	text-indent: -.95em;
	padding-left: .95em;
}

/* CALENDARS */

.calendar {
	font: 10px/12px Verdana, Geneva, sans-serif;
	color: #000;
}
.calendar p {
	margin: 4px 4px 4px 6px;
}
.calendar a:link, .calendar a:active, .calendar a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.calendar a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

/* TABLE DIVIDERS */

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

.lineTable {
	background-image: url(../images/elements/spacer_666666.gif);
	background-repeat: repeat-x;
	background-position: 0px 9px;
	height: 16px;
}

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.link2 {
	font-weight: bold;
	color: #FF3333;
}
.link2 a:link, .link2 a:active, .link2 a:visited {
	font-weight: bold;
	color: #FF3333;
	text-decoration: none;
}
.link2 a:hover {
	font-weight: bold;
	color: #FF9999;
	text-decoration: none;
}
.link3 {
	font-weight: bold;
	color: #FF0;
}
.link3 a:link, .link3 a:active, .link3 a:visited {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}
.link3 a:hover {
	font-weight: bold;
	color: #FF9;
	text-decoration: underline;
}
.caption {
	font: bold 10px/12px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 36px;
}
.captionLast {
	font: bold 10px/12px Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 24px;
}
.caption a:link, .caption a:active, .caption a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.caption a:hover {
	font-weight: bold;
	color: #FF3333;
	text-decoration: none;
}
.box-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}
.box-10 a:link, .box-10 a:active, .box-10 a:visited {
	color: #000000;
	text-decoration: underline;
}
.box-10 a:hover {
	color: #FF3333;
	text-decoration: underline;
}

/* THESE ARE FOR MEDIUM AND LONG TERM ADS */

.adBorderWhite img {
	border: 1px solid #FFF;
}

