@import url("reset.css");

body {
	background: #1E465F url(../images/body_bg.jpg) repeat-x top center;
	font-family: Verdana;
	font-size: 11px;
	color: #202020;
	line-height: 15px;
	padding-bottom: 10px;
	text-align: justify;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #477e93;
	text-decoration: underline;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

h1, h2 {
	font-size: 15px;
	font-weight: bold;
	color: #204962;
	margin-bottom: 12px;
	border-bottom: 1px solid #043E71;
	padding-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #214962;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	color: #214962;
	margin-bottom: 8px;
	letter-spacing: -1px;
}

p {
	padding-bottom: 15px;
}

#wrapper {
	width: 924px;
	margin: 0 auto;
	padding-top: 10px;
}

#headerWrap {
	background: url(../images/header_bg.png) no-repeat left top;
	padding: 21px  0 0 0;
	height: 127px;
}

#header {
	width: 884px;
	margin: 0 auto;
}

#container {
	background: url(../images/container_bg.png) repeat-y left top;
	padding: 10px 22px 0 28px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#leftCol {
	float: left;
	width: 165px;
}

.module_menu {
width: 155px; 
padding: 0 0 15px 10px;
} 

.module_menu ul { 
list-style: none;
margin: 0;
padding: 0;
}

.module_menu a {
display: block;
border-bottom: 1px solid #4A8399;
margin: 0;
padding: 5px 3px;
height: 20px;
}


.module_menu a {
color: #1B1B1B;
background: #DBDBDB;
text-decoration: none;
}

.module_menu a:hover {
color: #204861;
}

.module_menu li {
	position: relative;
	background: url(../images/star.jpg) no-repeat left center;
	padding-left: 10px;
} 

.module_menu li li {
	background: none;
	padding: 0;
}

.module_menu li li a:hover {
	color: #FFFFFF;
	background-color: #4b849a;
	}

.module_menu ul ul ul, .module_menu ul ul {
display: block;
position: absolute;
top: -1px;
left: 100%; 
width: 220px;
border: 1px solid #666666;
opacity: 0.9;
filter: alpha(opacity=96);
}

div.module_menu ul ul ul, div.module_menu ul ul {
	display: none;
	}

div.module_menu ul li:hover ul {
	display: block;
	}

.module {
	text-align: center;
	margin-bottom: 25px;
}

#rightCol {
	float: right;
	width: 695px;
}

.banner {
	margin-bottom: 20px;
}

.content {
	padding: 0 15px;
}

.practice {
	padding: 0 15px; 
	color: #BCDFF5;
}

.practice .module {
	background: #316178 url(../images/black.jpg) no-repeat top center;
	text-align: left;
	padding: 7px 10px;
}

.practice ul li {
	background: url(../images/li_bg.jpg) no-repeat left center;
	padding: 4px 0 4px 15px;
}

.practice1, .practice2, .practice3 {
	float: left;
}

.practice1, .practice2 {
	width: 165px;
	border-right: 1px solid #BCDFF5;
	padding: 0 20px;
}

.practice3 {
	padding-left: 20px;
}

.practice a:link, .practice a:visited {
	color: #BCDFF5;
	text-decoration: none;
	}
.practice a:active, .practice a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


#footer {
	background: url(../images/footer_bg.png) no-repeat left top;
	height: 36px;
	text-align: center;
	padding-top: 32px;
	color: #ACBBC4;
}


