/*Universal*/
*{
	margin:0;
	padding:0;
}

body{
	background:#CCCCCC;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica;
}

.clear{
	clear:both;
}

a{
	color:#615f5f;
}

a:hover{
	color:#fff;
}

img{border:none;}
/*Typography*/

#container{
	font-size: 85%;
}

#container h1{
	padding-bottom:15px;
	font-weight: 100;
}

#content p{
	padding-bottom:10px;
	font-weight: 100;
	font-size:90%;
}

#cont-l{
	color:white;
}

#footer{
	color: #615f5f;
}

#footer a{
	text-decoration:none;
}

/*Nav effect*/

.menu {float:left; position:relative; background:url(images/bg.gif) no-repeat; height:35px; width:600px}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:9px 5px}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited, .menu a:hover, .menu a.default{border-style:none; text-decoration:none; color:#615f5f; padding:10px}
.menu a:hover{color:#fff}
#slide {position:absolute; top:6px; height:24px; background:#b2b1b1; z-index:10}


/*slider effect*/

.sm {list-style:none; width:560px; height:182px; display:block; overflow:hidden; margin-left:10px;}
.sm li {float:left; display:inline; overflow:hidden}

/*Structure*/

#header{
	background-image: url(images/header.png);
	width: 1024px;
	height: 158px;	
}

#nav{
	background-image: url(images/navbar.png);
	width: 1024px;
	height: 35px;
}

#search{
	float:right;
	width:260px;
	background-image: url("images/searchbg.png");
	background-repeat: no-repeat;
	margin-top:8px;

}

.searchbtn{
	display: block;
	width: 36px;
	height: 20px;
	background-image: url("images/search.png");
	margin:0;
	padding:0;
	
}

#search input {
	border-style:none;
	width:205px;
	height: 20px;
	background-color: transparent;
	padding-top:3px;
	margin-right:5px;
	}


#banner{
	background-image: url(images/banner.png);
	width: 1024px;
	height: 349px;
}

#container{
	width:1024px;
	margin:auto;
	border-style:solid;
	border-width: thin;
	border-color:#999999;
	border-top:none;

}

#content{
	padding-top:20px;
	padding-bottom:20px;
	background-color: #404040;
}

#cont-l{
	padding-left:30px;
	padding-right:30px;
	width:350px;
	float:left;
	
}

#cont-r{
	float:left;
	background-color: #202020;
	width:600px;
	height:205px;
}

#imgNav{
	padding:10px;
}

#facebook{
	background-image: url(images/fblink.png);
	background-repeat: no-repeat;
	width:176px;
	height:59px;
	float:right;
}

#footer{
	background-image: url(images/footer.png);
	background-color:#a4a4a4;
	background-repeat: repeat-x;
	width: 1024px;
	font-size:80%;
}

#foot-r{
	float:right;
	margin-top:20px;
	margin-right:15px;
	
}

#foot-r-b{
	margin-top: 20px;
	
}

#foot-l{
	float:left;
	margin-top:20px;
}

.footnote{
	margin-top:3px;

	float:right;
}

.mediaforce{
	float:right;
}

/*Lists*/
#searchbar li{
	list-style-type: none;
	display:block;
	float:left;

}


#footer ul{
	list-style-type:none;
	padding:10px;
	margin-right:40px;
	margin-left:20px;

}

#footer ul li{
	line-height:20px;
}

.footer-links{
	float:left;
	
}

#cont-l a{
	color:#ccc;
}


#cont-l a:hover{
	color:#fff;
}