/**
*	GENARAL SETTINGS
*/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #3058a4 url(../images/body-bg.jpg) repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
	color: #3058a4;
	margin: 5px 0;
}

h1 {font-size: 30px;}
h2 {font-size: 20px;}
h3 {font-size: 18px}

a:link,
a:visited,
a:active {
	color: #ff8a00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
}



.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}

.readmore {
	background: url(../images/feature-arrow.jpg) no-repeat scroll center left;
	padding-left: 10px;	
}

/** 
*	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr {
	clear: both;
}
#wrap {
	margin: 0 auto;
	width: 960px
}

#header {
	height: 94px;
}

#menu {	
	background: transparent url(../images/bg-menu.png) no-repeat scroll 0 0;
	height: 46px;
	margin: 0 -4px;
	position: relative;
	}
	#menu ul {
		margin: 0;
		padding: 0;
		}
		#menu ul li {
			background: url(../images/menu-divider.jpg) no-repeat scroll top right;
			display: inline;
			float: left;
			padding: 0;			
		}		
		#menu ul li.last {
			background: none;
			}			
			#menu ul li a {				
				color: #333333;
				display: block;
				float: left;
				font-size: 16px;
				height: 37px;
				line-height: 37px;
				text-align: center;
				width: 161px;
			}				
			#menu ul li a.active,
			#menu ul li a:hover {
				background: transparent url(../images/bg-menu.png) no-repeat scroll -50px -46px;
				color: #ffffff;
				text-decoration: none;
			} 
			#menu ul li.first a.active,
			#menu ul li.first a:hover {
				background: transparent url(../images/bg-menu.png) no-repeat scroll 0 -46px;
			}			
			#menu ul li.last a.active,
			#menu ul li.last a:hover {
				background: transparent url(../images/bg-menu.png) no-repeat scroll -160px -46px;
			}
#feature {
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 23px;
	
	}
	
#feature-slider{
	width: 850px;
	float: left;
	margin: 25px 0 0 0;
	display:inline;
}

#feature-slider img {
	float:left;
}	

	.feature-content {
		float: right;
		width: 475px;
		}	
		#feature h2 {
			color: #ffffff;			
			margin: 30px 0 0 0;
		}
		#feature h3 {
			color: #ffffff;
		}
		#feature ul {
			margin: 0;
			padding: 0;
			}
			#feature ul li {
				display: inline;
				float: left;
				padding: 0;
				}
				#feature ul li a {
					
					display: block;
					float: left;
					font-size: 14px;
					padding: 3px 5px;	
					margin: 2px;
				}

	#slider-img{
		position:relative;
	}

	#feature #myController{
		bottom:10px;
		right:100px;
		position:absolute;
	}

	.clr {
	clear: both;
}

.hidden {     display: none; /*hides our 2nd and 3rd featured slides*/} 

	
#mainbody-top-bg {
	background: url(../images/bg-mainbody-top.png) no-repeat scroll top center;
	padding-top: 9px;	
}			
#mainbody {
	width:100%;
	background: url(../images/bg-mainbody.png) repeat-y scroll 0 0;
	overflow: hidden;	
	}
	#categories {
		background: url(../images/bg-categories.jpg) no-repeat scroll 0 0;
		height: 128px;
		overflow: hidden;
		}
		#categories .box {
			float: left;
			width: 200px;
			padding: 10px 20px 25px 20px;
			}
			#categories .box h3 {
				color: #3058a4;
				margin: 0;
			}			
			#categories .box p {
				font-size: 11px;
				margin-bottom: 0;
			}
			#categories .box a.readmore {				
				color: #666666;
				font-size: 11px;				
			}
			#categories .box img {
				float: left;
				margin: 0 7px 10px 0px;
			}
	#inner #content{
		width: 900px;
		
		padding-left:30px;
		padding-right: 30px;
	}
	#content{		
		display: inline;
		float: left;		
		width: 578px;
		padding-left:30px;
		padding-right: 30px;
	}
	#sidebar-right {
		border-left: 1px solid #cccccc;
		display: inline;
		float: right;
		margin: 0 11px 0 0; 
		padding-left: 5px;
		width: 303px;
		height: 450px;
		}
		#sidebar-right .newsfeeds {
			background: url(../images/bg-newsfeeds.jpg) repeat-x scroll 0 0;						
			padding: 25px 25px 0 25px;
			height: 450px;
			}
			#sidebar-right .newsfeeds h3 { 
				margin: 0 0 15px 0;
			}					
			#sidebar-right .newsfeeds ul {
				margin: 0;
				padding: 0;
				list-style:none;
				}
				#sidebar-right .newsfeeds ul li {
					background: url(../images/newsfeed-arrow.png) no-repeat scroll 0 10px;
					font-size: 11px;
					padding: 4px 0 4px 15px;
				}
				#sidebar-right .newsfeeds ul li p {
					margin: 0;
				}
	#sidebar-left {
		float: left;		
		padding: 0 24px 0 10px;
		width: 246px;
		}
		#sidebar-left img {
			margin-bottom: 5px;
			vertical-align: bottom;
		}		
		#sidebar-left .left-menu {	
			background: url(../images/bg-newsfeeds.jpg) repeat-x scroll 0 0;
			}
			#sidebar-left .left-menu ul {	
				margin: 0;
				padding: 55px 0 55px 50px;
				}
				#sidebar-left .left-menu ul li {	
					background: url(../images/feature-arrow.jpg) no-repeat scroll center left;
					margin: 0;
					padding: 5px 0 5px 20px;
					}
					#sidebar-left .left-menu ul li a {	
						color: #666666;
						font-size: 14px;
					}
#footer {
	background: transparent url(../images/bg-footer.png) no-repeat scroll top center;	
	clear: both;
	padding-top: 11px;
	}
	#footer .copyright {
		color: #ffffff;
		font-size: 11px;
		margin: 15px 0 0 30px;
		padding-bottom: 19px;
	}
	
.SubTitle {
	font-size: 16px;
	color: #41598B;
	padding-top: 20px;
	font-weight:bold;
	
	}
