@charset "utf-8";
body {
	background:#243098;
	padding:0;
	margin:0;
}
#header_bg {
	background:url(../../image_layout/site_bg.png) repeat-x;
	width:100%; z-index:10;
}
#header {
	background:url(../../image_layout/imagemap.png) 0 0;
	height:148px; width:900px;
	margin:0 auto; position:relative; z-index:10;
}
#header h1{
	display:none;
}
#mid_top_bg {
	background:url(../../image_layout/imagemap.png) 0 -148px;
	width:900px; height:60px;
	position:absolute; top:0; left:0; z-index:0;
}
#mid {
	width:900px;
	position:relative; z-index:1;
	margin:0 auto;
}
#mid_bg {
	width:100%; background:#FFFFFF;
}
#content {
	padding:20px 40px 20px 40px;
	z-index:1; position:relative;
}
#footer {
	background:url(../../image_layout/imagemap.png) 0 -208px;
	width:900px; height:63px;
	position:relative; margin:0 auto;
}
#footer_bg {
	width:100%;
	background:url(../../image_layout/footer_bg.png) repeat-x;
}
#footer_content {
	margin:0 auto;
	width:880px; padding:20px; position:relative;
}
#contact1 {
	float:right;
	padding:10px;
	color:#FFF;
	font-size:12px;
	position:absolute;
	left: 508px;
	top: 10px;
}
#contact2 {
	float:right;
	padding:10px;
	color:#FFF;
	font-size:12px;
	position:absolute;
	left: 708px;
	top: 10px;
}
#contact2 a, #contact1 a {
	color:#FFF;
	font-size:12px;
}
#quickcontact {
	float:right;
	padding:10px;
	color:#000;
	font-size:14px;
	position:absolute;
	left: 632px;
	top: 15px;
	font-weight:bold;
}
#quickcontact a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.loading {
	background:url(../../image_layout/loading_blu.gif);
	width:16px; height:16px;
}

/*SIFR START*/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*SIFR END*/

/*NAVIGATION menu_vertical_list.php*/
#navigation {
	position:relative;
	top:0px; top:125px; right:20px;
	margin:0;
	z-index:20;
	width:100%;
}
#navigation ul {
	list-style:none;
	margin:0; padding:0;
	float:right;
	position:relative;
	z-index:20;
}
#navigation ul li {
	float:left;
	margin:0 6px 0 6px;
	padding:7px 8px 0 8px;
	display:block;
	height:47px; position:relative;
	z-index:20;
}
#navigation ul li a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
	text-decoration:none; text-transform:uppercase;
	font-weight:bold;
	color:#FFF; padding:3px;
	text-decoration:none;
	z-index:20;
	
}
#navigation ul li a:hover{
	color:#fff;
}
#navigation li ul {
	display:none;
	z-index:10;
	background-color:#fff;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:25px;
	left:8px;
	width:150px;
	padding:5px;
	z-index:20;
}
#navigation li ul li {
	clear:both; display:block; color:#000000;
	margin:0 2px 0px 2px;
	padding:0; top:0; left:0; height:auto;
	z-index:20; width:150px;
}
#navigation li ul li a{
	color:#000000;
	display:block; margin:0; padding:0; width:150px;
	text-transform:none;
	font-size:11px;
	z-index:20; text-transform:uppercase;
}
#navigation li ul li a:hover{
	color:#000000;
	background:#FFFFCC;
}
/*NAVIGATION END*/
