

body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(../images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

p {
}

blockquote {
	font-style: italic;
}

ul, ol { padding-left: 1.5em; margin-left: 1.5em; }

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}
#subheader {width: 860px; 
height: 35px;
background: url(../images/subheader.gif);
color: #d9e99e;
font-size: 22px; 
font-syle: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 25px 0px 20px 0px;
	padding-left: 16px ;
	padding-top: 5px;
	font-weight: 600;}
	
#subheader p { margin: 0; padding: 0; float: left; width: 600px; }	
#subheader a { float: right; font-size: 14px; color: #d9e99e; margin: 7px 14px 0 0; padding: 0; }
	
	#subpage-subheader {width: 600px; 
height: 35px;
background: url(../images/subheader.gif);
color: #d9e99e;
font-size: 22px; 
font-syle: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding-left: 10px ;
	padding-top: 5px;
	font-weight: 600;}	
	
/* Logo */

#logo {
	float: left; 
	padding-left: 40px;
}

#logo h1, #logo h2 {
	float: left;
	/*text-transform: lowercase;*/
	color: #4F6977;
}

#logo h1 {
	padding: 115px 0 0 40px;
	font-weight: bold;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 12px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #4F6977;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 140px 20px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 28px 0 0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #4F6977;
}
/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img03.jpg) repeat-y;
}

#bg {
	background: url(../images/img06.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 600px;
	background: url(../images/img04.jpg) no-repeat;
}
#subpagecontent {
	float: left;
	width: 600px;
	background: url(../images/img04.jpg) no-repeat;
	padding-left: 20px;
}

/* Posts */

.post {
	width: 590px;
	padding: 0 0 0 28px;
	clear: both;
	margin-bottom: 35px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post h2 span { font-size: 18px; color: #7197ab; }

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	padding: 0 0px 0 12px;
	background: url(../images/img07.jpg) no-repeat;
}

.entry .post { margin-bottom: 0; }

.post .meta {
	padding: 15px 12px;
	background: url(../images/img08.jpg) no-repeat left bottom;
}

.post .meta b {
	display: none;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(../images/img09.gif) no-repeat left center;
}

.post .comments {
	background: url(../images/img10.gif) no-repeat left center;
}

.post h3 { margin-bottom: 1em; }

/* Recent Box */

#recent-box {
	width: 276px;
	height: 167px;
	padding: 22px 17px 0 27px;

background: url(../images/img11.jpg) no-repeat right bottom;
}

#recent-box h2 {
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 18px;
	font-weight: normal;
}
#recent-box h2 a {color: #38B5F1;font-size: 12px; padding-left: 45px; font-weight: bold; text-decoration: underline;}
#recent-box ul {
	font-size: 12px;
		list-style-type: circle;
		list-style-position: inside; 
		padding-left: 24px;
}

#recent-box li {padding-left: 5px;
}

#recent-box li span { color: #5f8699; font-size: 10px; }

#recent-box p {
	font-size: 12px;
	margin-left: 37px;
	width: 250px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 354px;
	background: url(../images/img05.jpg) no-repeat top right;
	
}
#sidebarSub {	float: right;
	width: 274px;
	background: url(../images/img05.jpg) no-repeat;
	min-height: 500px;
}
#sidebarSub ul {
	width: 206px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#sidebarSub li {

}

#sidebarSub li ul {
	width: auto;
	padding: 0 15px 0 10px;
}

#sidebarSub li li {
	padding: 5px 0 5px 0;
	background: url(../images/img13.gif) repeat-x;
}

#sidebarSub li li.first {
	padding-top: 0;
	background: none;
}

#sidebarSub li h2 {
	font-size: 18px;
	padding: 30px 0 40px 10px;
	/*background: url(../images/img12.jpg) no-repeat left bottom;*/
}

/* Footer */

#footer {
	padding: 20px 0;
	width: 954px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	float: left;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	
	color: #83B3CE;
}
/*****************************************************************************Three Column Layout*/
#maincontent_wrap {
	float: left;
	width: 894px;
	margin: -85px 0px 0px 20px;
	padding: 0px 20px 20px 20px;
	border: none;
	background-color: #FFF;
	background: url("images/imgrightborder.gif") no-repeat top right;
}

.resourcebox{width: 275px;  margin-right: 20px; float:left;}
dt {font-weight: bold;}
dd {line-height: 1.5em; margin-bottom: 1em;}
dd.link a {text-decoration: none; color: #000;}
dl.portlet {margin: 1px 0 1em 0; height: 260px;}
dl.portlet a {text-decoration: none;}
.portletHeader {background: url(../images/portlet_header.gif) 0 0 no-repeat; padding: 0.2em 1em; font-weight: normal; font-size: 18px; width: 245px;}
.portletHeader a {color: #38B5F1;font-size: 12px; float: right; margin-top: -18px; font-weight: bold; text-decoration: underline;}
.portletItem {margin: 0; padding: 1em; border-left: 1px solid #bc4; border-right: 1px solid #bc4;}
.portletItem p {text-align: left;}
.portletMap {margin: 0; padding: 0; border-left: 1px solid #bc4; border-right: 1px solid #bc4; text-align: center;}
.portletFooter {background: #fafaee; margin: 0; padding: 0.25em 1em; border: 1px solid #bc4; border-top-style: dotted; text-align: left; height: 200px; margin-bottom: 20px;}
.portletFooter a {font-weight: normal;}
.portletFooter.double {background: #ffe; border-bottom: none;}
.portletItemDetails {text-align: right; color: #000; font-weight: normal; display: block;}

/* Page navigation */ 	
.pagination {background: #fff; color:#666; padding:4px 2px 0 0px; margin:0 0 0 37px; width: 500px;}
/* .pagination p {text-align:center;} */
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc; margin-right:1px}
.pagination p a:hover {background:#16ACE3; color:#fff; border:1px solid #0097D8;}
.pagination p b {text-decoration:none;background:#fff;padding:2px 5px;border: 1px solid #ccc;color:#ccc; margin-right:1px; font-weight: bold;}
.pagination h4 {margin-top:-1.45em;padding:0;border:none}
/*File Types*/ 
 .floatleft
{
float: left;
width: 67px;
margin: 0 10px 10px 0px;
background-color: #fff;
padding: 0px 10px 10px 10px;
}

.clearer{clear:both;}
form fieldset {

  clear: both;

  font-size: 100%;

  border-color: #4F6977;

  border-width: 1px 0 0 0;

  border-style: solid none none none;

  padding: 10px;

  margin: 0 0 0 0;

}



form fieldset legend {

  font-size: 150%;

  font-weight: normal;

  color: #4F6977;

  margin: 0 0 0 0;

  padding: 0 5px;

}



label {

  font-size: 100%;

}



label u {

  font-style: normal;

  text-decoration: underline;

}



input, select, textarea {

  font-family: Tahoma, Arial, sans-serif;

  font-size: 100%;

  color: #4F6977;

}


form div {

  clear: left;

  display: block;

  width: 354px;

  zoom: 1;

  margin: 5px 0 0 0;

  padding: 1px 3px;

}
form div.submit {

  width: 214px;

  padding: 0 0 0 146px;

}



form div.submit div {

  display: inline;

  float: left;

  text-align: left;

  width: auto;

  padding: 0;

  margin: 0;

}



form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {

  background-color: #cccccc;

  color: #000000;

  width: auto;

  padding: 0 6px;

  margin: 0;

}



form div.submit div input.inputSubmit, form div.submit div input.inputButton {

  float: right;

  margin: 0 0 0 5px;

}



form div small {

  display: block;

  margin: 0 0 5px 142px;

  padding: 1px 3px;

  font-size: 78%;

  zoom: 1;

}


form div fieldset {

  clear: none;

  border-width: 1px;

  border-style: solid;

  border-color: #666666;

  margin: 0 0 0 144px;

  padding: 0 5px 5px 5px;

  width: 197px;

}



form div fieldset legend {

  font-size: 100%;

  padding: 0 3px 0 9px;

}



form div.required fieldset legend {

  font-weight: bold;

}



form div label {

  display: block;

  float: left;

  width: 130px;

  padding: 3px 5px;

  margin: 0 0 5px 0;

  text-align: right;

}



form div.optional label, label.optional {

  font-weight: normal;

}



form div.required label, label.required {

  font-weight: bold;

}

form div input.inputText, form div input.inputPassword {

  width: 200px;

  padding: 1px 3px;

  margin: 0 0 0 0;

}

img.right { padding: 3px 0; border: 1px solid #a9e1ff; float: right; clear: right; }