/* Navis Stylesheet - Pixelsilk */
body, form, table, img, pre {
	font-size:14px; 
	font-family:Century Gothic, Trebuchet MS, Helvetica, sans-serif; 
	color:#666; 
	border-style:none; 
	border-width:0px; 
	padding:0; 
	margin:0;
}
td, p, div, a, select {
	font-size:14px; 
	font-family:Century Gothic, Trebuchet MS, Helvetica, sans-serif; 
	color:#666; 
	line-height: 24px;
}
html, body {height: 100%;}
body.pixelsilk {
	text-align:center; 
	background: #fff;
}
a, a:link, a:visited {
	color:#f49629;
	text-decoration:none;
}
a:active, a:hover {
	color:#f49629;
	text-decoration:underline;
}

/* Navgation */

.wrapper {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.navFrame {
	width: 500px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-left: 0px;
	border-right: 0px;
}
.navTitle {
		 position: relative;
		 padding-left: 12px;
		 padding-right: 12px;
		 float: left;
		 color: #999;
}
.navLink {
		 position: relative;
		 padding-left: 12px;
		 padding-right: 12px;
		 float: left;
}
.contentFrame {
	width: 490px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 20px;
	border: 0px;
}
.uploadBox {
	background-image: url(uploadBkgd.jpg);
	width: 410px;
	height: 110px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-left: 40px;
	padding: 20px;
	line-height: 10px;
}
.passwordBox {
	background-image: url(passwordBkgd.jpg);
	width: 410px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-left: 40px;
	padding: 20px;
}
/* Heading Styles */
h1, h2, h3, h4, h5 {
	margin: 0 0 3px 0;
	color: #00447c;
}
h1 {font-size: 18px;}
h2 {font-size: 18px; font-weight: normal;}
h3 {font-size: 14px; font-weight: bold;}
h4 {font-size: 14px; font-weight: normal;}
h5 {}p {margin-top: 0;}
hr {height: 1px; color: #cfcfcf; background-color: #cfcfcf; border-width: 0;}
hr.light {height: 1px; color: #e8e8e8; background-color: #e8e8e8; border-width: 0;}

/* Header styles */

#headerlinks {
	position: absolute; 
	right: 0; 
	top: 3px; 
	width: 250px; 
	height: 10px; 
	text-align: right; 
	font-size: 10px; 
	color: #ccc;
}
#headerlinks a {font-size: 10px; color: #f49629;}

/* Contact form styles */
div.formRow {clear:both;}
div.formRow label {clear:both;}
div.formRow span.error {color:#f00; font-weight:bold;}
div.formRow div.formField {width:300px;}
div.formRow div.formField input {width:100%;}
div.formRow div.formField textarea {width:100%; height:125px;}
div.formSubmit {margin:10px 0;}
.contactForm {}
.contactForm textarea {width: 300px; height: 150px;}
.contactForm .formButton {clear: both;}
.contactForm .formLabel {clear: both; float: left; margin: 0 10px 10px 0; width: 33%; /*text-align: right;*/}
.contactForm .formField {float: left; margin: 0 0 10px 0; width: 60%;}
.contactForm .nextLine {clear: both;}
.contactForm .required {font-weight: bold;}
.contactForm .formField > p {display: block; width: 49%; float: left; line-height: normal; margin: 0 0 7px 0; padding: 0; white-space: nowrap;}

/* Misc styles */
.clear {clear: both;}
.divAddControl {}
.divEditDeleteControls {}
.errorMsg {color: #cc0000;}
