/* CSS Document */

html {
	font-size:				100%;
}
body {
	margin:					0px;
	text-align:				center;
	background-image:		url(../images/bg-page.gif);
	background-repeat:		repeat-y;
	background-position:	center top;
	background-color:		#D6DBDB;
}
#container {
	width:					994px;
	margin:					0px auto;
	text-align:				left;
	background-color:		#FFF;
}
#header {
	height:					262px;
	margin:					0px 0px 30px 0px;
	background-image:		url(../images/bg-header.jpg);
	background-repeat:		no-repeat;
	border-bottom:			1px solid #F6591E;
}
#header .logo {
	margin:					10px 0px 0px 35px;
}
#header .intro {
	width:					445px;
	margin:					16px 0px 10px 40px;
	color:					#F6591E;
	/*font-family:			myriad mm, arial, helvetica, sans-serif;*/
	font-family:			arial, helvetica, sans-serif;
	font-size:				0.9em;
	line-height:			1.5em;
}
#main {
	font-family:			arial, helvetica, sans-serif;
	font-size:				0.8em;
	/*background-image:		url(../images/bg-butterfly.gif);
	background-position:	bottom right;
	background-repeat:		no-repeat;*/
}
#a, #b, #c, #d, #e, #f, #g, #h, #i {
	width:					440px;
	float:					left;
	display:				inline; /* For the benefit of IE6 */
	margin:					0px 0px 10px 35px;
	color:					#555;
}
#a, #c, #e, #g, #i {
	/*clear:					left; no longer required when nesting column pairs inside parent element */ 
}
.pair {
	clear:left;
}
#main h2 {
	margin:					0px;
	line-height:			1em;
	/*font-family:			myriad mm, arial, helvetica, sans-serif;*/
	font-family:			arial, helvetica, sans-serif;
	font-weight:			normal;
	font-size:				1.5em;
	color:					#4C8984;
	border-bottom:			1px solid #C3D9D7;
}
#main p {
	margin:					0.7em 0px;
}
#main a {
	/*color:					#4C8984;*/
	color:					#F6591E;
	text-decoration:		none;
}
#main a:hover {
	color:					#F6591E;
	text-decoration:		underline;
}
.clearblock {
	clear:					both;
	margin:					0px;
	height:					0px;
	line-height:			0px;
	font-size:				0px;
}
#footer {
	clear:					both;
	min-height:				80px;
	margin:					10px 0px 0px 0px;
	border-top:				1px solid #DDD;
	background:				#EEE;
	color:					#888;
	font-family:			arial, helvetica, sans-serif;
	font-size:				0.75em;
	line-height:			2em;
	text-align:				center;
}