@import url("content.css");

* {
 	margin: 0px;
	padding: 0px;
	outline: 0px;
}


body#Body {
	background-color: #C8C2B2;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
}

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto; 
}

.BannerPane {
	border: 1px solid #474747;
}

#NavDIV {
	margin-top: 5px;
	background-image: url("images/navbg.gif");
	border: 1px solid #474747;
	height: 35px;
}

.NavContSep {
	height: 10px;
	/* background-color: #0f0; */
	display: block;
}

.ContentTable {
	background-color: #ffffff;
	border: 1px solid black;
	/* padding: 15px; */
}

.ContentTable .Normal {
	font-size: 16px;
}

.ContentTable .Normal P {
	line-height: 1.3em;
	margin-top: 5px;
	margin-bottom: 1em;
}

.ContFootSep {
	height: 5px;
}

.LeftPane {
	max-width: 250px;
	background-color: #DCDCDC;
}

.ContentPane {
	padding: 10px;
}

ol, ul{
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 20px;
}

.RightPane {
	background-color: #DCDCDC; 
	/* width: 220px; */
}

#FooterDIV {
	background-image: url("images/footerbg.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #474747;
	text-align: center;
	height: 20px;
}

.LoginDiv {
	/* background-color: blue; */
	width: 150px;
	float: right;
	text-align: right;
}

.LoginStyle {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.PlugDiv {
	/* background-color: #0f0; */
	text-align: center;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 12px;
}


/* ---- Footer Links -------*/

.FooterLinks {
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	/* font-weight: bold; */
}

a.FooterLinks:link, a.FooterLinks:active, a.FooterLinks:visited {
	color: black;
}

a.FooterLinks:hover {
	color: blue;
}

/* --- Page Specific ---*/
.ContactLeftSpace {
	width: 195px;

}
.ContactUsFormMDiv {

	padding-left: 10px;
	padding-right: 10px;
}

.ContactUsFormMDiv div {

}

.ContactUsItemDiv {

}
/* ----- Main Navigation ----- */

.MainNav {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 35px;
	display: block;

}

.MainNav .mi {
	padding: 9px;
	border-right: 1px solid #474747;
}

.MainNav .hov {
	color: Yellow;
}

.MainNav .m {
	background-color: #ccc;
	z-index: 999;
}

.CustQuote {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.CustQuote P {
	margin-bottom:10px;
}

.CustName {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align:right;
	font-weight: bold;
}

.CompTime {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding: 10px;
}