html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.cms_textarea {
	width: 100%;
	height: 85%;
}

.cms_edit_1 {
	position: absolute;
/*	display: block;*/
	border: 1px solid #aaa;
	padding: 2px 5px;
	background: #EEE;
	color: #666;
	z-index: 10000;
}

.cms_edit_2 {
	position: absolute;
	float: right;
/*	display: block;*/
	border: 1px solid #aaa;
	padding: 2px 5px;
	background: #EEE;
	color: #666;
	z-index: 10000;
}

/*Utility*/
.clear 	{ clear: both; }
.left	{ float: left; }
.right	{ float: right; }

.img-shadow { float:left; background: url(../images/shadowAlpha.png) no-repeat bottom right !important; background: url(../images/shadow.gif) no-repeat bottom right; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px; }
.img-shadow img { display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; margin: -6px 6px 6px -6px; padding: 4px; }

.form_label 	{ color: #666; }
.form_text 		{ width: 190px; }
.form_textarea	{ width: 195px; height: 300px; }

body, html {
	background: #ececec;
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0000aa;
}

a:hover {
	color: #DC143C;
}

p, ul, li {
	color: #333;
}

h1 {
	margin: 0px;
	
	font-size: 20px;
	font-family: "Gil Sans", "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Verdana";
	font-weight: bold;
}

td {
	vertical-align: top;
}

#container {
	background-color: #FFF;
	margin: auto;
	width: 1100px;
	height: 100%;
/*	border-left: 1px solid #000;*/
/*	border-right: 1px solid #000;*/
}

#header {
	padding-left: 10px;
	height: 100px;
	background-color: #f4f4ff;
}

img#masthead {
	padding-top: 15px;
}

#utility_nav {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
/*	height: 25px;*/
	background-color: #eeeeee;
	color: #5f5f5f;
	font-size: 12px;
}

#utility_nav #search {
	padding-left: 10px;
}

#utility_nav #search #search_input {
	padding: 0px;
	margin: 0px;
/*	background-image: url(../images/icons/magnifier.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: top center;*/
	color: #5f5f5f;
}

#utility_nav a:link, #utility_nav a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #6c6c6c;
}

#utility_nav a:hover {
	color: #000;
}

#body {
	padding: 10px 10px 10px 10px;
}

#nav_column {
	float: left;
}

#nav {
	padding: 10px;
	border: 2px solid #bfbfbf;
	width: 175px;
	background-color: #f4f4ff;
}

#nav .nav_section {
	margin-bottom: 10px;
}

#nav .nav_header {
	font-family: "Gil Sans", "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Verdana";
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 2px;
}

#nav .nav_item {
	margin-left: 15px;
}

#nav a:link, #nav a:visited {
	font-weight: normal;
	display: block;
	text-decoration: none;
	color: #191919;
}

#nav a:hover {
	color: #999;
}

#content {
	font-size: 12px;
}

#left_column {
	float: left;
	margin-left: 20px;
	width: 500px;
}

#right_column {
	float: left;
	margin-left: 20px;
	width: 200px;
}

#footer {
	text-align: center;
	background-color: #f4f4ff;
	font-size: 12px;
	color: #646464;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #6C6C6C;
	text-decoration: none;
}

#footer p {
	margin: 0px;
}

#copyright {
	text-align: center;
	background-color: #eeeeee;
	font-size: 12px;
	color: #5f5f5f;
	padding-top: 5px;
	padding-bottom: 5px;
}

#copyright a:link, #copyright a:visited,
#footer a:link, #footer a:visited
{
	font-weight: normal;
	color: #5f5353;
	text-decoration: none;
}

#copyright a:hover,
#footer a:hover {
	color: #000;
}




/*Home page*/
#feature {
	padding: 10px;
	border: 2px solid #bfbfbf;
	float: left;
	width: 400px;
	background-color: #f4f4ff;
	margin-bottom: 15px;
}

#feature .feature_title {
	font-family: "Gil Sans", "Century Gothic", "Avant Garde", "Avant Garde Gothic", "Verdana";
/*	font-weight: bold;*/
	font-size: 20px;
	margin-bottom: 5px;
}

.feature_title a:link, .feature_title a:visited {
	text-decoration: none;
	color: #000;
}

#feature .feature_blurb {
	color: #333;
}

#feature .feature_more {
	padding-top: 10px;
	float: right;
}

#feature .feature_more a:link, #feature .feature_more a:visited {
	text-decoration: none;
	color: #191919;
	font-weight: bold;
}

.article_preview {
	margin-bottom: 20px;
}

.article_preview a:link, .article_preview a:visited {
	text-decoration: none;
	color: #000;
}

.article_preview a:hover {
	color: #999;
}

.article_title {
	font-weight: bold;
	font-size: 13px;
}

.article_blurb {
/*	font-weight: bold;*/
	color: #555;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #333;
}

h3 {
	font-weight: bold;
	font-size: 16px;
}

/*Article page*/
#article {
	
}

 .article_by {
	font-style: italic;
	float: right;
}

 .article_date {
	font-style: italic;
	float: left;
}

#article .article_body {
/*	text-align: justify;*/
	margin-top: 20px;
	color: #333;
}

#author {
	padding: 10px;
	border: 2px solid #bfbfbf;
	float: left;
	width: 100%;
	background-color: #f4f4ff;
	margin-top: 20px;
}

#author .author_name {
	text-align: center; font-size: 15px; margin-top: 0px;
}

#author .author_image {
	float: left;
}

.article_body {

}

.article_body img {
/*	display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; margin: 3px 10px 6px 0px; padding: 4px;*/
}

#options {
	padding: 10px;
	border: 2px solid #bfbfbf;
	float: left;
	width: 100%;
	background-color: #f4f4ff;
	text-align: center;
}

#options img {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#options a:link, #options a:visited {
/*	color: #191919;*/
	padding-right: 12px;
}

#options a:hover {
	color: #000;
}

#author_options {
	text-align: center;
}

#author_options img {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#author_options a:link, #author_options a:visited {
/*	color: #191919;*/
	padding-right: 12px;
}

#author_options a:hover {
	color: #000;
}

/*Interest Alert*/
.interest_alert a:link, .interest_alert a:visited {
	color: #000;
}
.interest_alert b {
	display: none;
}

.error {
	color: #F00;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

p.tracking {
	display: none;
}