/* CSS Document */

body { 
	margin: 0px;
	padding: 0px; 
}

h1 { display:none; }

h2 {
	font-family: Tahoma;
	font-size:24px; 
	color:#000000;
}

p {
	color:#000000; 
	font-family: Tahoma; 
	font-size: 14px; 
	line-height: 18px;
}

li {
	color:#000000; 
	font-family: Tahoma; 
	font-size: 14px; 
	line-height: 18px;
}

#header {
	width: 624px;
	height: 200px;
	margin:auto; 
	margin-left: 300px;
	background-image:url(images/logo.gif); 
	background-repeat:no-repeat; 
}

#menu {
	width: 894px; 
	height: 31px; 
	margin:auto;
	background:url(images/bg-menu.gif) no-repeat; 
	padding-left: 80px; 
	padding-top: 5px; 
}

#menu a {
	color: #333333; 
	font-family: Tahoma; 
	font-size: 18px; 
	font-weight: bold;
	text-decoration: none; 
	padding-right: 55px; 
}

#menu a:hover {
	color:#eaeaea;
}

#content {
	width: 944px; 
	margin:auto; 
	margin-top: 30px; 
	margin-bottom: 20px; 
	padding:15px; 
}

#footer {
	width: 954px;
	margin:auto;
	border:1px solid #dedede; 
	background-color: #f6f6f6; 
	padding: 10px;
}

#footer p {
	font-size:10px; 
	font-family: Tahoma; 
	line-height: 11px;
}

#subFooter {
	width: 974px;  
	margin:auto; 
	margin-left:10px;
}

#subFooter a {
	font:Tahoma; 
	font-size:12px; 
	color:#0066FF;
	text-decoration:none;
}

#subFooter a:hover {
	text-decoration:underline; 
}

.navList { 
	list-style-image:url(images/bullet1.gif);
}

.navList li {
	padding-bottom: 8px; 
	padding-left: 8px;
}

.contactDetails {
	float:right; 
	text-align: right; 
	font-size:18px; 
	font-family:Tahoma; 
	margin-top:45px; 
	line-height:24px;
}