* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 12px Tahoma, Arial, Sans-Serif;
	background: #d1d2d4 url(/media/img/v1Bg.png) repeat-x top left;
	color: #444;
}

input, textarea, button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;		
	border: 1px #808080 solid;
}

button, .button {
	display: block;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	padding: 4px 8px 6px 8px;
	color: #fff;
	background: #2b6dd2 url(/media/img/button.png) repeat-x top left;			
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 2px 7px #000;
	-webkit-box-shadow: 0px 2px 7px #000;
}

button:hover, a.button:hover {
	background-position: 0 -13px;
	text-decoration: none;
}

button {
	display: inline-block;
	border: none;
}

.hide {
	display: none;
}

.clr {
	clear: both;
}

.os {
	position: absolute;
	left: -2000px;
}

.green, button:active, a.button:active {
	background: #5ab100 url(/media/img/green.png) repeat-x top left;
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
}

.blu {
	background-color: #2b6dd2;
}

h1, h2 {
	font-size: 160%;
	color: #04506e;
	font-weight: lighter;
	text-shadow: 0px 1px 0px #e0e8f5;
}

h1 {
	font-size: 210%;
}

a, strong {
	color: #04506e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header, nav, section, article, footer {
	clear: both;
	display: block;
	width: 950px;
	margin: 0px auto 0px auto;
}

header h1 {
	height: 87px;
	float: left;
	cursor: pointer;	
}

header h1 a {
	display: block;
	font-weight: lighter;
	font-size: 48px;
}

header img {
	border: none;
}

header h2 {
	display: none;
	float: right;
	text-align: right;
	width: 500px;
	padding-top: 30px;
	font-weight: lighter;
	font-size: 25px;
	background-color: #fff;
}

aside, .aside {
	float: right;
	width: 200px;
	margin-left: 10px;
}

.aside ul {
	list-style-type: none;
}

.clr {
	clear: both;
}

nav {
	clear: both;
	height: 30px;
	margin: 3px auto 3px auto;
	padding-left: 5px;
	width: 530px;
	background: #04506e url(/media/img/blu.png) repeat-x top left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 3px 10px #808080;
	-webkit-box-shadow: 0px 3px 10px #808080;
}

nav ul li {
	float: left;
	list-style-type: none;
}

nav ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	text-align: center;
	padding: 7px 5px 3px 5px;
	height: 20px;
	border-left: 1px #91b2bf solid;
}

nav ul li a:hover {
	background-image: url(/media/img/button.png);
	text-shadow: 0px 1px 0px #000;
	text-decoration: none;
}

nav ul li a.frst {
	border-left: none;
	width: 40px;
	padding: 5px 0px 5px 0px;
}

nav ul li a.frst:hover {
	border-left: 1px #91b2bf solid;
}

nav ul li img {
	border: none;
}

section {
	margin-top: 12px;
	background-color: #fff;
	width: 890px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 30px 40px 30px;
	-moz-box-shadow: 0px 0px 10px #808080;
	-webkit-box-shadow: 0px 0px 10px #808080;
	font-size: 14px;
}

aside {
	width: 170px;
	float: right;
}

article {
	font-weight: lighter;
	font: 18px Verdana, Arial, sans-serif;
	width: 700px;
	clear: none;
	float: left;
}

article td {
	font: 14px Verdana, Arial, sans-serif;
}


article h1 {
	padding: 7px 0px 10px 17px;
	font-size: 38px;	
}

article h1, article h2 {
	margin-bottom: 5px;
}

article p {
	margin: 0px 0px 16px 0px;
	line-height: 1.5em;
}

article ul, article ol {
	margin: 10px 0px 20px 20px;
}

article li, article li {
	margin: 0px 0px 5px 0px;
}

article p.info {
	padding-left: 45px;
	background: transparent url(/media/img/info.png) no-repeat top left;
}

article .box {
	float: left;	
	padding: 10px;
	width: 250px;
	height: 140px;
	color: #fff;
	margin: 0px 35px 20px 0px;
	background-color: #04506e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #808080;
	-webkit-box-shadow: 0px 0px 5px #808080;
	background: #04506e url(/media/img/blu.png) repeat-x top left;
	font-weight: bold;
}

* html article .box {
	height: 160px !important;
	overflow: hidden;
}

article .box strong {
	color: #fff;
}	

article .box h2 {
	font-size: 120%;
}

article .green {
	background: #5ab100 url(/media/img/green.png) repeat-x top left;
}

article .blu {
	background: #2b6dd2 url(/media/img/button.png) repeat-x top left;
}

article .nobg, .aside .box {
	height: auto;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: none;
	color: #444;
	font-weight: normal;
}

.aside .box {
	width: 100%;
}

.nobg {
	display: block;
	margin: 0px auto 0px auto;
}

.nobg h2 {
	font-size: 14px !important;
	height: 70px;
}

.nobg h2 strong {
	display: block;
	color: #444;
	font-size: 20px !important;
}

.nobg div {
	display: block;
	height: 300px;
	width: 200px;	
	margin: 0px auto 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

/* BLOG STYLES */
#BlogTools {
	float: right;
	width: 150px;
	margin-left: 25px;
}

#BlogCal {
	font-size: 11px;
	line-height: 1.2em;	
	width: 155px;
	height: 82px;
	padding: 3px 5px 5px 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #808080;
	-webkit-box-shadow: 0px 0px 5px #808080;		
}

#BlogCal h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px #c0c0c0 dotted;
	font-weight: lighter;
}

.calEntry {
	padding: 3px;
	background: #04506e url(/media/img/blu.png) repeat-x top left;
	color: #fff;
	margin-bottom: 8px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;	
}

#BlogCal span {
	padding: 3px;
	margin-bottom: 8px;
}

.blogEntry, .r {
	padding: 3px 8px 8px 8px;
	display: block;
	margin-bottom: 10px;
	border: 1px #e2e2e2 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-box-shadow: 0px 0px 5px #808080;
	-webkit-box-shadow: 0px 0px 5px #808080;	
}

.blogEntry h2, .r h2 {
	font-size: 110%;
}

.blogEntry p {
	margin-top: 10px;
	margin-bottom: 5px;
}

#tagSearchList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tagSearchList li {
	display: inline;
	margin-right: 10px;
}

.tagS1 {
	font-size: x-small;
}

.tagS2 {
	font-size: small;
}

.tagS4 {
	font-size: large;
}

.tagS5 {
	font-size: x-large;
}

#tagList {
	font-size: 90%;
	width: 155px;
/*	height: 200px; */
	padding: 3px 5px 4px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #808080;
	-webkit-box-shadow: 0px 0px 5px #808080;
	margin-bottom: 10px;
}

#tagList ul {
	overflow: auto;
/*	height: 175px; */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#tagList ul li {
	display: inline;
	margin-right: 10px;
}

#tagList h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px #c0c0c0 dotted;
	font-weight: lighter;
}

footer {
	padding: 10px 10px 160px 0px;
	text-shadow: 1px 1px 0px #e0e8f5;	
}

footer a {
	color: #444;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer p {
	width: 400px;
	float: right;
	text-align: right;
}

footer ul {
	float: left;
	width: 140px;
	margin-left: 35px;
	list-style-type: circle;
	font-size: 11px;
}

footer li {
	margin-bottom: 3px;
}

#blogPage {
	height: 30px;
	margin: 0px 0px 0px 110px;
	padding: 0;
	list-style-type: none;
}

#blogPage li {
	float: left;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	background: #04506e url(/media/img/blu.png) repeat-x top left;
	list-style-image: none;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#blogPage li a {
	color: #fff;
}

.curBlogPage {
	background-color: transparent !important;	
}

.curBlogPage a {
	color: #fff !important;
	font-weight: bold;
}

@media print {
	html, body {
		font: 12px Tahoma, Arial, Sans-Serif;
		background: transparent none repeat-x top left;
		color: #000;
	}
	
	article {
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;		
	}

	header, nav, footer, aside {
		display: none;
	}
}