@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #808080;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:visited, a:hover {
	color:#FFF;
	}
	
p {
	margin-top: 0;
	padding-top:0;
	}	
	
	h2 {
	background-image: url(images/h2-bkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.thrColFix #container {
	width: 943px;
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 111px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin-top: 80px;
	background-image: url(images/lft-side-bkg.png);
	background-repeat: no-repeat;
	height: 660px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 111px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin-top: 80px;
	background-image: url(images/rgt-side-bkg.png);
	background-repeat: no-repeat;
	height: 660px;
}
.thrColFix #left-nav {
	width: 98px;
	padding-left: 13px;
	padding-top: 169px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.thrColFix #right-nav {
	width: 98px;
	padding-left: 0px;
	padding-top: 169px;
	padding-right: 13px;
	padding-bottom: 0px;
}
.thrColFix .nav-btn {
	margin-bottom: 5px;
	height: 79px;
}


.thrColFix #mainContent {
	width: 721px;
	margin-top: 0px;
	margin-right: 111px;
	margin-bottom: 0px;
	margin-left: 111px;
	padding: 0px;
	height: auto;
}
.thrColFix #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	clear: both;
}

.thrColFix #footer a, .thrColFix #footer a:link, .thrColFix #footer a:visited, .thrColFix #footer a:hover {
	color:#000;
	text-decoration: none;
	}

.mainContent-inner #mcContainer {
	width: 721px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/box-bkg.gif');
	background-repeat: repeat-y;
}


.mainContent-inner #mcSidebar1 {
	float: left;
	width: 8px;

}

.mainContent-inner #mcSidebar2 {
	float: right;
	width: 8px;
	
}

.mainContent-inner #mcMainContenthome {
	width: 659px;
	min-height: 55px;
	margin:0;
	color: #d2d6cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	height: auto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
	text-align: justify;
}
img {
	display: block;
}


.mainContent-inner #mcMainContent {
	width: 659px;
	min-height: 350px;
	margin:0;
	color: #d2d6cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	height: auto;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: justify;
}
#caption {
	background-image: url(images/capt-bkg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 721px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	height: 18px;
	margin: 0;
	padding:0;

}

.mainContent-inner #vp-msg img {
	width: 202px;
	border: 2px solid #D6D6D6;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mainContent-inner #vp-msg {
	width: 202px;
	float: right;
	margin-left: 25px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
.mainContent-inner #leftCol {
	padding-right: 257px;
}


.quote {
	font-style: italic;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.simpleclear {
	clear: both;
}
table.contact {
	width: 648px;
}
input.submit {
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}



.listHolder2 {
	float: left;
	width: 46%;
	margin: 0px;
	padding: 0 3% 0 0;
	display: inline;
}
.listContainer {
	width: 659px;
	margin-bottom: 20px;
	min-height: 50px;
	padding-bottom: 0;
	height: auto;
}
#mcMainContent table tr td {
	vertical-align: top;
}


.warning-msg {
	background-color:#060;
	color:#FFF;
	font-weight:bolder;
	width:100%;
	padding: 10px;
	margin: 10px 0 10px 0;
	}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-left: 10px;
	margin-bottom: 5px;
}
body {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul {
	margin-left: 0px;
	padding-left: 5px;
}
#customer-list {
	background-image: url(images/cust-bkg.jpg);
	background-repeat: repeat-x;
	min-height: 419px;
	width: 648px;
	background-color: #e8e7e7;
}
.twoCol {
	display: inline;
	float: left;
	width: 50%;
}

#customer-list .cust-fltlft {
	float: left;
	width: 200px;
	margin-left: 82px;
}
.form-element-short {
	width: 220px;
	margin-bottom: 2px;
}
.form-element-long {
	width: 530px;
	margin-bottom: 5px;
}
