
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

body{
	color: #333;
	font: 12px Georgia,Helvetica,serif;
	border-top: 4px #7bb23b solid;
	background: #fbfdeb url(images.live/bodyback.png) repeat-x center top;
	padding-bottom: 20px;
}

a{
	color: #7bb23b;
	color: #699932;
}
a:hover{
	color: #95d948;
	color: #7bb23b;
}

.blockTitle{
	/*font-weight: bold;*/
	font-size: 2.5em;
	padding-bottom: 7px;
}

.centerContainer{
	width: 964px;
	margin: auto;
}

.centerContainer .headerBox{
	height: 148px;
	background: url(images.live/headback.png) repeat-x center 45px;
	border-bottom:1px #fefefe solid;
}

.centerContainer .headerBox .headerLogo{
	margin-top: 17px;
	margin-left: 6px;
}

.centerContainer .headerBox .quoteBox{
	float: right;
	padding-top: 80px;
	padding-right: 10px;

	text-align: right;
	font-size: 1.4em;
}
.centerContainer .headerBox .quoteBox > p{
	color: #777;
}

.centerContainer .topMenuBox{
	/** /display:none;/**/
	border-top:1px #dadada solid;
	background: url(images.live/menuback.png) repeat-x;
	height: 39px;
}

.centerContainer .topMenuBox .menuList{
	display: block;
	/*float: right;*/
	margin-left: 20px;
	list-style-type: none;
}

.centerContainer .topMenuBox .menuList li{
	display: inline;
}

.centerContainer .topMenuBox .menuList li a{
	display: block;
	float: left;
	background: url(images.live/menubtnback.png) no-repeat center center;
	height: 39px;
	width: 135px;

	margin-left: 5px;

	text-align: center;
	/*text-transform: uppercase;*/
	text-decoration: none;

	line-height: 35px;
	font-size: 1.4em;
	font-weight: bold;
	color: #EEE;
}

.centerContainer .topMenuBox .menuList li a:hover{
	text-decoration: underline;
	color: #FFF;
}

.centerContainer .lightBox{
	height: 379px;
}

.centerContainer .lightBox .lightBoxImg{
	width: 964px;
	height: 379px;
}

.centerContainer .lightBox .textBox{
	margin-left: 30px;
}

.centerContainer .lightBox .textBox p{
	color: black;
	font-size: 2.5em;
	margin-left: 60px;
	padding-top: 20px;
}

.centerContainer .lightBox .textBox p.title{
	color: black;
	text-transform: uppercase;
	margin-left: 40px;
}

.centerContainer .bottomItemBox{
	height: 319px;
	background: url(images.live/bottomback.jpg);
}

.centerContainer .bottomItemBox .testimonialList{
	list-style-type: none;
	padding-top: 20px;
	padding-left: 15px;
}

.centerContainer .bottomItemBox .testimonialList li{
	display: block;
	float: left;
	width: 250px;
	height: 275px;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 1px white solid;
}
.centerContainer .bottomItemBox .testimonialList li.first{
	border-left: none;
}

.centerContainer .bottomItemBox .testimonialList li h3{
	display: block;
	height: 50px;
	font-size: 1.5em;
}

.centerContainer .bottomItemBox .testimonialList li .testimonialCaption{
	border: 2px white solid;
}

.centerContainer .bottomItemBox .testimonialList li blockquote{
	padding-top: 10px;
}

.centerContainer .footBox{
	height: 83px;
	background: url(images.live/footerback.png);
}

.centerContainer .footBox .menuList{
	list-style-type: none;
	padding-top: 20px;
	padding-left: 20px;
}

.centerContainer .footBox .menuList li{
	display: inline;
	border-left: 1px #9f9d8e solid;
	padding-left: 5px;
	padding-right: 5px;
}

.centerContainer .footBox .menuList li.first{
	border-left: none;
}

.centerContainer .footBox .menuList li a{
	color: #9f9d8e;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
}

.centerContainer .footBox .menuList li a:hover{
	color: #ccc9b6;
	text-decoration: underline;
}

.centerContainer .mainBox{
	padding-top: 20px;
	padding-bottom: 20px;
	background: white url(images.live/contentback.jpg) repeat-x left bottom;
}

.centerContainer .mainBox .leftColumn{
	padding-left: 30px;
}

.centerContainer .mainBox .leftColumn .menuBox{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px white solid;
	background: #efefd3;
	width: 250px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.centerContainer .mainBox .leftColumn .menuBox .menuList{
	list-style-image: url(images.live/bullet.gif);
	list-style-type: none;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.centerContainer .mainBox .leftColumn .menuBox .menuList > li{
	border-top: 1px #888 solid;
	padding-top: 8px;
	padding-bottom: 9px;
}

.centerContainer .mainBox .leftColumn .menuBox .menuList > li.first{
	border-top: none;
	padding-top: 0px;
}

.centerContainer .mainBox .rightColumn{
	float: right;
	width: 560px;
	padding-top: 15px;
	padding-right: 25px;
}

.centerContainer .mainBox .rightColumn .postBox .postTitle{
	/*font-weight: bold;*/
	font-size: 2.5em;
	padding-bottom: 17px;
}

.centerContainer .mainBox .rightColumn .postBox p{
	padding-bottom: 7px;
}

