/*
	Stylesheet for Hoppinger CMS(c) 2006-2008 Hoppinger.com
	Use this to start from when creating a new HTML/CSS project
*/

/*
	Style Imports
*/
@import url('menu.css');
@import url('modules.css');
@import url('sitemap.css');


/*
	BEGIN of Reset CSS Styles
	This is used to avoid complications when different browsers use different default values for these elements
*/
html, body, div, span, applet, object, iframe,
h1, h2, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/*
	END of Reset CSS Styles
*/

/*
	BEGIN of General CSS Styles
	These style definitions should be in any website
*/
body {
	font-family: Arial, Optimer, Verdana, Arial, sans-serif;
	font-size: 62.5%;
}

table {
	border-collapse: collapse;
}

td {
	text-align: left;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #333333;
}

input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    color: #000;
}

.clean_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.hidden_row {
	display: none;
}
/*
	END of General CSS Styles
*/

/*
	BEGIN of Layout CSS Styles
	Anything required to form the layout of the website
*/
/*
	START DIV ID's
*/
div#siteWrapper {
	margin: 0 auto;
	width: 995px;
}

div#header {
	padding-top: 20px;
	width: 995px;
}
div#imageHeader {
	width: 995px;
	height: 185px;
}

div#searchContainer {
	margin-top:1px;
	width: 995px;
	height: 11px;
	background-color: #002d70;
}

div#nav {
	width: 230px;
	float: left;
}

.logo{
	padding-top: 15px;
	padding-left: 45px;
}
div#contentContainer {
	width: 497px;
	min-height: 600px;
	height:auto !important;
	height:600px;
	float: left;
}

div#syndicateIframe
{
	border-top: 1px solid #8a9bb7;
	width: 995px;
	padding:20px;
	min-height:400px;
	height:auto !important;
	height:400px;
	clear:both;
}

div#aside {
	width: 268px;
	min-height: 600px;
	height:auto !important;
	height:600px;
	float:right;
}

*html div#aside { width: 240px; }




.imageClassHeader {
	width: 995px;
	height: 184px;
}

div#contentTop, div#contentTop2 {
	clear: both;
	width: 497px;
	height: 7px;
	background-image:url('../images/contentTop.jpg'); 
	background-repeat: no-repeat; 
}

div#contentTop2 {
	width:765px;
	background-image:url('../images/contentTop2.jpg'); 
}

div#contentPage, div#contentPage2 {
	clear: both;
	width: 497px;
	background: transparent url(../images/contentBG.jpg) repeat-y;
	min-height: 600px;
	height:auto !important;
	overflow:hidden;
	height:600px;
	float: left;
}

div#contentPage2 {
	width:765px;
	background: transparent url(../images/contentBG2.jpg) repeat-y;
}

*html div#contentPage{margin-top: -6px; }

div#footer {
	clear: both;
	border-top: 1px solid #8a9bb7;
	width: 995px;
	height: 40px;
	float: left;
}

div#footerText {
	float:left;
	padding-top:10px;
	padding-bottom: 10px;
	width: 600px;
}

div#footerLogo {
	float:right;
	padding-top:10px;
	padding-bottom: 10px;
	width: 225px;
}

div#footerLogo  a{
	padding-left: 10px;
}

/* Menu */
div#adminMenuLeft
{
	padding:5px;
	padding-left:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:215px;
	height:140px;
	background-color:#cccccc;
	float:left;
}

div#adminMenuRight
{
	padding:5px;
	padding-left:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:215px;
	height:80px;
	background-color:#cccccc;
	float:left;
}

div#adminMenuRight
{
	border-right:1px solid black;
}

div#adminMenuLeft
{
	border-left:1px solid black;
}

div#nav ul {
	list-style: none;
	padding: 0;
	margin-bottom: 50px;
	border: 0;
	float:left;
	width: 230px;
}

div#aside ul{
	list-style: none;
	padding: 0;
	margin-bottom: 50px;
	border: 0;
	float:left;
	width: 268px;
}

*html div#aside ul{width: 260px;}

div#nav li, 
div#aside li {
	border-top: 1px solid #8a9bb7;
	height: 19px;
	padding-left: 10px;
	list-style: none;
	padding-top: 2px;
}

div#nav li a, 
div#aside li a{
	color: #1f2a57;
	font-size: 1.1em;
	text-decoration: none;
	letter-spacing: 0.02em;
}

div#nav ul#twitter_update_list li {
	border-top: 1px solid #8a9bb7;
	padding: 8px 0 8px 0;
	height:100%;
	list-style: none;
	padding-top: 3px;
	font-size:12px;
}

div#nav li a:hover, 
div#aside li a:hover{
	text-decoration: underline;
	letter-spacing: 0.02em;
}

div#nav li.active,
div#aside li.active 
{
	color: #000;
	font-weight: bold;
	background-color: #d9e0ea;
}


/* Breadcrumb */

#breadcrumb img{
	padding-right: 15px;
}

#breadcrumb{
	float: left;
	height: 26px;
	padding-top: 20px;
	padding-left: 15px;
	width: 700px;
	overflow: hidden;
}

.breadcrumbItem { 
	float:left;
	padding-right: 5px;
	font-size: 1.0em;
	color: #999999;
}

.breadcrumbItem a{ 
	text-decoration: none;
	color: #999999;
	font-size: 1.2em;
}

.breadcrumbItem a:hover{ 
	text-decoration:underline;
}

/* Fonts */
p, a {
	line-height: 1.25em; 
	font-size: 11px;
	text-align: left;
	color: #1f2a57;
	font-size: 1.1em;
}

h1 {
	font-size: 2.4em;
	width: 457px;
	padding-bottom: 13px;
	border-bottom: 2px solid #1f2a57;
	color: #1f2a57;
}

h1.exception{
	width:725px;
}

h3 {
	font-size: 1.6em;
	width: 457px;
	color: #1f2a57;
}

.article, .article2{
	width: 437px;
	overflow:hidden;
	padding: 0 20px;
}

.article p, .article2 p {
	font-size: 1.3em;
	color: #1f2a57;
	line-height: 1.4em;
}

p
{
	margin:0;
	padding:0;
}

.article2{
	width: 725px;
}

.articleIntro{
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.1em;
}

div.navSpace {
	width: 100%;
	padding-bottom:15px;	
	color: #1f2a57;
}

div.spacer {
	height:20px;
	width: 100%;
	float:left;
}

div.navSpace h2 {
	font-size: 2.2em;
	color: #666666;
	padding-left: 20px;
	background: url('../images/arrow_down.jpg') no-repeat left center ;
	float: left;
	width: 210px;
}
span.footer-mainhead
{
	font-size: 1.0em;
	color: #141d48;
	line-height: 14px;
}

span.footer-text {
	font-size: 1.0em;
	color: #8c9ab5;
	line-height: 1.3em;
}

span.footer-text-small {
	font-size: 0.9em;
	color: #8c9ab5;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

a.footer-link:link, a.footer-link:visited {
	font-size: 1.0em;
	color: #018afe;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	text-decoration: none;
}

a.footer-link:hover {
	text-decoration: underline;
}

.rightSubmenu
{
	margin-top:5px;
	margin-left:5px;
}

.rightSubmenu ul, .rightSubmenu li
{
	width:243px;
	font-weight:normal;
}
