/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* temporary borders */
/*	border: dashed 1px #ff0000;*/
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
}
 
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	height: 107px;
}

#header div.top {
	height: 80px;
	background: url('../images/header.jpg') no-repeat;
}
#header div.top h1 {
	padding: 15px 0 8px 0;
	font: italic bold 14px Verdana, Geneva, sans-serif;
	color: #000; /* 666 */
/*	text-align: left;*/
}

#header div.nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
}

#header p.nav {
	float: left;
	width: 655px;
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
	color: #000;
}

#header a {
	padding:0 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
#header a:link, #header a:visited {
	color: #000;
}
#header a:hover {
	color: #333;
}
#header a:active {
	color: #000;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	float: left;
	width: 655px;
	text-align: left;
}

#content p.nopage {/* page does not exist */
	margin-top: 25px;
	/*margin-bottom: 500px;*/
	text-align: center;
	font-size: 18px;
	color: #C00;
}

#content div.cms {
	width: 635px; /* not 655 due to padding */
	min-height: 250px;
	padding: 10px;
	text-align: left;
}

#content h1 {
	font-size: 16px;
	color: #C00;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 16px;
	color: #000;
}

#content h3 {
	font-size: 15px;
	font-weight: lighter;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding: 10px 0 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #C00;
	text-decoration: none;
}
#content a:active {
	color: #000;
	text-decoration: underline;
}


/**********************************/
/* homepage                       */
/**********************************/
#home {
	width: 655px;
}
#home table.home {
	width: 655px;
	border: none;
	border-collapse: collapse;
}
#home td.home {
	width: 160px;
	height: 115px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
#home td.none {
	width: 5px;
}
#home tr.none {
	height: 5px;
}
#home a.home {
	text-decoration: none;
}

#home div.logos {
	text-align: center;
}


/**********************************/
/* news pages                     */
/**********************************/
#news {
	float: left;
	padding:5px;
	width: 645px;
	text-align: left;
}
#news h1 {
	font-size: 16px;
	color: #C00;
	padding: 15px 0;
}

#news h2 {
	font-size: 16px;
	color: #000;
}

#news h3 {
	font-size: 15px;
	font-weight: lighter;
}

#news p {
	padding-bottom: 15px;
}

#news ul, #news ol {
	padding: 10px 20px 0 20px;
}

#news li {
	padding: 2px;
	margin-bottom: 2px;
	background-color: #E6E6E6;
	list-style-type: none;
}


/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	margin-left: 655px;
	margin-right: 0;
	width: 305px;
}

#divtabs {
	width: 305px;
	height: 48px;
	font-size: 12px;
 margin-top:-3px;
}
#divtabs div.tabnav {
	padding-top: 5px;
	float: left;
	width: 80px;
  text-align: center;
	cursor: pointer;
}

#sidebar div.search {
	margin-left: 32px;
	margin-bottom: 20px;
	width: 245px;
	line-height: 23px;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#sidebar div.specialsbar {
	margin-left: 32px;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 241px; /* not 256 due to padding-left */
	line-height: 26px;
	background-image: url(images/specials_bar.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	cursor:pointer;
}

#sidebar div.special {
	margin-left: 32px;
	margin-bottom: 10px;
/*	padding-left: 15px;*/
	width: 256px; /* not 256 due to padding-left */
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;	
}

#sidebar div.specbar_hr {
	margin-left: 20px;
	width: 280px;
	height: 10px;
	border-top: 1px solid #C00;
}

#sidebar ul, #sidebar ol {
	margin: 20px 0 40px 35px;
	text-align: left;
	font-size: 12px;
}

#sidebar li {
	padding-bottom: 10px;
}

#sidebar p.contact {
	margin: 25px auto;
	width: 216px;
	text-align: left;
	font-size: 13px;
}


/**********************************/
/* footer (inside content area)   */
/**********************************/
#footer {
	padding-top: 50px;
	clear: both;
	text-align: center;
	font-size: 13px;
	color: #000;
}

#footer p.sareas {
	font-size:11px; 
	text-align:left; 
	margin:0 10px 10px 0;
}

#footer hr {
	margin:0 10px 20px 0; 
	height:3px; 
	color:#C00; 
	background-color:#C00;
}

#footer div.logos {
	margin-bottom:40px;
	width: 162px;
	height: 66px;
	text-align: center;
	float: left;
}

#footer img.logos {
/*	margin: 0 10px;*/
}

#footer a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a:active {
	color: #000;
	text-decoration: none;
}

#footer span.footerspace {
	padding: 0 15px;
}

#footer p {
	padding-bottom: 15px;
}


/**********************************/
/* contact page                   */
/**********************************/
#contact {
	margin: 0 auto;
	width: 540px;
	font-size: 13px;
	text-align: center;
}

#contact table.info {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#contact td.info {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
#contact td.info2 { /* not 300 due to padding */
	width: 296px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

#contact div.form {
	margin-top: 20px;
	width: 540px;
}

#contact div.req {
	font-size: 12px;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact .burg {
	color: #900;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 1px solid #333;
	background-color: #999;
}
#contact td.form {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
/*	vertical-align: top;*/
	text-align: right;
}
#contact td.form2 { /* not 300 due to padding */
	width: 296px;
	padding: 2px;
/*	vertical-align: top;*/
	text-align: left;
}
#contact .text { /* set parameters for form text field */
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact .textarea { /* set parameters for form textarea field */
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	background-color: #999;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: #000;
	text-align: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contact .button { /* submit button */
	padding: 1px 4px;
	border: 1px solid #000;
}

/*#contact .submit { /* submit button
	padding: 2px 4px;
	border: 1px solid #000;
}*/


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}
img.sm_icon {
	width: 50px;
}

/**********************************/
/* DROPDOWN NAV STYLE             */
/**********************************/
.chromestyle{
width: 655px;
float:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/* background: url(chromebg2.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(chromebg2-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:5px;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
text-align:left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffff00;
}


-->
