/*
 * Eric Meyer's Reset stylesheet - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*-------------------- new html 5 elements to display block ---------------------*/
header, section, footer, article, nav, aside {
	display: block;
}

html {
	padding: 0px;
	margin: 0px;
	height: 100%; 
	text-align: center; /*** Centers the design in old IE versions ***/
}

body {
	background: url("bg.gif") repeat-y center top;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0 auto; /*** Centers the design ***/
	text-align: left;
	/*** Because we centered the text in body we have to move the text back to left aligning ***/
	font-size: 11px;
	height: 100%; 
	width: 930px;
	color:#000;
}

a:link,a:visited,a:hover,a:active {
	color: #000;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: #2F62A3;
}

strong {
	font-weight: bold;
	font-style: inherit;
}

ul {
	list-style: none;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
 *  FORMS
 */
button {
	cursor: pointer;
	border: none;
}

button:hover {
	text-decoration: none;
}

/*
 *  END FORMS
 */
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.error {
	color: red;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	font-weight:bold;
}

h4 {
	font-size: 1.2em;
	font-weight:bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

header {
	background: url("shadows.jpg") no-repeat left top #fff;
	padding-top:20px;
	text-align: left;
}

#content {
	width:730px;
	float:left;
	margin-bottom:5px;
	min-height:360px;
}

#sidebar {
	background: url("image_shadow.jpg") no-repeat right top;
	width:175px;
	float:right;
	padding:0px 20px 0 5px;
}

#search {
	text-align: left;
	margin-bottom: 10px;
}

#search {
	text-align: left;
	margin-bottom: 10px;
}

#search form {
	float: right;
	width: 192px;
	height: 21px;
	background: url("search_bg.gif") no-repeat left top;
	padding: 19px 0 0 10px;
}

#search form input {
	border: none;
	height: 14px;
	margin-left: 2px;
}

#search form button {
	font-size: 13px !important;
	border: none;
	float:left;
	width:55px;
	margin-right:5px;
	height: 16px;
	color:#fff;
	background-color:#4D6C81;
}

header h1 {
	background-color: #fff;
	width:260px;
	padding:5px 0 0 30px;
	float:left;
	font-size: 20px;
}

header h1 a {
	line-height:17px;
	color:#5895D8 !important;
	font-size: 25px;
	text-transform:uppercase;
}

header h1 a span {
	display:block;
}

header h1 a span.t {
	font-size: 14px;
	color:#D5D5D5;
}

header h1 a span.b {
	font-size: 10px;
	color:#9CA2A0;
}

header nav {
	padding-top:5px;
	margin-bottom:10px;
	float:right;
	width:640px;
	background-color:#fff;
}

header nav ul li {
	background: url("menu_line.gif") no-repeat left top;
	width:91px;
	height:53px;
	display: inline-block;
	text-align:center;
}

header nav ul li a {
	display:block;
	background: url("menu_title.gif") no-repeat center top;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding-top:30px;
}

header nav ul li a.on {
	color:#2F62A3;
}

header div.slide {
	clear:both;
	height:221px;
	position:relative;
}

header div.slide img {
	background: url("shadows.jpg") no-repeat left -20px;
	padding-top:18px;
	font-size:1px;
}

header div.slide h2 {
	width:350px;
	font-size:31px;
	line-height:18px;
	position:absolute;
	right:25px;
	top:50px;
	color:#fff;
}

header div.slide h2 span.ftext {
	font-size:17px;
	line-height:26px;
}

header div.slide h2 span.stext {
	margin-top:10px;
	font-size:11px;
	line-height:10px;
	display:block;
}

/*
* Title
*/
header.title {
	background: none;
	background: url("title_bgbottom.gif") no-repeat 25px bottom;
	height:36px;
	padding:0px;
	margin:0px;
}

header.title h2 {
	margin-top:15px;
	background: url("title.gif") no-repeat left center;
	color:#628ABD;
	padding-left:25px;
}

#sidebar header.title h2 {
	background: url("title_sidebar.gif") no-repeat left center;
	color:#000;
}

#sidebar ul.content {
	display:block;
	width:auto;
}

#sidebar ul.content li {
	width:175px;
	margin-bottom:0px;
}

div.article {
	margin:17px 25px 0px 25px;
}
div.date {
	margin:0px 25px 5px 25px;
}

#sidebar div.article {
	margin:17px 0px 0px 25px;
}

#content ul.content {
	width:357px;
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	list-style-type:none;
}

ul.content li {
	margin-bottom:15px;
}

#content ul.sec {
	display:block;
	width:auto;
}

#content ul.sec li {
	display:inline-block;
	vertical-align:top;
	width:357px;
	margin-bottom:15px;
}

#content h3 {
	font-size:14px;
	margin-left:25px;
	font-weight:normal;
}

#content h3.title {
	margin:10px 0 10px 25px;
}

#content ul.content li h3 a {
	font-weight:bold;
}

#content div.images {
	margin:0 10px 0px 25px;
	width:143px;
	float:left;
}

#content div.images img {
	border:1px solid #B8B9BD;
	margin-bottom:5px;
	padding:2px;
}

#content div.images span {
	font-size:10px;
	font-weight:bold;
}

#content ul.content li div.images {
	margin:20px 15px 0px 25px;
	width:120px;
}

#content ul.content li div.images img {
	margin-bottom:0px;
}

a.more:link,
a.more:active,
a.more:visited,
a.more:hover {
	background: url("more_green.gif") no-repeat right 3px;
	width:80px;
	display:block;
	color:#4E9A02;
	margin:5px 0 0 25px;
}

a.back:link,
a.back:active,
a.back:visited,
a.back:hover {
	background: url("more_green.gif") no-repeat right 3px;
	width:50px;
	display:block;
	color:#4E9A02;
	margin:5px 0 0 25px;
}

#sidebar a.more {
	background: url("more_orange.gif") no-repeat right 3px;
	width:55px;
	color:#F98B00;
}

footer {
	clear:both;
	background-color: #91BBE3;
	width: 920px;
	height: 84px;
	text-align: left;
}

footer p {
	background-color:#C0DAF5;
	padding:24px 0 0 35px;
	width:255px;
	height:60px;
	float:left;
	color:#466788;
	font-size:11px;
}

footer p a {
	display:block;
	color:#466788 !important;
	text-decoration:underline !important;
}

div.bg {
	clear:both;
	width: 920px;
	background: url("shadows.jpg") no-repeat left -42px;
	height: 11px;
	margin-bottom:20px;
}

footer nav {
	padding-top:24px;
}

footer nav ul li {
	background: url("menu_line_bott.gif") no-repeat right 5px;
	width:89px;
	text-align:center;
	display: inline-block;
}

footer nav ul li.nobg {
	background: none;
}

footer nav ul li a {
	text-transform:uppercase;
	font-size:11px;
	color:#fff !important;
}

span.match {
	color:#F89000;
}

div.path {
	margin:10px 0px 10px 25px;
}

div.doc {
	margin:10px 0px 10px 25px;
}

div.doc h3 {
	margin:0px !important;
}

/*
*	Paging
*/
div.pages {
	margin: 20px 0;
	text-align: center;
}

div.pages a {
	background: #fbfbfb;
	border: 1px solid #ddd;
}

div.pages span {
	border: 1px solid #91BBE3;
}

div.pages a,
div.pages span {
	padding:1px 4px; 
	display: inline-block;
	margin: 0 6px 0 0;
	color: #91BBE3;
}

div.pages a:hover {
	border: 1px solid #91BBE3;
}

div.cwd {
	display: inline-block;
}

span.empty {
	border: 1px solid #C0DAF5 !important;
	color: #C0DAF5 !important;
}

ul#gallery {
	margin:20px 0 0 25px;
}

ul#gallery li {
	width:120px;
	text-align:center;
	margin-right:17px;
	vertical-align:top;
	display: inline-block;
}

ul#gallery li img {
	border:1px solid #B8B9BD;
	padding:2px;
}

ul#gallery li p {
	text-align:left;
	margin-bottom:10px;
}