/* Home CSS Document */


#home {
	/*width:968px;*/
}

#main {
	background-image: none;
	border: none;
}


/***** home images *****/
#homeleft {
	float:left;
	width:323px;
	height:433px;
	line-height: 20px;
	color: #C7CDCF;
}

.homeimage, .homeimage1{
	background:#D3D3D3 url(../images/home/image1.jpg) no-repeat bottom;
}
.homeimage2{
	background:#85ACD5 url(../images/home/image2.jpg) no-repeat bottom;
}
.homeimage3{
	background:#EDF7F9 url(../images/home/image3.jpg) no-repeat bottom;
}
.homeimage4{
	background:#4B6DAC url(../images/home/image4.jpg) no-repeat bottom;
}
.homeimage5{
	background:#0093BE url(../images/home/image5.jpg) no-repeat bottom;
}
.homeimage6{
	background:#D3EBED url(../images/home/image6.jpg) no-repeat bottom;
}


/***** *****/
#homeright {
	float:right;
	text-align:left;
	width:640px;
	background: #dde0e2;
	min-height:318px;
	height:auto !important;
	height:318px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#homeright  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 18px;
}
#homeright a {
	text-decoration: none;
	color: #000000;
}
#homeright .arrowbutton {
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 18px; /* for IE5/Win */
	text-indent: -999em;
	background: url(../images/arrow_gray.gif) no-repeat 0px 3px;	
	width: 26px;
	display: block;
}

#homewelcome {
	display: block;
	padding: 20px 0 0 20px;
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
#columns3 {
	clear: both;
	padding: 0 0 0 20px;
}
#columns3 .column {
	float:left;
	width: 30%;
	height: 220px;
	margin-right:18px;
	display: inline;
	letter-spacing: 0;
}
#columns2 {
	clear: both;
	padding: 0 0 0 20px;
}
#columns2 .column {
	float:left;
	width: 47%;
	height: 220px;
	margin-right:18px;
	display: inline;
	letter-spacing: 0;
}


#homebanner {
	float:right;
	width:640px;
	height:110px;
	overflow: hidden;
	background: #a2acaf url(../images/bg_top-right.gif) no-repeat right bottom;
	margin-bottom:5px;
	text-align: left;
	/*text-indent: -999em;*/
}
