@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'MyriadProBold';
	src: url('fonts/myriadpro-bold-webfont.eot');
	src: local('☺'), url('fonts/myriadpro-bold-webfont.woff') format('woff'), url('fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('fonts/myriadpro-bold-webfont.svg#webfontRJt2extE') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
background-color: #e9e9e9;
margin: 0;
padding: 0;
}



a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#f7c44e;text-decoration:none;}
a:active {text-decoration:none;}

form { color:#000; }

.maintext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#1E1E1E;
	line-height: 22px;
	list-style-type: square;
	}

.staffnametext{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#1E1E1E;
	line-height: 22px;
	font-weight: bold;
}

.tableunderlinetext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#1E1E1E;
	line-height: 22px;
	border-bottom: 1px solid #1E1E1E;
	display: block;
	}

.navtext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}
	
.homelinkstext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3f3aff;
	}

.readlinktext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3f3aff;
	}
	
a.readlinktext:link, a.readlinktext:hover, a.readlinktext:active, a.readlinktext:visited {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3f3aff;
	}

.leftcolumntext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3f3aff;
	font-weight: bold;
	border-bottom: 1px solid #3f3aff;
	display: block;
	}
	
.leftmaintext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	}
	
.subnavtext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #383838;
	font-weight: bold;
	line-height: 20px;
	}

.freetext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c30602;
	}

.savetext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c30602;
	}

.copyright {
	font-size: 16px;
	color: #fff;
}

.largetext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 22px;
	color: #000;
}

.exlargetext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 26px;
	color: #000;
}

.titletext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #c30602;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display: block;
	width: 95%;
	margin-bottom: 8px;
	}

.redtext {
		font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #c30602;
	font-style: italic;
	font-weight: bold;
list-style-type: square;
}

.surveytext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	}
	
.titlesmalltext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #c30602;
	font-style: italic;
	font-weight: bold;
	}

.pdflinktext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-decoration: none;
	}

.headertext {
	font-family: "Arial Narrow", Arial, Helvetica, Sans-serif;
	font-size: 15px;
	color: #1E1E1E;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 5px;
}

.onlinetext {
	font-family: "Lucida Handwriting", "Bradley Hand ITC", Arial, Sans-serif;
	font-size: 15px;
	color: #3f3aff;
	font-weight: bold;
}

.imageborders {
	color: #1E1E1E;
}
	
#page {
	height: auto;
	width: 900px;
	color: #fff;
	margin: 0 auto;
	background-image: url(images/sitebg.gif);
	background-repeat: repeat-y;
	}

#header {
	background-image: url(images/header1.jpg);
	backround-repeat: no-repeat;
	background-position: top left;
	width: 900px;
	height: 175px;
	}
	
#headertext {
	color: #1E1E1E;
	width: 130px;
	height: 150px;
	float: right;
	padding: 0px 25px 0px 0px;
	line-height: 20px;
}

#bluebar {
	background-color: #3f3aff;
	width: 900px;
	height: 35px;
	}
	
#greenbar {
	background-color: #b3ffe0;
	width: 900px;
	height: 8px;
	}

#leftcolumn {
	background-color: #FFFFCC;
	width: 199px;
	height: auto;
	vertical-align: top;
	display: block;
	float: left;
	padding-left: 7px;
	padding-right: 5px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-style: solid;	
	border-color: #727272;
	}

#leftcolumncontainer {
	background-color: #FFFFCC;
	width: 100%;
	height: 170px;
	text-align: center;
	display: block;
}
	
#maincolumn {
	width: 660px;
	height: auto;
	background: #fff;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	}

#flash {
	background-color: #c9c9c9;
	width: 688px;
	height: 250px;
	float: right;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;	
	border-color: black;
	}

#navcontainer {
	width: auto;
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	}

#bottomnav {
	background-color: #3f3aff;
	width:  800px;
	height: 25px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	
	}

#bottomnavright {
	background-color: #3f3aff;
	float: right;
	padding-top: 10px;
	height: 25px;
	width: 90px;
	}
	
#bottomnavleft {
	float: left;
}

h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	font-variant:small-caps;
	margin-top: 0px;
}

h2 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 16px;
	color: #c30602;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px solid #1E1E1E;
	display: block;

	}
	
h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-variant:small-caps;
	margin-top: 0px;
}

h4 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	font-variant:small-caps;
	margin-top: 0px;
}
.h2 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 16px;
	color: #c30602;
	font-style: italic;
	font-weight: bold;
	}
	
	
.picture {
	width: 120px;
	height: 170px;
	float: left;
	text-align: left;
}

.picture1 {
	height: 300px;
	width: 120px;
	float: left;
	text-align: left;
}
.picture3 {
	width: 120px;
	height: 150px;
	float: left;
	text-align: left;
}	
.maintext2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#1E1E1E;
	line-height: 28px;
	list-style-type: square;
}

.emphasis {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00F;
}

.emphasis a{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#c30602;
}

/*contact form styles*/
form.contact {
	width:350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

label {
	float:left;
	margin-right:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 140%;
	color: #333;
	}
	
	input, select, textarea {
		border:1px solid #7f9db9;
		margin:2px;
	}
	
	input:focus, select:focus, textarea:focus {
		border:1px solid black;
	}
	
		
.warning {
	font-weight: normal;
	font-size: 10px;
	line-height: 23px;
	color: #FF0000;
	}	
	
	br.clear {
		clear:both;
	}
	
	.required {
		font-size:larger;
		color:red;
		font-weight:bold;
	}
	
	td.form {
		border-bottom: 1px solid #d6d3ce;
		
		vertical-align: top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px;
	}