@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fefefe;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 980px;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
}

.header {
	height: 275px;
	width: 980px;
}
.topGraphic {
	float: right;	
}
.headerBanner {
	background: url(/images/core/plate/headerGraphic/home001.jpg) no-repeat center;
	position: relative;
	top: 75px;
	height: 200px;
	width: 980px;
}
.headerNavi {
	float: right;
}
.headerNavi li {
	font: small-caps 0.9em Verdana, Geneva, sans-serif;
	color: #daeaf2;
	display: inline;
	padding: 0px 3px;
	text-align: right;
	position: relative;
	top: -145px;
}
.headerSubNavi {
	padding-left: 5px;
}
.headerSubNavi li {
	font: small-caps 0.75em Verdana, Geneva, sans-serif;
	color: #daeaf2;
	display: inline;
	padding: 0px 2px;
	text-align: left;
	position: relative;
	top: 3px;
}
.headerSubNavi .highlight a:link {
	color: #00FF66;
	text-decoration:none;
}
.headerSubNavi .highlight a:visited {
	color: #00FF99;
	text-decoration:none;
}
.header a:link {
	color: #daeaf2;
	text-decoration:none;
}
.header a:visited {
	color: #cde4ef;
	text-decoration: none;
}
.header a:hover {
	color: #d5dee2;
	text-decoration:underline;
}


.actionBar {
	float: right;
	width: 30%;
	padding-bottom: 10px;
}
.mainContent {
	padding: 10px 0;
	width: 70%;
	float: right;
}


.mainContent ul, .mainContent ol { 
	padding: 0 15px 15px 40px;
}
.mainContent .titleHeading {
	font: 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #646e76;
	margin-left: 10px;
}
.mainContent dt {
	font: oblique bold 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b5a62;
	padding-left: 15px;
}
.mainContent dd {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b5a62;
}
.mainContent td {
	font: 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b5a62;
	text-align: left;
	vertical-align: top;
}
.mainContent .eventTable td {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b5a62;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
}
.footerCopyright {
}
.footerCopyright li {
	font: 0.69em Verdana, Geneva, sans-serif;
	color: #333;
	text-align: left;
	display: inline;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
