
/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #474747;
	text-decoration: none;
	text-align: left;
	background: url(/images/bg-body.jpg) repeat-x #002c67;
}

img {
	display: block;
	border: none;
}

/*________ HEADER ________*/

#header {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/bg-header.jpg) no-repeat center top;
	overflow: hidden;
}

#header ul {
	padding: 8px 0 10px 0;
	
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #715d3e;
	font-size: 14px;
	padding: 0 15px;
	text-decoration: none;
	border-left: 1px solid #d3b890;
}

#header ul li.noLeftBorder a {
	padding: 0 15px 0 0;
	border-left: none;
}

#header ul li a:hover {
	color: #372a15;
}

#flash {
	float: right;
}

#header p {
	color: #e6f5ff;
	line-height: 18px;
}

/*________ CONTAINER ________*/

#container {
	background: #ffffff;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

#container #nav {
	text-align: center;
	margin: 0 0 10px 0px;
	background: url(/images/bg-nav.jpg) repeat-x;
	padding: 15px 0 0 0;
height: 31px;
border-top: 1px solid #ffe6b9;
}

#container #nav li {
	display: inline;
margin: 0;
list-style-type: none;
padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
}

#container #nav li a {
	padding: 10px 15px 10px 14px;
margin: 0 -3px 0 0;
	color: #474747;
	text-decoration: none;
	border-right: 1px solid #ffe6b9;
}


#container #nav li a:hover {
	border-top: 5px solid #002c67;
}

.red a {border-top: 5px solid red;}
.lightRed a {border-top: 5px solid #e8641b;}
.orange a {border-top: 5px solid #ef9c00;}
.yellow a {border-top: 5px solid yellow;}
.lightGreen a {border-top: 5px solid #7cc623;}
.green a {border-top: 5px solid #00b034;}
.darkGreen a {border-top: 5px solid #00a49d;}
.aqua a {border-top: 5px solid #00a9ec;}
.lightBlue a {border-top: 5px solid #0669b2;}
.blue a {border-top: 5px solid #314396;}

#container #nav li a:hover {
	background: url(/images/bg-nav.jpg);

}

/*________ CONTENT AREA ________*/

#contentArea {
margin-bottom: 20px;
width: 940px;
overflow: hidden;
background: url(/images/bg-content-area.gif) repeat-y top;
}


/*________ SIDEBAR ________*/

#sidebar {
	width: 230px;
	float: right;
	margin-right: 10px;
}

#sidebar div {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 190px;
	background: url(/images/bg-corners.gif) no-repeat bottom;
	overflow: hidden;
}

#searchPanel {
	height: 63px;
	padding-top: 20px;
}

#searchPanel form {
border-left: 1px solid #e8c191;
border-right: 1px solid #e8c191;
background-color: #ffe6b9;
margin: 0;
height: 27px;
padding: 3px 0 0 0;
width: 188px;
overflow: hidden;
}

#searchPanel form div {
margin: 0;
overflow: hidden;
width: 150px;
background: none;
}

#searchPanel form fieldset {
float: left;
width: 150px;
padding: 0 0 0 10px;
margin: 0;
}

#searchPanel form label {
display: none;
}

#searchPanel form fieldset input {
width: 145px;
height: 20px;
margin: 0 0 0 0;
padding: 3px 1px 0 4px;
border: 0;
background: url(/images/bg-search.gif) no-repeat left;
}

#searchPanel form input {
margin: 1px 0 0 0;
}

#sidebar ul {
	background: url(/images/bg-sidebar-lists.gif);
	margin-bottom: 8px;
	padding: 0 0 10px 15px;
	line-height: 25px;
	list-style-type: none;
}

#sidebar ul li a {
	color: #474747;
	text-decoration: none;
	padding-left: 8px;
	background: url(/images/bg-list-items.gif) no-repeat center left;
}

#sidebar ul li a:hover {
color: #b8b8b8;
}

#sidebar #qut {
	background: none;
}

#sidebar #qut img {
	float: left;
	padding-right: 10px;
}

#sidebar #qut p {
	font-size: 10px;
	padding-left: 10px;
}


/*________ CONTENT ________*/

#content {
margin: 0 0 0 20px;
overflow: hidden;
width: 665px;
}

#content h2 {
	color: #023e91;


	font-size: 18px;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e0e0e0;
}

#content h2 .rssFeed {
float: right;
}

#content h3 {
font-size: 15px;
padding-bottom: 5px;
margin-bottom: 10px;
color: #023e91;
border-bottom: 1px dotted #e0e0e0;
}

#content h4 {
font-size: 14px;
padding-bottom: 5px;
}

#content p {
line-height: 1.5;
padding-bottom: 15px;
}

#content p strong {
	color: #000000;
}

#searchform fieldset {
border: 0;
}

#searchform label {
float: left;
width: 70px;
margin: 0 0 10px 0;
padding-top: 3px;
}

#searchform fieldset input {
display: block;
width: 175px;
padding: 3px 2px 0 3px;
margin: 0 0 10px 0;
}

#searchform input {
display: block;
margin: 0 0 0 70px;
}

#content ul {
margin: 0 0 20px 35px;
}

#content ul li {
margin-bottom: 3px;
}

#content ul ul {
margin: 3px 0 12px 35px;
}

#content a {
color: #ff9c1b;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

/*________ CONTENT (home) ________*/

#featureArticle {
width: 645px;
overflow: hidden;
padding: 10px;
background: #fff2db;
margin: 0 0 20px 0;
}

#featureArticle img {
padding: 1px;
border: 1px solid #929292;
margin-right: 10px;
float: left;
}

#featureArticle div {
overflow: hidden;
width: 390px;
}

#featureArticle h2 {
padding-top: 0;
}

#featureArticle h2 a {
text-decoration: none;
color: #023e91;
}

#content #featureArticle p.date {
	font-size: 10px;
	color: #ff9c1b;
	background: url(/images/bg-date.gif) no-repeat;
	padding-left: 18px;
}

#content #featureArticle p {
padding: 0 10px 10px 0;
}

/*________ POSTS / ARTICLES ________*/

#content p.articleLink a {
	font-size: 10px;
	color: #ff9c1b;
	text-decoration: none;
}

#content p.articleLink a:hover {
	text-decoration: underline;
}

.article {
	margin: 0 0 30px 0;
	width: 660px;
overflow: hidden;
width: 665px;
}

.article .imgThumb {
border: 1px solid #929292;
float: right;
padding: 1px;
margin: 0 10px 10px 10px;
}

#content .article h3 a {
	color: #023e91;
text-decoration: none;
}

#content .article h3 a:hover {
text-decoration: underline;
}

#content .article p {
padding: 0 10px 10px 0;
}

#content .article p.date {
	font-size: 10px;
	color: #ff9c1b;
	background: url(/images/bg-date.gif) no-repeat;
	padding-left: 18px;
}

#content #respond form fieldset {
border: 0;
}

#content #respond form fieldset input {
float: left;
clear: left;
width: 168px;
padding: 1px 0 1px 2px;
margin: 0 5px 8px 0;
}

#content #respond form label {
display: block;
margin: 0 0 12px 0;
padding-top: 3px;
font-size: 11px;
}

#content #respond form textarea {
display: block;
width: 648px;
height: 98px;
padding: 1px 0 1px 2px;
margin: 0 0 8px 0;
overflow: auto;
font: 12px Arial, Helvetica, sans-serrif;
}

#content .commentlist li {
margin: 0 0 15px 0;
padding: 15px;
background: #f5f5f5;
}

#content .commentlist li img {
float: left;
margin: 0 15px 20px 0;
}

#content .commentlist li .fn {
color: #ff9c1b;
font-weight: bold;
}

#content .commentlist li .fn a {
text-decoration: none;
color: #ff9c1b;
}

#content .commentlist li .fn a:hover {
text-decoration: underline;
}

#content .commentlist li p {
display: block;
overflow: hidden;
width: 580px;
padding: 0;
}

#content .commentlist li .commentmetadata {
font-size: 11px;
color: #b7b7b7;
}

/*________ CONTACT US ________*/

#emailUs {
float: right;
width: 350px;
padding: 15px 0;
}

#emailUs h3 {
font-size: 14px;
padding-bottom: 5px;
}

#contactForm p {
padding-bottom: 5px;
}

#contactForm fieldset {
border: 0;
}

#contactForm label {
float: left;
clear: both;
margin: 0 10px 10px 0;
width: 75px;
padding-top: 3px;
text-align: right;
}

#contactForm fieldset input {
display: block;
width: 167px;
padding: 2px 0 2px 3px;
margin: 0 0 10px 0;
}

#contactForm textarea {
display: block;
width: 237px;
height: 86px;
padding: 2px 0 2px 3px;
margin: 0 0 10px 0;
overflow: auto;
font: 12px Arial, Helvetica, sans-serrif;
}

#contactForm #verification {
overflow: hidden;
width: 250px;
margin-left: 85px;
}

#contactForm #verification a {
display: block;
width: 100px;
padding: 5px 0;
}

#contactForm #verification label {
display: block;
float: none;
width: auto;
text-align: left;
padding: 0;
margin-bottom: 5px;
}

#contactForm input {
margin: 0 0 0 85px;
}

#contactForm #errorText {
color: #ff0000;
}

#contactForm #errorText p {
font-weight: bold;
}

#contactForm #errorText ul {
padding: 0 0 10px 20px;
}

#contactForm #errorText ul li {
margin-bottom: 2px;
}

#contactForm #successText {
color: #23aa2a;
font-weight: bold;
padding-bottom: 10px;
padding-top: 5px;
}

#contactDetails {
width: 300px;
overflow: hidden;
padding: 15px 0;
}

#contactDetails dt {
float: left;
clear: both;
font-weight: bold;
width: 70px;
margin: 0 0 10px 0;
}

#contactDetails dd {
display: block;
margin: 0 0 10px 0;
overflow: hidden;
width: 210px;
}

/*________ FOOTER ________*/

#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#footer img {
	padding: 0 5px 0 0;
	float: left;
}


#footer ul {
	font-size: 10px;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
	list-style-type: none;
	border-right: 1px solid #ffffff;

}

#footer ul li a {
	text-decoration: none;
	color: #ffffff;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer p {
	float: right;
	color: #add0ff;
	font-size: 10px;
}

#footer p a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
clear: both;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter {
clear: both;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
display: inline;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
