@charset "utf-8";
/* CSS Document */
@import url("typo.css");

html {
	overflow-y: scroll;
	background: #5f5f5f url(../images/html_bg.png) repeat-x scroll; 
}


body {	
	background: url(../images/body_bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 1.3;	
	color:#282828;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
 
.wrapper{
	background:url(../images/content_top_bg.png) no-repeat top center;
	width: 910px;
	margin: 0px auto 0px;
	color:#333;
	padding: 12px 0px 0px 0px;
}

.clearer{
	margin: 0px;
	padding: 0px;
	clear: both;
}

a:link,a:visited{
	text-decoration:none;
	color:#36C;
}

a:hover{
	text-decoration:none;
}

/*
################################################################################################
----------------------------**  Header and Navigation Items **----------------------------------
################################################################################################
*/
.header{
	margin: 0px auto 0px;
	padding: 0px;
	width: 910px;
}

.logo{
	width: 80px;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.navigation{
	list-style-type: none;
	background: url(../images/nav-bg-2.png) no-repeat;	
	margin: 0px;
	padding: 0px; 	
	float: right;
	text-align: right;
	width: 440px;
	height: 37px;
	font-size: 0.8em;
}

ul.navigation li{
	display:inline-block;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #333;
	float: right;
}

ul.navigation li a:link,ul.navigationli a:visited{
	color:#FFFFE6;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	font-weight: bold;
	border-left: 1px solid #CCC;	
}

ul.navigation li a:hover{
	color:#FFF;
	border-bottom: 2px groove #9C0;
}

ul.navigation li.firstli{
	display:inline-block;
	padding: 10px 15px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #333;
	float: right;
}

a.selected:link,a.selected:visited{
	border-bottom: 2px groove #9C0;
	color:#FFFFE6;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	font-weight: bold;	
}

a.norm:link, a.norm:visited{
	border-bottom:none;
	color:#FFFFE6;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	font-weight: bold;	
	border-left: 1px solid #CCC;	
}

/*
################################################################################################
----------------------------------**  Content Items **------------------------------------------
################################################################################################
*/
.content{
	background: url(../images/content_body_bg.png) repeat-y;
	width:910px;
	margin: 0px auto 0px;
	color:#333;
	padding: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;		
}

.inner-content{
	background: #FFFFFF url(../images/content-bg.png) no-repeat top right;
	width:874px;
	margin: 0px auto 0px;
	color:#333;
	padding: 15px 15px 0px 15px;
}

.grey-box{
	background:url(/assets/images/grey.png) no-repeat;
	width: 290px;
	height: 255px;
	color:#333;
	font-size: 0.85em;
	float: right;
	margin-left: 20px;
}

.head-span{
	text-align: left;
	width: 249px;
	margin: 3px 0px 0px 15px;
	padding: 10px 0px 5px 0px;
	font-weight:bold;
	font-size: 1.0em;
	border-bottom: 1px solid #FFF;
}


.boxb{
	width: 320px;
	float: left;
	background:url(../images/blue.jpg) no-repeat center top;
	padding: 10px;
	margin: 0px 20px 10px 0px;
	font-size: .8em;
	font-weight: normal;
	color: #666;
	line-height: 1.3;	
}

.boxg{
	width: 320px;
	float: left;
	background:url(../images/green.jpg) no-repeat center top;
	padding: 10px;
	margin: 0px 20px 10px 0px;
	font-size: .8em;
	font-weight: normal;
	color: #666;
	line-height: 1.3;	
}

.box2{
	width: 250px;
	float: left;
	background:url(../images/box2.png) no-repeat center top;
	padding: 10px;
	margin: -10px 20px 0px 0px;
	font-size: .8em;
	font-weight: normal;
	color: #666;
	line-height: 1.3;	
}

/*
################################################################################################
----------------------------------**  Footer Items **------------------------------------------
################################################################################################
*/

.footer{
	background: url(../images/footer_bg.png) no-repeat;
	margin: 0px auto 0px;
	padding : 20px 0px 0px 0px;
	width: 910px;
	height: 43px;
	color:#E0E0E0;	
	font-size: 0.8em;	
}

.footer a:link, .footer a:visited{
	color:#E0E0E0;
	text-decoration: none;
	border-right: 1px solid #999;
	padding: 0px 8px 0px 8px;
}

.footer a:hover{
	text-decoration: underline;	
}

.footer-left{
	width: 400px;
	margin: 0px 8px 0px 15px;
	padding: 0px;
	float: left;
}

.footer-right{
	margin: 0px 15px 0px 8px;
	padding: 0px;
	text-align: right;
}