/*** overall layout ***/

#leftCol {
	width : 183px;
	margin-right : 10px;
	float : left;
}

#rightCol {
	margin-bottom : 25px;
	float : right;
	width : 775px;
	height : 405px;
	/*background : url("../img/home_background.png") 0 30px no-repeat;*/
}

#topSection, #bottomSection {
	width : 775px;
}

#topSection div, #bottomSection div {
	padding : 0 10px;
	width : 230px;
}

#topSection div.left, #bottomSection div.left {
	margin-right : 12px;
}

#topSection {
	float:left;
	background:url(../img/bg1.jpg) repeat-x bottom left;
}

.box1 {
	min-height:220px;
	width:254px !important;
	margin:0px 4px 0px 0px !important;
	padding:0px !important;
}
.box1 h2 {
	padding-left:10px;
}


/*** left col ***/

#leftCol h2 {
	font-size : 0.9em;
	font-weight : bold;
	border-bottom : dotted #d1dded 1px;
	padding-bottom : 5px;
}

#leftCol p {
	font-size : 0.9em;
	line-height : 1.5em;
}

/*** top section ***/

#topSection h2 {
	font-size : 1.3em;
	font-weight : bold;
}

#topSection p {
	line-height : 1.65em;
	padding : 10px 15px 15px 15px;
	color : #878787;
	font-weight : bold;
}

/*** bottom section ***/

#bottomSection {
	/*position : absolute;
	top : 483px;*/
		float:left;
		background:url(../img/bg2.gif) repeat-x top left;
		padding-top:20px;
		min-height:160px;
}

#bottomSection h2 {
	font-weight : bold;
	color : #6b6b6b;
}

#bottomSection p {
	font-size : 0.9em;
}

#bottomSection h2 {
	font-size : 1.2em;
}

#bottomSection img {
	float : left; 
	margin-right : 10px;
}

#bottomSection ul {
	font-size : 0.9em;
}

/*** "View more" links ***/

#topSection p.viewMore {
	/*position : absolute;
	top : 413px;*/
}
.buttons {
	float:left;
	height:20px;
}
.buttons div {
	width:254px;
	margin:0px 4px 0px 0px;
	padding:0px;
	float:left;
	height:20px;
	position:relative;
	top:-30px;
}
.buttons div a {
	padding-left:7px;
	padding-top:1px;
	font-size:11px !important;
}

#bottomSection p.viewMore {
	position : absolute;
	top : 130px;
}


.sep {
	background:url(../img/bg3.gif) no-repeat;
	width:1px !important;
	height:57px !important;
	position:relative;
	left:245px;
	top:-70px;
}


p.viewMore {
	padding : 0 !important;
	clear : both;
	width : 230px;
	display : block;
	text-align : center;
	font-size : 11px !important;
	font-weight : normal !important;
	font-style : normal !important;
	line-height : normal !important;
	font-family : arial !important;
	letter-spacing : normal !important;
	font-size : 0.9em !important;
}

p.viewMore a {
	float : right;
	color : white;
	display : block;
	width : 70px;
	height : 16px;
	background : url("../img/view_more_bg.png") no-repeat;
}
	a.vm {
		color : white;
		display : block;
		width : 70px;
		height : 16px;
		background : url("../img/view_more_bg.png") no-repeat;
		margin-left:170px;
	}
p.viewMore a:hover, a.vm:hover {
	text-decoration : none;
	background : url("../img/view_more_bg_highlighted.png") no-repeat;
}

#locations li {
	background : url("../img/arrow3.gif") 0 center no-repeat;
	padding-left : 9px;
}