@import url("menu.css");

/******************** SKIN STYLES ********************/

h1
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #F82E3B;
}

h2
{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4C5054;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet_red.gif) no-repeat center left;
}

.rightColumn h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 14px 0;
	padding: 0;
	color: #F82E3B;
	text-transform: uppercase;
	text-align: center;
	background: none;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 14px 0;
	padding: 0 0 0 25px;
	color: #F82E3B;
	background: url(images/bullet_red_big.gif) no-repeat center left;
}

a, a:link, a:active, a:visited, a.SkinObject, a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited
{
	color: #F82E3B;
	text-decoration: underline;
}

a:hover, a.SkinObject:hover
{
	text-decoration: none;
}

p
{
	margin: 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5054;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5054;
}

ul
{
	margin: 8px 0 8px 2px;
	padding: 0 0 0 15px;
}

ul li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4C5054;
	font-size: 12px;
	list-style-image: url(images/bullet_round.gif);
	margin: 0;
	padding: 0;
}

ol li
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4C5054;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

ul.red li
{
	list-style-image: url(images/bullet_red.gif);
}

#body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5054;
}

.editorBody
{
	text-align: left;
}

.search
{
	text-align: right;
}

.header
{
	padding: 20px 0 0 0;
}

.pageWrapper
{
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

.logo
{
	float: left;
	margin: 0 40px 0 0;
}

.menu img
{
	margin-top: -6px;
	position: absolute;
	/*width: 800px;*/
}

.menuSeparator
{
	background: url(images/menu_separator.gif) no-repeat center center;
	height: 13px;
	width: 13px;
	margin-left: -20px;
	position: relative;
	float: left;
}

.SkinObject
{
	font-size: 11px;
	font-weight: normal;
}

.baseNav
{
	padding: 25px 0 0 0;
	text-align: center;
}

.baseNav p
{
	font-size: 11px;
}

/*-------------- Search SkinObject Styles --------------*/
/*
div.SearchContainer a{padding: 0px; display: block; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{z-index: 10; border: 0px; width:130px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0px;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}*/


/****************************** articles *************************/
#articlesMenu {
	margin: 25px 0;
	text-align: center;
}

h1#articleCategory {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #9f9f9f;
}

#articles .articleListing {
	padding: 25px 0;
	border-top: 2px dotted #cccccc;
}

#articles .first {
	padding-top: 0;
	border: 0;
}

#articles h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #16498c;
	font-size: 20px;
	font-weight: normal;
	border: 0;
	background: none;
	padding: 0;
}

#articles .articleItem {
	float: left;
	width: 307px;
	margin: 0 25px 0 0;
}

#articles .articleInfo {
	margin: 0 0 10px 0;
}

#articles .articleInfo p {
	font-style: italic;
	margin: 0px 0 !important;
}

#articles .articleImage {
	float: left;
	padding: 5px;
	border: 1px solid #c9c9c9;
}

#articles .articleImageView {
	float: right;
	padding: 5px;
	border: 1px solid #c9c9c9;
	margin: 0 0 25px 25px;
}

#articles .comments {
	margin: 0 0 25px 0;
}

#articles .caption {
	text-align: right;
	font-weight: bold;
}
