﻿
*
{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

body
{
	font-family: Arial, Helvetica, "Trebuchet MS" , sans-serif;
	color: #504f4f; /*background-color: #c4c5cb;*/
	background: url( '../../media/images/interface/bgrepeat.jpg' );
	background-repeat: repeat-x;
	background-color: White;
	font-size: .80em;
}

#wrapper
{
	position: relative;
}

#Page
{
	width: 990px;
	margin: 0; 
}
#Header
{
	width: 990px;
	height: 187px;
}
#Banner
{
	width: 990px;
	height: 135px;
}
#TopNav
{
	width: 990px;
	height: 52px;
	background: url( '../../media/images/interface/TopBar.jpg' );
	background-repeat: no-repeat;
}
#TopNavLeftContent
{
	width: 650px;
	padding: 17px 25px 16px 52px;
	color: White;
	font-size: 1.2em;
	float: left;
}
#TopNav a{color: #959c00}
#TopNav a:hover{color: #959c00}
#TopNavRightContent
{
	width: 200px;
	padding: 17px 0px 17px 30px;
	color: White;
	font-size: 1.2em;
	text-align: right;
	float: left;
	
}
.NavLink
{
	color: White;}
#ContentWrap
{
	background: url( '../../media/images/interface/GrayBg.jpg' ) no-repeat left top;
	background-color: #ffffff;
	min-height: 300px;
	height: auto !important;
	width: 990px;
}
#Content
{
	width: 990px;
	padding: 50px;
}
#ContentMain
{
	width: 580px;
	float: left;
	padding-right: 15px;
}
#ContentRight
{
	width: 300px;
	float: left;
	padding-left: 15px;
}


/* DEFAULT HEADLINES */

h1, h2, h3, h4
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #504f4f;
	font-weight: lighter;
	margin-bottom: .5em;
	margin-top: .5em;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1em;
}

h4
{
	font-size: .9em;
}

/* DEFAULT TEXT */

p, ul, ol
{
	font-size: .95em;
	font-family: Arial, Verdana, "Trebuchet MS" , Helvetica, sans-serif;
	margin-top: .3em;
	margin-bottom: .3em;
}

p
{
	margin-top: .95em;
	color:Black;
}
ul
{
	list-style: none;
}

ul li
{
	margin-left: 1em;
	padding-left: .75em;
}

ol
{
	margin-left: 1em;
	list-style-position: inside;
}

blockquote
{
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

/* DEFAULT LINKS */

a
{
	text-decoration: underline;
	color: #005d9d;
}

a:hover
{
	text-decoration: underline;
	color: #000000;
}

/* INPUT CONTROLS */

input, textarea
{
}

input.text
{
}

input.button
{
}
select
{
	color: #504f4f;
	margin-left: 10px;
}

td
{
	padding: 5px 10px;
	margin: 0px;
	font-size: .95em;
}
.Title
{
	font-weight: bold;
	font-size: 1.2em;
}





/*----------------------------------------------------------------------------*/
/*----------------------------  NEWS  ELEMENTS  ------------------------------*/
/*----------------------------------------------------------------------------*/

.NewsItem
{
	clear: both;
	font-family: "Trebuchet MS" , Verdana, Arial, Tahoma;	
}

.NewsItem .Headline
{
	color: gray;
	font-weight: bold;
	font-size: 13pt;
}

.NewsItem .Date
{
	color: #979797;
	font-size: 8pt;
	margin-bottom: 5px;
}
.NewsItem .Archives
{
	text-align: center;
	border-top: #c68f46 1px solid;
	font-size: 8pt;
	padding-top: 5px;
	margin-bottom: 20px;
}

.NewsItem .HomepageNews
{
	text-align: left;
	font-size: 8pt;
	padding-top: 5px;
	clear: both;
	margin-bottom: 15px;
}

.NewsItem .QuickLink
{
	text-align: right;
	float: right;
	position: relative;
	top: 23px;
	border-bottom: #c68f46 1px dotted;
	width: 360px;
	padding-bottom: 2px;
}
.NewsItem .ReadMoreLink
{
	text-align: right;
	float: right;
}
.NewsItem .ImageHeader
{
	float: left;
	margin-bottom: 10px;
}

.NewsItem .NewsBody
{
	margin-top: 5px;
	margin-bottom: 35px;
	font-size: 10pt;
}
.NewsItem .Header
{
	clear: both;
}
.NewsItem .NewsPost
{
	clear: both;
	margin-bottom: 35px;
}

.RSSCallOutBox
{
	margin-top: 20px;
	padding: 9px;
	margin-bottom: 30px;
	border-top: #c68f46 1px dashed;
	border-bottom: #c68f46 1px dashed;
	height: 33px;
}
/* end of news elements */

.StatusMessage
{
	padding: 5px;
	margin: 5px;
	border: 1px solid #4280BB;
	font-weight: bold;
	color: #000000;
}