/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;  
	margin: 0;
	padding: 0;
}

body{
	background-color: #DDDDDD;
	padding-top: 25px;
}

/* Navgation styles */

#Navbar{
	width: auto;
	font-size: 0.8em;
	vertical-align: Top;
	float: right;
	height: 45px;
}

#Navbar ul{
	list-style: none;
	list-style-position: outside;
	padding-top: 25px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	font-size: .85em;
	
}

#Navbar ul li{
	display: inline;
	text-align: center;
	position: relative;
	padding-bottom: .1em;
	width: auto;
	height:auto;
}

#Navbar ul li ul {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
}

#Navbar ul li ul li{
	
}

#Navbar a {
	display: block;
	width: 11em;
	color: #3c3c3c;
	text-decoration: none;
	padding-top: .25em;
	padding-bottom: .25em;
}

#NavbarSlash{
	padding-top: .25em;
	padding-bottom: .25em;
}

#Navbar li {
	float: left;
	width: 11em;
}

#Navbar li ul {
	padding: Opx;
	position: absolute;
	width: 12em;
	left: -999em;
}

#Navbar li:hover ul {
	left: auto;
}

#Navbar li:hover ul, #Navbar li.sfhover ul {
	left: auto;
	background-color: #FFFFFF;
}

a.rollover{
	font-weight: bold;
}

#Navbar a.subrollover{
	width: 12em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	background-color: #5E6B69;
	border: solid 1px #9f9f9f;
}

#Navbar a.subrollover:hover{
	background-color: #ED1C24;
}

#NavLeft{
float: left;
height: 45px;
width: 11px;
background: url(../Images/Nav_bg_left-trans.png) bottom no-repeat;
}

#NavRight{
float: left;
height: 45px;
width: auto;
background: url(../Images/Nav_bg_Right.png) repeat-x;
}


/* Site styles */

#Site{
	clear:both;
	margin: 0 auto;
	width: 899px;
	height: auto;
	background-color: #FFFFFF;
	border: none;
}

#Header{
	background: url(../images/Header.jpg);
	height: 145px;
	width: 899px;
}

#LogoLink{
	float:left;
	margin-left: 50px;
}

#PrintHeader img{
	display: none;
}

#FlashArea{
	height: 223px;
	width: 899px;
}

#BodyContent{
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/Content_Body_BG.jpg);
	width: 899px;
}

#ContentLeft{
	float: left;
	display: block;
	width: 450px;
	margin: 0px;
	text-align: left;
}

#ContentLeftArea{
	margin: 20px;
	font-size: 0.9em;
	line-height: 1.25em;
}

#ContentRight{
	float: Right;
	display: block;
	width: 425px;
	margin: 0px;
	text-align: left;
}

#ContentRightArea{
	margin: 20px;
	font-size: 0.9em;
	line-height: 1.25em;
}

ul.list{
	padding-left: 40px;
	padding-right: 20px;
	list-style: disc;
	font-size: 0.9em;
}

#Paragraph{
	padding-bottom: 10px;
}

#MainPageThumbs{
	padding-top: 20px;
}

#MainPageThumbs img{
	margin-right: 25px;
}

#PageHeader{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#ContactPageEmail{
	font-size: .75em;
	font-weight:normal;
	margin-top: 5px;
}

#ContactPageTitle{
	font-size: .85em;
	font-weight:normal;
}

#smalltext{
	font-size: .75em;
	line-height: 1.25em
}

#ContactArea a{
	margin-right: 10px;
	margin-top: 10px;
}

/* Footer styles */

#Footer{
	clear:both;
	background :url(../images/Footer.jpg);
	height: 103px;
	width: 899px;
	overflow: hidden;
}

#FooterLogos{
	overflow: hidden;
	padding-top: 20px;
	padding-left: 50px;
}

#FooterLogos img{
	margin-right: 10px;
}

#FooterLinks{
	overflow: hidden;
	padding-top: 5px;
	padding-left: 55px;
}

#FooterLinks ul li{
	color: #FFFFFF;
	list-style: none;
	display: inline;
	padding-right: 5px;
	font-size: .65em;	
}

#FooterLinks a{
	color: #FFFFFF;
	text-decoration: none;
}




/* Site Map styles */

#SiteMap a{
	text-decoration: none;
	color:#3c3c3c;
}

#SiteMap li{
	font-size: .75em;
	list-style:none;
}

#SiteMap ul li{
	font-size: .65em;
	text-indent: 15px;
}