/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@IMPORT url("/css/site/imageShadow.css");
@IMPORT url("/css/site/submenu.css");
@IMPORT url("/css/site/address.css");

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: url("/images/header2.gif") repeat-x left top;
	width: auto;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #7D7D7D;
}

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

h1.pageHeader{
	/*margin-right: -4.5em;*/ 
	text-align: right; 
	padding: 0; 
	font-size: 1.6em;
	color: #4F4E70;
}


h2 {
	font-size: 23px;
	font-size: 1.8em;
}

h2#PageSubTitle{
	border-bottom: none;
	font-size: x-large;
	margin-bottom: 0.3em;
	border-bottom: 1px dotted #D1D1D1;
	background: url("/images/img04.jpg") repeat-x left bottom;	
}

span.title{
	border-bottom: none;
	font-size: large;
	font-style: italic;
	margin-bottom: 0.3em;
	border-bottom: 1px dotted #D1D1D1;
	background: url("/images/img04.jpg") repeat-x left bottom;	
	width: 66%;
	display: block;	
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

ul{
	clear: both;	
}

a:link {
	color: #6DBD0B;
	color: #7E7BBB;
}

a:hover, a:active {
	text-decoration: none;
	color: #6DBD0B;
	color: #7E7BBB;
}

a:visited {
	color: #6DBD0B;
	color: #7E7BBB;
}

a#topLink, a.topLink{
	float: right;
	clear: both;
	margin: 2em 0 1em 0;
	background-image: url("/images/arrow_up.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

span.breadcrumbs{
	/*margin-right: -11em;*/ 
	text-align: right;
	font-size: small;
	font-style: italic;	
	font-size: 1em;
	
	float: right;
}

span.easyRead{
	display: block;
	clear: both;
}

span.easyRead a{
	background: url("/images/zoom_in.png") no-repeat left;
	padding-left: 20px;		
}


span.worPrepQuestion{
	clear: both;
	display: block;
	margin: 1em;
	margin-left: 0;		
	font-size: large;
	font-style: italic;
}

img{
	border: 0;	
	padding: 0;
	margin: 0;
}

	
/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid silver;
}

form dl{
	
}
	
form dd{
	
	
}
	
form dt{
}

/* Header */

#header {
	width: 860px;
	height: 50px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 860px;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 5px 2px 2px 2px;
	list-style: none;
	line-height: normal;
	float: right;
	margin-right: -4em;
}

#menu li {
	display: inline;
}

#menu li.currentMainMenuItem a{
	color: #283C6D;
}

#menu a {
	padding: 10px 10px 10px 10px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EBEBEB;
}

#menu a:hover { 
	border-bottom: 1px dotted #EBEBEB;
	border-top: 1px dotted #EBEBEB;
	color: white;
}

#menu a:hover span.numbertxt{
	color: white;	
}

#menu .current_page_item a {
	color: white;
}

#menu .numbertxt {
	font-size: 28px;
	color: silver;
	margin-right: 0.2em;
}

#menu span {
	margin: 0;
	padding: 0;
}

/** LOGO */

#logo {
	/*margin-top: 2px;*/
	float: left;	
}

#logo h1, #logo h2 {
	margin: 0;
	line-height: normal;
	padding: 0;
}

#logo h1 {
	
	 }

#logo h1 a {
	text-decoration: none;
	color: #0A183B;
	font-size: xx-large;
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	margin-left: 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:small;
	color: #66B209;
	
}

#logo p a {
	text-decoration: none;
}

#logo p a:hover { text-decoration: underline; }


#pageDetails{
	float: right;
	text-align: right;
}


/* Page */

#page {
	width: 950px;
	margin: 0px auto;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding: 0.3em;
	margin-top: 1em;
}

#content h2#caption{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:small;
	color: #7E7BBB;
	float: left;
	
}


/* Post */

.quote{
	padding: 10px;
	font-style: italic;	
	border: 1px dotted silver;
	clear: both;
}

.quote .quotee{
	margin-top: 5px;
	padding-top: 5px;
	display: block;
	border-top: 1px dotted silver;
	background-color: white;
	color: silver;	
}

#buttonContainer{
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.buttonRow{
	float: right;
	text-align: right;
	border: 1px solid silver;
	background-color: #EFEFEF;
	height: 16px;
	padding: 4px;
}

.buttonRow a{
	margin: 0;
	padding: 0 2px 0 0px;
	
}

.buttonRow #textResizeWrap{
	display: inline;
	margin-left: 6px;
}


.post {
	padding: 15px 15px 0 0;
	margin-top: 90px;
}

.post .title {
	margin-bottom: 20px;
	border-bottom: 1px dotted #D1D1D1;
	background: url("/images/img04.jpg") repeat-x left bottom;
}

.post .entry {
}

.post .meta {
	height: 70px;
	padding: 40px 15px 0px 15px;
	background: url("/images/img03.jpg") repeat-x left top;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url("/images/img09.gif") no-repeat left 50%;
}

.post .meta .comments {
	padding-left: 22px;
	background: url("/images/img08.gif") no-repeat left 50%;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}


#sidebar h2 {
	padding-top: 20px;
	margin-bottom: 10px;
	/*background: url("/images/img04.jpg") repeat-x left bottom;
	border-bottom: 1px dotted #D1D1D1;*/
	font-size: 18px;
}

/* Search */

#search {
	background: url("/images/img03.jpg") repeat-x left bottom;
	margin-bottom: 20px;
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 3px 0px 3px 15px;
	border: 1px solid #F0F0F0;
}

#x {
	margin-bottom: 20px;
	padding: 3px 3px 3px 3px;
	background: #ECECEC;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url("/images/img05.gif") no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url("/images/img10.gif") repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	margin-top: 2em;
}

#footer {
	text-align: center;	
	color: white;
	height: 52px;
	min-height: 52px;
	padding: 0;
	background: #A0A0A3 url("/images/img05.gif") repeat-x left bottom;
}

html>body #footer {
	height: auto;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: center;
}

#footer a{
	color: #283C6D;	
}

#footer a:hover{
	color: white;
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

.newsSummary{

}

.newsSummary span{
	display: block;	
	margin-top: 1em;
	margin-bottom: 1em;
	color: #7D7D7D;
}

.newsSummary .headline{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.newsSummary .text{

}

.newsSummary .readMore{
	font-style:italic;
	text-align: right;
	color: #C4F28D;		
	background: url("/images/img03.jpg") repeat-x left bottom;
	padding: 4px;	
}
.news{
	
}

.news .headline{
	clear: both;
	font-size: medium;
	font-weight: bold;
	font-style: italic;	
	color: #7D7D7D;
	margin-top: 1em;
	margin-bottom: 1em;	
}

.news .body{
	
}