/* =================================================== */
#-----------------------GLOBAL RESETS {}
/* =================================================== */

/* GLOBAL RESETS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style:none;
}

/* verify all are set to zero */
h1, h2, p, ul, li, img, img a, img a:visited, img a:hover {
	margin: 0px;
	padding: 0px;
}

/* =================================================== */
#-------------------------LAYOUT {}
/* =================================================== */
body {
	background-color: #008FD5;
	background-image: url(../gfx/bg-flat.jpg);
	background-repeat: repeat-x;
}
/* CUSTOM */
#container {
	/* centered and holds all of main content */
	width: 1009px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height:auto !important;
	/* ^^^^^^^^^notes for above css^^^^^^^^^^ */
	/* must come before the heights to work in IE6 */  
	/* needed so footer doesn't shift up too far */
	height: 891px;
	min-height: 891px;
	background-image: url(../gfx/content-frame-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container2 {
	/* centered and holds all of main content */
	width: 1009px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height:auto !important;
	/* ^^^^^^^^^notes for above css^^^^^^^^^^ */
	/* must come before the heights to work in IE6 */  
	/* needed so footer doesn't shift up too far */
	height: 891px;
	min-height: 891px;
	background-image: url(../gfx/content-frame-top_RacePages.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainmenu {
	height: 700px;
	width: 368px;

	top: 0px;
	left: 0px;
	float: left;
	background-repeat: no-repeat;
}
#mainmenu2 {
	height: 760px;
	width: 368px;

	top: 0px;
	left: 0px;
	float: left;
	background-repeat: no-repeat;
}
#col2 {
	width: 640px;
	float: right;
}

#header {
	padding-left: 39px;
	padding-top: 28px;
	height: 65px;
	width: 565px;
}

#photo-banner {
	padding-left: 39px;
/*	height: 258px;*/
	padding-top: 0px;
	width: 565px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#blackspacer-fix {
	height: 3px;
}

#side-bg-tile {
	width: 640px;
	background-image: url(../gfx/content-frame-sidetile-noblue.jpg);
	background-repeat: repeat-y;
	background-position: 27px;
}

#content-area {
	margin-left: 39px;
}

#white-box {
	background-color: #FFFFFF;
	width: 505px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 25px;

}

#body-content {
/*	background-image: url(../gfx/white-top-fade.jpg);*/
	background-repeat: no-repeat;
	background-position: top;
	width: 505px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
#content-frame-footer-end {
	height: 75px;
	background-image: url(../gfx/content-frame-footer-end.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
}
#cms-footer-content {
	float: left;
	padding-top: 60px;
	padding-left: 10px;
	width: 345px;
	font-size: 11px;
}
#cms-footer-content-2 {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	width: 345px;
	font-size: 11px;
}
#copyright {
	float: right;
	margin-right: 30px;
	margin-top: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#footer-menu {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	text-align: right;
	clear: right;
	width: 525px;
	font-style: normal;
	text-transform: none;
	color: #0DB0FF;
}

#footer-sponsors  {
	width: 640px;
	height: 75px;
}
/* =================================================== */
#-------------------------LAYOUT-custom {}
/* =================================================== */
}
/* =================================================== */
#-------------------------MISC {}
/* =================================================== */

#cleardivs {
	clear: both;
}

/* =================================================== */
#-----------------------TEXT {}
/* =================================================== */

/* DEFINE GLOBAL FONT */
h1, h2, h3, p, ul, ol, td {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 1em;
	color: #757575;/*	color: #676767;*/
}
/* STANDARD SPACING */
h1, h2, h3, p, ul, ol {
	padding-bottom: 1em;
}
/* DEFAULT HEADERS */
h1, h2, h3 {
	font-family: Tahoma, Arial;
	padding-bottom: .7em;
}
/* CUSTOM */
h1 {
	color: #FFFFFF;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-weight: bold;

}
h2 {
	padding-bottom: 0.1em;
	color: #008fd4;
	font-size: 13px;
	line-height: 1.2em;
}
h3 {
	font-weight: bold;
	color: #FFFF00;
	padding-bottom: .3em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #FFFFFF;
	background-color: #2A0001;
	padding-left: .6em;
}
p, li, td {
	line-height: 1.3em;
}
p {
	padding-bottom: 20px;
}
td {
/*	font-size: 12px;*/
}

ul {

}
li {
	margin-left: 30px;
	list-style-position: outside;
	margin-bottom: 7px;
/*	list-style-image: url(../gfx/dot-bullet.gif);
	list-style-type: none;*/
}

ol li {
/* fixed number list */
	margin-bottom: 0px;
}


hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	height: 1px;
	color: #000000;
	margin-bottom: 20px;
}
/* =================================================== */
#-----------------------TEXT--custom {}
/* =================================================== */

#white-box p {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	color: #008fd4;
	padding-top: 7px;
	padding-bottom: 0px;
}

#cms-footer-content h1,
#cms-footer-content ul {
	padding-left: 23px;
}
	
#cms-footer-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0.2em;
	letter-spacing: -0.5px;
	background-image: url(../gfx/h1-yellow-dots.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#cms-footer-content ul {

}

#cms-footer-content ul,
#cms-footer-content li {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#cms-footer-content p {
	color: #005580;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cms-footer-content-2 h1,
#cms-footer-content-2 ul {
	padding-left: 23px;
}
	
#cms-footer-content-2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0.2em;
	letter-spacing: -0.5px;
	background-image: url(../gfx/h1-yellow-dots.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#cms-footer-content-2 ul {

}

#cms-footer-content-2 ul,
#cms-footer-content-2 li {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#cms-footer-content-2 p {
	color: #005580;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content-frame-footer-end p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#pros p,
#pros h1,
#pros h2 {
	margin: 0px;
	padding: 0px;
}
#pros h2 {
	font-size: 10px;
	padding-bottom: 5px;
}


/* =================================================== */
#-----------------------FONTS--custom {}
/* =================================================== */
#white-box p.white-box--blue {
	font-family: "Century Gothic", Arial;
	font-size: 20px;
	color: #008FD5;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.white-box--smaller {
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0px;
	line-height: normal;
	color: #008fd4;
}
.white-box--gray {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: normal;
	color: #808285;
}

.txt-brand-color {
	color:#008fd4;
}
.txt-brand-highlight {
	color: #ffd230;
}

.txt-yellow {
	color: #FFFF00;
	text-indent: 23px;
}
.txt-white {
	color: white;
}
.txt-white-gray {
	color: #CCCCCC;
}
.txt-black {
	color: black;
}
.txt-size-small {
	font-size: 11px;
}
.txt-size-small2 {
	font-size: 10px;
}
.txt-size-med {
	font-size: 14px;
}
.txt-size-med-serif {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
}
.txt-size-smallbold {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}
.txt-size-medbold {
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
}
.txt-size-medbold-white {
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
.txt-size-bigbold {
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
}
td.tableheader {
	color: #FFFFFF;
	background-color: #7A0000;
}
/* =================================================== */
#--------------------------IMAGES {
}
/* =================================================== */
img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-left-padded {
	float: left;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-top: 3px;
}
.img-right-padded {
	float: right;
	margin-top: 0px;
	border: 5px solid #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#cms-footer-content img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#cms-footer-content2 img{
	margin: 0px;
	padding: 0px;
	float: left;
}

/* =================================================== */
#-------------------------IMAGES-custom {}
/* =================================================== */


/* =================================================== */
#-------------------------ENHANCEMENTS {}
/* =================================================== */

/* MISC */
abbr[title] {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
abbr[title]:hover {
	cursor: help;
}
abbr[title] a:hover {
}

/* =================================================== */
#-------------------------LINKS {}
/* =================================================== */

a, 
a:visited {
	color: #005580;
	border-bottom-style: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:hover {
	color: #FFFF00;
	border-bottom-style: none;
	border-bottom-color: #005580;
}
#body-content a, 
#body-content a:visited {
	border-bottom-style: dotted;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #999999;
	border-top-color: #404040;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #404040;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#body-content a:hover {
	color: #FFFF00;
	border-bottom-style: dotted;
	border-bottom-color: #008FD5;
}
#footer-menu a,
#footer-menu a:visited {
	border-bottom-style: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #005580;
}
#footer-menu a:hover {
	color: #FFFF00;
	border-bottom-style: none;
}
#col2 img, 
#col2 img:visited,
#col2 img:hover {
	text-decoration: none;
	border: 0px none #008FD5;
}
/* =================================================== */
#-------------------------LINKS-custom {}
/* =================================================== */




/* =================================================== */

#-------------------------ADV TABLES {
}
/* defining .mytable */
table.mytable {
	width: 100%;
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
table.mytable a {
	text-decoration:none;
}

table.mytable a {
/*not sure how to remove link style from img + a code */
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.mytable tfoot td {
	text-align:right
}
/* Body------------------------------------------ */
.mytable tbody th, .mytable tbody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mytable tbody th {
	white-space: nowrap;
}
.mytable tbody th a {
	color:#fff;
}
.mytable tbody tr:hover {
	background-color: #2C2C2C;
	color: #000000;
}

/* =================================================== */
#-------------------------FORMS {
}
/* =================================================== */

input, textarea {
	font-size: 12px;
	border: 1px solid #363636;
	padding: 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	background-color: #1B1B1B;
	font-weight: bold;
}

select { /* for drop downs */
}
input:hover, textarea:hover {
	border: 1px solid #007bca;
	cursor: help;
}
input:focus, input.sffocus, 
textarea:focus {
	border: 1px solid #007bca;
	background-color: #15304D;
	background-image: url(../gfx/contact/formFieldBox-BG-active.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
textarea:focus {

}
select:hover {
	cursor: hand;
}

input.submit {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	background-image: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-color: #008FD5;
}
input.inputborderfix {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
input.submit:hover {
	background-color: #FFFF00;
	cursor: pointer;
	color: #008FD5;
}
checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
