/******************************************************************************
 ===	Menu Styles		===                                                       
 ******************************************************************************/

.Menu_MainItem
{	
	background-image: url(img/menuItemBg.gif);
	/*border-bottom: solid 1px #aea065;*/
	border-left: solid 1px #fff;
	border-right: solid 1px #aea065;
	text-align: center;
	background-repeat: repeat-x;
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:30px;
	width:93px;
	padding: 3px 0px 0px 4px;
	/*margin-bottom: 9px;*/
}
.Menu_MainItemOver
{
	border-left: solid 1px #fff;
	border-right: solid 1px #aea065;
	/*border-top: solid 1px #e0e0c0;*/
	background-image: url(img/menuItemOverBg.gif);
	background-repeat: repeat-x;
	text-align: center;
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:30px;
	width:93px;
	padding: 3px 0px 0px 4px;
	/*margin-bottom: 9px;*/
}
.Menu_ItemsGroup {
	background-image: url(img/menu/itemsBg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	border-left: 5px solid #ff824a;
	background-color: White;
	width:116px;
	margin-top:10PX;
}
.Menu_Item {
	background-image: url(img/menuItemBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #877560;
	height:28px;
	width:100%;
	padding-left:4px;
}

.Menu_ItemOver {
	background-image: url(img/menuItemOverBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:28px;
	width:100%;
	padding-left:4px;
}

.Menu_PathItemOver {
	background-image: url(img/menu/itemsBg.gif);
	cursor:hand;
	cursor:pointer;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #514231;
	height:26px;
	width:100%;
	padding-left:4px;
	font-weight:bold;
}

/******************************************************************************
 ===	Form Styles		===                                                       
 ******************************************************************************/
.StandardButton{
	height: 26px;
	color: #929188;
	border: 1px solid #929188;
	background: #e0dfd0;
	
}

/******************************************************************************
 ===	General Styles		===                                                       
 ******************************************************************************/

body{
	margin:0px;
	text-align:center;
}
#divMainContainer{
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	height:	100%;
	padding: 0px 40px 0px 40px;
	background:#fff url(img/bgRepeat.gif) 0px repeat-y;
}
#divIntro{
	padding: 0px;
	padding-top: 40px;
}
#divBannerTop h1{
	width: 630px;
	height: 60px;
	background: url(img/logo.gif) no-repeat;
	margin: 0px;
	margin-left: 40px;
}
#divBannerTop span{
	display: none;
}
#divMenuHolderOuter{
	position: absolute;
	top: 130PX;
	width: 580px;
	height: 30px;
	background: url(img/menuFade.gif) no-repeat;
	text-align: left;
	margin-left: 40px;
}
#divMenuHolderInner{
	position: absolute;
	width: 100%;
	height: 28px;
	background: url(img/menuBgRepeat.gif) repeat-x;
	text-align: right;
	margin-left: 60px;
	padding-top: 1px;
}
#divMenuHolder{
	width: 100;
	border-left: solid 1px #aea065;
	height: 28px;
}
.divContent{
	position:relative;
	width: 680px;
	text-align: left;
	top: 80px;
}
.divContentPane span, .divContentPane p, .divContentPane input{
	color: #61604f;
}
.divLeftContentContainer{
	position: absolute;
	top: 0px;
	left:0px;
	height: 100px;
	width:190px;
	margin-right:10px;
}
.divLogin{
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
	position: absolute;
	top: 87px;
	left:660px;
	width:170px;
	/*background: #870d00;
	padding: 10px;
	height: 100px;*/
	margin-bottom: 10px;
}
.divLogin a:link, .divLogin a:link, .divLogin a:visited, .login a:link, .login a:link, .login a:visited, .divLoginHolder a:link, .divLoginHolder a:visited, .divLoginHolder a:hover {
	color: #8b7001;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
}
.divLeftPane{
	position: absolute;
	top: 130px;
	left:0px;
	background: #870d00;
	width:170px;
	padding: 10px;
	margin-bottom: 10px;	
}
.divMainContentContainer{
	width: 480px;
	/*margin-left:200px;*/
	
}
.divContentPane{
	/*background: #dcdbb5;*/
	width: 640px;
	height: 500px;;
	margin-right: 20px;
	margin-left: 20px;
}
.divSearchHolder
{
	color: #000;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size:9pt;
	position: absolute;
	top: 80px;
	left: 470px;
}
.divSearchHolder a:link, .divSearchHolder a:visited {
	color: #8b7001;
	font-family:Verdana, Tahoma, Sans-Serif;
	font-size: 7pt;
}



