@charset utf-8;

/*STANDARD*/
HTML, BODY {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	background:#dddcdc;
	/*background:#c0c0c0 url(../../images/structure/body-bg.gif);*/
	color:#000;
}
/*Main layout*/
DIV#framework {
	display:table;
	margin:0 auto;
	height:100%;
	width:942px;
	border:solid #FFFFFF;	
	border-width:0px 30px 0px 30px;
	background-color:#FFFFFF;
}
DIV.frameworkRow {
	display:table-row;
}
DIV#frameworkCol1 {
	display:table-cell;
	height:auto;
	width:942px;
	background:url(../../images/structure/homepage_top_img.png) no-repeat top center;
}
DIV#frameworkCol2 {
	display:table-cell;
	height:20px;
	background-color:#FFFFFF;
	width:942px;
	
}
DIV#footer {
	font-size:12px;
	padding:6px 0px;
	text-align:right;
	color:#000000;
}
DIV#footer a{
	color:#000000;
}
DIV#footer a:hover{
	color:#ff6600;
}
DIV#footer span{
	float:left;
}
DIV#footer span a{
	margin-left:4px;
	padding-left:8px;
	border-left:1px solid black;
}
DIV#banner{
	height:146px;
	background:url(../../images/structure/address.png) no-repeat 799px 57px;
	position:relative;
}
DIV#banner a{
	width:213px;
	height:122px;
	position:absolute;
	top:16px;
	left:40px;
}
/*PRIMARY NAV*/
ul#primaryNav {
    background: url(../../images/structure/menu_bg.jpg) repeat-x scroll 0 0 transparent;
    border: 1px solid #0E0E0E;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    height: 39px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 940px;
}
ul#primaryNav li {
    border-left: 1px solid #323233;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul#primaryNav li a,
ul#primaryNav li span {
    background:none;
    border: 0 none;
    font-size: 11px;
    height: 29px;
    padding:10px 0 0;
    text-transform: uppercase;
	color: #FFFFFF;
	 display: block;
	 font-weight: bold;
    text-align: center;
    text-decoration: none;
}
ul#primaryNav a:hover, 
ul#primaryNav a:focus {
	background:#FFFFFF url(../../images/structure/menu_over_bg.jpg) repeat-x top left!important;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}
ul#primaryNav li {
	width: 20%;
	box-sizing: border-box;
}
/*END PRIMARY NAV */
DIV#rotator {
	height:285px;
	background-color:#858583;
	margin:10px 0px;
	position:relative;
	overflow:hidden;
}
DIV#rotator DIV#images{
	margin:0px 40px;
	overflow:hidden;
}
DIV#prev{
	position:absolute;
	top:121px;
	left:8px;
	cursor:pointer;
}
DIV#next{
	position:absolute;
	top:121px;
	right:8px;
	cursor:pointer;
}



img {
	margin:0;
	padding:0;
}
a img {
	border:0;
}
a:active {
  outline: none;
}
*:focus {outline: none;}
a {
	color:#a39163;
}
a:hover {
	color:black;
}

div#content h1 {
	font-family: 'Share', sans-serif;
	margin:0px 0px 6px 0px;
	font-size:30px;
	color:#a39163;
}
div#content h2 {
	font-family: 'Share', sans-serif;
	margin:0px 0px 6px 0px;
	font-size:22px;
	color:#a39163;
}
div#content h3 {
	font-size:16px;
	margin:0px 0px 6px 0px;
	color:#a39163;
}
div#content p {
	margin:0px 0px 6px 0px;
	line-height:24px;
}
div#content ul {
	list-style-type:disc;
	line-height:24px;
	clear:both;
}
DIV.center {
	text-align:center!important;
}
DIV#contentContainer{
	background-color:#E6E4E5;
	overflow:hidden;
	padding:14px;
}
DIV#contentBox {
	overflow:hidden;
	padding-top:9px;
	background:url(../../images/utilities/shadows/shadow-top.png) no-repeat top left;
}
DIV#contentBoxBottom {
	overflow:hidden;
	padding-bottom:9px;
	background:url(../../images/utilities/shadows/shadow-bottom.png) no-repeat bottom left;
}
DIV#content {
	overflow:hidden;
	background:url(../../images/utilities/shadows/shadow-tile-white.png) repeat-y top center;
	padding: 26px;
	position:relative;
}
div.column1 {
	float: left;
	width: calc( 100% - 240px);
}

DL#categories{
	width:200px;
 	float:right;
	margin:0px 0px 12px 0px;
	padding:0px;
	border:1px solid #a39163;
}
DL#categories DT{
	font-family: 'Share', sans-serif;
	margin:0px 0px 4px 0px;
	font-size:22px;	
	font-weight:bold;
	color:black;
	background:url(../../images/structure/header-bg.jpg) repeat-x top left;
	padding:4px 0px 8px 10px
}

DL#categories DD{
	margin:0;
	padding:0px 10px 10px 10px;
}
DL#categories DD UL{
	margin:0;
	padding:0;
	list-style:none;
}
DL#categories DD UL LI{
	margin:0;
	padding:0;
}
DL#categories DD UL LI A{
	color:black;
	text-decoration:none;
	padding-left:12px;
	background:url(../../images/utilities/arrow.gif) no-repeat left 2px;
}
DL#categories DD UL LI A:hover {
	text-decoration:underline;
}
DIV#crumbTrail{
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
	color:#a39163;
	border-bottom:1px solid #a39163;
	padding-bottom:4px;
}
DIV#crumbTrail a{
	color:black;
	padding: 0px 2px 0px 8px;
	background:url(../../images/utilities/arrow.gif) no-repeat left 2px;
	text-decoration:none;
}
DIV#crumbTrail span {
	padding-left:14px;
	background:url(../../images/utilities/spacer.gif) no-repeat left 2px;
}
a.readMore{
	color:black;
	padding-left:8px;
	background:url(../../images/utilities/arrow.gif) no-repeat left 4px;
	text-decoration:none;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #a39163;
}
DIV#crumbTrail a:hover,
a.readMore:hover {
	text-decoration:underline;
}
DIV#establishmentList{
	background-color:#1c1d1f;
	overflow:hidden;
	margin-top:12px;
	padding:12px;
}
DIV#establishmentList H2{
	color:white;
	font-size:18px;
	margin:0px 0px 8px 0px;
}
DIV#establishmentList UL{
	list-style:none;
	padding:0;
	margin:0px 12px 0px 0px;
	width:210px;
	float:left;
	font-size:12px;
}
DIV#establishmentList UL LI{
	line-height:22px;
}
DIV#establishmentList UL LI A{
	color:#7b7b7b;
	text-decoration:none;
}
DIV#establishmentList UL LI A:HOVER{
	text-decoration:underline;
	color:white;
}
DIV.logos{
	margin-top:12px;
	overflow:hidden;
}
DIV.logos a{
	border:1px solid #a39163;
	float:left;
	padding:10px;
	margin-right:10px;
}
DIV.logos a img{
	display:block;
	
}


a.facebook {
	width: 32px;
	height: 32px;
	display: block;
	background: url("/images/social/facebook.png") no-repeat top left;
	margin-bottom: 7px;
}