/* CSS Document */

body {
	background:#000000;
}

#contentInner {
	padding: 15px 0px 0px 0px;
}

#diamondBg {
	position: absolute;
	left: 80px;
	top: 5px;
	width: 480px;
	}
	
#diamond {
	width: 100%;
	text-align:center;
	/*background: url(img/home_content_diamond.png) no-repeat;*/
}
#diamond h2 {
	padding: 0px 0px 0px 40px;
	background: url(img/star.gif) no-repeat;
}
#diamond p a {text-decoration: none;}
#colsLeft {
	width: 640px;
}
#colRight {
	position: absolute;
	left: 650px;
	top: 40px;
}
.boxRight {
	width: 213px;
	margin: 0px;
	background: url(img/home_container_bg.png) no-repeat;
}
.boxRight .img {
	position: absolute;
	left: -95px;
	top: 14px;
}
.boxRight img:hover {
	cursor: pointer;
}
.boxRight span, .boxRight a {
	display: block;
}
.boxRight a {
	display: block;
	text-decoration: none;
}
.boxInnerLeft {
	position: relative;
	margin: 0px 0px 0px 75px;
	padding: 17px 5px 15px 0px;
}
.boxRight h5 {
	margin-bottom: 0px;
}
.boxRight p {
	margin-bottom: 0.2em;
	font-size: 1.0em;
	line-height: 1.2em;
}
.boxRight .img {float: left; padding-right: 5px;}
.boxRight p {
	margin-bottom: 0px;
}
.boxRight .readmore {
	position: absolute;
	right: 10px;
	bottom: 6px;
}
.boxRight a {position: relative;}
.boxRightBottom {
	width: 213px;
	height: 20px;
	background: url(img/home_container_rhs_bot.png) no-repeat;
}

/* navBottom
----------------------------------*/
#navBottom {
	position: relative;
	height: 41px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#navBottom address {
	margin-top: 0.4em;
	font-size: 10px;
	font-style: normal;
}
#navBottom ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style: none;
}
#navBottom li {
	position: relative;
	margin: 0;
	padding: 0;
	color: #ffffff;

	display: inline;
	/*float: left;*/
	/*border-left: 1px solid #ffffff;*/
}
#navBottom li a, #navBottom li a:link, #navBottom li a:hover, #navBottom li a:active, #navBottom li a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	padding: 0px 12px 0px 13px;
	background: url(img/line_v_navbottom.gif) no-repeat left center;
}
#navBottom a, #navBottom a:link, #navBottom a:active, #navBottom a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navBottom a:hover, #navBottom li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

