/***********************************************/
/* SF.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {padding: 0; margin: 0;}
p {margin-top: 0;}

body{
	line-height: 1.166;	
	padding: 0px;
    background-image: url(Images/bkgrnd.jpg);

}

/******* hyperlink and anchor tag styles *******/





/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Times,serif;
 color: #334d55;
}
				
input{
font-family: Times,serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	position: relative;
	clear: both;
	top: 0px;
	width: 825px;
	z-index: 1;
	margin: auto;
}


#banner{
	position: relative;
	width: 825px;
	height: 140px;
	z-index: 3;
	
}

#menu{
	position: relative;
	background-image: url(Images/halfmenu.jpg);
	border: 1px solid #CCCCCC;
	height: 38px;
	width: 823px;
	z-index: 3;
}

#pagecell{
	position: relative;
	width: 823px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	background-color:#FFFFFF;
	z-index: 3;

}

	
#ftr{	
	position: relative;
 	width: 825px;
	height: 80px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-image: url(Images/ftr.gif);
}
	
	
/***********************************************/
/* Component Divs                              */
/***********************************************/
#spacer{
	position: relative;
	width: 823px;
	height: 5px;
	background-image:url(Images/grayslant.gif);
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	z-index: 1;

}

#title{
	position: relative;
	width: 783px;
	height: 20px;
	border-left: 5px solid #ECF0F3;
	border-right: 5px solid #ECF0F3;
	border-top: 5px solid #ECF0F3;
	border-bottom: 2px solid #ECF0F3;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	padding: 10px 10px 5px 20px;
}
#item{
	font-size: 13px;
	font-family: Arial;
	position: relative;
	width: 773px;
	padding: 15px 20px 20px 20px;
	border-left: 5px solid #ECF0F3;
	border-right: 5px solid #ECF0F3;
	border-bottom: 5px solid #ECF0F3;
	z-index: 3;

}

#comment{
	width: 773;
	padding: 10px 0px 0px 0px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
}

a.item{
  	font-size: 13px;
  	color: #FF3300;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	margin: 0px;
}

a.item:hover{
	color:#000000;
	text-decoration: underline;
	
}

#item2{
	font-size: 13px;
	font-family: Arial;
	position: relative;
	width: 793px;
	padding: 8px 10px 15px 10px;
	border-top: 5px solid #ECF0F3;
	border-left: 5px solid #ECF0F3;
	border-right: 5px solid #ECF0F3;
	border-bottom: 5px solid #ECF0F3;
	z-index: 3;
}

#imgitem{
	font-size: 13px;
	font-family: Arial;
	position: relative;
	width: 803px;
	padding: 8px 5px 10px 5px;
	border-left: 5px solid #ECF0F3;
	border-right: 5px solid #ECF0F3;
	border-bottom: 10px solid #ECF0F3;
	z-index: 3;

}
/***********************************************/
/* Menu                                        */
/***********************************************/

#MenuLinks{
	position: absolute;
	top: -2px;
	padding: 7px 0px 0px 0px;
	height: 40px;
	width: 825px;
}

a.mlink1{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 52px 4px 62px;

}
	
a.mlink2{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 63px 4px 63px;
}

a.mlink3{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 69px 4px 69px;
}

a.mlink4{
  	font-size: 22px;
  	color: #000000;
	font-weight: normal;
	font-family: Century Gothic;
	text-decoration: none;
	margin: 0px;
	padding: 5px 49px 4px 49px;

}

a.mlink:visited{
	color: #000000;
	text-decoration:none;
}

a.mlink1:hover{
	color: #FF3300;
	text-decoration: none;
}

a.mlink2:hover{
	color: #FF3300;
	text-decoration: none;

}

a.mlink3:hover{
	color: #FF3300;
	text-decoration: none;
}


a.mlink4:hover{
	color: #FF3300;
	text-decoration: none;
}

.skipLinks {display: none;}

.class1

/*************** image styles *****************/
img.floatLeft { 
    float: left; 
}

img.floatRight { 
    float: right; 
}

/*************** text styles *****************/
.class1 A:link {text-decoration: none; color:#FF3300}
.class1 A:visited {text-decoration: none; color:#666666}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color:#FF3300;}

/********************* end **********************/
