body, div, table, tr, td, p, ul, li {
font-family: lucida grande, verdana, geneva, arial, sans-serif;
font-size: 10px;
line-height: 14px;
color: #000000;
}

body {
margin: 0px;
background-color: #ffffff;
}

.content {
padding: 20px;
width: 319px;
}

.big {
font-family: lucida grande, verdana, geneva, arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 18px;
}

.imageSmall {
border: 1px solid #ffffff;
}

.imageBig {
border: 1px solid #ffffff;
}


a {
color: #cc6600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #666666;
}

.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { display: none; }
.fsForm .fsTable { margin: 0 auto; padding: 0 }
.fsForm .fsCell { padding:0px; }
.fsPage h2 { padding:0px; }
.fsSpacerRow td { height:0px; }
.fsForm .fsCell { padding:3px; }
.fsForm .fsSectionHeading { line-height:20px; margin-bottom:20px;}
.fsSectionRow + .fsFieldRow .fsCell { padding-top:0px; }
.fsForm select { font-size:12px; }
.fsPagination { text-align:left; }
.fsSectionHeading {  padding-bottom:5px; margin-bottom:7px;margin-bottom:7px; color:#003366;}
.fsSectionCell {margin-bottom:5px;}
.fsForm { font-family: inherit; }
td.fsRowBody { background-color:transparent; }
body#FSLocal {
	margin-top:0px;
}


.fsRequiredLabel span {font-size:11px; }
label.fsLabel {font-weight:normal; text-transform: capitalize }
.fsPagination input {font-size:12px;}

.fsForm td {
	border:none;
}

.fsLabelHorizontal .fsLabel {
width: 150px;
margin-right: 30px;
text-align: right;
}

td.fsFieldFocused {
		background: transparent;
	}

.fsFieldRow input[type="text"], .fsForm textarea {
	border: solid 1px #ccc;
	background: none;
	background-color: #fff;
	font-weight: normal;
	color: #333;
}

.fsForm 
input.fsField[type="text"]:focus, 
fsForm
input.fsField[type="file"]:focus,
.fsForm textarea.fsField:focus{
	border-color: #ff9900;
}

.fsLabelHorizontal .fsLabel {
	margin-right:30px;
	text-align:left;
	width:125px;
}
.fsSubmit input.fsSubmitButton{

	height: 29px;
	width: 117px;
	background: url(http://39a79f2ea113cef941255f3cc8eeba3798360cea.gripelements.com/images/submit.jpg) no-repeat;
	cursor: pointer;
	border: none;


}
td.fsValidationError { 
	background-color: #fff !important;
}
.fsValidationError .fsLabel { 
	background-image: none;
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left: 0px;

}

.fsError {
	background-color:#fff;
	border:1px solid #red;
	clear:both;
	color:#000000;
	font-size:14px;
	margin:15px auto;
	padding:10px;
	text-align:center;
	width: 95%;
}


#formwrap {
margin: 10px auto;
width: 700px;
}

.fsSectionText {
	margin-bottom: 20px;
}

/* Navigation update 3/9/11 GML */
div#nav { padding: 36px 0 0 99px; background: transparent url(img/bg-dots-faded.gif) repeat-y; }
	div#nav td { vertical-align: bottom; padding: 0 9px; }
		div#nav a { position: relative; top: -7px; display: block; color: #000;  font-size: 10px; font-weight: normal; font-family: Arial; }
		div#nav a:hover, div#nav a.current { color: #999; }
		div#nav a.current { cursor: default; }
		a#nav-home { padding-left: 17px; background: transparent url(img/icon-home.gif) left center no-repeat; }
		a#nav-home.current { display: none !important; }
