body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

#header
{
	margin-bottom: 10px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#header #logo
{
	float: left;
}
#header #qualityMeeting
{
	float: right;
	margin-top: 25px;
}


#navBarCont
{
	background-color: #7f0027;
	height: 40px;
}

#navBarCont #navBar
{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#navBarCont #navBar ul
{
	margin: 0px;
	padding: 0px;
}

#navBarCont #navBar ul li
{
	float: left;
	list-style-type: none;
	line-height: 40px;
	font-size: 120%;
	margin-right: 2px;
}
#navBarCont #navBar ul li a
{
	text-decoration: none;
	font-size: 110%;
	color: #FFF;
	border-left: solid silver 1px;
	padding-left: 20px;
	padding-right: 20px;
}
#navBarCont #navBar ul li.nav_sel
,#navBarCont #navBar ul li:hover
{
	background-color: #dbcbb3;
}
#navBarCont #navBar ul li.nav_sel a
,#navBarCont #navBar ul li:hover  a
{
	color: #000;

}





#siteContent
{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

#footerCont
{
	background-color: #dbcbb3;
}

#footerCont #footer
{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.clear
{
	clear: both;
}

#siteContent .leftCol
{
	float: left;
	width: 588px;
}

#siteContent .rightCol
{
	float: right;
	width: 265px;
}

.serviceBut
{
	background-image: url(../images/sub/serviceButton.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 258px;
	margin-bottom: 10px;
	line-height: 30px;
	padding-left:7px;
	text-align: left;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
}

/*.serviceBut a {text-decoration:none;}*/

.contactForm .contactTop
{
	background-image:url(../images/site/contactTop.jpg);
	width:295px;
	height:95px;
	background-repeat:no-repeat;
}

.contactForm .contactMid
{
	background-color:#DBCBB2;
	width:289px;
	margin-left:4px;
}

.contactForm .contactMid table
{
	margin-left:20px;
}

.contactForm input.contactInput
{
	color:#999;
	border:none;
	background:none;
	background-image:url(../images/site/contactInput.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:29px;
	padding-left:5px;
	padding-top:5px;
}

.contactForm textarea.contactTxtArea
{
	color:#999;
	border:none;
	background:none;
	background-image:url(../images/site/contactTxtArea.jpg);
	width:251px;
	height:85px;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:5px;
}

.contactForm input.contactSubmit
{
	background:none;
	border:none;
	background-image:url(../images/site/contactSubmit.jpg);
	width:81px;
	height:21px;
	background-repeat:no-repeat;
}

.contactForm .contactBot
{
	background-image:url(../images/site/contactBot.jpg);
	width:295px;
	height:13px;
	background-repeat:no-repeat;
}

#footerCont #footer #footerTxt
{
	text-align: center;
	margin-top: 20px;
	border-top: solid 1px gray;
	padding-top: 15px;
	line-height: 25px;
}
#footerCont #footer .quoteBox .quoter
{
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}


#footerCont #footer .quoteBox
{
	background-color: #e1d3bf;
	width: 412px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerCont #footer .rightBox
{
	float: right;
	width: 442px;
	margin-top: 10px;
}
#footerCont #footer .leftBox
{
	float: left;
	width: 442px;
	margin-top: 10px;
}
#siteContent .leftCol img.headerTitle
{
	margin-top: 15px;
}
