/* Resets */

* {
	margin: 0px;
	padding: 0px;
	font: 8pt/100% "Verdana", "Helvetica", "Tahoma", "sans-serif";
}

html,
body {
	height: 100%;
	width: 100%;
	background-color: #eee;
}

body {
/*overflow: scroll;*/
}



/* General element styling */

/* Block level elements and their children */

p {
	line-height: 13pt;
	margin-bottom: 15px;
	text-align: justify;
}

h1 {
	font-size: 17pt;
	text-align: center;
	color: #ea0000;
	margin-bottom: 10px;
}

h2 {
	font-size: 15pt;
	color: #4c6596;
	margin-bottom: 10px;
}

h3 {
	font-size: 14pt;
	color: #4c6596;
	margin-bottom: 10px;
}

ul {
	padding-left: 20px;
	list-style: disc outside url(/media/images/ul.png);
}

ul li {
	line-height: 13pt;
}


/* Inline elements */

strong {
	font-size: 100%;
	font-style: inherit;
	font-weight: bold;
	border-width: inherit;
}

em {
	font-size: 100%;
	font-style: italic;
	font-weight: inherit;
	border-width: inherit;
}


/* Links */
a:link,
a:visited {
	color: #a70000;
	/*
	text-decoration: none;
	border-bottom: 1px dotted #a70000;
	*/
}
a:hover {
	/*
	border-bottom-style: solid;
	*/
}

a:link img,
a:visited img,
a:hover img {
	border-style: none;
}



/* General classes */

.clear {
	clear: both;
}

.advertDiv {
	text-align: center;
	margin: 5px 0px;
}

.floatRightImg {
	float: right;
	margin: 0px 0px 5px 25px;
}

.floatLeftImg {
	float: left;
	margin: 0px 25px 5px 0px;
}

.imgSubtitle {
	color: #4c6596;
	font-style: italic;
}

.frame {
	padding: 3px 6px;
	background: #ddd url(/media/images/fade-left.png) top right repeat-y;
	text-align: center;
}

.fleft {
	float: left;
}

.quote {
	padding-left: 50px;
	padding-right: 50px;
	font-style: italic;
	/*clear: both;*/
	color: #4c6596;
	font-weight: bold;
}

/* .quote em, em > em { font-style: normal; } */

.cite {
	display: block;
	text-align: right;
}

.cite * {
	color: #a70000;
}

.center {
	text-align: center;
}

.super {
	font-size: 80%;
	vertical-align: top;
}
/* Layout elements and their children */

#main {
	width: 1000px;
	margin: auto;
}

#header {
	background-color: #4c6596; 
	position: relative; /* thus allowing child elements to position based on this element */
}

#footer {
	background-color: #4c6596; 
	position: relative; /* thus allowing child elements to position based on this element */
}

#header {
	height: 80px; /* height is set to the same as the logo */
}

#content{
	background: #fff url(/media/images/bg-content.png) repeat-y top left;
	/*
	background: #fff url(/media/images/bg.png) repeat-y top left;
	*/
	width: 988px; /* width + side padding + side margin must equal 1000px */
	padding: 0px 6px; /* padding of 6 on left and right keeps elements off the gradient edge */
}

.spacer {
	background-color: #a70000;
	height: 3px;
}

#header,
#footer,
.spacer {
	background-image: url(/media/images/bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 6px; /* 6px of padding on either side keeps the gradient from being covered over */
}

/* left and right total width must be (1000 - 6*2 = 988) */
#contentLeft {
	/* width + padding-left + padding-right + margin-left + margin-right must = 611 */
	width: 549px;
	padding: 0px 32px 0px 30px;
	
	float: left;
}

#contentRight {
	/* width + padding-left + padding-right + margin-left + margin-right must = 377 */
	width: 352px;
	padding: 0px 0px 0px 25px;
	
	float: right;
}

#contentRight,
#contentLeft {
	margin-top: 5px;
	padding-bottom: 25px;
}


/* Top Menu */

#topMenu {
	/* the header is 988 px wide, the logo is 329 px wide, leaving 659px for the menu */
	width: 659px;
	
	/* header is positioned relatively, so this elements positioning will be based on the headers coordinates, rather than the body */
	position: absolute;
	
	bottom: 20px;
	right: 6px;
	
	list-style: none outside none;
}

#topMenu li {
	display: block;
	float: right;
	
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	
	/* total width should be 94 (659/7) */
	margin: 0px 7px 0px 0px;
	padding: 0px 7px;
	/* padding: 0px 0px 0px 7px; */
	
	/*
	width: 87px;
	background-color: #3a5041; 
	*/
	background-color: #4c6596;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#topMenu li,
#topMenu li * {
	font-family: "Helvetica", "sans-serif";
	font-size: 9pt;
}

#topMenu li:hover {
	/* background-color: #a70000; */
	background-color: #2c4576;
}


li#currentCategory,
li#currentCategory:hover {
	background-color: #a70000;
}

#topMenu li a {
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	border-style: none;
}

#topMenu li a:hover {
	border-style: none;
}


#mainTitle {
	clear: both;
}

/* Footer items */

#address {
	float: left;
	padding: 5px;
}

#address,
#address * {
	color: #fff;
	border-color: #fff;
}

#legal {
	display: block;
	float: right;
	padding-right: 5px;
}

#legal li {
	display: block;
	float: right;
	padding: 5px;
	line-height: 10pt;
}

#legal li a:link,
#legal li a:visited {
	color: #fff;
	border-color: #fff;
}

#contentLeft ul {
	margin-bottom: 15px;
}

/* Right Content items */

.featureHeading {
	padding: 0px 5px;
	margin-bottom: 5px;

	border-bottom: 2px solid #a70000;
	background-color: #4c6596;
	
	position: relative;
	
	margin-top: 35px;
  
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;

}

.featureHeading, .featureHeading a {
	font-size: 13pt;
	line-height: 16pt;
	color: #fff;
	
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}

.featureHeading a:hover {
	text-decoration: underline;
}

.featureSection ul {
	margin-left: 5px;
}

.featureSection .quote {
	padding: 5px 15px;
	color: #000;
	font-weight: normal;
}

.cite { line-height: 150%; }
	
#newslist li {
	margin-bottom: 10px;
}

#newslist li h3 {
	margin: 0px;
}

#newslist li h3 a {
	line-height: 13pt;
	vertical-align: top;
}

#newslist li p {
	margin: 0px;
	padding: 3px 17px 0px 17px;
	
	line-height: 11pt;
}

.endorsement {
  text-align: center;
	float: right;
	padding: 0px 10px 10px 0px;
}
