@import "/site/designs/shared/css/base.css";

/* Structural DIVs */

div#row1 {
	background: url(/site/designs/content/images/backgrounds/homeRow1.gif) repeat-y;
	width: 796px;
	border-right: 5px solid #583F1C;
}

div#row1 div.leftCol {
	width: 157px;
	float: left;
}

div#row1 div.middleCol {
	width: 426px;
	margin-left: 158px;
	margin-right: 166px;
	color: #583F1C;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 20px;
	padding-top: 450px;
}

div#row1 div.rightCol {
	width: 166px;
	float: right;
	color: #583F1C;
	font-size: 12px
	line-height: 18px;
}

/* Other DIVs */

div#row1 div.middleCol div#middleColContent {
	margin-top: -438px;
}

div#row1 div.rightCol div.adBox {
	border: 1px solid #A5001D;
	width: 160px;
	margin: 2px 0 0 2px;
	text-align: center;
}

div.sideNav {
	color: #000;
	margin-left: 2px;
	border-top: 2px solid #fff;
}

div.sideNavLinks {
	padding-right: 10px;
	margin-left: 10px;
}

div.sideNavLinksSub {
	margin: 0 0 10px 10px;
}

/* Typography */

div#row1 div.rightCol div.adBox h1 {
	background: #6C5638;
	font-size: 11px;
	color: #FFF2BC;
	padding: 11px 0 0 5px;
	font-weight: bold;
	text-align: left;
}

div#row1 div.rightCol div.adBox h2 {
	color: #A5001D;
	font-size: 13px;
	line-height: 14px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	text-align: left;
}

div#row1 div.rightCol div.adBox p {
	font-size: 11px;
	line-height: 16px;
	color: #414A26;
	text-align: left;
	margin: 0;
	padding: 0;
	padding: 5px;
}

div.middleCol h2 {
	color: #A5001D;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

div.middleCol h3 {
	color: #583F1C;
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	margin-bottom: -10px;
}

div.sideNav h1 {
	background: #414A26;
	font-size: 12px;
	color: #FFF2BC;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

div.sideNav p {
	color: #583F1C;
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	padding: 0 3px 2px 10px;
}

div.sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


/* LINKS */

div.middleCol a:link, div.middleCol a:active, div.middleCol a:visited {
	color: #A5001D;
}

div.middleCol a:hover {
	text-decoration:none;
}
	

div#row1 div.rightCol div.adBox p a:link, div#row1 div.rightCol div.adBox p a:active, div#row1 div.rightCol div.adBox p a:visited {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #583F1c;
	background: url(/site/designs/shared/images/arrows/ffffff_sm.gif) no-repeat;
	background-position: 0 3px;
	padding-left: 12px;
	text-decoration: none;
}

ul li a:link, ul li a:active, ul li a:visited {
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #414A26;
	font-weight: bold;
}

ul li.selected a:link, ul li.selected a:active, ul li.selected a:visited {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}

ul.sub li.subnav a:link, ul.sub li.subnav a:active, ul.sub li.subnav a:visited {
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background: url(images/arrows/C7BB9C_menu.gif) no-repeat;
	background-position: 0 4px;
	padding-left: 11px;
	color: #414A26;
	font-weight: bold;
	margin-left: -10px;
}

ul.sub li a:link, ul.sub li a:active, ul.sub li a:visited {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #414A26;
	font-weight: normal;
}

ul.sub li.arrow a:link, ul.sub li.arrow a:active, ul.sub li.arrow a:visited  {
	margin-left: -11px; ! important
	font-size: 12px; ! important
	line-height: 14px; ! important
	text-decoration: none;
	background: url(images/arrows/C7BB9C_menu.gif) no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	color: #414A26;
	font-weight: bold;  ! important
}

ul.sub li a:hover, ul li.selected a:hover, ul li a:hover, ul.sub li.first a:hover {
	color: #fff;
}

li a.selected:link, li a.selected:active, li a.selected:visted {
	color: #fff; ! important
}

/* Images */

div#row2 div.contentBox img, div#row2 div.newsBox img {
	margin: -9px 0 6px 0;
}