/* Main Style sheet */


/******************/
/*Standard Styles */
/******************/

/*Text*/
p { font: 1em/1.8em Arial, sans-serif; color:#000; }
h1{	font: bold 1.8em/1.4em Arial, sans-serif;color: White;}
h2 { font: bold 1.6em/1.4em Arial, sans-serif; color: #265e99; }
h3 { font: bold 1.5em/1.3em Arial, sans-serif; color: white; }
h4 { font: bold 1.3em/1.1em Arial, sans-serif; color: #265e99; }
h5
{
	font: bold 1.1em/0.2em Arial, sans-serif;
	color: white;
}
h6 { font: bold 0.9em/1em Arial, sans-serif; color: #265e99; }

/*Hyperlinks*/
a {  }
a:link {}
a:visited {}
a:hover {text-decoration:underline; }
a:active {}

.nounderline 
{
	text-decoration:none;	
}
.PageTitle
{
	color: #265e99;
	padding-left: 10px;
	width: 400px;
}
.Breadcrumb
{
	float:right;
	padding-right: 10px;
	color: White;
	width: 350px;
	text-align:right;
}
/*Lists
ol {}
ul {}
li {}


TABLE
{ border:1px solid #c0b999; background-color:#fff; font-family:Arial, sans-serif; font-size:1em; } 
tr { background-color:#fcfbf8;}
td { padding:5px; }
td p { margin:0; padding:0; font-family:Arial, sans-serif; }
th { padding:5px; }	*/


img {	border:0;}
/*************/
/*Page Styles
/*************/

body 
{  
	font: 75%/1.5 Arial, sans-serif; 
	background-color: Gray;
  }

#FC_PageContainer
{
	margin: 10px auto;	
}
#AH_Inner
{
	background-image:  url(../Styles/Images/AH_LeftColumTower.gif);	
	background-position:left bottom;
	background-repeat:no-repeat;
	width:900px;	
	min-height: 400px;
}

/*****************/
/* Header Styles */
/*****************/
#FC_HeaderControl
{
	background-image:  url(../Styles/Images/AH_Header.jpg);	
	background-position:top;
	background-repeat:no-repeat;
	height: 152px;	
}

 #FC_HeaderLogo
{
	float:left; 
	margin-top:2px;
	margin-left:78px;
	padding-bottom:0px;
	Height: 152px;
	width:350px;
	
}
 #FC_HeaderArea
{ 
	float:right;
	margin-top:95px;
	margin-right: 90px;
	height:40px;
	width: 375px; 
}

#FC_MainArea
{
	background-color: #5c86ae;
	background-image:  url(../Styles/Images/AH_MainArea.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-left: solid 1px white;
	border-right: solid 1px white;
	padding:0;
}
.QLink
{
	float:left;
	margin-top: 10px;
}
.QLinkText
{
	float:left;
	margin-top: 5px;
}
/********************/
/* Main Column Styles */
/********************/

#MainColumn a:link
{
	text-decoration:none;
	color: white;
}
#MainColumn a:visited 
{
	text-decoration:none;
	color:white;
}
#MainColumn a:hover
{
	text-decoration:underline;
	color: green; 
}
#AH_MainArea
{
	float:left;
	border-left: solid 1px white;
	width:720px;	
}

/********************/
/*Left Column*/
/********************/
#LeftColumn
{	
	padding-bottom: 5px;
	padding-top: 25px;
}

/********************/
/*Right Column*/
/********************/

#RightColumn
{
	height: 100%;
	padding-bottom: 5px;
}
/********************/
/* Side Main Menu           */
/********************/

.MainMenuHolder 
{
	min-height:28px;
	width:100%;	
	background: url("../Styles/images/TopMenu_bg.png") repeat-x;
}
.MainMenu 
{
	float:right;	
	background: url("../Styles/images/TopMenu_bg.png") repeat-x;
	padding-right:10px;	
}
.SMainMenu
{
}
.SMainMenuItem
{
	color:#265e99;
	padding-left: 10px;
	padding-right:5px;	
	padding-top:3px;
	padding-bottom:3px;
	font: bold 1.25em/1.5em Arial, sans-serif;
	width: 150px;
	border-bottom: solid 1px white;
	
}
.SSelectedMainMenu
{
	color:White;
}
.SHoverMainMenu
{
	background-color:#118814; 
	color:White;
	text-decoration:none !important;	
	padding-right:5px;	
}
.DMainMenu
{	
	z-index:100;
	padding-bottom:5px;
	border-right: #B4B4B4 thin solid;
	border-left: #B4B4B4 thin solid;
	border-bottom: #B4B4B4 thin solid;
	border-top: #B4B4B4 thin 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.1em/1.1em Arial, sans-serif;
	display:block;
	
}
.DSelectedMainMenu
{
	color::White; 
}
.DAdminHoverMainMenu
{
	background-color:#118814; 
	color:White;
	text-decoration:none !important;
	
}


/******************/
/* Footer  Styles */
/******************/
#footerArea
{
	background-image:  url(../Styles/Images/AH_Footer.jpg);
	background-position:bottom center;	
	height: 140px;
	margin-top:0;
}

.FC_FooterControl
{
	color: white;
	text-align: right;
	margin-top:100px;
	text-align:center;
}

.footertext
{
	text-decoration: none; /*font-weight: bold;*/
	text-align: right;
	color: white;
	padding-right: 5px;
	padding-left: 5px;

}
/******************/
/*Display form */
/******************/
.DisplayHolder
{
	background-color: AntiqueWhite;	
	padding: 10px 10px 0px 10px;
}