/* CSS Document */
/*tableless layout*/
html {
    overflow-y:scroll;
}
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: url(../assets/bodyBG.gif) repeat;
}

/*
#christmas {
	background: url(../assets/christmas.png) no-repeat center top;
	margin: 0px auto;
	width: 900px;
}
*/

#container {
	margin: 0 auto;
	width: 772px;
	height: auto;
	z-index: 0;
	padding: 0;
	background: #73758A;
	background: #73758a url(../assets/splash.gif) no-repeat center bottom;
		
}



#masthead {
	width: 772px;
	background: #73758a;
	margin: 0 auto;
	padding: 0px;
	height: 161px;	
}
#nav {
	float: right;
	width:109px;
	height:150px;
	clear: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 5px;
}

#mainContent {
	left: 0px;
	top: 270px;
	height: auto;
	text-align: left;
	padding-bottom: 5px;
	background: url(../assets/masthead3.jpg) no-repeat left top;
	padding-top: 111px;
}
#footer {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	width: 772px;
	font-size: 10px;
	color: #CCCCCC;
}	



/*text styles*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	margin-right: 115px;
	margin-left: 118px;
	margin-bottom: 10px;
}
.bigP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 0.07em;
}
.add {
	letter-spacing: 0.04em;
	color: #e6e6e6;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}

.xxs {
	font-size: xx-small;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.small {font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	}

.ital {
	font-style: italic;
	letter-spacing: normal;
	font-size: 11px;
}

.bold {
	font-weight: 900;
}
.larger {
	font-size: 14px;
}
.largerbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 115px;
	margin-left: 118px;
	margin-bottom: 10px;
	line-height: 130%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	line-height: 18px;
}

h3 {
	font: italic bold normal 14px/18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #1A1D24;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	margin-left: 118px;
}
h4 {
	color: #B3C963;
	font: italic bold 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #000;
	margin: 20px 25px;
	text-align: center;
	padding: 5px;
	border: thin dashed #9DCA4B;
	}
h6  {
	color: #ffffcc;
	font-weight: normal;
	font-size: 10px;
	line-height: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
}
br.clear {
	clear: both;
}

.smallcaps {
	font-variant: small-caps;
}
.white {
	color: #FFFFFF;
}

/*links*/
a img {
border: none;
}
a:link {
	color: #99CC33;
	text-decoration: none;
}
a:visited {
	color: #99CC33;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #99CC66;
	text-decoration: none;
}
#footer a:link {
	color: #CCCCCC;
	
}	
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #99CC33;
}

/*floats & other special classes*/


.left {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.curve1 {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.curve {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.rt {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
img.graphicHeading {
	margin-left: 118px;
	margin-bottom: 10px;
}
h1#pageHeader {display: none;}



/*navigation css*/
#nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

/*form styles*/
#question p {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}
legend {
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.5em;
	margin-left: 25px;
	margin-bottom: 10px;
}
form {
	margin-left: 25px;
	margin-right: 25px;
}

label {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
	
}
textarea {
	width: 400px;
	height: 75px;
	margin-bottom: 10px;
}
.textInput {
	width: 250px;
	margin-bottom: 10px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-left: 50px;
}
.warning {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #95B839;
}


.clearIt {
	clear: both;
}



/*IE hacks\*/
*html .rt {
	display: inline;
	
	
	
}
*html .curve {
	display: inline;
	
}

