html {
	height:100%;
}

body {
	background-color:#a5a5a5;
	margin:0px;
	padding:0px;
	font-size:10pt;
	height:100%;
	font-family:"Century Gothic", Arial;
}

#container {
	width:950px;
	background-color:#e0e0e0;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

#container2 {
	width:905px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}

#banner {
	background-image:url(../images/banner.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:900px;
	height:242px;
	margin-left:auto;
	margin-right:auto;
}

#banner a#logo img {
	float:left;
	width:300px;
	margin-left:5px;
	margin-top:50px;
}



#contact_links {
	width:300px;
	color:#000000;
	font-weight:bold;
	font-size:12pt;
	float:left;
	margin-left:270px;
	margin-top:180px;
}

#contact_links a#contact_link {
	background-image:url(../images/orange_button.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:124px;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:20px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
	float:left;
}

#contact_links a#contact_number {
	width:130px;
	color:#000000;
	font-weight:bold;
	font-size:12pt;
	float:left;
	margin-left:0px;
	background-color:#ffffff;
	border:1px #999999 solid;
	padding:3px;
	text-decoration:none;
	text-align:center;
	position:relative;
	top:5px;
}

img#nav_image {
	float:left;
}

#navigation_area {
	margin-top:10px;
	margin-bottom:10px;
}

#navigation_area ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
}

#navigation_area ul li {
	background-image:url(../images/orange_button.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	padding-top:8px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
	width:124px;
	height:25px;
	margin-right:5px;
}

#navigation_area ul li a {
	color:#000000;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
	display:block;
	padding-bottom:3px;
}

#navigation_area ul li:hover {
	background-image:url(../images/orange_button_hover_old5.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#navigation_area ul li.no_subs:hover  {
	background-image:url(../images/orange_button.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#navigation_area ul ul {
	display:none;
	position:absolute;
	padding-bottom:16px;
	background-image:url(../images/orange_button_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	z-index:500;
}

#navigation_area ul li:hover ul {
	display:block;
}

#navigation_area ul ul li {
	float:none;
	width:124px;
	background-image:url(../images/orange_button_slice.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding-top:0px;
	padding-bottom:0px;
	padding-top:3px;
	height:auto;
}

#navigation_area ul ul li:hover {
	background-image:url(../images/orange_button_slice.png);
	background-repeat:repeat-y;
	background-position:top left;
}

#navigation_area ul ul li a {
	background-image:none;
	display:block;
	color:#000000;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
}

#navigation_area ul ul li a:hover {
	background-image:none;
}

img#page_pic {
	float:left;
}

#middle_column {
	width:425px;
	float:left;
	margin-left:10px;
}

#content_area_top {
	background-image:url(/images/main_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:31px;
	width:425px;
}

#content_area {
	background-image:url(/images/main_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	padding:1px 0px;
}

#right_column {
	float:left;
	width:206px;
	margin-left:10px;
}

#right_column h2 {
	margin-top:0px;
}

.column_top {
	background-image:url(/images/column_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:28px;
	width:206px;
}

.column_area {
	background-image:url(/images/column_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:206px;
	padding:1px 0px;
}

.column_bottom {
	background-image:url(/images/column_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:28px;
	width:206px;
	margin-bottom:10px;
}

#content_area h1 {
	margin-top:0px;
}

#content_area ul {
	line-height:2;
	font-size:9pt;
}

#content_area_bottom {
	background-image:url(/images/main_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:31px;
	width:425px;
	margin-bottom:10px;
}

#footer {
	clear:both;
	bottom:0px;
	margin-left:25px;
	margin-right:25px;
	border-top:1px dotted #666666;
}

#footer #copyright {
	float:left;
	width:310px;
}

#footer #foot_links {
	float:left;
	width:590px;
}


.margin9 {
	margin:0px 9px;
}