/* CSS Document */

/* lucida grande fix thanks to http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/ */

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* --- */

h1 {
	font-size: 24px;
	line-height:32px;
	
	padding-top: 14px;
	padding-bottom:8px;
	
	
	color: white;
}

h4 {
	font-size: 14px;
	color: white;
}


.comp-winner {
	
	padding-bottom: 8px;
	
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;


}

.column p {
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;

}

.jumpbox h2 {
	
	font-size: 18px;
	line-height: 24px;
	color: #F37021;
	margin-bottom: 8px;
}


.jumpbox h2 {
	
	font-size: 18px;
	line-height: 24px;
	color: #F37021;
	margin-bottom: 8px;
}

.jumpbox p {
	
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
}

.jumpbox-link a {
	font-size: 14px;
	color: #F37021;
	text-decoration: none;
	line-height: 28px;
}



.blurb-box p {
	
	font-size: 12px;
	line-height: 16px;
	color: #CCCCCC;
	
	width: 250px;
	margin-left:30px;
	margin-right:30px;
}

.blurb-box-link a {
	font-size: 14px;
	color: #F37021;
	text-decoration: none;
	line-height: 28px;
}

.large {
	font-size: 20px;
	line-height: 24px;
}

.large-tel {
	font-size: 28px;
	line-height: 32px;
	color: #F37021;
}


/*  COMPETETITON FORMS */
.subhead {
	font-size: 14px;
}
.requir
ed {
	color: orange;
}

.label {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-bottom: 4px;
	
	color: #999;
}

.app {
	font-size: 12px;
}


input, textarea {
background: none;
border: 1px solid #828282;
color: #999;
}



input[type="checkbox"], input[type="radio"] {
		font:10px Arial,Helvetica,sans-serif;;	
		color: #999;
		background-color: none !important;
		border: none !important;*/
}
