/*////////////////// RESET //////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{	
	list-style:none;
}
caption,th{ 
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{ 
	content:''
}
abbr,acronym{
	border:0;
}
div{
	position:relative;
}
/*////////////////// UTILS //////////////*/
.clr{
	width:1px;
	height:1px;
	margin:-1px;
	clear:both;
	font-size:1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.half{
	width:49.9%;
}
.third{
	width:33.2%;
}
.quarter{
	width: 24.9%;
}
.spacer{
	padding:10px;
}
/*////////////////// GENERAL //////////////*/
html{
	overflow:auto;
}
body{
	font:normal 12px Arial, Helvetica, sans-serif;
	background-color:#565354;
}
.masterWrapper{
	margin:0 auto;
	width:994px;
	background-color:#231f20;
}
.header{
	margin:0 auto;
	z-index:3;
	height:228px;
	background:url(../images/bgHeader.jpg) right top no-repeat;
}
.leftNav{
	width:180px;
}
.side{
     width:304px;
}
.display{
	width:370px;
	padding:0 20px;
}
.displayWide{
	width:640px;
	padding:0 0 0 80px;
}
.displayWide table{
	border-collapse:separate;
	border-spacing:1px;
	margin:0 0 10px 0;
}
.displayWide table td{
	border:1px solid #94c947;
	color:#fff;
	padding:3px;
}
.content{
	width:902px;
	padding:37px 43px 15px 43px;
	z-index:2;
}
.footer{
	margin:0 auto;
	z-index:1;
	width:904px;
	background:url(../images/bgFooter.gif) repeat-x;
	padding:11px 45px;
}
.copyright, .copyright2{
	text-align:right;
}
.icons img{
	padding:0 10px 0 0; 
}
.masterWrapper, .header{
	width:994px;
}
/*////////////////// 	Menu   //////////////*/
.menu{
	position:relative;
	background:url(../images/bgTopNavLi.gif) repeat-x;
	width:994px;
	height:37px;
}
.menu li{
	position:relative;
	float:left;
	width:123px;
	text-align:center;
	background:#ccc;
	background:url(../images/bgTopNavLi.gif) repeat-x;
	font:normal 12px Impact, Arial, Helvetica, sans-serif;
	line-height:37px;
	border-left:1px solid #3a393a;
}
.menu li a, .menu li a:visited{
	color:#fff;
}
.menu li:hover, .menu li.active{
	background:url(../images/bgTopNavLiActive.gif) repeat-x;
}

/*////////////////// 	Side Menu   //////////////*/
.leftNav li{
	display:block;
	float:none;
	padding:0 0 0 20px;
	width:160px;
	background:url(../images/bgLeftNavLi.gif) left center no-repeat;
	font-family:Impact, Arial, Helvetica, sans-serif;
	line-height:24px;
}
.leftNav li:hover, .leftNav li.active{
	background:url(../images/bgLeftNavLiActive.gif) left center no-repeat;
}
.leftNav li a, .leftNav li a:visited{
	color:#fff;
}
/*////////////////// Round Box //////////////*/
.boxWrapper{
	margin:0 0 20px 0;
}
/*//SET ROUNDBOX HEADER HEIGHT//*/
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail{
	height:11px;
}
/*//SET ROUNDBOX FOOTER HEIGHT//*/
.boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	height:11px;
}
/*//SET ROUNDBOX HEADER/FOOTER TAIL WIDTH//*/
.boxWrapper .boxFooter .tail, .boxWrapper .boxHeader .tail	{
	width:11px;
}
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail, .boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	background:url(../images/bgBox.gif) left top no-repeat;
}
.boxWrapper .boxHeader, .boxWrapper .boxFooter{
	margin:0 11px 0 0;
}
.boxWrapper .boxHeader .tail, .boxWrapper .boxFooter .tail{
	position:absolute;
	top:0;
	right:-11px;
	background-position:right top;
}
.boxWrapper .boxContent{
	padding:10px 10px;
	border-left:3px solid #00afef;
	border-right:3px solid #00afef;
}
.boxWrapper .boxFooter{ 
	background-position:left bottom;
}
.boxWrapper .boxFooter .tail{
	background-position:right bottom;
}
.boxWrapper .tail{
	font-size:1px;
}
/*////////////////NEWS*/
.news .boxHeader, .news .boxHeader .tail{
	height:27px;
	background-image:url(../images/bgBoxNews.gif);
}
.news .boxFooter, .news .boxFooter .tail{
	background-image:url(../images/bgBoxNews.gif);
}
.news .boxContent{
	border-left:6px solid #00afef;
	border-right:6px solid #00afef;
}
.news h2{
	padding:0 0 0 15px;
	line-height:27px;
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.sideImage{
	padding:0 0 20px 0;
}
/*////////////////// Text //////////////*/
h1{ 
	padding:50px 0px 0px 32px;
}
h1 a{
	display:block;
	width:272px;
	height:116px;
	text-indent:-5000px;
	outline:none;
	background:url(../images/logo.gif) no-repeat;
}
.slogan{
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	padding:0px 22px 3px 0;
}
h2{ 
	font-size:24px;
}
h3{ 
	font-size:16px;
	line-height:20px;
	color:#00afef;
}
h4{ 
	font-size:14px;
	color:#00afef;
	font-weight:bold;
	padding:0 0 5px 0;
}
h5{ 
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
h6{ 
	font-size:11px;	
	font-weight:bold;
	color:#666;
	padding:0px 10px;
}
p{
	color:#fff;
	font-size:12px;
	line-height:18px;
}
a:link, a:visited{
	text-decoration:none; 
	color:#f58220;
}
.leftNav h3{
	padding:5px 0;
	font-family:Impact, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.display h2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 0 5px 0;
	color:#00afef;
}
.display h3{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	line-height:30px;
}
.display ul, .display ol{
	padding:0 0 10px 0;
}
.display ol{
	list-style-type:decimal;

}
.display ul li{
	padding:0 0 0 10px;
	background:url(../images/bgDisplayList.gif) no-repeat left center;
	color:#fff;
	line-height:24px;
	font-weight:bold;
}
.display ol li{
	padding:7px 0;
	font-size:12px;
	color:#00afef;
	line-height:12px;
	font-weight:bold;
}
.display ol li span.white{
	color:#fff;
}
.display p, .displayWide p{
	padding:5px 0 15px 0;
}
.bigFont{
	font-size:24px;
}
.copyright p, .copyright2 p{
	font-size:10px;
	color:#a7a9ac;
}
.copyright2 p{
	padding:30px 0 0 0;
}
.side h3{
	font-size:32px;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	text-align:center;
}
.displayWide h2{
	font-size:20px;
	font-weight:bold;
	color:#94c947;
}
