@charset "utf-8";
/* CSS Document */



body {
	background:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
/* this is the main part -----------------------------------*/



#main {
	width:930px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
#container {
	width:930px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
#full_container {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
/* this is the header part ---------------------------------*/



#header {
	width:930px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}
#header_lfetpart {
	width:170px;
	height:auto;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	float:left;
}
#header_midpart {
	width:584px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:left;
}
#header_rightpart {
	width:144px;
	height:auto;
	overflow:hidden;
	margin:15px 0px 0px 15px;
	float:left;
}
/* this is the navigation part ---------------------------------*/



#navbg {
	background:url('../images/navbg.png');
	background-repeat:no-repeat;
	width:305px;
	height:281px;
	margin:0px 0px 15px 0px;
	float:left;
}
#navigation {
	width:250px;
	height:auto;
	overflow:hidden;
	margin:35px 0px 0px 0px;
}
#menuitems {
	width:250px;
	height:auto;
	overflow:hidden;
	margin:35px 0px 0px 0px;
}
.glossymenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 250px;
}
.glossymenu li a {
	background: white url('../images/glossyback.gif') repeat-x bottom left;
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 0px;
	text-decoration: none;
	margin:3px;
}
* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 250px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url('../images/glossyback2.gif');
}
/* this is the content part ---------------------------------*/



#home_flash {
	width:600px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 15px 23px;
	float:left;
}
#textbg {
	background:url('../images/textbg.jpg');
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width:930px;
	height:auto;
	margin:0px 0px 0px 0px;
}
.text {
	font-family:arial, sans-serif;
	font-size:13px;
	color:#1f3d83;
	text-align:justify;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}
.heading {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:24px;
	color:#ffffff;
	text-align:left;
	text-decoration:none;
	padding:15px 0px 0px 0px;
}
.heading1 {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}
/* this is the footer part ---------------------------------*/





#footerline {
	background:url('../images/footerline.jpg');
	background-repeat:no-repeat;
	width:790px;
	height:auto;
	margin:30px 0px 0px 0px;
	background-position:center;
}
#footerhead {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:18px;
	color:#a8252c;
	text-align:center;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}
.footer_link {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:15px;
	color:#2c54ab;
	text-align:center;
	text-decoration:none;
	padding:0px 0px 4px 0px;
}
.footer_link a:link {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:15px;
	color:#2c54ab;
	text-align:center;
	text-decoration:none;
}
.footer_link a:visited {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:15px;
	color:#2c54ab;
	text-align:center;
	text-decoration:none;
}
.footer_link a:hover {
	font-family:franklin gothic medium cond, sans-serif;
	font-size:15px;
	color:#a8252c;
	text-align:center;
	text-decoration:none;
}
.footer_text {
	font-family:arial, sans-serif;
	font-size:11px;
	color:#2c54ab;
	text-align:center;
	text-decoration:none;
	padding:0px 0px 3px 0px;
	line-height:18px;
}
.footer_text a:link {
	font-family:arial, sans-serif;
	font-size:11px;
	color:#2c54ab;
	text-align:center;
	text-decoration:none;
}
.footer_text a:visited {
	font-family:arial, sans-serif;
	font-size:11px;
	color:#2c54ab;
	text-align:center;
	text-decoration:none;
}
.footer_text a:hover {
	font-family:arial, sans-serif;
	font-size:11px;
	color:#a8252c;
	text-align:center;
	text-decoration:none;
}
/* this is the home slideshow part ---------------------------------*/



#slideshow {
	position:relative;
	height:283px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}

