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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	margin:0;
}

h2 {
	font-size:36px;
	color:#1D0F81;
	font-weight: lighter;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.container {
	width:950px;
	margin:0 auto;
}

#menu_container {
		background-image:url(images/navbar_bg.jpg);
		background-repeat:repeat-x;
		height:38px;
}

#content_container {
	background-color:#EBE7FE;
	border-top:#CCCCCC thin solid;
	padding-top: 15px;
	clear:both;
}

#menu_content {
width:950px;
margin:0 auto;
}

.left{
	width:550px;
	padding:10px;
}

.right{
	width:300px;
	padding:10px;
	float:right;
	margin-top: 50px;
}

.banner_left{
	width:400px;
	float:left
}

.banner_right{
	float:left;
	margin-top:20px;
	margin-left:75px;
	margin-bottom:50px
}

.banner{
	float:left;
	margin-left: 25px;
}

.image{
padding:3px; border:#999999 thin solid; background-color:#FFFFFF}

.large_image{
	padding:3px;
	border:#999999 thin solid;
	background-color:#FFFFFF;
	margin-bottom:25px;
}

.image_left{
	padding:3px;
	border:#999999 thin solid;
	background-color:#FFFFFF;
	margin-bottom:25px;
	float:left;
	margin-right: 20px;
}

.roundedCorners{
	width:200px;
	padding:10px 25px 10px 25px;
	border:1px solid #999999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 50px;
	margin-bottom: 25px;
}

.roundedCorners_left{
	width:200px;
	padding:10px 25px 10px 25px;
	border:1px solid #999999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 50px;
	margin-right: 50px;
}

.roundedCorners_large{
	padding:10px 25px 10px 25px;
	border:1px solid #999999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #FFFFFF;
	width: 225px;
	height: 420px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}

#footer_container{
	background-color:#1D0F81;
	border-top:#FFFFFF medium solid;
	clear:both;
	padding-top:25px;
	padding-bottom:25px;
}

.footer_text{
width:225px;
float:left;
}

.style1 {color: #FFFFFF}

.style3 {font-size:xx-small}

#nav {
		margin:0; 
		padding-top:3px; 
		list-style:none;

	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:130px; 
			position:relative;
			z-index:700; 
			margin:0 1px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			height:25px; 
			text-decoration:none; 
			text-align:center; 
			color: #666666;
		}

		#nav li a:hover {
		background-color:#cccccc;

		}
		#nav li a.selected {
		background-color:#FFFFFF;
		border-top: #CCCCCC thin solid;
		border-right:#CCCCCC thin solid;
		border-left:#CCCCCC thin solid;
		border-bottom:#ffffff thin solid;
		}
		/* you can make a different style for default selected value */
		
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			background-color:#CCCCCC; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			border:#fff thin solid;
			width:100%; 
			height:50px;
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			text-align:left;
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
		background-color:#666666;
		color:#FFFFFF;	
			height:32px;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}
