/* MAIN STYLING
----------------------------------------------- */


/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	background-color: #EDEDED;
	font-family: "Lucida Grande", Arial, Tahoma, "UPF Silkscreen Remix";
	background-image: url(../images/mainbackground-fade.gif);
	background-repeat: repeat-x;
	font-size: 96%;
}


a:link, a:hover, a:active {text-decoration:underline;color:#77A718}

img { border-style:none }

em {
	color: #4E4E4E;
}

strong { color: #4E4E4E; }
.skip {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

abbr, acronym {
	cursor: help;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
hr {
	height: 1px;
	width: 1px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}


/* CONTAINER
----------------------------------------------- */

#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	}

/* HEADER
----------------------------------------------- */
	
#header {
	padding: 0px;
	height: 159px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 77px;
	width: 196px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 19px;
	padding: 0px;
	float: left;
}
#header img{
	margin: 0px;
	padding: 0px;
	display: block;
}
label {
	height: 1px;
	width: 1px;
	color: #FFFFFF;
}


/* TOP NAVIGATION
----------------------------------------------- */

#top-nav {
	font-size:0.65em;
	padding:0px;
	font-family: "Lucida Grande", Arial, Tahoma, "UPF Silkscreen Remix";
	width: 273px;
	height: 35px;
	text-transform: uppercase;
	background-image: url(../images/subnav-bg.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	float: right;
}

#top-nav ul {
	padding:0px;
	margin: 0px;
	width: 290px;
	height: 35px;
}

#top-nav li a {
	color:#333333;
	margin:0;
	text-decoration:none;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 9px;
	display: block;
	padding-left: 16px;
}

#top-nav .selected {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-right: 16px;
	padding-left: 16px;
}
#top-nav li a:hover {
	color:#77A718;
	margin:0;
	text-decoration:none;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
}

#top-nav li {
	list-style-type:none;
	float: left;
}


/* LEFT CONTENT
----------------------------------------------- */

#left-content {
	font-weight: normal;
	float: left;
	padding: 0px;
	font-size: 0.8em;
	clear: left;
	margin: 0px;
	width: 195px;
	display: inline;
}
#left-content img {
	margin-left: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}





/* LEFT NAV
----------------------------------------------- */
#left-nav {
	font-size: 0.9em;
	padding: 0px;
	width: 195px;
	color: #626a51;
	font-family: "Lucida Grande", Arial, Tahoma, "UPF Silkscreen Remix";
	margin: 0px;
	height: 1%;
}
#left-navbase {
	padding: 0px;
	width: 195px;
	background-image: url(../images/mainnav-base.gif);
	background-position: bottom;
	margin: 0px;
	background-repeat: no-repeat;
	height: 11px;
}


/* CONTENT
----------------------------------------------- */

#content {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	float: left;
	background-color: #0066CC;
	height: 1%;
}


/* CONTACT FORM
----------------------------------------------- */
form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
txtfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 232px;
	background-color: #EEEFE9;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;
}
input {
	font-family: "Lucida Grande", Arial, Tahoma, "UPF Silkscreen Remix";
	color: #696969;
	font-size: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


button {
	background:none;
	border:0;
	margin:5px 0 0 0;
	padding:0;
	background-image:url(../images/submit.gif);
	background-repeat:no-repeat;
	width:108px;
	height:28px;
	cursor:pointer;
}
