/* CSS Document */

* { 
	margin: 0px; 
	padding: 0px;
}

a , a:active , a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

.pagebody {
	background-color: #EFEFEF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	font-size: 16px;
	color: #6C6962;
}


#containerPanel {
	width: 946px;
	margin: 0px auto;
	padding: 20px;
	background-color: #fff;
	padding-top: 10px;
}

#logoPanel {
	float: left;
	width: 300px;
}

#logoPanel h1 a
{
    background: transparent url(images/logo.jpg) no-repeat 0 0;
    display: block;
    width: 400px;
    height: 110px;
    text-indent: -9999px;
}

#rightInfoPanel {
	float: right;
	width: 450px;
	padding-top: 30px;
}

#topLinks {	
	float: left;
	margin-left: 30px;
	padding-top: 10px;
}

#topLinks ul
{
    padding: 0px;
	margin: 0px;
    list-style-type: none; 
}


#topLinks ul li a
{
    display: block;
    color: #000;
	font-size: 12px;
	border-right: 1px solid #ccc;
	text-decoration: underline;
	padding: 0px 10px 0px 10px;

}

#topLinks ul li a:hover
{
    display: block;
    border-bottom-width: 0;
    color: #666;
	text-decoration: none;

}

#phonePanel {
	margin-top: 8px;
	float: right;
	margin-right: 0px;
	background:url(images/tel.gif) no-repeat 0% 50%;
	padding-left: 35px;
	text-align: left;
}

#searchPanel {
	margin-top: 40px;
	clear: both;
	text-align: right;
}

#navigationPanel {
	clear: both;
	height: 30px;
}

#navigationPanel ul {
	background: url(images/navbck4.gif) 0px 0px;
	float: left;
	font-size: 12px;
	height: 2.1em;
	left: 0px;
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	position: relative;
	text-align: center;
	z-index: 14;
}

#navigationPanel ul li:hover {
	background: black url(images/navback-h.jpg) no-repeat 100% 0px;
}
#navigationPanel ul li a {
	background: url(images/div-line.gif) repeat-y 100% 0px;
}

#navigationPanel .AspNet-Menu-SelectedLeaf
{
background: url(images/navback-s.jpg) repeat-y 100% 0px;
}

#navigationPanel ul li  , #topLinks ul li
{
    position: relative;
    display: inline;
    float: left;
	
	
}
#navigationPanel ul li a
{
    display: block;
    padding: 5px 18px 5px 18px;
    color: #fff;
    text-decoration: none;
}

#navigationPanel ul li a:hover
{
	text-decoration: underline;
}



#newsBar {
	clear: both;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
}

#newsBar a , #newsBar a:active , #newsBar a:visited{
	color: green;
}

#newsBar ul {
	list-style: none;
}

#newsBar ul li {
	 position: relative;
    display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #000;
}


#promoBox {
	clear: both;
	height: 350px;
	background-color: #000;
	overflow: hidden;
	height: 350px;
	
}

#contentPanel {
	
}

#contentPanel a , #contentPanel a:visited , #contentPanel a:active {
	color: #333;
}

.categoryBox {
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	width: 230px;
	background-color: whiteSmoke;
	min-height: 152px;
}

.categoryBox h3{
	font-size: 16px;
	padding: 6px 0px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	
}

.categoryBox p {
	padding: 10px;
}

.categoryBox input {
	margin-left: 6px;
}

#footerPanel {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #666;
}

#footerPanel h1, #footerPanel h2 {
	font-size: 10px;
	color: #6C6962;
	font-weight: normal;
	padding-top: 10px;
}

.promoFooter {
display: inline;
}

#footerPanel a , #footerPanel a:active , #footerPanel a:visited {
	color: #6C6962;
	text-decoration: none;
}

#footerPanel h2 {
 	padding-top: 0px;
}

.footerLinkPanel { 
	width: 200px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-left: 100px;
}

.footerLinkPanel ul {
	list-style: none;
	padding-left: 15px;
}

.footerLinkPanel ul li{
	list-style-image: url(images/li_arrow_666f6d_01.gif);
}

.copyright {
	padding-top: 20px;
	clear: both;
}

img {	
	border: none;
}
