/* GLOBAL STYLES ----------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #1C4881;
	background: #F0F6FF url(/lib/images/site/gradient_bg.jpg) repeat-x top;
}
* html .wrapper   /* this selector recognized by IE only */
{
  width: 762px;   /* total width (only for IE5.x/Win) */
  width: 760px;  /* content width (for other IE) */
}

.wrapper {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	position:relative;
	border: 1px solid #1144AA;
	background: url(/lib/images/site/hp_wrapper_bg.gif) repeat-y;
}

.wrapper img { 
	vertical-align: bottom   /* Fixes extra spacing around images in NN6 */
	}

.bottom {
	width:760px;
	height:14px;
	background:  url("/lib/images/site/bottom.gif") repeat-y;	
	display:block;
	clear:both;
	text-align:right;
	}
a {
	text-decoration:underline;
	color:#1C4881;
	}
a:hover {
	text-decoration:none;
	}
#masthead {
	width:760px;
	}


/* NAV STYLES ----------------------------------------------------------*/

.nav {
	width:760px;
	}


/* SUBNAV STYLES ----------------------------------------------------------*/
	
#subnav {
	width:170px;
	padding:0;
	margin: 0;
	}

#subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#subnav li {
	display: inline;
	margin: 0px;
	padding:0;
	}
#subnav li a {
	width:150px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	margin: 0px;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#1144AA;
}

#subnav li a:hover {
	background-color:#1144AA;
	color:#FFFFFF;
	}

.subnavON {
	display: inline;
	margin: 0px;
	padding:0;
	background-color:#1144AA;
	color:#FFFFFF;
	}
.subnavON a {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	margin: 0px;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
		background-color:#1144AA;
	color:#FFFFFF;
}
.subnavON li a, .subnavON li a:hover, .subnavON li{
	color:#FFFFFF;
	}
	
#subnav li.primaryON, #subnav li.primaryON a {
	color:#762226;
	}
#subnav li.child, #subnav li.childON {
	padding:3px 7px 3px 13px;
	margin:0;
	font-weight: normal;
	}
#subnav li.childON, #subnav li.childON a {
	color:#762226;
	}
#subnav li.childON {
	background: url(/lib/images/site/subnav_arrow.gif) no-repeat;
	}
	
	
/* HOMEPAGE COLUMN STYLES --------------------------------------------------*/

#specials {
	width:248px;
	padding:0;
	margin:0;
	float:left;
	color:#998E58;
	}
* html #specials  {

}
#specials a, #specials a:hover {
	color:#998E58;
	}

#hpnews {
	width:332px;
	margin:0;
	padding:0;
	float:right;
	}
#hpnews span {
	padding:10px 10px 5px 30px;
	display:block;
	}
#hpnews span img {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #1144AA;
	}
	
#specials ul, #hpnews ul {
	list-style: none;
	}
	
#specials li, #hpnews li {
	padding:0 10px 10px 7px;
	}

/* LEFT COLUMN STYLES ------------------------------------------------------*/

#leftcolumn {
	width:170px;
	float:left;
	padding:0;
	margin:0 0 0 0;
	color:#1144AA;
	}
* html #leftcolumn  {
	/*margin:0 8px 0 0;*/
}
#rightcolumn {
	float:right;
	width:580px;
	margin:0;
	padding:0;
	}
	
#lifestyle {
	width:170px;
	text-align:center;
	margin:35px 0 15px 0;
	}
#lifestyle .msg {
	padding:15px;
	}
	
#address {
	width:170px;
	margin:35px 0 15px 10px;
	}

/* CONTENT STYLES ----------------------------------------------------------*/


#content p {
	margin: 0 0 10px 0;
	}

h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #762226;
	margin:0 0 10px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #762226;
	}
h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #38382F;
	margin:0;
	}
.photo {
	float:right;
	border: 6px solid #ECECD6;
	margin:0 0 15px 15px;
	clear: right;
	}
	
/* FOOTER STYLES ----------------------------------------------------------*/

#footer {
	width: 730px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:15px;
	}
#footer .ad {
	float:left;
	width:134px;
	height:90px;
	text-align:right;
	}
	
#footer .copyright {
	width:571px;
	padding:0 0 15px 0;
	margin:0;
	display:block;
	float:right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #99ACC6;
	}
#footer .copyright a {
	color: #99ACC6;
	}
#footer .links {
	width:571px;
	padding:0 0 7px 0;
	margin:0;
	display:block;
	float:right;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#footer a {
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

/* ===================================================	
	PARASITE STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}

