@CHARSET "ISO-8859-1";

/*
 * Layout specific style rules - based on FPD
 */ 
 
.SAMAContentBlockHeader{
	font-weight:bold;
}
 
#header {
	margin: 0;
	position: relative;
}

#header-toolbar {
	font-size: 12px;
	margin-top: -16px;
}

.content-wrapper {
	padding: 20px 10px;
	
	border: 1px solid #dddddd;
	border-top-left-radius: 20px;
	border-top-right-radius: 12px;
	color: #000;
}
 
#footer { 
position:relative;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	margin-left:-10px;
	margin-bottom:-20px;
	padding: 10px 0px;
	width: 1099px;
	
	
	
}



#footer .menu {
	margin-bottom: 8px;
}

#footer .module { margin: 0; }

/*
 * Other classes
 */ 

/*
 * MPC Menu styling
 */ 

.menu-line, .menu-line li, .menu-line li a { display: inline-block; }
.menu-line li {
	background: url("/themes/fpd/images/menu-line-item.png") no-repeat scroll 0 50% transparent;
	margin-left: 10px;
	padding-left: 9px;
}
.menu-line li:first-child {
	background: none repeat scroll 0 0 transparent;
    margin-left: 0;
    padding-left: 0;
}

.main-menu { height: 35px; position: relative; width: 1000px; margin: 0px auto; }

/*.main-menu-1 { width: 1000px; height: 44px; background: url('../images/menu-background-1.png'); position: absolute; top: 0px; text-align: center; }*/
.main-menu-1 {
	position: relative;  
width: 1100px; 
height: 40px;
 background:url(../images/menubg.png); 
 text-align: center;
 top:-36px;
left:-11px;}
/*.main-menu-1 table { margin: 0px auto; }
.main-menu-1 td { text-align: center; }
.main-menu-1 a { color: #1a2a31; font-weight: bold; font-size: 9pt; margin: 3px 0px; }
.main-menu-1 td.selected { background: url('../images/menu-hover-1.png') repeat-x; }
.main-menu-1 td.selected a { color: #1a2a31; }
.main-menu-1 td.hover { background: url('../images/menu-hover-1.png') repeat-x; }
.main-menu-1 td.hover a { color: black; }*/

.main-menu-2 {
	position: relative; 
	width: 270px;
	background:url(../images/sublinksside.png) repeat-y; 
	text-align: center;
	 top:-36px;
	 left:-11px;
	 float:left;
	  }
.content_div{
	position: relative; 
	width:750px;
	background:#fff;
	left:10px;
	top:-1px;

		border-bottom-right-radius:10px;

	padding:10px;
	font-size: 14px;
}
.main-menu-2 table { margin: 0px auto; }
.main-menu-2 td { text-align: center; }
.main-menu-2 a { color: #336633; font-weight: bold; font-size: 9pt; margin: 3px 0px; }

.mpc-container-round {
	border: 1px solid #eee;
	position: relative;
	text-align: left;
}

.nav-menu-div {
	font-size: 13px;
	font-weight:bold;
}