html
{
	height: 100%;
}

* html #page
{
	height: 100%;
}

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #D1E3BB url('../images/bg.jpg') repeat-x 0 0;
	color: #000;
}

#page
{
	width: 100%;
	height: 100%;
}

img { border: none; }

a 
{
	text-decoration: underline;
	margin: 0;
	padding: 0;
	color: #040;
}

li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul
{
	list-style-type: none;
}

h1, h4, p
{
	margin: 10px;
	padding: 0;
}

.leftSection
{
	width: 160px;
}

.rightSection
{
	width: 710px;
}

.farRight
{
	background: url('../images/logo.gif') no-repeat left top;
}

.homeButton
{
	margin-top: 15px;
	display: block;
	width: 160px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	
}

#sideMenu
{
	border-width: 1px;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	margin: 15px 5px 5px 5px;
	padding: 0;
	border-color: #7BAE42;
	background: #7BAE42 url('../images/box.bg.jpg') repeat top left;
}

#sideMenu li a 
{
	text-decoration: none;
	padding: 7px 3px;
	display: block;
	text-align: left;
	color: #000;
}

#sideMenu li a:hover 
{
	text-decoration: none;
	background-color: #F3FEED;
}

.pageBody
{
	width: 677px;
	height: 100%;
	min-height: 800px;
	margin: 15px;
	border-style: solid;
	border-width: 1px;
	line-height: 1.5;
	padding: 10px;
	border-color: #7BAE42;
	background: #B1BC9C url('../images/bg_web.jpg') no-repeat 0px 0px;
}

.sectionTitle
{
	font-size: 24px;
	display: block;
	border-bottom: 1px solid #963;
	color: #8C1000;
}

.sectionBody
{
	margin-left: 35px;
}

.contactInfo
{
	display: block;
	margin: 50px 0px 20px 45px;
}

.contactInfo dt
{
	font-weight: bold;
	float: left;
	clear: left;
}

.contactInfo dd
{
	margin-left: 140px;
}

#siteFooter
{
	height: 50px;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-left: 100px;
	color: #630;
	border-color: #aba;
	background: #a9c980;
}

#siteFooter p 
{
	font-size: 10px;
}

.yingyingPic
{
	border: 1px solid #963;
	float: left;
	margin: 0 10px;
}

#serviceList
{
	width: 100%;
}

.sectionNav
{
	height: 60px;
}

.sectionNav th
{
	paddin: 0;
	margin: 0;
	vertical-align: middle;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #888;
}

.sectionNav th.link
{
	width: 150px;
	border-width: 1px 0px 1px 1px;
	background-color: #E6E9DE;
	color:#8C1000;
}

.sectionNav th.last
{
	border-right-width: 1px;
	border-right-width: 1px;
}

.sectionNav th.selected
{
	border-bottom-width: 0px;
	background-color: #F6F9EE;
}

.sectionNav a
{
	margin: 0;
	padding: 5px 0 15px 0;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 58px;
	width: 148px;
	text-decoration: none;
	color: #000;
}

.sectionNav a:hover
{
	background-color: #F6F9EE;
}

.sectionData
{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	height: 450px;
	vertical-align: top;
	padding: 15px 30px;
	border-color: #888;
	background-color: #F6F9EE;
}

.mailListInfo
{
	padding: 15px;
	width: 500px;
	margin: 0px auto;
	border: 1px solid #996633;
	background-color: #F6F9EE;
}

.mailListInfo h1
{
	font-weight: bold;
	font-size: 14px;
}

.mailListInfo .poweredphplist
{
	display: none !important;
}

.whatsNew
{
	border: 1px solid #eb8;
	background-color: #E4F1D3;
	width: 180px;
	float: right;
	padding: 15px 10px;
	margin-left: 15px;
}

.whatsNew .title
{
	padding: 0;
	margin: 0;
}

.whatsNew ul
{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: normal;
	font-size: 14px;
}

.whatsNew li
{
	padding: 10px 0 10px 0;
}

.testimonial
{
	margin: 20px 50px;
}

.testimonial .signature
{
	display: block;
	font-style: italic;
	margin-top: 5px;
}

.extLinks
{
	margin-top: 25px;
}

.extLinks td
{
	vertical-align: top;
	height: 95px;
	vertical-align: middle;
}

.extLinks td.logo
{
	text-align: right;
	padding-right: 10px;
}

.extLinks td.logo a img
{
	border: 1px solid #444;
}

.testimonial
{
	color: #8C1000;
	font-weight: bold;
	font-style: italic;
}

.youtubeEmbed
{
	margin: 40px auto;
	width: 427px;
	background-color: #ffe;
	border: 1px solid #eb8;
	background-color: #E4F1D3;
	text-align:center;
}

