/*------------------- GENERAL --------------------*/
body {
	margin:0; padding:0; color:#666666; 
	background:#E4E6E3 url(images/main-bg.gif) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
div, p, img, a, ul, h2, h3 {
	margin:0; padding:0;
}
a {
	text-decoration:none; outline:none;
}
ul {
	list-style:none;
}
img {
	border:none;
}
.spacer {
	font-size:0; line-height:0; clear:both;
}

/*--------- HEADER ----------*/
#header {
	width:778px; height:266px; margin:0 auto; padding:40px 0 0;
	background:url(images/header-bg.jpg) 0 0 no-repeat;

}
#header ul {
	font-size:12px; line-height:22px; font-weight:bold;
	padding:96px 0 0 326px;
}
#header ul li, div.bottomMenu ul li {
	padding:0 13px 0 14px; float:left;
	background:url(images/topmenu-devider.gif) 0 50% no-repeat;
}
#header ul li a, div.bottomMenu ul li a {
	color:#5A5858; background-color:inherit;
}
#header ul li a:hover, #header ul li span, div.bottomMenu ul li a:hover, div.bottomMenu ul li span {
	color:#067597; background-color:inherit;
}

#header2 {
	width:778px; height:266px; margin:0 auto; padding:40px 0 0;
	background:url(images/logopar.gif) 0 0 no-repeat;

}
#header2 ul {
	font-size:12px; line-height:22px; font-weight:bold;
	padding:96px 0 0 326px;
}
#header2 ul li, div.bottomMenu ul li {
	padding:0 13px 0 14px; float:left;
	background:url(images/topmenu-devider.gif) 0 50% no-repeat;
}
#header2 ul li a, div.bottomMenu ul li a {
	color:#5A5858; background-color:inherit;
}
#header2 ul li a:hover, #header ul li span, div.bottomMenu ul li a:hover, div.bottomMenu ul li span {
	color:#067597; background-color:inherit;
}

/*---------- BODY ------------*/
#body {
	width:647px; margin:0 auto 1px auto; border-bottom:#F6F6F6 2px solid;
	padding:0 15px 0 16px; background:#fff; color:#666666;
}
#body h2 {
	color:#067597; font-size:14px; line-height:16px; font-weight:bold;
	background-color:#fff; padding:0 0 22px;
}
#leftPanel {
	width:200px; float:left; border-right:#989998 1px dashed;
}
#leftPanel div.knowMore {
	width:238px; border-bottom:#DDDDE7 1px solid; padding:0 0 7px 2px;
	font-size:12px; margin-bottom:6px;
}
#leftPanel div.knowMore img {
	border:#85A7AF 1px solid; float:left; margin-right:16px;
}
#leftPanel div.knowMore a {
	display:block; float:left; width:65px; height:70px; text-align:center;
	font-weight:bold; color:#067597; background-color:#fff; margin-top:4px;
}
#leftPanel div.knowMore a span {
	display:block; font-size:62px; color:#DDDDE7; background-color:#fff;
}
#leftPanel div.knowMore a:hover {
	color:#094557; background-color:#fff;
} 
#leftPanel div.knowMore a:hover span {
	color:#C5C5D3; background-color:#fff;
} 
#leftPanel div.knowMore a.link2 {
	margin-top:5px;
}
#leftPanel div.knowMore a.link3 {
	margin-top:15px;
}
#leftPanel div.noBorder {
	border-bottom:none; margin-bottom:10px;
}

/*---------- RIGHT PANEL --------------*/
#rightPanel {
	width:386px; float:left; padding:6px 0 0 14px; position:relative;
}
#rightPanel p {
	font-size:12px; line-height:14px; padding:0 0 18px;
}
#rightPanel h2.welcome {
	text-indent:-2000px; height:15px; position:absolute; left:14px; top:-30px;
	background:url(images/welcome-hdr.gif) 0 0 no-repeat; width:251px;
}
#rightPanel h2.welcome2 {
	text-indent:-2000px; height:15px; position:absolute; left:14px; top:-30px;
	background:url(images/welcomepar.gif) 0 0 no-repeat; width:251px;
}

/* Fit and Fine */
#rightPanel div.midLinks {
	background:#E7F7FB; border:#85A7AF 1px solid; padding:7px 0 15px;
	color:#467A95;
}
#rightPanel div.midLinks ul {
	font-size:12px; line-height:18px; width:166px; float:left; padding:0 0 0 25px;
}
#rightPanel div.midLinks ul li {
	padding:0 0 0 19px; background:url(images/bull-midlink.gif) 0 50% no-repeat;
}
#rightPanel div.midLinks ul li a {
	color:#467A95; text-decoration:underline; background-color:#E7F7FB;
}
#rightPanel div.midLinks ul li a:hover {
	text-decoration:none;
}
#rightPanel p.callUs {
	color:#067597; font-size:14px; line-height:20px; font-weight:bold;
	padding:24px 0 0; background-color:inherit;
}
#rightPanel p.callUs span {
	font-size:18px;
}
div.bottomMenu {
	width:678px; margin:0 auto; border-bottom:#D0D1D0 2px solid;
	background:url(images/bottom-menu-bg.gif) 0 0 repeat-x; margin-bottom:2px;
}
div.bottomMenu ul {
	height:23px; width:312px; margin:0 auto;
	font-size:12px; line-height:23px; font-weight:bold;
	
}

/*---------- FOOTER ------------*/
#footer {
	background:#01A8DC url(images/footer-bg.jpg) 0 0 no-repeat;
	width:778px; margin:0 auto; line-height:22px;
	color:#E9E9E9; font-size:12px; font-weight:bold; text-align:center;
	padding-top:10px;
}
#footer p.powered {
	font-size:11px; padding-bottom:18px;
}
#footer p.powered a {
	color:#E9E9E9; background:#01A8DC; text-decoration:underline;
}
#footer p.powered a:hover {
	text-decoration:none;
}
/*---------- MISCLENIOUS ------------*/
.noBg {
	background:none !important;
}







