@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#8a98b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 956px;
	padding: 0 0 0 30px;
}

a img { border:none; }


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */


.menu {
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
	width: 956px;
	height: 51px;
}


.menu ul{
list-style-type:none;
padding:0;
margin:0;
height:51px;
font-family:Arial, Helvetica, sans-serif;
}



.menu ul li a:hover{
color:#f8b55c;
margin:0;
}


/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
height:30px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:14px;
width:150px;
padding:15px 0 0 5px;
color:#ffffff;
text-decoration:none;
text-align:center;

}


/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:150px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu #subnav {
	color:#000000;
	background-color: #000000;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	padding: 0 0 10px 0;
	
}

/* END OF MENU */




/* START OF CONTENT */
#wrapper #content {
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-y;
	background-color:#8a98b5;
	min-height: 541px;
	height: auto !important;
	height: 541px; 
}



/* START OF LEFT CONTENT */
#wrapper #content #lft_content {
	background-color:#ffffff;
	background-image: url(images/lftcontent_background.jpg);
	background-repeat: repeat-x;
	width: 580px;
	height: 541px;
	background-position: bottom;
	margin-left: 15px;
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8A98B5;
	
}

#wrapper #content #lft_content a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #content #lft_content p {
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 90px;
	line-height: 1.5em;
}

#wrapper #content #lft_content #tabs img {
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 30px;
	text-decoration: none;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding-bottom: 10px;
}

#wrapper #content #lft_content h1 {
	margin-left: 40px;
	margin-top: 20px;
}

#wrapper #content #lft_content a {
	color: #000000;
	text-decoration: underline;
}


/* START OF RIGHT CONTENT */
#wrapper #content #rt_content {
	width: 343px;
	display: inline;
	float: right;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}




/* START OF FOOTER */


#wrapper #footer {
	color: #FFFFFF;
}

#wrapper #footer a {
	color: #FFFFFF;
}

#wrapper #footer a:visited {
	color: #FFFFFF;
}


#wrapper #content #lft_content table {
	line-height: 1.5em;
}
.img_middle {
	vertical-align: middle;
	}