/* CSS Document */

/*

Colors:
teal #356A6A
dark green #008000
light blue #99CCFF
sky blue #0069A1
brown #996633
red (cdn nat'l shows) #990000
blue (us nat'l shows) #000066  
green (sporthorse nat'l shows) #006600  

shortcut form for margins and padding: top, right, bottom, left;
*/

/* set some browser default margins and paddings to 0, so all browser will respond the same */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333;
	background: url(images/suede.jpg) repeat;
	/* background-color: #2C01A9; // #800040; // #0069A1; */
	text-align: center; /* Added to center content in IE */
}

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: xx-large;
	color: #356A6A;
	margin-bottom: 18px;
	font-style: italic;
	font-weight: bold; 
}

h2 {
	font-size: large; 
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif; 
	/*color: #78BAA6;*/
	color: #356A6A; 
	font-weight: bold;
}
h3 {
	font-size: 89%;
	margin-bottom: 10px;
}
h4 {
	font-size: 88%;
	color: #333333;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

.fhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	color: #356A6A;
	margin-bottom: 18px;
	font-weight: bold;
	font-style: italic;
}
.fhead1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #356A6A; 
	margin-bottom: 18px;
	font-weight: bold;
	font-style: italic;
}

.fhead2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #356A6A; 
	font-weight: bold;
	font-style: italic;
}	
.fhead3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #356A6A;
	text-align: center;
}


.fhead2FF {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}	

.fhead3FF {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}	

.times {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.FF {
	color: #FFFFFF;
}

.timesFF {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
}

.title { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #0069A1;
	font-size: 110%; 
	font-weight: bold;
	margin-bottom: 10px;
}
.title2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #008000;
	font-size: 130%; 
	font-weight: bold;
	margin-bottom: 10px;
}

a:link {
	color: #0069A1;
	text-decoration: none;
}
a:visited {
	color: #0069A1;
	text-decoration: none;
}
a:hover {
	color: #800040;
	text-decoration: underline;
}
a:active {
	color: #800040; 
	text-decoration: underline;
}

#logo {
	background-color: #FFFFFF;
	float: right;
	clear: both;
}

#wrapper {
	/*background-color: #2C01A9; // #800040; // #0069A1; */
	width: 803px;
	margin:10px auto;
	border: 0px none;
	text-align: left
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 801px;
	background-color: #FFFFFF;
	border: 2px inset #356A6A;
}

#topmenu { 
	width: 625px; 
	height: 30px; 
	font: bold 12px arial;
	/*border: thin #FF0000 dotted;*/
}

#topmenu ul{
	padding-left: 0;
	margin-left: 2px;
	margin-top: 5px;
	height: 25px; 
	background-color:#FFFFFF;
}

#topmenu ul li{
	list-style: none;
	display: inline;
		color: #000066;

}

#topmenu ul li a	{
	text-decoration: none; 
	/*padding: 2px 0.5em;*/
	padding: 2px 2px 2px 5px;
	width: 95px;
	float: left;
	color: black;
	background-color: white;
	border: 2px outset #78BAA6;
}

#topmenu ul li a:hover{
	background-color: #9ECDBF;
	border-style: outset; 
	text-decoration: none;
}

#topmenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 801px;
	border: 2px inset #356A6A; 
	background-color: #ffffff;
}

#content p {
	font-size: 80%;
	line-height: 125%;
	margin-bottom: 15px;
}

#content ol {
	font-size: 80%;
	line-height: 125%;
	margin-bottom: 15px;
}

#navBar{
  float: right;
	width: 110px; 
	margin-left: 3px;
	padding: 5px 5px 0px 5px;
	background-color: #FFFFFF;
	text-align: right;
}

#navBar a:link {
	color: #000000;
	text-decoration: none;
}
#navBar a:visited {
	color: #000000;
	text-decoration: none;
}
#navBar a:hover {
	color: #009900;
	text-decoration: none;
}

.adBox {
	width: inherit;
	background-color: #356A6A;  /* #2C3CFE;	// #0069A1;*/
	margin-left: 0px;
	border: #0000A0 2px groove;
	padding: 10px 10px 10px 10px;
	/*line-height: 150%; */
	clear: both;
}

.adBox img { 
	border: none; 
	}

.picBox {
	width: 215px;
	float: right;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 80%;	
}

.picBox img {
	border: none;
}

#about { 
	padding: 10px 15px 10px 15px; 
}

.story2 {
	width: 550px;
	margin-left: 110px;
}
.story2 table {
	border: 0;
}
.story2 td {
	font-size: 80%;
	line-height: 125%;
	padding: 3px 3px 0px 3px;
}

.story2t {
	width: 550px;
	margin-left: 110px;
}
.story2t table {
	border: 0;
}
.story2 td {
	line-height: 125%;
	font-size: 100%;
	color: #000000;
	padding: 3px 15px 5px 15px;
}

.story3 {
	width: 630px;
	margin-left: 90px;
}
.story3 table {
	border: 0;
}
.story3 td {
	font-size: 100%;
	color: #000000;
	line-height: 125%;
	padding: 3px 3px 0px 3px;
}

.male {
	background-color: #D7FFEE; /*#D7E4FF;*/
}
.female {
	background-color: #FFEAF5; 
}

.story3h {
	width: 665px;
	margin-left: 68px;
}
.story3h table {
	border: #0000A0 2px groove;
	background-color: #356A6A;
}
.story3h td {
	font-size: 90%;
	/*color: #000000;
	line-height: 125%;*/
	padding: 3px 3px 0px 3px;
}

.clearit {
	height: auto;
	margin-top: 0px;
	margin-left: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 550px;
	clear:both;
	text-align: right;
	font-weight: bold;
	color: #CC0000; 
}
.clearit a:link {
	color: #CC0000;
	text-decoration: none;
}
.clearit a:visited {
	color: #CC0000;
	text-decoration: none;
}
.clearit a:hover {
	color: #CC0000;
	text-decoration: underline;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: center;
	font-weight: normal;
	font-size: 75%;
	margin-top: 5px;
}

.endline { 
	border-bottom: 1px solid #0066CC; 
	padding: 3px 0px 3px 0px;
}

.labels { 
	font-size: 80%;
	width: 90px; 
	padding-right: 2px; 
	margin: 0 0 0 0;
	float:left;
}

.winners {
	font-size: 80%;
	width:475px; 
	margin: 0 0 0 0;	
}
	
.caption {
	font-size: 80%;
	color: #0069A1;
}

.notice {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	color: #FF0000;
}

#infobox {
	padding: 5px 5px 5px 5px; 
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}
#infobox p {
	font-size: 80%;
	line-height: 125%;
	margin-bottom: 15px;
}

/* for lytebox type elements */
#lb_lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lb_lbOverlay.green { background-color: #356A6A; }  

#lb_lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lb_lbMain a img { border: none; }

#lb_lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lb_lbOuterContainer.green { border: 3px solid #356A6A; } 

#lb_lbDetailsContainer {	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
	background-color: #fff; 
	color: #356A6A; 
	width: 100%; 
	line-height: 1.2em;	
	overflow: auto; 
	margin: 0 auto; }
	#lb_lbDetailsContainer.green { border: 3px solid #356A6A; border-top: none; } 

#lb_lbImageContainer, #lb_lbIframeContainer { padding: 10px; }
#lb_lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/loading.gif) center no-repeat;
}

#lb_lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lb_lbImageContainer>#lb_lbHoverNav { left: 0; }
#lb_lbHoverNav a { outline: none; }

#lb_lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lb_lbPrev.green:hover, #lb_lbPrev.green:visited:hover { background: url(images/prev_green.gif) left 15% no-repeat; }
	
#lb_lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lb_lbNext.green:hover, #lb_lbNext.green:visited:hover { background: url(images/next_green.gif) right 15% no-repeat; }

#lb_lbPrev2, #lb_lbNext2 { text-decoration: none; font-weight: bold; }
	#lb_lbPrev2.green, #lb_lbNext2.green, #lb_lbSpacer.green { color: #003300; }
	
#lb_lbPrev2_Off, #lb_lbNext2_Off { font-weight: bold; }
	#lb_lbPrev2_Off.green, #lb_lbNext2_Off.green { color: #82FF82; }
	
#lb_lbDetailsData { padding: 0 10px; }
	#lb_lbDetailsData.green { color: #003300; }

#lb_lbDetails { width: 50%; float: left; text-align: left; }
#lb_lbCaption { display: block; font-weight: bold; }
#lb_lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lb_lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lb_lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lb_lbClose.green { background: url(images/close_green.png) no-repeat; }

#lb_lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lb_lbPlay.green { background: url(images/play_green.png) no-repeat; }
	
#lb_lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lb_lbPause.green { background: url(images/pause_green.png) no-repeat; }


