/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	Star Thoroughbreds
  TARGET SPEC:	CSS-2
		 MODIFIED:	2006.05.23
			 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #c00510; text-decoration: underline; }
a:hover { color: #c00510; text-decoration: none; }

html, body, table, td, div, img { padding: 0px; margin: 0px; border: 0px; }

body { background: #f8f4e3; margin-bottom: 30px; }
body, table, .BodyText { color: #000; font: normal 11px Georgia, "Times New Roman", Times, serif; line-height: 1.45; }

td { vertical-align: top; }

sup { font: normal 8px Verdana, Arial, Helvetica, sans-serif; }

h1, .Header1 {
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px 0px;
	padding: 20px 0px 9px 0px;
	color: #e70;
	clear: both;
	border-bottom: 2px solid #e70;
}

h2, .Header2 {
	display: block;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 9px 0px;
	color: #e70;
	clear: both;
	border-bottom: 2px solid #e70;
}

h3, .Header3 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 10px 0px;
	color: #e70;
}

h4, .Header4 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #e70;
}

ul { 
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li { margin: 0px; padding: 5px 0px 5px 15px; background: url(images/bullet.gif) left center no-repeat; }
ul li:first-child { border-top: 0px; }
ul a { text-decoration: none; color: #03c; }
ul a:hover { text-decoration: underline; }
ul a.Active { font-weight: bold; }

h1 + p, h2 + p, h3 + p, h4 + p, p:first-child { margin-top: 0px; padding-top: 0px; }
h1:first-child, h2:first-child { padding-top: 0px; }
li:first-child { margin-top: 0px; }
p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4 { padding-top: 15px; }

.BorderedPicLeft, .PicLeft, .QuickLinkPic { float: left; margin: 0px 10px 8px 0px; }
.BorderedPicRight, .PicRight { float: right; margin: 5px 0px 8px 10px; }
.BorderedPicLeft, .BorderedPicRight, .BorderedPicCenter { border: 1px solid #ddb; padding: 4px; background: #fff; }
.BorderedPicCenter { display: block; margin: 10px auto 20px auto; }

.Indented { margin-left: 10px; }
.FinePrint { font: normal 9px Georgia, "Times New Roman", Times, serif; color: #666; margin: 0px 10px 0px 10px; }

.Sep {
	clear: both;
	border-top: 1px solid #ccb;
	padding-top: 10px;
	margin-top: 10px;
}


/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/

#topSection { height: 319px; background: #333; overflow: hidden; }
#topSection, #contentSection { min-width: 760px; }

.CenteredContainer { width: 760px; margin: 0px auto 0px auto; }

#primaryNav {
	padding: 0px 75px 0px 75px;
}

#headerBar {
	padding: 20px 0px 0px 20px;
	height: 25px;
}
#headerBar img {
	display: block;
}

#headerBar h1 {
	float: left;
	clear: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 8px 0px;
	border-bottom: 0px;
	background: url(images/bg_headerdots.gif) bottom left repeat-x;
}

#contentSection {
	background: #f8f4e3 url("images/bg_contentsection_top.gif") repeat-x;
	margin: 0px;
	padding: 0px;
}
#contentSection .CenteredContainer {
	background: #fff url("images/bg_content_top.gif") no-repeat;
}
#columnWrapper {
	background: url("images/bg_content.gif") repeat-y;
	padding: 10px 20px 5px 20px;
	margin: 0px;
	line-height: 1;
}
.Column { float: left; line-height: 1.45; }
.SpacerBlock10 { clear: both; line-height: 5px; height: 10px; }

#footerSep { display: block; margin-bottom: 10px; }

#footerSection {
	clear: both;
	padding: 0px 9px 20px 9px;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	border: 1px solid #bebebe;
	border-top: 0px;
}


#contactForm { background: #ddb; padding: 20px; width: 260px; }
#contactForm textarea { width: 100%; height: 100px; }
#contactForm h4 { margin-top: 10px; }
#contactForm #btnSubmit { background: #aa8; color: #fff; border: 1px solid #666; padding: 2px; font-weight: bold; }

.TextBox, textarea { border: 1px solid #aa8; background: #fff; }
.RequiredTextBox { border: 1px solid #fc0; background: #fff; }
