/* CSS Document */
body {
	background-color:#5F2C01;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#282828;
}
/* general styles */

.noDisplay {
	display:none;
}

img {
	border:none;
	behavior: url("/css/pngbehavior.htc");  /*IE6 png transparency */
}
.clear {
	clear:both;
}
p {
	color:#282828;
}
li {
	margin:4px 0;
}
a {
	color:#E8850D;
}
a:hover {
	text-decoration:underline;
}
.warn
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:normal;
	color:Red;
}
.more {
	background:url(../images/icon_doubleArrow.gif) no-repeat scroll right 6px;
	padding:0 10px 0 0;
	text-align:right;
	margin:0;
	/*display:block;*/
	/*float:right;*/
}
.hr
{
	height:1px; 
	border:0;
	background-color:Black;
	
}


/* end of general styles */
.errorMessage span {
	color:#FF0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.main_wrapper {
	width:100%;
}
.bcg_stripe {
	width:100%;
	height:172px;
	background-color:#381A01;
	position:absolute;
	top:77px;
	left:0;
}
.bcg_stripe div {
	background:url(../images/side_bcg_pattern.gif);
	margin:1px auto;
	width:755px;
	height:170px;
}
.site_wrapper {
	width:730px;
	margin:0 auto;
	/*border:1px solid white;*/
	position:relative;
	z-index:2
}

/* header */
.header_wrapper {
	width:100%;
	margin-top:29px;
	height:44px;
}
.logo_metropolitan {
	padding-left:18px
}
.login_information {
	color:#FFFFFF;
	text-align:right;
	float:right;
	padding:3px 28px 0 0;
	font-size:11px;
}
.login_information a {
	color:#FFFFFF;
}
.login_information .logout_button 
{
	/*display:block;
	float:right;*/
	padding-left:10px;
	margin-top:2px;
	margin-left:8px;
	background:url(../images/icon_doubleArrow.gif) no-repeat left 5px;
	font-weight:normal;	
	font-size:11px;
	font-family:Arial;	
	text-decoration:none;
	color:#FFF;
	border-style:none;
	border-width:0px;
}
/* end of header */


.main_bcg {
	/* bcg image in separate css */
	position:relative;
	padding:0 10px;
	margin:0;
	float:left;
	width:712px;
}

/* top navigation*/
.top_navigation_wrapper {
	background:url(../images/top_nav_bcg.png);
	width:687px;
	position:absolute;
	top:0;
	z-index:100;
	/*left:9px*/
	height:31px;
	padding-left:25px;
}
.top_navigation_wrapper .on {
	/* bcg image in separate css */
}
.top_navigation_wrapper a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	padding:3px 10px;
	margin:5px 8px 0 0;
	font-weight:bold;
	position:relative;
	z-index:10;
}
.top_navigation_wrapper a:hover {
	/* bcg image in separate css */
	text-decoration:none;	
}

/* end of top navigation*/
.toolbar_holder {
    height:26px;
	padding:5px 14px 0 20px;
	position:relative;
	font-size:0;
}
.toolbar_holder .icon {
	float:right;
	padding:2px 6px 0 6px;
}
.search_field {
	font-size:11px;
	color:#777777;
	border:1px solid #A7A6AA;
	vertical-align:middle;
	padding:2px 8px;
	width:130px;
	margin:0;
	
}
.search_button {
	vertical-align:middle;
	margin-left:5px;
}

/* footer */
.footer_wrapper {
	padding:7px 5px 20px 5px;
}	
.footer_holder {
	background-color:#8F6C4E;
	padding:5px 15px 8px 15px;
	color:#D9CDC3;
	float:left;
	width:690px;
}
.footer_holder div {
	float:left;
	height:45px;
}
.footer_holder .link1 {
	padding:0 10px 0 0;
	border-right:1px solid #A78B73;
}
.footer_holder .link2 {
	padding:0 10px 0 15px;
	border-right:1px solid #A78B73;
}
.footer_holder .link3 {
	padding:0 8px 0 11px;
	font-size:11px;
	width:450px
}
.footer_holder .link4 {
	padding:0 0 0 10px;
	border-left:1px solid #A78B73;
	float:right
}
.footer_holder a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_holder a:hover {
	text-decoration:underline;
}
.footer_holder .link3 a {
	color:#D9CDC3;
	margin:0 12px 0 9px;
	line-height:18px;
	text-decoration:underline;
}
.footer_holder .link3 a:hover {
	color:#FFFFFF;
}
.copyrights {
	padding-top:7px;
	font-size:10px;
	color:#AF9680;
}
.ccFooter {
	padding-top:7px;
	float:right;
	color:#AF9680;
	font-size:10px;
}
.ccFooter a {
	color:#AF9680;
}
/* footer */

