/* CSS Document */

body {
	background: url(../images/bg.gif) repeat-x top #969A9C;
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

#homepageTop {
	height: 393px;
	width: 811px;
	background-color: #B8BDC0;
	position:relative;
	top:0px;
	left:20px;
}

#homepageTop #columnLeft {
	position: relative;
	width: 571px;
	background-color:#FFFFFF;
	margin: 0 0 0 5px;
}

#homepageTop #columnLeft #logoArea{
	padding: 10px 0 18px 10px;
}



#homepageTop #columnLeft #nav {
	position: relative;
	background: url(../images/bg_nav.gif);
	height:43px;
	padding-left:13px;
}

#homepageTop #columnLeft #nav img{
	margin-left: 2px;
}

#homepageTop #columnLeft #banner {
	position: relative;
}

#homepageTop #columnLeft #nav ul{
	display: inline;
	margin: 0px 0 0 29px;
	height:43px;
}

#homepageTop #columnLeft #nav li{
	display: inline;
	margin-right: 20px;
	height:43px;
}

#homepageTop #columnRight {
	position:absolute;
	top:0;
	right:0;
	width: 235px;
	background-color: #BABFC1;
}

#newsGradient{
	position:absolute;
	top:0;
	right:0;
	background-image: url(../images/bg_newsletter.gif);
	height:76px;
	width:235px;
	z-index:0;
}

#newsletter{
	position:relative;
	width:220px;
	height:85px;
	margin: 0px 0 0 8px; 
	padding-top:23px;
	border-bottom: 1px solid #6D6D6D;
}

#homepageServices {
	margin: 9px 0 0 8px; 
	background-color:#FFFFFF;
	width: 220px;
	height:266px;
	background:url(../images/bg_services_box.gif) no-repeat top left;
}

#homepageServices ul{
	list-style: none;
	width:214px;
	padding-top:38px;
}

#homepageServices li{
	background:url(../images/bg_services_list.gif) no-repeat top left;
	list-style: none;
	padding: 6px 0px 0px 24px; 
	height: 26px;
	margin: 0px 0px 0px 6px;
}

#homepageServices a{
	color: #2D2D30;
}

#homepageServices a:hover{
	color: #DA2B31;
	text-decoration: none;
}

#homepageBottom {
	width: 831px;
	position:relative;
	top:7px;
	left:20px;
}

#homepageBottom #leftColumn{
	position:relative;
	width: 576px;
}

#homepageBottom #leftColumn p{
	line-height:1.5em;
}

#homepageBottom #leftColumn #aboutUs{
	margin: 0 0 0 0;
	width: 576px;
	height:168px;
	background:url(../images/bg_aboutus_box.gif) no-repeat top left;
}

#homepageBottom #leftColumn #aboutUsContent{
	margin: 0 15px 0 17px;
	padding-top:38px;
}


#homepageBottom #leftColumn #news{
	margin: 7px 0 0 0;
	width:576px;
	height:139px;
	background:url(../images/bg_news_box.gif) no-repeat top left;
}

#homepageBottom #leftColumn #newsContent{
	margin: 0 0 0 15px;
	padding-top: 33px;
	height: 84px;
}

#homepageBottom #leftColumn #newsContentItem {
	width: 162px;
	margin: 0 25px 0 0;
	float: left;
}

#homepageBottom #leftColumn #newsContentItem P {
	margin-bottom:3px;
}

#homepageBottom #rightColumn{
	position:absolute;
	top:0;
	right:21px;
	width: 224px;
}

#homepageBottom #rightColumnItem {
	margin: 0 0 7px 0;
	padding:0;
}


#homepageUpperNav {
	position:absolute;
	top: 7px;
	right: 7px;
	font-size:11px;
}

#homepageUpperNav a{

}

#homepageUpperNav a:hover{

}