
/* Global Styles */
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin: 0px auto;
	float: none;
	clear: both;
}
#mainbody {
	width: 800px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 5px 0px 0px;
}
img {
	border: 0px;
}

input.btn
{	border-style: none;
	border-color: inherit;
	border-width: 0px;
	height: 28px;
		background-color: #CC0000;
	background-image: url('../images/top-menu-background-red.bmp');
		background-repeat: repeat-x;
		color:White;
		font-weight: normal;
		padding: 0px;
		margin: 0px 0px 20px 0px;
}
 

.rightimage {
	float: right;
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.leftimage {
	float: left;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fullwidthimage {
	clear: both;
	border: 0px;
	margin-bottom: 10px;
}


/* Header */
#header {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	width: 800px;
	background-repeat: repeat-x;
	background-position: top right;
}

.fathead {
	font-size: 140%;
	padding: 0px 15px 0px 0px;
}

#header .subhead {
	font-weight: bold;
	font-size: 180%;
	color: #AAAAAA;
}

#header img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: text-bottom;
}
#header .leftlogo {
	float: left;
	margin: 3px 20px 0px 0px;
}

#header .rightlogo {
	float: right;
	margin: 0px 0px 0px 20px;
}



/* Top Menu */
#topmenu {
	width: 800px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: 36px;
	background-color: #CC0000;
	background-image: url('../images/top-menu-background-red.bmp');
	background-repeat: repeat-x;
	clear: both;
	float: left;
	list-style: none;
}

#topmenu ul {
	display: none;
	position: absolute;	
	list-style: none;
	margin: 0px;
  	padding: 0px;
}
#topmenu li {
	float: left;
    position: relative;
	height: 33px;
	background-image:    url('../images/top-menu-separator-red.bmp');
	background-repeat:no-repeat;
	background-position: 0 9px
}

#topmenu li.firstItem {
	background-image: none
}

#topmenu a:link, #topmenu a:visited {
	display: block;
  	text-decoration: none;
}

* html #topmenu a {
  width: 100%;
}

#topmenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 8px 19px;
}

#topmenu a:hover{
	text-decoration:none;
	background-image: url('../images/top-menu-background-grey.bmp');
	background-repeat: repeat-x;
}

#topmenu img{
	padding: 0px;
	margin: 0px;
	background-color: #CC0000;
}

#topmenu ul li {
	background-image: none;
	clear: both;
	width: 250px;
}

#topmenu li:hover ul {
  	display: block;
  	background-color: #888888;
}


#home #menuHome,
#cover-summary #menuCoverSummary,
#about-us #menuAboutUs,
#faq #menuFAQ,
#news #menuNews,
#contact #menuContact
{
	color: #880000;
	background-image:      url('../images/white-triangle.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}



/* Mainbody */
#mainbodyleft {
	width: 570px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}
#mainbodyleft h1 {
	font-size: 150%;
	font-weight: normal;	
	color: #CC0000;
	margin: 0px 0px 0.2em;
	clear: both;

}
#mainbodyleft h2 {
	font-size: 120%;
	font-weight: normal;
	color: #CC0000;
	margin: 0px 0px 0.2em;
	clear: both;
}
#mainbodyleft h3 {
	font-size: 110%;
	font-weight: normal;
	color: #CC0000;
	margin: 0px 0px 0.2em;
}

#mainbodyleft p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 0px 0px 0.8em;
	color: #000000;
}

#mainbodyleft b, strong {
	font-weight: bold;
}

#mainbodyleft a {
	color: #0000FF;
	text-decoration: underline;
}

#mainbodyleft a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#mainbodyleft ol, ul {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0.8em;
}

#mainbodyleft li {
	margin-bottom: 0.5em;
}

#mainbodyleft li a {
	text-decoration: none;
	color: #888888;
}

#mainbodyleft .intro {
	font-size: 110%;
	line-height: 1.3em;
	color: #888888;
	margin: 0px 0px 1.0em;
}

#mainbodyleft blockquote {
	width: 260px;
	float: right;
	border: solid #AAAAAA;
	border-width: 0px 0px 0px 1px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}

#mainbodyleft blockquote p{
	color: #CC0000;
	font-size: 120%;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* Main Image */
#mainimage {
	background-image:  url('../images/main-photo-background-red.bmp');
	background-color: #CC0000;
	width: 570px;
	height: 220px;
	padding: 0px;
	margin-bottom: 20px;
}
	
#mainimage p {
	font-size: 150%;
	line-height: 1.3em;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	color: #FFFFFF;
}

#mainimage img {
	float: right;
	clear: right;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


/* Right items */
#rightitems {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-bottom: 10px;
}

#rightitems h1{
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 150%;
}

#rightitems h4{
	margin: 0px 0px 0.5em;
	color:#00329B;
	padding: 0px;
	font-weight: normal;
	font-size: 70%;
}

#rightitems img{
	margin: 0px 0px;
	padding: 0px;
}


#rightitems  p  {
	font-size: 80%;
	line-height: 1.3em;
	padding: 0px 10px;
	margin: 0px 0px 1.3em;
	color: #333333;
}
#rightitems ul{
	font-size: 80%;
	line-height: 1.4em;
	list-style-type: none;
	padding: 0px 10px 10px;
	margin: 0px;
}
#rightitems  a  {
	color: #888888;
}
#rightitems a:hover  {
	color: #0000FF;
}


#rightitems #rightmenu {
	width: 180px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
#rightitems #rightmenu p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 80%;
	line-height: 1.3em;
}
#rightitems #rightmenu h1 {
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 100%;
	color: #CC0000;
}
#rightitems #rightmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.8em;
}


.description {
	margin: 0px 0px 1em;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.2em;
	color: #666666;
}


#rightitems #rightmenu a {
	color: #0000AA;
	font-weight: bold;
}
#rightitems #rightmenu a:hover{
	color: #0000FF;

}



/* Footer */
#footer {
	width: 570px;
	padding-bottom: 20px;
	margin-top: 20px;
	clear: none;
}
#footer p{
	font-size: 70%;
	line-height: 1.3em;
	color: #999999;
	margin: 0px;
}
#footer a{
	color: #999999;
	text-decoration: underline;
	margin-right: 5px;
}
#footer a:hover{
	color: #0000FF;
}

