@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
h1, h2, h3, h4, h5, h6 {
	color: #6699cc;
}
h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h4 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
h5 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h6 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
}
#container {
	width: 780px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;/* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header780x200.jpg);
	width: 780px;
	height: 200px;
}
#menu {
	background: #DDDDDD;
	width: 780px;
}
#sidebarleft {
	float: left;/* since this element is floated, a width must be given */
	width: 190px;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}
.mainContent {
	padding: 2px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 580px;
	border-left: hidden;
	float:right;
	margin:0;
	vertical-align:top;
}
.menu_01 {
	float: left;
	padding: 0;
	margin: 0px 0 0 0px;
	color: #000000;
	background: #C0C0C0;
	width: 780px;
	height: 25px;
	border: solid 0px #6699cc;
	clear: both;
	position: relative;
	top: 0;
}/*Color navigation bar normal mode*/
.menu_01 a, .menu_01 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #C0C0C0;
	text-decoration: none;
}
.menu_01 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu_01 ul li {
	float: left;
	position: relative;
	z-index:auto !important /*Non-IE6*/;
	z-index: 1000/*IE6*/;
	border-right: dotted 1px #004080;
	width: auto;
}
.menu_01 ul li a {
	color: #000000;
	background: #C0C0C0;
	float:none !important /*Non-IE6*/;
	float: left/*IE-6*/;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 23px 0 22px;
	text-decoration: none;
}
.menu_01 ul li:hover a {
	background-color: #004080;
	text-decoration: none;
	color: #FFFFFF;
}/*Color main cells hovering mode*/
.menu_01 ul li a:hover {
	background-color: #004080;
	text-decoration: none;
	color: #FFFFFF;
}/*Color main cells hovering mode*/
.menu_01 ul li a:hover ul {
	display: block;
	position: absolute;
	z-index: 999;
	top: 29px;
	left: 0;
}
a img {
	border-style: none;
}
#sidebar_newsimg {
	background-image:url(../images/tab_news.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 188px;
	height: 28px;
	border: solid 1px #6699cc;
	border-top: none;
	border-right: none;
	background-color: #ffffff;
	padding: 0px;
	margin-right: 1px;
	float:left;
}
#sidebar_news {
	width: 188px;
	height: 92px;
	border: solid 1px #6699cc;
	border-top: none;
	border-left: none;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	float:left;
}
#sidebar_testimg {
	background-image:url(../images/tab_testimonials.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 188px;
	height: 28px;
	border: solid 1px #6699cc;
	border-top: none;
	border-right: none;
	background-color: #ffffff;
	padding: 0px;
	margin-right: 1px;
	float:left;
}
#sidebar_test {
	width: 188px;
	height: 150px;
	position: relative;
	overflow: hidden;
	border: solid 1px #6699cc;
	border-top: none;
	border-left: none;
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	margin: 0px;
	float:left;
}
#sidebar_promo {
	background-image:url(../images/Promotion188x510.jpg);
	width: 188px;
	height: 510px;
	border: solid 1px;
	border-top: none;
	border-left: none;
	padding: 0px;
	margin: 0px;
	float:left;
}
#sidebar_innate {
	width: 188px;
	height: 148px;
	border: 1px solid #6699cc;
	border-top: none;
	border-left: none;
	padding: 0px;
	margin: 0px;
	float:left;
}
#sidebar_servicesimg {
	background-image:url(../images/tab_services.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 188px;
	height: 28px;
	border: solid 1px #6699cc;
	border-top: none;
	border-right: none;
	background-color: #ffffff;
	padding: 0px;
	margin-right: 1px;
	float:left;
}
#sidebar_services {
	width: 188px;
	height: 563px;
	border: solid 1px #6699cc;
	border-top: none;
	border-left: none;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	float:left;
}
#sidebar_container_brdrlss {
	width: 188px;
	height: 150px;
	border: none 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#footer {
	padding: 10px 10px 10px 10px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	width: 760px;
}
#footer p {
	margin: 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.clearfloat {/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.spotLight01 {
	width: 186px;
	padding: 2px;
	margin: 3px;
}
.spotLight02 {
	width: 188px;
	height: 92px;
	border-left: solid 0px #6699cc;
	border-right: solid 0px #6699cc;
	border-top: 0;
	border-bottom: solid 1px #6699cc;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	background-position:left;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.image {
	padding: 5px 5px 5px 5px;
	margin: 0;
}
.caption {
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	color: #000000;
	text-decoration: none;
	font-size:smaller;
}
.blue {
	color: #6699cc;
}
.black {
	color: #000000;
}
.red {
	color: #ff0000;
}
a:link {
	color: blue;
	text-decoration:underline;
}
a:visited {
	color: blue;
	text-decoration:underline;
}
a:hover {
	color: red;
	text-decoration: none;
}
.redbold {
	font-weight: bold;
	color: #ff0000;
}
