html {
	width:					100%;
	height:					100%;
}

body {
	margin:					0px;
	padding:				0px;
	font-family:			Verdana, Tahoma, Arial;
	font-size:				10px;
	background-color:		#dfe3f0;
	background-image:		url(templates/default/images/home_background.jpg);
	background-repeat:		repeat-x;
	width:					100%;
	height:					100%;
}

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

img {
	border:					0px none #000000;
}

a:link {
	text-decoration: 		none;
	color: 					#025599
}

a:visited {
	text-decoration: 		none;
	color: 					#025599
}

a:active {
	text-decoration: 		none;
	color: 					#025599
}

a:hover {
	text-decoration: 		underline;
	color: 					#025599
}

#center {
	position:				relative;
	text-align:				center;
	margin:					0px auto;
	width:					840px;
	background-image:		url(templates/default/images/content_background.jpg);
	background-repeat:		repeat-y;
}

#container {
	position:				absolute;
	width:					840px;
	left:					0px;
	top:					0px;
	bottom:					0px;
}

#header {
	background-image:		url(templates/default/images/header.jpg);
	background-repeat:		no-repeat;
	width:					840px;
	height:					80px;
	text-align:				left;
}

#header p {
	margin:					0px;
	padding:				2px 0px 2px 25px;
}

#sub_header {
	background-image:		url(templates/default/images/home_sub_header.jpg);
	background-repeat:		no-repeat;
	width:					840px;
	height:					281px;
	text-align:				left;
}

#presentation_container {
	width:					800px;
	height:					281px;
	padding-left:			20px;
	float:					left;
}

#news_section {
	width:					279px;
	height:					261px;
	float:					right;
	padding:				10px 0px 10px 10px;
	overflow-y:				hidden;
}

#news_section_scroll {
	width:					11px;
	float:					right;
	padding:				0px 20px 0px 0px;
}

.news_section_scroll_up {
	height:					10px;
	background-image:		url(templates/default/images/news_scroll_up.jpg);
}

.news_section_scroll_up_highlight {
	height:					10px;
	background-image:		url(templates/default/images/news_scroll_up_highlight.jpg);
}

.news_section_scroll_mid {
	height:					261px;	
}

.news_section_scroll_down {
	height:					9px;
	background-image:		url(templates/default/images/news_scroll_down.jpg);
}

.news_section_scroll_down_highlight {
	height:					9px;
	background-image:		url(templates/default/images/news_scroll_down_highlight.jpg);
}

.news_headline {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	font-weight:			bold;
}

.news_date {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-weight:			bold;
}

.news_header {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	margin-bottom:			8px;
	color:					#444444;
}

#navigation_button_panel {
	background-image:		url(templates/default/images/nav_button_panel.jpg);
	background-repeat:		no-repeat;
	width:					840px;
	height:					30px;
	text-align:				left;
}

#navigation_button_panel_left {
	width:					30px;
	height:					30px;
	background-image:		url(templates/default/images/nav_button_panel_left.jpg);
	background-repeat:		no-repeat;
	background-position:	top right;
	float:					left;
	clear:					none;
}

#navigation_button_panel_buttons {
	float:					left;
	clear:					none;
	position:				relative;
	width:					auto;
}

#navigation_quick_links_panel {
	width:					120px;
	float:					right;
	clear:					none;
	padding:				6px 0px 0px 0px;
}

#navigation_button_panel_right {
	width:					5px;
	height:					30px;
	background-image:		url(templates/default/images/nav_button_panel_right.jpg);
	background-repeat:		no-repeat;
	background-position:	top left;
	float:					left;
	clear:					none;
}

#company_information {
	background-image:		url(templates/default/images/home_company_info.jpg);
	background-repeat:		no-repeat;
	width:					840px;
	height:					80px;
}

#services {
	background-image:		url(templates/default/images/home_services_3_columns.jpg);
	background-repeat:		no-repeat;
	width:					840px;
	height:					310px;
	text-align:				left;
	font-size:				11px;
	line-height:			16px;
}

#services ul {
	margin-top:				0px;
	padding-top:			0px;
	margin-left:			10px;
	padding-left:			10px;
	list-style-type:		square;
	color:					#353535;
}

#services h1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				16px;
	font-weight:			bold;
	margin-top:				0px;
	padding-top:			0px;
	margin-bottom:			0px;
	padding-bottom:			0px;
	line-height:			20px;
}

#services p {
	margin-top:				10px;
	padding-top:			0px;
	margin-bottom:			10px;
	padding-bottom:			0px;
	color:					#353535;
}

#services a:link {
	text-decoration: 		none;
	color: 					#353535;
}

#services a:visited {
	text-decoration: 		none;
	color: 					#353535;
}

#services a:active {
	text-decoration: 		none;
	color: 					#353535;
}

#services a:hover {
	text-decoration: 		none;
	color: 					#888888;
}

#column1 {
	float:					left;
	width:					220px;
	margin-top:				20px;
	margin-left:			40px;
}

#column2 {
	float:					left;
	width:					240px;
	margin-top:				20px;
	margin-left:			40px;
}

#column3 {
	float:					right;
	width:					220px;
	margin-top:				20px;
	margin-right:			40px;
}

#footer {
	clear:					both;
	background-image:		url(templates/default/images/footer.jpg);
	background-repeat:		no-repeat;
	width:					840px;
	height:					40px;
	line-height:			20px;
	color:					#aaaaaa;
}

.button_image {
	margin:					0px;
	padding					0px;
}

.button_separator {
	margin:					0px;
	padding:				0px 5px 0px 5px;
}

#certifications {
	text-align:				center;
}

#certification_subtext {
	text-align:				center;
	font-size:				9px;
	font-family:			Arial, Helvetica, sans-serif;
}