* {
	margin: 0;
	padding: 0;
}

body {
	background: #F0FFB3;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

input, textarea, select {
	background: #E9F2FF;
	border: 1px #E8DBA7 solid;
	color: #284172;
}

#stdForm form {
	background: #284172;
	padding:10px;
	color:#FFFFFF;
}

#stdForm textarea.email {
	width:750px;
	height:250px;
}
#stdForm textarea.comment{
	width:700px;
	height:50px;
}
#stdForm fieldset {
	border: solid 1px #284172;
	background: #D2EAFF;
	margin: 0;
	border: 0;
	padding: 5px;
	color:#284172;
}

#stdForm input, select, span.cat {
	float:left;
	margin:10px;
	background: #E9F2FF;
	width:100px;
}

#stdForm input.file {
	float:left;
	margin:10px;
	background: #E9F2FF;
	width:250px;
}
#stdForm input.wide {
	float:left;
	margin:10px;
	background: #E9F2FF;
	width:450px;
}
#stdForm input.radio {
	background: #D2EAFF;
	width:20px;
}

#stdForm label.radio {
	width: 70px;
}

#stdForm span.datespan {

}

#stdForm input.date {
	background: #E9F2FF;
	width:80px;
	float:left;
	margin: 10px;
}

#stdForm img.cal {
	float:left;
	width:20px;
	margin: 10px 0 10px 0;
}

#stdForm span.legend {
	border-bottom:solid 1px #284172;
	background: #D2EAFF;
	color: #284172;
	font-weight:bold;
	margin:5px;
	display:block;
}

#stdForm legend {
	display:none;
}
#stdForm span.payment_option{
	margin: 0 0 0 3px;
	float:left;
}
#stdForm label {
	width: 100px;;
	float: left;
	text-align: right;
	margin: 10px;
	display: block;
}

#list_form input ,select{
	background: #E9F2FF;
	width: 100%;
	margin:0 0 10px 0;
}

.spacer{clear:both; height:5px;}

#searchform fieldset {
	border:none;
	background: #284172;
	padding:10px;
}

#searchform input, textarea {
	width:90%;
	font-size:14px;
	background: #E9F2FF;
}

#frm_login input, textarea {
	width:100px;
	font-size:14px;
	background: #E9F2FF;
}

#frm_login input.btn {
	width:60px;
	font-size:10px;
}

input.btn {
	padding:1px;
}

input.btn:hover {
	background: #284172;
}

#frm_login fieldset {
	border:none;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #284172;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

a.whiteLink:link { color:#284172;text-decoration:none;}
a.whiteLink:visited { color:#284172;text-decoration:none;}
a.whiteLink:hover { color:#284172;text-decoration:underline;}

.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

img.w3c {
	float:right;
	margin-right:25px;
}



/* Header */

#header {
	height: 145px;
	margin: 0 auto;
	background: #E9F2FF;
}

#logo {
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

#logo .banner, #logo h2 {
	margin: 0;
}

#logo .banner {
	float: left;
	padding-top: 20px;
	font-size: 4em;
}

#logo h2 {
	float: left;
	padding: 30px 0 0 8px;
	letter-spacing: -0.05em;
	font-weight: normal;
	font-size: 2em;
	font-style: italic;
	color: #284172;
}

#logo h2 span{
	font-size: 2em;
	font-style: italic;
}

/* Menu */

#menu-wrap {
	background: none;
	
}

#menu {
	width: 800px;
	height: 35px;
	margin: 0 auto;
}

.dropdown {
	display:none;
	text-align:center;
	position:absolute;
	top:136px;
	left:475px;
	width:110px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	white-space:nowrap;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 15px 5px 15px;
	background: #E9F2FF;
	border: 1px #284172 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #284172;
}

#menu a:hover {
	text-decoration: none;
	background: #284172;
	border: 1px #E8DBA7 solid;
	color:#FFFFFF;
}

#menu .active a {
	color:#FFFFFF;
	background: #284172;
	border: 1px #E8DBA7 solid;
}

#menu li:hover .dropdown {
	display:block;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

#content {
	/*background: #FFEFBF;*/
	background: #E9F2FF;
	border-bottom: 4px #284172 solid;
	padding-bottom:25px;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .byline {
	margin: 0 0 30px 0;
	line-height: normal;
}

.post .entry {
}

.post .meta {
	clear: both;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .comments {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta .permalink {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.post .slideshow {
	margin: 0 20px 20px 0;
	width:300px; 
	float:left;
}

/* Latest Post */


#latest-post-wrap {
	background: #F0FFB3;
	border-bottom: 4px #284172 solid;
}

#latest-post {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#latest-post h1 {
	margin: 10px 0;
	padding: 0;
}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
}

#latest-post .meta {
	padding: 10px 0 0 0;
}


/* Login Form */

.login_bar {
	background: #284172;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0;
}

.login_bar div {
	text-align:right;
}

.login_div {
	width: 800px;
	margin: 0 auto;
}
.login_div a:link { color:#FFFFFF;text-decoration:none;}
.login_div a:visited { color:#FFFFFF;text-decoration:none;}
.login_div a:hover { color:#FFFFFF;text-decoration:underline;}

/* Recent Posts */

#recent-posts {
	width: 800px;
	margin: 0 auto;
}

#recent-posts h2 {
	margin: 1px 0 0 0;
	padding: 10px 0 10px 15px;
	background: #284172;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-posts h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#recent-posts h3 a {
	text-decoration: none;
}
#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	float: left;
	width: 240px;
	padding-left: 29px;
}

#recent-posts li.first {
	padding: 0;
}

#recent-posts li.two_col{
	float:left;
	width: 320px;
	padding-left:30px;
}
#articles .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #DDD7C0 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#articles .byline span {
}

#articles .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#articles .byline a:hover {
	text-decoration: underline;
}
#recent-posts .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #DDD7C0 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline span {
}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#recent-posts .byline a:hover {
	text-decoration: underline;
}

#recent-posts p {
	padding: 0;
	margin: 0;
}
/* Full Article */

#full-article {
	width: 800px;
	margin: 0 auto;
}

/* Sidebar */

#sidebar {
	width: 800px;
	margin: 0 auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	float: left;
	width: 266px;
}

#sidebar li ul {
	padding-left: 20px;
	
}

#sidebar li li {
	float: none;
	width: auto;
	padding: 3px 0;
	background: none;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 16px;
	background: #284172;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	white-space:nowrap;
}

/* Search */

#search {
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

/* Calendar */

#calendar {
}

#calendar table, #calendar caption {
	width: 100%;
	text-align: center;
}

#calendar caption {
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: #E9F2FF;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #284172;
}

#search_results {
	width:100%;
	border: solid 1px #284172;
}

#search_results th {
	font-weight:bold;
	padding:5px;
	text-align:left;
	background:#284172;
	font-size:1.0em;
	color: #FCF1CD;
}

#search_results td {
	padding:5px;
	text-align:left;
	background: #D2EAFF;
}

#search_results td.right_cell {
	text-align:right;
}

#search_results td.center_cell {
	text-align:center;
}

span.red {
	color: #DF6464;
	font-weight:bold;
}

/* Bread Crumb */

#linkheader {
	width: 800px;
	margin: 5px auto;
	padding: 5px;
	background:#284172;
	color:#FFFFFF;
}
#linkheader a:link { color:#FFFFFF;text-decoration:none;}
#linkheader a:visited { color:#FFFFFF;text-decoration:none;}
#linkheader a:hover { color:#FFFFFF;text-decoration:underline;}

a.whiteLink:link { color:#FFFFFF;text-decoration:none;}
a.whiteLink:visited { color:#FFFFFF;text-decoration:none;}
a.whiteLink:hover { color:#FFFFFF;text-decoration:underline;}

/* Error Div */
#error, #notice {
	background-color:#DF6464;
	background-image: url(/img/bulb_yellow.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 800px;
	margin: 5px auto;
	padding: 5px;
}
#error p, #error span, #notice p, #notice span {
	margin-left: 25px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:baseline;
}
#notice {
	background-color:#3CA4FF;
	background-image: url(/img/bulb_white.png);
}

div#db_error {
	border:double 5px #284172; 
	width:75%;
	/*background:#FFEFBF;*/
	background:#E9F2FF;
	text-align:center;
	padding-bottom:20px;
	margin:20px auto;
}
div#db_error img {
	margin: 20px 0 0 0;
}
div#db_error h1 {
	margin-top:-10px;
}

div.button {
	text-align:center;
	margin:auto;
}

div.button a {
	padding: 5px 20px 5px 20px;
	background: #E9F2FF;
	border: 1px #284172 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #284172;
}

div.button a:hover {
	text-decoration: none;
	background: #284172;
	border: 1px #E8DBA7 solid;
	color:#FFFFFF;
}

div.button .active a {
	color:#FFFFFF;
	background: #284172;
	border: 1px #E8DBA7 solid;
}
div.bottom {
	clear:both;
}
div.content_title {
	font-weight:bold;
	text-align:center;
	margin:auto;
	padding:10px;
	font-size:1.2em;
	color:#284172;
}
div.preview_box {
	width:310px;
	margin:auto;
	text-align:center;
}

.article_link {
	text-align:right;
	padding:10px;
}

.article {
	border:solid 1px #284172;
	padding:10px;
	margin: 5px 0 5px 0;
}

.content_item {
	border:solid 1px #284172;
	width:150px;
	min-height:150px;
	float:left;
	padding:10px;
	margin:10px;
	text-align:center;
}

.ad {
	width:350px;
}
#right_box {
	border:solid 1px #284172;
	width:300px;
	height:auto;
	float: right;
	padding:10px;
	margin:0px;
	text-align: left;
}
#right_box em{
	font-style : italic;
	font-weight : bolder;
	margin-left : 5px;
}

#right_box.expire_soon{
	color: Red;
}

