/* CSS Document * Richard Thomas 19/10/2006 */
@import url(forms.css);
/* 
 page elements
................................................................ */

body {
	
	text-align: center;
	background-color:#E7E7E7;
	background: top left url(../../images/bg.gif) repeat;
	background-color:#E7E7E7;
	background-repeat: repeat-x;
	margin-top:28px;
}

* html body {
	
	text-align: center;
	padding: 20px;
	background: url(../../images/bg_ie.gif);
	background-color:#E7E7E7;
	background-repeat: repeat-x;
	margin-top:15px;
}

img {
	border-style: none;
	float: right;
}

#header {
	width: 784px;
	height: 173px;
	text-align: left;
	margin: 0 auto;
	padding: 8px;
	background: top left url(../../images/header_hero.jpg);
	background-repeat:no-repeat;
	background-color: #1e3a6b;
	text-align:left;
}

#Container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color:#E7E7E7;
	background: top left url(../../images/bg_shadow.gif) repeat;
}

#mainLinks {
	padding-left:35px;
	margin-left:1px;
	margin-right:1px;
	margin-top:12px;
	font-weight: bold;
	font-size: 0.7em;
	font-style:normal;
	background-image:	url(../../images/nav_blue.gif);
}

#mainLinks ul {
	margin-left:-18px;
	list-style: none;
	height: 55px;
}

* html #mainLinks ul {
	margin-left:3px;
	list-style: none;
	height: 35px;
}

#mainLinks li {
	float: left;
	text-transform: uppercase;	

}

#mainLinks li a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-top: 17px;
	padding-left: 3px;
	padding-right: 8px;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 50px;
	text-decoration: none;
}

* html #mainLinks li a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-top: 17px;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 36px;
	text-decoration: none;
}

#mainLinks li a:hover {
	background-image: url(../../images/nav_over.gif);
	background-repeat: repeat-x;
	text-decoration: underline;
}

#linkList #moreLinks, #linkList #newsletterLink {
	display: none;
	visibility: hidden;
}


#logo {
    float:left;
    padding-right:550px;
    margin-top:10px;
    }

#navigation {
	width: 774px;
	height: 70px;
	float: none;
	margin-top: -13px;
	margin-bottom: 10px;
	margin-left: 9px;
	}


* html #navigation {
	width: 776px;
	height: 20px;
	float: left;
	margin-top: -13px;
	margin-bottom: -35px;
	margin-left: 4px;
}

#footer {
	background-image: url(../../images/bg_footer.gif);
	text-align:center;
	width: 800px;
	height: 24px;
	font-size: 0.7em;
	color: black;
	margin: 0 auto;
	font-weight: normal;
	background-color:#E7E7E7;
}

#footer a {
	text-decoration: none;
	font-family: "Lucida Grande", Arial, Sans-Serif; 
	color: gray;
}

#footer a:link, #footer a:visited, #footer, a:active {
	color: gray;
	text-decoration: none;
}

/* Text
........................................................*/

h1,h2, h3, h4, h5 
	{

	}

#footer a:hover {
	color: black;
	text-decoration: underline;
	/* mouse over link */
}

#bodyText {

	width: 755px;
	margin-left: 14px;
	margin-top:-14px;
	
}

* html #bodyText {
	width: 755px;
	margin-left: 14px;
	margin-top:10px;
	
}


a {
	    text-decoration: underline;
	    color: #990000;
    }

a:hover {
	color: #000000;
}

.blahdblah {
	font-size: 0.7em;
	color: green;
}

.blahdblah a, #blahdblah a:link, #blahdblah a:visited , #blahdblah a:active {
	color: green;
	text-decoration: none;
}

#blahdblah a:hover {
	color: lime;
	text-decoration: underline;
	background-color:#E7E7E7;
}

/* Extra CSS Code Required*/

*
	{
		font-family: "Lucida Grande", verdana, sans-serif;
	}
.labelStyle
	{
		margin-bottom:20px;
	}
#text
	{
		margin:15px;
	}

.padded
	{
		font-weight:bold;
		padding-bottom:10px;
		padding-top:10px;
	}
.center
	{
		margin-left:280px;
		text-align:center;
	}
.left
	{
	
		text-align:left;
	}

.cssRed
    {
        font-size:18pt;
        color:#880000;
    }