* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body { 
	text-align: center; 
	background: url('images/header_bg.gif') 0px 16px repeat-x;
	padding-top: 16px;
	margin: 0;
}

img { border: 0; }

a:link, a:visited { 
	color: #143999; 
	text-decoration: underline; 
	font-size: 12px;
}

#themeFixedWidthContainer {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#themeHeader {
	vertical-align: top;
	margin: 0;
}

#themeHeader #leftHeader {
	float: left;
}

#themeHeader #logo {
	margin: 0;
	display: block;
}

#themeHeader #rightHeader {
	margin: 0;
	width: 396px;
	float: right;
	padding: 0;
}

#themeHeader #flashContent {
	margin: 0;
	padding: 0;
	width: 396px;
	height: 242px;
	overflow: hidden;
}

#themeMainNav {
	list-style: none;
	margin: 0 0 0 9px;
	padding: 0;
	text-align: left;
}

#themeMainNav li {
	float: left;
	padding: 0;
}

#themeMainNav #aboutMenu,
#themeMainNav #servicesMenu,
#themeMainNav #newsMenu,
#themeMainNav #contactMenu {
	width: 85px;
	height: 73px;
	text-indent: -9000px;
	margin: 0 13px 0 0;
	padding: 0;
}

#themeMainNav #aboutMenu { background: url('images/menu_about.jpg') no-repeat; }
#themeMainNav #newsMenu  { background: url('images/menu_news.jpg') no-repeat; }
#themeMainNav #servicesMenu { background: url('images/menu_services.jpg') no-repeat; }
#themeMainNav #contactMenu { background: url('images/menu_contact.jpg') no-repeat; margin: 0;}

#themeMainNav ul {
	position: absolute;
	left: -9000px;
	width: auto;
	margin: -2px 0 0;
	padding: 0;
	text-align: right;
	border: 2px solid #ed2124;
}

#themeMainNav ul li {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#themeMainNav ul a:link,
#themeMainNav ul a:visited {
	width: auto;
	background: #fff;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	padding: 8px 5px 8px 18px;
	white-space: nowrap;
}

#themeMainNav ul a:hover { 
	color: #fff;
	background: #ed2124;	
}

#themeMainNav li:hover ul,
#themeMainNav li.sfhover ul {
	left: auto;
}

#themeContentArea { 
	clear: both; 
	margin-top: 40px;
}

#themeFooter {
	clear: both;
	color: #898989;
	font-size: 11px;
	padding: 6px 1px;
	margin: 24px 0;
	border-top: 2px solid #ed2124;
}

#themeFooter a {
	color: #898989;
	font-size: 11px;
}

#themeFooter #copyright { float: left; }
#themeFooter #links { float: right; }

#themeSearchBox label {
	font-weight: normal;
	font-size: 12px;
	color: #ed2124;
}

#themeSearchInput {
	width: 265px;
	border: 1px solid #898989;
}