/* Quote Box */
blockquote
{
	margin: 1em 0;
	border: 1px solid #ddd;
	padding-top: 30px;
	width: 350px;
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;	
}
blockquote p {padding: 0 70px}
blockquote p.source
{
    background: url(../images/quote_close.gif) no-repeat 100% 100%;
	padding-bottom: 30px;
	margin: 0 5px 5px 0;
	text-align: right;
	font-style: italic;
}

.editor_pic {
	margin: 2px;
	padding: 3px;
	float: right;
	width: 250px;

}

.editor_caption {
	margin: 2px;
	padding: 3px;
	float: right;
	width: 250px;
	text-align: right;
	font-size: 10px;
}

.right_pic {
	margin: 2px;
	padding: 3px;
	float: right;

}

.byline {
	font-size: 12px;
	font-variant: small-caps;
}

.editor_byline {
	margin: 2px;
	padding: 3px;
	float: right;
	width: 250px;
	text-align: right;
	font-style: italic;
	text-transform: uppercase;
	font-size: 8px;
}

.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}

.section {
	list-style-image: url(/images/boxes.gif);
}

.feature {
	background-color: #E5E5E5;
	margin: 0px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}

.feature_title {
	background-color: #E5E5E5;
	margin: 0px;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.nav_left {
	width: 165px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.section_head_left {
	float: left;
	width: 245px;
	line-height: 14px;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
}

.content_left {
	width: 220px;
	float: left;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(../images/boxes.gif);
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

.section_head_right{
	float: left;
	width: 245px;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding: 0px;
}

.content_right {
	width: 220px;
	float: left;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(../images/boxes.gif);
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	padding: 0px;
}

.section_head_full{
	float: left;
	width: 430px;
	line-height: 14px;
	background-position: 0px 0px;
	padding: 0px;
	margin: 0px;
}

.content_full {
	width: 400px;
	float: left;
	line-height: 14px;
	list-style-position: outside;
	list-style-image: url(../images/boxes.gif);
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

/*For article previews*/
.article_tease {
	margin: 3px;
	padding: 3px;
}
h3 {
	background-color: #83A5C3;
	margin: 0px;
	color: #FFFFFF;
	padding: 2px;
}

/*For pop up div*/
.layerposition {
	position: absolute;
	left:590px;
	visibility: hidden;
}
.popupinfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #83A5C3;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 1px;
}

.popupinfo_title {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #83A5C3;
	margin: 0px;
	border: 1px solid #83A5C3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.warning {
	color:#FF0000;
}
