/* CSS Document */
body {
	background-color:#d8f4fa;
	margin:0;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#282828;*/
	color:#282828;	
	/*background:url(../images/bg_main.gif) repeat left top;*/		
	background-image: url(../images/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
/* general styles */

img {
	border:none;
}
.clear {
	clear:both;
}
p {
	color:#282828;
}
li {
	margin:4px 0;
}
a {
	color:#ba4824;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.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;*/
}

/* end of general styles */

.main_wrapper {
	width:100%;	
}
.bcg_stripe {
	width:100%;
	height:172px;
	/*background-color:#475a5f;*/
	position:absolute;
	top:97px;
	left:0;	
}
.bcg_stripe div {
	/*background:url(../images/side_bcg_pattern.gif);*/
	margin:1px auto;
	width:800px;
	height:170px;
}
.site_wrapper {
	width:800px;
	margin:0 auto;
	/*border:1px solid white;*/
	position:relative;
	z-index:2;	
}

/* header */
.header_wrapper {
	width:100%;
	margin-top:29px;
	height:64px;
}
.logo_metropolitan {
	padding-left:5px;	
}
.login_information {
	color:#000;
	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:Georgia, Arial;	
	text-decoration:none;
	color:#FFF;
	border-style:none;
	border-width:0px;
}
/* end of header */


.main_bcg {
	/* bcg image in separate css */
	padding:0 9px;
	margin:0;
	position:relative;
	float:left;
	width:800px;
}


/* top navigation*/
.top_navigation_wrapper {
	background:url(../images/top_nav_bcg_red.png);
	width:760px;
	position:absolute;
	top:0;
	z-index:100;
	/*left:9px*/
	height:31px;
	padding-left:40px;
	margin-top:5px;
}
.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 5px 0px 10px;
	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:150px;
	margin:0;
	
}
.search_button {
	vertical-align:middle;
	margin-left:5px;
}

/* footer */
.footer_wrapper {
	padding:7px 0px 0px 0px;
}	
.footer_holder {
	background-color:#e7cf6f;
	padding:5px 5px 8px 5px;
	/*color:#D9CDC3;*/
	color:#000;
	float:left;
	width:790px;
	/*background:url(../images/bg_footer.gif) repeat left top;*/
}
.footer_holder div {
	float:left;
	height:25px;
}
.footer_holder .link1 {
	padding:0 10px 0 0;		
	font-weight:bold;
	/*border-right:1px solid #A78B73;*/
}
.footer_holder .link2 {
	padding:0 10px 0 15px;
	font-weight:bold;
	/*border-right:1px solid #A78B73;*/
}
.footer_holder .link3 {
	padding:0 3px 0 0px;
	font-size:11px;	
	color: #000;
	width:650px;
}
.footer_holder .link4 {
	padding:0 0 0 10px;
	font-weight:bold;
	color: #000;
	/*border-left:1px solid #A78B73;*/
	float:right;
	font-size: 14px;
}
.footer_holder a {
	color:#000;
	text-decoration:none;
}
.footer_holder a:hover {
	text-decoration:underline;
}
.footer_holder .link3 a {
	color:#000;
	margin:0 12px 0 9px;
	line-height:18px;
	text-decoration:none;
}
.footer_holder .link3 a:hover {
	color:#000;
}
.copyrights {
	padding-top:7px;
	font-size:10px;
	color:#000;
}
.ccFooter {
	padding-top:7px;
	float:right;
	color:#000;
	font-size:10px;
}
.ccFooter a {
	color:#60912F;
}
/* footer */

