/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background: url(../images/SF-body_bg.gif);
	background-repeat: repeat-x;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B635D;

}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-image: url(../images/SF-outercontent_bg.jpg);/*shadow drop bg image*/
	background-repeat: repeat-y;
}

#outercontent {
	margin-left: 1px;
}


/***** Ends the wrappers *****/

/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(../images/SF-header_bg.jpg);/*Main machu picchu image*/
	background-position: -1px 0;
	height: 48px;
	margin: 0 auto;
	width: 766px;
}

#topbanner .left {
	margin-left: 20px;
}

#topbanner .dish {
	float: right;
	margin-right: 18px;
	display: inline;
}

#subheader {
	background-image: url(../images/SF-subheader_image.jpg);/*shadow drop bg image*/
	background-repeat: no-repeat;
	background-position: -1px 0;
	height: 112px;
	width: 766px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/

#content {
   margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 510px;
}

#content h1 {
	font-size: 100%;
	margin: 12px 0 0 5px;
	color: #D58B39;
}

#content h2 {
	font-size: 85%;
	margin: 12px 0 0 5px;
	color: #989898;
	font-style: italic;
}

#content h6 {
	font-size: 60%;
	color: #989898;
	font-weight: normal;
}

#content h6 a:link, h6 a:visited {
	color: #934900;
	text-decoration: none;
	border-bottom: 1px dotted #CA8400;
	font-weight: normal;/**/
}

#content p a:hover {
	color: #F9A200;
	text-decoration: none;
	border-bottom: 1px dotted #F9A200;
	font-weight: normal;/**/
}


#content p {
	font-size: 80%;
	margin-top: 15px;
}
 
#content p a:link, p a:visited {
	color: #934900;
	text-decoration: none;
	border-bottom: 1px dotted #CA8400;
	font-weight: bold;/**/
}

#content p a:hover {
	color: #F9A200;
	text-decoration: none;
	border-bottom: 1px dotted #F9A200;
	font-weight: bold;/**/
}

#content #sfimage {
	float: right;
	border: 1px solid #FFC277;
	margin: 5px 10px 3px 5px;
}

#content ul {
	font-size: 80%;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
}

#content #leftcell {
	font-size: 80%;
	text-align: right;
	vertical-align: top;
}

#content #leftcell a:link, #leftcell a:visited {
	color: #934900;
	text-decoration: none;
	border-bottom: 1px dotted #CA8400;
	font-weight: bold;/**/
}

#content #leftcell a:hover {
	color: #F9A200;
	text-decoration: none;
	border-bottom: 1px dotted #F9A200;
	font-weight: bold;/**/
}

#content #rightcell {
	font-size: 80%;

}

#content #formreq {
	font-size: 80%;
	font-weight: bold;
	color: #620000;
	text-align: right;
	vertical-align: top;

}

#content #textfieldreq {
	background-color: #FFFAE6;
	border: #620000 1px solid;
	color: #620000;
	font-family: "Courier New", Courier, mono; FONT-SIZE: 80%;

}

#content #fieldinstreq {
	font-size: 70%;
	font-weight: bold;
	color: #620000;
	text-align: center;
	vertical-align: top;

}

#content #formopt {
	font-size: 80%;
	font-weight: bold;
	color: #989898;
	text-align: right;
	vertical-align: top;

}

#content #textfieldopt {
	background-color: #F9F9F9;
	border: #989898 1px solid;
	color: #989898;
	font-family: "Courier New", Courier, mono; FONT-SIZE: 80%;

}

#content #fieldinstopt {
	font-size: 70%;
	font-weight: bold;
	color: #989898;
	text-align: center;
	vertical-align: top;

}


#content #formfielddisp {
	font-size: 80%;
	font-weight: bold;
	color: #989898;
	vertical-align: top;

}



.buttonsubmit {
	background-color: #620000;
	border: #620000 1px solid;
	color: #FFFAE6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;

}

.buttonclear {
	background-color: #F9F9F9;
	border: #989898 1px solid;
	color: #989898;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;

}


table {
	margin-top: 10px;

}

.table-R{
	background : Red;
	border : 1px double Black;
	margin-left: 50px;
}

 .textB-W { 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size : 80%; 
	font-weight : bold; 
	color : White;
 }
 


#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
/****** Ends the content layout ********/

/***** Nav layout ******/

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 170px;
	left: 23px;
}

#nav h3 {
	color: #B7B7B7;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #934900;
}

#nav img {
	margin: 25px auto;
	border: 0;
	padding-left: 25px;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	border-bottom: 1px solid #934900;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #934900;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #934900;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: Orange;
	color: #FFF;
}

/***** Ends the navigation *****/

/***** footers *****/

#footer {
	/*height: 34px;*/
	background-image: url(../images/SF-footer_bg.jpg);
	background-repeat: no-repeat; /*Main machu picchu image*/
   background-position: -1px 0;
}


#footer p {
	font-size: 66%;
	text-align: right;
	padding: 4px 23px 25px 0;
	color: #660000;
	border-top: 1px solid #666;
	margin: 0 13px;
	
}


/***** Ends the footers ********/


