/* Main Style sheet */


/******************/
/*Standard Styles */
/******************/

/*Text*/
p { font: 1em/1.8em Arial, sans-serif; color:Black; }
h1{	font: bold 1.8em/1.4em Arial, sans-serif;color: #cc0d03;}
h2 { font: bold 1.6em/1.4em Arial, sans-serif; color: #5d5d5d; }
h3 { font: bold 1.5em/1.3em Arial, sans-serif; color: #cc0d03; }
h4 { font: bold 1.3em/1.1em Arial, sans-serif; color: #5d5d5d; }
h5
{
	font: bold 1.1em/0.2em Arial, sans-serif;
	color: red;
}
h6 { font: bold 0.9em/1em Arial, sans-serif; color: red; }

/*Hyperlinks*/
a {  }
a:link {}
a:visited {}
a:hover {text-decoration:underline; }
a:active {}

.nounderline 
{
	text-decoration:none;
}

/*Lists*/
ol {}
ul {}
li {}





img {	border:0;}
/*************/
/*Page Styles
/*************/

body 
{  
	font: 75%/1.5 Arial, sans-serif; 
  }

#FC_PageContainer
{
	background-image: url("../Styles/images/TopRepeat.jpg");
	background-repeat:repeat-x;
	background-position:top;
}


/*****************/
/* Header Styles */
/*****************/
#FC_HeaderControl
{
	width:1000px;
	height: 185px;
	background-image: url("../Styles/images/YellowHeader.jpg");
	background-repeat:no-repeat;
	background-position:left;
	z-index:100;
}

 #FC_HeaderLogo
{
	position:relative;
	float:left;
	margin-top:-42px;
	margin-left:-670px; 
	margin-bottom:0px;
	padding-bottom:0px;
	Height: 209px;
	width:174px;
	z-index: 200;
	
}
 #FC_HeaderArea
{ 
	margin-right:40px;
	float:right;
	height:42px;
	width:300px;
	

}
#FC_FunctionArea
{
	
	padding-top:5px;
	float:left;
	margin-top: 38px;
	margin-left: 435px;
	height:42px;
	width: 250px; 
}
.QLink
{
	float:right;
	width: 40px;
	height: 42px;
	background-position:center center;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:5px;
	
}
#HomeQLink
{
	background-image: url("../Styles/images/HomeHover1.gif");	
}
#HomeQLink:hover
{
	background-image: url("../Styles/images/Home1.gif");
}
#ContactUsQLink
{
	background-image: url("../Styles/images/ContactHover1.gif");	
}
#ContactUsQLink:hover
{
	background-image: url("../Styles/images/Contact1.gif");
}

#SearchBox
{
	margin-top: 15px;
	margin-left: 10px;
	float:left;
	border:solid 1px #5d5d5d; 
}
#GoButton
{
	margin-top:10px;
	cursor:pointer;
}

.FuncButton
{
	cursor:pointer;	
	float:left;
	padding-left:10px;
}
#PrintImage
{
	padding-left:20px;
}
#SmallFontImg
{
	padding-left:50px;
}
.FontSize
{
	margin-top:10px;
}
 
/********************/
/* Main Column Styles */
/********************/

#MainColumn
{
	
}
.PageTitle
{
	width:600px;
	margin-left:15px;
}
.Breadcrumb
{
	z-index: 200;
	float:right;
	position:relative;
	top: -100px;
	right:-160px;
	white-space:normal;
	width: 250px;
	font: 0.90em/1.8em Arial, sans-serif; 
	color:#57575a;
	text-align:right;
}
.Breadcrumb a:link
{

	color:#57575a;
}
.Breadcrumb a:visited
{

	color:#57575a;
}

/********************/
/*Left Column*/
/********************/
#LeftColumn
{

	background-color: #d9dada;
	margin-left:0;
	padding-bottom: 5px;
	padding-top: 35px;
		
}

/********************/
/*Right Column*/
/********************/

#RightColumn
{
	background-color:transparent;		
	height: 100%;
	padding-bottom: 5px;
	
}
#RightColumn a:link 
{
	color:#5d5d5d;
	text-decoration:none;		
}
#RightColumn a:visited
{
	color:#5d5d5d;
	text-decoration:none;
	}
#RightColumn a:hover 
{
	color:Black;
	text-decoration:underline; 
	}

/********************/
/* Side Main Menu           */
/********************/

.MainMenuHolder 
{
	width:100%;	
}
.MainMenu 
{
	float:left;	

}
.SMainMenu
{	
	width:100%;
	padding-top:20px;
	width:180px;
}

.SMainMenu .SMainMenu .SMainMenuItem
{	
	color:white;
	margin-top:0px;
	font:bold 1.1em/1.1em Arial, sans-serif;
	background-color:#9cbae1;
}
.SMainMenu .SMainMenu .SHoverMainMenu
{	
	color:white;
	font:bold 1.1em/1.1em Arial, sans-serif;
	background-color:#5d5d5d;
}
.SMainMenuItem
{	margin: 1px 0px 1px 7px;
	color:white;
	background-color:#007dc7;
	padding: 2px 5px 2px 2px;
	white-space:normal;
	font:bold 1.2em/1.2em Arial, sans-serif;
	display: block;
	
}
.SSelectedMainMenu
{
}
.SHoverMainMenu
{
	color:white;
	background-color:#5d5d5d;
	text-decoration:none !important;	
	padding-right:5px;	
}
.DMainMenu
{	
	z-index:100;
	overflow:visible;
	border-right:2px white solid;
	border-left:2px white solid;
	border-bottom:2px white solid;
	border-top:2px white solid;
	background-color: #DFDFDF !important;
}
.DMainMenuItem
{
	background-color: #DFDFDF;
	color:#615a4b;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	font: bold 1.0em/1.1em Arial, sans-serif;
	display:block;
	
}
.DSelectedMainMenu
{
	background-color:Aqua; 
}
.DAdminHoverMainMenu
{
	background-color:transparent; 
	color:#CC0d03;
	text-decoration:none !important;
	
}


/******************/
/* Footer  Styles */
/******************/
#Footer
{
	background-color:#d9dada;
	height:40px;
}
.FC_FooterControl
{
	padding-top:12px;
	color:  #5d5d5d;
	text-align: center;	
}

.footertext
{
	text-decoration: none; /*font-weight: bold;*/
	text-align: center;
	color:  #5d5d5d;	
	padding-right: 5px;
	padding-left: 5px;

}
/******************/
/*Display form */
/******************/

