@import url('fonts.css');

body { 
	background-image: url(../assets/images/site_design/page_bkg.jpg);
	font-family: "Times New Roman","Times",serif;
	font-size: 16px;
	line-height: 1.25em;
}

p, ul {
	margin-bottom:.8em;
}

td {
	vertical-align: top;
}

ul {
	margin-left: 1em;
}

ul li {
	list-style: square;
	list-style-position: outside;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: .75em;
}

h1 {
	margin-bottom: .5em;
	font-size: 1.75em;
}

h2 {
	margin-bottom: .25em;
	font-size: 1.4em;
}

h3 {
	margin-bottom: .25em;
	font-size: 1.2em;
}

h4, h5, h6 {
	font-size: 1em;
}

a, a:visited {
	color: #990000;
}

a:hover {
	color: #CC0000;
}


#wrapper {
	width: 980px;
	margin: 0 auto;
	background-image: url(../assets/images/site_design/content_bkg.png);
	background-repeat: repeat-y;
	overflow: auto;
	z-index: 2;
}

#wrapperEnd {
	width: 980px;
	margin: 0 auto;
	background-image: url(../assets/images/site_design/endcap_bkg.png);
	background-repeat: no-repeat;
	height: 32px;
}

#innerWrapper {
	width: 960px;
	margin: 0 10px;
	position: relative;
}

#menu {
	background-color: #6A4723;
	background-image: url(../assets/images/site_design/menu_bkg.png);
	background-repeat: repeat-x;
	text-align: center;
	color: white;
	font-family: Helvetica, Arial, san-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
	padding: 7px;
	position: relative;
	z-index: 99999;
}

#menu a { 
	color: white; 
	text-decoration: none; 
	margin: 0 13px;
}

#menu a:hover {
	color: #FFFFCC;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
	width: auto;
}

#menu ul li:after {
	content: "•";
}

#menu ul li.last:after {
	content: "";
}

#menu ul li ul {
	display: block;
	position: absolute;
	left: 50%;
	padding: 0 0;
	top: 19px;
	visibility: hidden;
	z-index: 99999;
	width: 140px;

}

#menu ul li ul li {
	width: 140px;
	left: -50%;
	display: block;
	text-transform: none;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	z-index: 99999; 
	margin: 0;
	padding: 0;
	background: rgb(111, 73, 36);
	background: rgba(111, 73, 36, 0.9);
	float: left; /* fixes IE7 bug creating gaps between list items */
}

#menu ul li ul li.last a {
	padding-bottom: 12px;
}

#menu ul li ul li.last {
	border-bottom: 1px solid white;	
}

#menu ul li ul li ul {
	display: none;
}

#menu ul li ul li:after {
	content: "";
}


#menu ul li ul li a {
	font-size: 12px;
	padding: 6px 0 4px 0;
	/* display: inline-block; */
}

#menu ul li ul li a {
	display: block;
}


#menu ul li ul li:hover {
	background: rgb(147, 98, 49);
	background: rgba(147, 98, 49, 0.95);	
}

#title {
	margin: 0;
	padding: 0;
	position: relative; 
	z-index: 3;
}

img { display: block; border: none;}

#content {
	width: 860px;
	margin: 0px 50px;
}

#content #sidebar {
	float: left;
	width: 287px;
	margin: 0;
}

#content #main {
	float: left;
	width: 573px;
}

#content #main #slideshow {
	width: 572px;
	margin: 0 0 0 1px;
	padding: 0;
	background-color: #fff !important;
}


#content #main #slideshow ul#slides {
	height: 400px;
}

#content #main #slideshow ul#slides li a.img_link {
	display: inline-block;
}

#content #main #slideshow ul#slides li a.img_link {
	display: block;
}


#content #main .node {
	margin: 20px 18px 18px 18px;
}

#slideshow + .node {
	margin-top: 0px !important;
}

#slideshow.oneSlide + .node {
	margin-top: 20px !important;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content h1 {
	color: rgb(96,0,0);
}

#content h2 {
	color: rgb(0,0,128);
}

#content h3 {
	color: rgb(96,32,0);
}

#content h4 {
	color: rgb(192,0,0);
	border-bottom: 1px solid rgb(192,0,0);
	margin-bottom: .4em;
}

#content h5 {
	color: rgb(192,100,0);
	border-bottom: 1px solid rgb(192,100,0);
	margin-bottom: .4em;
}

#content h6 {
	color: rgb(96,32,0);
	border-bottom: 1px solid rgb(96,32,0);
	margin-bottom: .4em;
}

#content #main h1 {
	font-family: P22Stanyan-Regular;
	text-transform: uppercase;
	font-size: 240%;
	line-height: 90%;
	letter-spacing: 1px;
}

#content #main h2 {
	font-family: Desyrel-Regular;
	font-size: 160%;
	line-height: 110%;
}

#content #main .node #partners {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.33em;
}

#content #main .node #utilityBox {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #CC9966;
	padding: 4px 8px;
	background-color: #FFFFF8;
	color: #990000;
	margin-bottom: 12px;
	font-size: 75%;
	line-height: 1em;
}

#content #main .node #utilityBox form,
#content #main .node #utilityBox div.hiddenFields {
	display: inline;
}

#content #main .node #utilityBox form#selectCategory {
	padding-right: 12px;
}

#content #main .node #utilityBox form #keywords {
	width: 140px;
	border: 1px solid #CC9966;
	margin-right: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

#content #main .node #partners div.listing {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CC9966;
}

#content #main .node #partners div.listing.results h1 {
	margin-bottom: 6px;
	font-size: 150%;
	line-height: 1em;
}

#content #main .node #partners div.listing.results {
	font-size: 95%;
	line-height: 1.25em;
}

#content #main .node #partners div.listing div.logo {
	float: left;
	width: 128px;
	overflow: hidden;
}

#content #main .node #partners div.listing div.info {
	margin-left: 140px;
}

#content #main .node #partners div.listing p.phone{
	padding: 0 0 4px 0;	
	margin: 0;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

#content #main .node #partners div.listing h1 {
	font-family: Georgia,"Times New Roman","Times",serif;
	color: rgb(160,0,0);
	text-transform: none;
	font-size: 2em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

#content #main .node #partners div.listing p.address{
	padding: 0 0 4px 0;	
	margin: 0;
	line-height: 1.2em;
}

#content #main .node #partners div.listing p.employees{
	padding: 0 0 4px 0;	
	margin: 0;
	line-height: 1.2em;
	font-style: italic;
	color: rgb(80,80,80);
}

#content #main .node #partners div.listing p.url {
	
}

#content #main .node #partners div.listing .terms {
	color: #900;
	font-style: italic;
	background-color: #FFFFE8;
}

#content #main .node #partners div.listing h1 .terms {
	font-style: inherit;
	color: inherit;
	text-decoration: inherit;
}


#content #main .node #partners div.listing div.category {
	float: right;
	margin-left: 16px;
	padding-bottom: 4px;
	display: none;
}

#content #main .node #partners div.listing div.category a {
	color: #666;
	text-decoration: none;
	padding: 2px 6px;
	display: block;	
	background-color: #EEE;
	font-size: 80%;
	text-align: center;
}

#content #main .node #partners div.listing div.category a:hover {
	background-color: #CCC;
	color: #000;
}  
	
#sidebar {
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 75%;
	line-height: 120%;
}

#sidebar h1 {
	font-size: 120%;
	line-height: 110%;
}

#sidebar .node {
	margin: 0 10px;
}

#sidebar a {
	font-weight: bold;
}

#sidebar #twitter, 
#sidebar #print-ads, 
#sidebar #weblog,
#sidebar #top_links,
#sidebar #bottom_links {
	width: 271px;
	margin: 10px 0 0 8px;
	padding-bottom: 8px;
}

#sidebar #top_links {
	padding-bottom: 0;
}


#sidebar #weblog img.author {
	border: 1px solid #E2BF7A;
}

#sidebar #weblog a, #sidebar #weblog a:visited {
	color: #B27024;
	text-decoration:none;
}

#sidebar #weblog a:hover, #sidebar #weblog a:visited:hover {
	color: #723C09;
	text-decoration:underline;
}

#sidebar p.more { 
	text-align: right;
	display: block;
	font-style: italic;
	margin-top: -0.60em;
	margin-bottom: 1.5em;
}

#sidebar #print-ads {
	background-image: url(../assets/images/site_design/print_ads_bkg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-color: #FDEFE2;
	padding-bottom: 12px;
	text-align: center;
}

#sidebar #print-ads #buttonTable {
	width: 261px;
	margin: 0 5px;
}

#sidebar #print-ads #buttonTable td {
	width: 87px;
}

#sidebar #print-ads #buttonTable td img {
	margin: 0 3px;
}


#sidebar #weblog {
	background-image: url(../assets/images/site_design/weblog_bkg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-color: #FDF7E2;
	padding-bottom: 10px;
}

#sidebar #twitter {
	background-image: url(../assets/images/site_design/twitter_feed_bkg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-color: #E8F6F6;
	padding-bottom: 6px;
	font-size: 110%;
	line-height: 130%;
}

#sidebar #twitter a, #sidebar #twitter a:visited {
	font-weight: normal;
	color: #0066CC;
}

#sidebar #twitter a:hover, #sidebar #twitter a:visited:hover {
	color: #2A496C;
}

#sidebar #twitter a.date {
	color: #666;
	font-style: italic;
	display: block;
	text-align: right;
	margin-top: -0.8em;
	margin-bottom: 1.5em;
	font-size: 90%;
	line-height: 100%;
	text-decoration: none;
}

#sidebar #twitter a.twitterButton {
	display: block;
	background-image: url(../assets/images/site_design/twitter_button.png); 
	width: 238px;
	height: 35px;
	margin: 0 auto;
}

.bigger {
	font-size: 140% !important;
	line-height: 1.25em !important;
}

.big {
	font-size: 120% !important;
	line-height: 1.25em !important;
}


.small {
	font-size: 80% !important;
	line-height: 1.25em !important;
}

.smaller {
	font-size: 60% !important;
	line-height: 1.25em !important;
}

img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.25em;
}

img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.25em;
}

a.more {
	display: block;
	background-image: url(../assets/images/site_design/more_icon.png);
	width: 46px;
	height: 15px;
	float: left;
}

a.rss {
	display: block;
	background-image: url(../assets/images/site_design/rss_icon.png);
	width: 47px;
	height: 17px;
	float: right;
}	

#content #main #slideshow ul, #content #main #slideshow ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#featurebox {
	width: 333px;
	height: 107px;
	border: 1px solid black;
	overflow: visible;
	position: absolute;
	left: 578px;
	top: 12px;
	background-color: white;
	text-decoration: none !important;
}

div#featurebox p, div#featurebox h1, div#featurebox h2, 
div#featurebox h3, div#featurebox h4, div#featurebox h5, 
div#featurebox h6 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: 'YanoneKaffeesatzRegular', "TrebuchetMS", "Trebuchet MS", "Trebuchet", sans-serif;
	text-decoration: none;
}

div#featurebox p {
	color: black;
}

div#featurebox h1 {
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 16px;
	color: #660000;
	line-height: 1em;
	margin-bottom: 3px;
}

div#featurebox h2 {
	font-size: 18px;
	color: #CC0000;
	line-height: 1em;
}

div#featurebox h3, div#featurebox h4, div#featurebox h5, div#featurebox h6, div#featurebox p.price  {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
}

div#featurebox a {
	text-decoration: none;
	color: inherit;
	display: block;
}

div#featurebox a:hover {
	color: inherit;
}

div#featurebox div.content {
	width: 220px;
	height: 100px;
	position: absolute;
	top: 2px;
	right: 3px;
	overflow: hidden;
	background: white url(../assets/images/site_design/feature_bkg.png) repeat-x;
	border: 1px solid #CCCCCC;
}

div#featurebox div.content div.node, div#featurebox img#photo {
	display: none;
}

div#featurebox img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 3px;
	left: 3px;
	overflow: hidden;
	display: block;
	border: none;
}

div#featurebox div.content .node {
	margin: 5px;
	overflow: hidden;
}

#feedbackForm label {
	width: 90px;
	display: block;
	float: left;
	font-family: "YanoneKaffeesatzRegular", "TrebuchetMS", "Trebuchet MS", "Trebuchet", sans-serif;
}

#feedbackForm .textfield {
	border: 1px solid #CCC;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1em;
	padding: 2px 4px;
}

#feedbackForm .textfield:focus,
#feedbackForm #comments:focus {
	background-color: #FFFFF0;
	border-color: #EDA;
}

#feedbackForm .error {
	color: #cc0000;
	display: block; 
	padding: 2px 8px; 
	background-color: #FFFFCC; 
	border: 1px solid #f00;
	font-family: "YanoneKaffeesatzRegular", "TrebuchetMS", "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 14pt;
	text-align: center;
	margin-bottom: 8px;
}

#feedbackForm #comments {
	border: 1px solid #CCC;
	width: 95%;
	height: 150px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1em;
	margin-bottom: 8px;
}

#feedbackForm #submit {
	border: 1px solid #B27024;
	background-color: #F6ECDC;
	padding: 2px 4px;
	margin: 8px auto;
	color: #700;
	width: 80px;
}

#feedbackForm #submit:hover {
	color: #A00;
	background: #FeF8D6;
}

#logoImage {
   position:absolute; 
   top: 0px; 
   left: 0px;
   display: none;
}

.staff {
	overflow: auto;
}

.staff .member {
	width: 164px;
	float: left;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
}

#content #main .staff .member .node {
	margin: 0 18px 18px;
}

.staff .member .node p {
	margin: 0;
	padding: 0;
}

.staff .member .node img {
	width: 120px;
	height: 120px;
	margin: 0 auto 6px;
}

.staff .member .name {
	color: #660000;
	font-size: 11px;
}


.jshowoff p.jshowoff-slidelinks {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
	
p.jshowoff-slidelinks a {
	display: inline-block; 
	width: 12px;
	height: 12px;
	line-height: 12px;
	background: transparent url(../assets/images/site_design/white_dot.png) no-repeat 0px 0px; 
	overflow: hidden;
	text-indent: -999px; 
}

p.jshowoff-slidelinks a:hover { 
	background: transparent url(../assets/images/site_design/lt_grey_dot.png) no-repeat; 
}

p.jshowoff-slidelinks a.jshowoff-active, p.jshowoff-slidelinks a.jshowoff-active:hover {
	background: transparent url(../assets/images/site_design/grey_dot.png) no-repeat; 
}

div#weblog_title {
	width: 572px;
	height: 77px;
	margin-left: 1px;
	background: transparent url(../assets/images/site_design/weblog_main_title.png) no-repeat; ;
}

#content #main .blog .author p {
	font-size: 80%;
	line-height: 1.2em;
}

#content #main .blog .author img {
	border: 1px solid #D3C7B7;
}

#content #main .blog h2 a {
	text-decoration: none;
}

#content #main .blog h2 a:hover {
	text-decoration: underline;
}

#content #main .blog a.read_more {
	display: block;
	background-image: url(../assets/images/site_design/read_more.png);
	width: 87px;
	height: 15px;
	margin: -10px auto 14px;
	background-position: 0 -15px;
}

#content #main .blog a.read_more:hover {
	background-position: 0 0;
}

#content #main p.timestamp {
	color: #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-bottom: 0;
	margin: 0;
	text-align: left;
}

#content #main div + div.commentBox {
	margin-top: 16px;
}

#content #main div.commentBox {
	background-color: #FBF6EE;
	border: 1px solid #CCC;
	padding: 2px 12px;
	margin-bottom: 32px;
	overflow: auto;
}

#content #main div.commentBox p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 25%;
	margin: 0;
}

#content #main div.commentBox p.byline {
	text-align: right;	
	width: 75%;
	color: #666;
}


#commentSection { 
  margin-top: 8px; 
	border: 1px solid #900;
	background: #FFFFFF;
  padding: 12px;
}

#main #commentSection p { 
	  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	  font-size: 12px; 
	  line-height: 16px;
	  margin: 0;
}

#main #commentSection h1 {
  color: #600;
  font-size: 16px;
  line-height: 20px;
}

#commentSection .comment {
   margin: 0px 4px;
   padding: 12px 8px 1px 8px;
   background-color: #fff;
   border-bottom: 1px solid #ccc;
}

#commentSection .comment.even {
    background-color: #f8f8f8;
}

#main #commentSection .comment p { margin-bottom: 12px; }

#main #commentSection .comment p.meta {
  font-size: 10px;
	color: #666;
	font-style: italic;
	margin: 10px 0px 4px;
	border-top: 1px dotted #ddd;
	display: block;
	padding-top: 3px;
}


#main #commentSection .comment.even p.meta {
	border-top: 1px dotted #ccc;
}

#main #commentSection .meta .date {
	font-size: 10px;
	float: right;
	font-style: normal;
}

#main #commentSection .meta .author {
	display: block;
}

#main #commentSection .comment blockquote {
	font-style: italic;
	margin: 8px 16px;
	padding: 0px 8px 8px;
	background-color: #f8f8f8;
}

#commentSection #comment_form { 
	margin: 24px 4px 
}

#commentSection #comment_form h2 { 
    margin: 0;
    font-size: 12px;
}

#main #commentSection #commentForm p,
#main #commentSection #commentForm label { 
	  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	  font-size: 12px; 
	  line-height: 16px;
	  padding: 4px 0;
	  width: 95%;
   	  margin-bottom: 4px;
}


#main #commentSection #commentForm #disclaimer p { 
	margin: 0 0 8px;
	font-size: 10px;
	line-height: 1.4em;
	color: #333;
	padding: 0;
}

#main #commentSection table#commentForm td p { 
	font-size: 10px;
	line-height: 1em;
}

#main #commentSection table#commentForm td input{ 
}

#main #commentSection table#commentForm td label{ 
	font-family: "YanoneKaffeesatzRegular", "TrebuchetMS", "Trebuchet MS", "Trebuchet", sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#feedbackForm label {
	width: 90px;
	display: block;
	float: left;
	font-family: "YanoneKaffeesatzRegular", "TrebuchetMS", "Trebuchet MS", "Trebuchet", sans-serif;
}

#main #commentSection table#commentForm td input.styled {
	border: 1px solid #CCC;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1em;
	padding: 2px 4px;
	margin-top: 2px;
}

#main #commentSection table#commentForm td textarea.styled
{ 
	border: 1px solid #CCC;
	width: 95%;
	height: 150px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1em;
	margin-bottom: 8px;
	margin-top: 2px;
}


#main #commentSection table#commentForm td input.submit {
	border: 1px solid #B27024;
	background-color: #F6ECDC;
	padding: 3px 6px;
	margin: 0px 8px 8px 0;
	color: #700;
	width: 80px;
	font-size: 11px;
}

#main #commentSection table#commentForm td input.submit:hover {
	color: #A00;
	background: #FeF8D6;
}


#main #commentSection table#commentForm td textarea.styled:focus,
#main #commentSection table#commentForm td input.styled:focus {
	background-color: #FFFFF0;
	border-color: #EDA;
}

#content #main .addThis_Olivers {
	float: right;
	margin: 0 0 8px 0; 
	font-size: 12px; 
	font-family: Verdana;
	height: 20px;
	overflow: hidden;
}

#content #main .addThis_Olivers a {
	text-decoration: none;
}

#sidebar .copyright {
	margin: 16px 12px;
	color: #666666;
	text-align: center;
}

#sidebar #side_search { 
	text-align: center;
	vertical-align: middle;
	width: 269px;
	margin: 10px 0 0 8px;
	padding: 8px 0;
	border: 1px solid #CC9966;
	background-color: #FFFFF8;
	font-size: 10px;;
}

#side_search label { 
	color: #CC9966;
}

#side_search #keywords { 
	width: 150px;
	border: 1px solid #C96;
	margin: 0 8px 0 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #804040;
	font-size: 13px;
}

#side_search input.submit { 
	background-color: #C96; 
	border: 1px solid #A00;
	color: #FFC;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 4px;
}

#side_search input.submit:hover { 
	background-color: #804040;
}


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix{height:1%}

