* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) repeat-x top #276179;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.4em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #17669e;
	font-size: 12px;
	text-decoration: none;
}
/* Sructure */
#wrapper {
	width: 796px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 796px;
	height: 82px;
	background: url(../images/header.jpg) no-repeat right;
	display: block;
}
#logo {
	width: 209px;
	height: 80px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	float: left;
}
#nav {
	width: 796px;
	height: 46px;
	background: url(../images/nav.jpg) no-repeat;
	display: block;
	list-style: none;
	padding-top: 5px;
	padding-left: 10px;
}
	#nav li {
		float: left;
		display: block;
	}
	#nav li a {
		float: left;
		display: block;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		color: #444;
		font-weight: bold;
		font-size: 14px;
		padding: 0 20px;
		height: 38px;
		padding-top: 13px;
		background: url(../images/sep.jpg) top no-repeat right;
	}
		#nav li a:hover {
			color: #255e76;
		}
#banner {
	width: 796px;
	height: 208px;
	background: url(../images/banner.jpg) no-repeat;
	display: block;
}
	#post-top {
		float: left;
		clear: left;
		width: 398px;
		padding: 25px;
	}
	#post-top h2 {
		color: #fff;
	}
	#post-top p {
		color: #fafafa;
	}
	#banner-date {
		padding: 3px;
		margin-top: 4px;
		width: 398px;
		height: 18px;
		background: url(../images/banner-date.jpg) no-repeat;
		display: block;
		color: #bcc1bc;
	}
	#banner-box {
		width: 397px;
		height: 35px;
		background: url(../images/banner-nav.jpg) no-repeat;
		display: block;
	}
	#banner img {
		float: right;
		margin: 20px;
	}
	#banner-box a.readmore {
		width: 118px;
		height: 24px;
		background: url(../images/readmore.jpg) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
		margin: 6px 5px;
	}
	#banner-box a.next-post {
		width: 118px;
		height: 24px;
		background: url(../images/next-post.jpg) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
		margin: 6px 5px;
	}
#content {
	background: url(../images/content.jpg) repeat-y top #fff;
}
#post-body {
	float: left;
	padding: 10px;
	width: 400px;
	margin: 20px;
	border-top: 1px dotted #ccc;
}
	#post-body h2 {
		font-size: 15px;
		color: #474a51;
	}
	#post-body h3 {
		color: #8ba050;
		font-size: 12px;
		text-transform: uppercase;
	}
	#post-body h3 a {
		color: #17669e;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
	}
#sidebar {
	width: 290px;
	float: right;
	margin: 18px 20px;
	border-top: 1px dotted #ccc;
}
#sidebar h3 {
	color: #8ba050;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 0;
}
ul.posts {
	list-style: none;
}
ul.posts li {
	display: block;	
	padding: 15px 0;
	clear: both;
	border-top: 1px dotted #ccc;
}
ul.posts li img {
	float: left;	
}
ul.posts li div.wrap {
	float: left;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 200px;
}
ul.posts li div.wrap strong {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #474a51;
}
ul.posts li div.wrap a {
	display: block;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}
	ul.posts li div.wrap a:hover {
		display: block;
		font-size: 11px;
		color: #17669e;
		text-decoration: underline;
		text-transform: uppercase;
	}
#boxes {
	background-color: #ebf3ea;
	width: 748px;
	padding: 20px;
	margin-left: 4px;
}
#box {
	background-color:#FFFFFF;
	border-bottom: 1px solid #c1c8c1;
	border-right: 1px solid #c1c8c1;
	padding: 15px;
}
	div.b-support {
		width: 177px;
		height: 67px;
		padding-left: 60px;
		padding-top: 20px;
		background: url(../images/support.jpg) no-repeat left;
		display: block;
		float: left;
	}
	div.b-contact {
		width: 177px;
		height: 67px;
		padding-left: 60px;
		padding-top: 20px;
		background: url(../images/contact.jpg) no-repeat left;
		display: block;
		float: left;
	}
	div.b-advertise {
		width: 177px;
		height: 67px;
		padding-left: 60px;
		padding-top: 20px;
		background: url(../images/advertise.jpg) no-repeat left;
		display: block;
		float: left;
	}
	#box h2 {
		color: #5695b1;
		font-weight: normal;
		font-size: 21px;
	}
	#box strong {
		color: #888;
		font-weight: normal;
	}
	#footer {
		width: 796px;
		height: 53px;
		background: url(../images/footer.jpg) no-repeat;
		display: block;
		clear: both;
		margin: 0 auto;
		text-align: center;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	#footer strong {
		display: block;
		text-align: center;
		color: #999;
		padding-top: 10px;
	}
	#footer em {
		display: block;
		text-align: center;
		color: #ccc;
		font-style: normal;
	}
#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border: 5px solid #255e76;
	background:#ccc;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}
#transparent {
	position:absolute;
	left:783px;
	top:87px;
	width:185px;
	height:44px;
	z-index:1;
}
