*{margin:0px; padding:0px;}

body{
	background:url(../images/pattern.jpg) repeat;
}

.container{
	width:960px;
	margin:0px auto;
	background:#fff;
	overflow:hidden;
}

#logo{
	clear:both;
	float:left;
	width:100%;
}

#header_right{
	float:right;
	font-size:14px; 
	color:#333;
	padding-top:2px;
}

#header_right a{
	color:#333333; 
	text-decoration:none; 
	margin-right:15px; 
	font-size:14px;
}

#header_right a:hover{
	text-decoration:underline;
	background:none;
}

#header_right span{
	color:#333333; 
	margin-right:20px; 
	font-size:14px;
}

.nav{
	margin-top:5px;
	height:40px;
	background:#3C479D;
	}

.nav ul{
	list-style-type:none;
	float:left;
}	

.nav ul li{
	float:left;
	position:relative;
}

.nav ul li a{
	color:#fff;
	text-decoration:none;
	display:block;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px 20px;
}

.nav ul li a.active, a:hover{
	background:#D92927;
}

.nav ul li ul{display:none; z-index:3000;}
.nav ul li:hover ul{display:block; position:absolute; left:0; top:50;}
.nav ul li:hover ul li{display:block; float:none; width:250px; background:#3C479D; border-bottom:1px solid #fff;}


.nav ul li:hover li a{
	margin:0px;
	padding:0px;
	height:40px;
	line-height:40px;
	

}

.featured{
	background:#3C479D; 
	color:#fff;
	font-size:13px;
	line-height:20px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}


.featured_left{
	width:295px; 
	float:left;
	margin-left:19px;
	margin-top:22px;
}


.featured_heading{
	background:#D92927; 
	text-align:center; 
	font-size:20px; 
	font-weight:normal; 
	padding:4px 0px;
	margin-bottom:15px;
}


.featured_right{
	width:295px; 
	float:right;
	margin-top:20px;
	margin-right:18px;
}

.left{
	width:650px; 
	float:left; 
	line-height:22px; 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-left:5px;
	margin-top:10px;
}

.left h1{
	 font-size:26px; 
	 padding-top:5px; 
	 padding-bottom:10px;
}

.left p{
	text-indent:50px; 
	padding-bottom:10px;
}


.right{
	float:right; 
	width:270px; 
	margin-right:10px; 
	margin-top:10px;
}

.right_b{
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.right h1{
	font-size:22px; 
	text-align:center; 
	background:#3C479D; 
	border-top-left-radius:5px; 
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-left-raddius:5px;
	-webkit-border-top-right-radius:5px;	
	border-top-right-radius:5px; 
	color:#fff; 
	padding:4px 0px;
}

.right ul{
	list-style-type:none;
	padding:5px;
}

.right ul li{
	 background:url(../images/hand.png) no-repeat 3px 0px; 
	 padding-left:35px;
	 padding-top:5px;
	
}

.activity{
	 width:220px; 
	 float:left;
	 margin-right:15px;
}

.activity img{
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}

.activity p{
	font-size:15px;
	margin-top:10px; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.activity a{
	text-decoration:none;
	color:#000;
}

.footer{
	overflow:hidden;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
