/* styles1.css */

BODY {
	background: #CCCBCB url("/images/gohardball_bkg.jpg") top repeat-x;
	text-align: center;
	color: whitesmoke;
	margin-top: 0;
}

BODY,P,BLOCKQUOTE,CENTER,TD,TH,UL,OL,LI,DIV,SPAN,LAYER,OPTION { font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 11px; }

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("/images/bullet-back-to-top.jpg") right no-repeat;
	}
	
H5 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:whitesmoke; font-weight:bold; font-size:16px; }
H4 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#C30606; font-weight:bold; font-size:14px; }
H3 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#C30606; font-weight:bold; font-size:14px; }
H2 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#D79352; font-weight:bold; font-size:14px; }
H1 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:whitesmoke; font-weight:bold; font-size:18px; }

#bevel0 { background:white; }
#bevel1 { background:black; }
#bevel2 { background:#C30606; }
#bevel3 { background:#C30606; }
#bevel4 { background:whitesmoke; }

a:link, a:visited { color: #D79352; }
a:hover { color: white; }
a:active { color: #C30606; }

.heading5 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#C30606; font-weight:bold; font-size:12px; }
.heading4 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#C30606; font-weight:bold; font-size:12px; }
.heading3 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#C30606; font-weight:bold; font-size:12px; }
.heading2 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:#D79352; font-weight:bold; font-size:14px; }
.heading1 { font-family:Verdana,Helvetica,Arial,Sans-Serif; color:whitesmoke; font-weight:bold; font-size:18px; }

.colhead { background:#C30606; color:white; font-weight:bold; font-size:12px; }
.colhead2 { background:black; color:#D79352; font-weight:bold; font-size:12px; }

.row1 { background:#231F1C; color:whitesmoke; font-size:11px; }
.row2 { background:#312A22; color:whitesmoke; font-size:11px; }

.topnav { background:#C30606; color: whitesmoke; font-weight:bold; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 12px; }
.topnav a:link, .topnav a:visited { color: whitesmoke; text-decoration:none; }
.topnav a:active, .topnav a:hover { color: black; text-decoration:none; }

.boxtext { color: black; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 10px; }
.boxtext a:link, .boxtext a:visited { color: #C30606; text-decoration:none; }
.boxtext a:active, .boxtext a:hover { color: #D79352; text-decoration:underline; }

.footer { color: black; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 10px; }
.footer a:link, .footer a:visited { color: #C30606; text-decoration:none; }
.footer a:active, .footer a:hover { color: #D79352; text-decoration:underline; }

.caption { color: white; font-family: Verdana,Helvetica,Arial,Sans-Serif; font-size: 10px; }

.required_field { color: red; }


/* ----- global form elements ----- */ 

#content-body {
	background: #1A1A1A url("/images/gohardball_bkg_body.jpg") top repeat-x;
	color: whitesmoke;
}

form {
	width:193px;
	margin:10px 0 0px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:whitesmoke !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid silver;
	color:#50646B;
	width:188px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:193px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 10px 220px; }
