body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset, a, label, input {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	width: 882px;	
	margin-left: auto;
	margin-right: auto;
	background: url(../images/generic_bg.gif) #EBEBEB repeat-x;
}

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

/* SEARCH */
#search_form {
	float: right;
	padding-top: 8px;
	padding-right: 48px;
	height: 20px;
}

#search_form input {
	float: left;
	width: 100px;
	font-size: 90%;
}

#search_form label {
	float: left;
	padding-right: 10px;
	color: #525252;
	font-size: 90%;
}

#logo, #logo_name {
	float: left;
}

#logo_name {
	width: 182px;
	height: 30px;
}

#logo img {
	border: none;
	padding-right: 13px;
	width: 88px;
	height: 54px;
}

#logo {
	padding-left: 23px;	
}

/* MAIN NAVIGATION */
#main {
	background: url(../images/generic_top.gif) no-repeat;
	width: 859px;
	padding-left: 23px;
	padding-top: 7px;
	height: 154px;
	float: left;
}

#main_nav_container {
	float: left;
	list-style: none;
	padding-top: 9px;
	width: 700px;
}

#what_we_do, #who_we_are, #our_products, #support, #tech_res, #news_events, #contact {
	float: left;	
}

#what_we_do a {
	width: 72px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/what_we_do.gif) no-repeat;
}

#who_we_are a {
	width: 77px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/who_we_are.gif) no-repeat;
}

#our_products a {
	width: 79px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/our_products.gif) no-repeat;
}

#support a {
	width: 53px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/support.gif) no-repeat;
}

#tech_res a {
	width: 176px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/tech_res.gif) no-repeat;
}

#news_events a {
	width: 89px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/news_events.gif) no-repeat;
}

#contact a {
	width: 69px;
	height: 15px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background: url(../images/contact.gif) no-repeat;
}

#what_we_do a:hover, #what_we_do a:active, #who_we_are a:hover, #who_we_are a:active, #our_products a:hover, #our_products a:active, #support a:hover, #support a:active, #tech_res a:hover, #tech_res a:active, #news_events a:hover, #news_events a:active, #contact a:hover, #contact a:active {
	background-position: top right;	
}

#what_pg #what_we_do a, #who_pg #who_we_are a, #product_pg #our_products a, #support_pg #support a, #tech_res_pg #tech_res a, #news_pg #news_events a, #contact_pg #contact a {
	background-position: top right;	
}

/* COMMON AREAS */
#generic_main {
	width: 813px;
	height: 409px;
	padding-left: 23px;
	padding-top: 7px;
	background: url(../images/generic_top.gif) no-repeat;
	float: left;	
}

#container {
	background: url(../images/generic_bot.gif) bottom right no-repeat;
	width: 882px;
	float: left;
}

.title {
	font-size: medium;
	font-weight: bold;
	color: #C4151C;
	padding-bottom: 29px;
	line-height: 140%;
}

.titlegrey {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	padding-bottom: 29px;
	line-height: 140%;
}

.redsubtitle {
	color: #C4151C;
	font-weight: bold;
	padding-top: 28px;
	padding-bottom: 25px;
	line-height: 140%;
}

.text {
	padding-bottom: 19px;
	color: #525252;
	line-height: 150%;
}

.text a {
	color: #525252;
	text-decoration: underline;	
}

.text a:hover {
	color: #C4151C;
}

.disclaimer {
	font-size: x-small;
	color: #525252;
	line-height: 150%;
	padding-bottom: 19px;	
}

/* LINKS */
a.block_link {
	padding-left: 10px;
	background: url(../images/link_block.gif) center left no-repeat;
	color: #525252;
	text-decoration: none;
	font-size: x-small;
}

a:hover.block_link {
	color: #C4151C;
}

a.site_link {
	margin-left: 20px;
	padding-left: 10px; 
	background: url(../images/link_block.gif) top left no-repeat;
	color: #525252;
	text-decoration: none;
	font-size: x-small;
	display: block;
}

a:hover.site_link {
	color: #C4151C;
}

a.site_map {
	padding-left: 10px; 
	background: url(../images/link_block.gif) top left no-repeat;
	color: #525252;
	text-decoration: none;
	font-size: x-small;
	display: block;
}

a:hover.site_map {
	color: #C4151C;
}

a.inline {
	color: #525252;	
}

a:hover.inline {
	color: #C4151C	
}

/* FOOTER */
#footer {
	float: right;
	padding-right: 34px;
	padding-top: 6px;
	padding-bottom: 20px;
	list-style: none;
}

#footer li {
	font-size: x-small;
	color: #525252;
	padding-left: 12px;
	float: left;	
}

#footer a.block_link {
	padding-right: 8px;
}
