@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

#___________________________ALL___________________________ {
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]width: 96.6666%;
*/
	/* [disabled]padding-left: 1.6666%;
*/
	/* [disabled]padding-right: 1.6666%;
*/
}
.gridContainer.clearfix > div > div {
	padding: 10px;
}
.gridContainer.clearfix #content {
	background-color: #FFF;
	overflow: hidden;
}
body {
	background-image: url(../../images/bg_page.png);
	background-repeat: repeat-x;
	background-position: left 184px;
	background-color: #A71217;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
}
body.full #LayoutDivSidebar {
	display: none;
}
body.full #LayoutDivBody {
	width: auto !important;
	float: none;
	margin-left: 0px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: capitalize;
	margin: 1em 0 0.5em;
	line-height: 1.1em;
	font-size: 1em;
}
h1 {
	font-weight: normal;
	font-size: 3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
h2 {
	color: #B4171A;
	font-weight: normal;
	font-size: 2.3em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.9em;
	color: #666;
}
h4 {
	font-size: 1.4em;
	color: #000;
	text-transform: none;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
hr {
	margin: 3em 0;
	color: #C1161B;
	background-color: #BD151B;
	clear: both;
	height: 2px;
	border: 0;
}
a.button, a[class^="button"] {
	padding: 0.25em 0.5em;
	background-color: #EEE;
	border: 1px solid #CCC;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: 2px 0;
	min-width: 4em;
}
a.button:hover, a[class^="button"]:hover {
	text-decoration: underline !important;
}
a.button_red {
	color: #FFF;
	background-color: #A71519;
	border-color: #333;
}
.callout, .highlight {
	background-color: #EEE;
	padding: 1em;
	border: 1px solid #CCC;
	display: inline-block;
}
.flt_left, *[id*="flt_left"], img[align="left"] {
	float: none;
	margin: 10px auto;
}
.flt_right, *[id*="flt_right"], img[align="right"] {
	float: none;
	margin: 10px auto;
}
a[href^="http://"] {
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: left center; */
	/* [disabled]padding: 2px 2px 2px 20px; */
	/* [disabled]display: inline-block; */
	/* [disabled]background-image: url(../../images/icons/world_go.png); */
}
a[class*="link_"] {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 2px 2px 20px;
	display: inline-block;
}
a[href$=".pdf"] {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 2px 2px 20px;
	display: inline-block;
	background-image: url(../../images/icons/pdf.png);
}
.link_map {
	background-image: url(../../images/icons/map_go.png);
}
.link_zoom {
	padding: 2px;
	cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.nav, ul[id*="nav_"] {
	margin: 0 auto;
	padding: 5px 0;
	list-style: none;
	line-height: 2em;
}
.nav, ul[id*="nav_"] li {
	display: inline;
	margin-left: 1em;
	text-transform: uppercase;
}
.nav li:first-child, ul[id*="nav_"] li:first-child {
	margin-left: 0em !important;
}
.member {
	overflow: hidden;
}
.member .basics {
	overflow: hidden;
	/* [disabled]background-color: #F0F;
*/
}
.member .basics h3 {
	margin: 0px;
	line-height: 1em;
}
.rest_matrix {
	background-color: #EEE;
	margin: 1em 0;
	float: none;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 10px;
	overflow: hidden;
	width: 100%;
}
.rest_matrix table tr td img {
	/* [disabled]float: left;
*/
	margin-right: 10px;
}
.rest_matrix table tr td b {
	font-size: 1.3em;
	font-weight: bold;
	color: green;
	line-height: 1em;
}
a.sort, .results tr th a {
	background: url(../images/icons/sort_alpha.png) no-repeat right center;
	display: inline;
	height: 16px;
	width: auto;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
a.sort:hover, .results tr th a:hover {
	background-image: url(../images/icons/sort_alpha_over.png);
}
.results_next {
	background: url(../images/icons/resultset_next.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_previous {
	background: url(../images/icons/resultset_previous.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.results_last {
	background: url(../images/icons/resultset_last.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_first {
	background: url(../images/icons/resultset_first.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.search {
	background: url(../images/icons/zoom.png) no-repeat left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
}
.subnav {
	text-align: left;
}
table.results {
	border-collapse: collapse;
	width: 99%;
	margin: 20px 0;
}
table.results td, th {
	padding: 4px 8px;
}
table.results th {
	background-color: #EEE;
	text-transform: capitalize;
	text-align: left;
}
table.results th a {
	background-image: url(../../images/icons/sort_alpha.png);
	background-repeat: no-repeat;
	padding: 2px 20px 2px 2px;
	background-position: right center;
	color: #000;
}
table.results th a:hover {
	background-image: url(../../images/icons/sort_alpha_over.png);
}
table.results td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	line-height: 1.5em !important;
	color: #666;
}
table.results td a {
	color: #666;
}
table.results a[href$=".pdf"] {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 2px 2px 20px;
	display: inline-block;
	background-image: url(../../images/icons/page_white_acrobat.png);
}
table.results tr:hover {
	background-color: #FFC;
}
table.results .even_color {
	background-color: #EEE;
}
#LayoutDivHeaderTop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
#LayoutDivHeaderTop #nav_utility li #fb {
	background-image: url(../../images/icons/facebook_16px.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 20px;
	min-height: 16px;
}
#LayoutDivHeaderTop a {
	color: #999;
}
#LayoutDivHeaderMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	background-color: #FFF;
	padding: 20px 0;
	text-align: center;
}
#content {
	background-color: #FFF;
	clear: both;
}
#LayoutDivSidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	background-color: #FFF;
}
#LayoutDivBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#LayoutDivBody > div {
	padding-top: 0px;
}
#LayoutDivBody li {
	margin-bottom: 0.5em;
}
#LayoutDivFooter {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 20px 0 10px;
	text-align: center;
	padding: 2em 0;
	background-color: #000;
	color: #FFF;
}
#LayoutDivFooter a {
	color: #FFF;
}
#gutter {
	text-align: center;
	margin: 2em 0;
	color: #FFF;
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
}
#nav_main {
	margin-top: 10px;
}
#nav_main li {
	white-space: nowrap;
}
#nav_main li a {
	color: #C5161C;
	font-size: 20px;
	font-weight: bold;
}
#nav_main li a.current {
	color: #999;
	/* [disabled]text-decoration: underline; */
	font-weight: normal;
}
#nav_main #search_simple #search_simple_form #keyword {
	width: 200px;
}
#search_form {
	margin: 0;
	padding-left: 2px;
	margin-bottom: 20px;
	overflow: hidden;
}
#search_form #search_home {
	background-image: url(../../images/bg_search_home.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: auto;
	position: relative;
	background-position: -129px top;
	margin-right: 10px;
}
#search_form #search_home #keyword2 {
	position: absolute;
	left: 28px;
	bottom: 10px;
	width: 250px;
	height: 30px;
}

@media only screen and (max-width: 480px) {
#___________________________START_480px_OR_LESS___________________________ {
}
.display_none  {
	display: none;
}
table.results {
	font-size: 0.9em;
	margin-left: -5px;
	/* [disabled]margin-right: -10px; */
}
#___________________________END_480px_OR_LESS___________________________ {
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#___________________________TABLET_AND_DESKTOP___________________________ {
}
.gridContainer {
	width: 98.6111%;
	padding-left: 0.6944%;
	padding-right: 0.6944%;
	overflow: hidden;
}
.flt_left, *[id*="flt_left"], img[align="left"] {
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.flt_right, *[id*="flt_right"], img[align="right"] {
	float: right;
	margin: 0 0 10px 5px;
}
#LayoutDivHeaderTop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivHeaderMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivSidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 21.0784%;
	display: block;
	overflow: hidden;
}
#LayoutDivBody {
	clear: none;
	float: none;
	margin-left: 1.4705%;
	width: 77.4509%;
	display: block;
}
#LayoutDivFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#search_form {
	max-width: 520px;
}
#___________________________END_TABLET_AND_DESKTOP___________________________ {
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
#___________________________DESKTOP_ONLY___________________________ {
}
.gridContainer {
	width: 98.6111%;
	padding-left: 0.6944%;
	padding-right: 0.6944%;
	margin: auto;
	max-width: 980px;
}
.rest_matrix {
	float: right;
	width: 275px;
}
#LayoutDivHeaderTop {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: right;
}
#LayoutDivHeaderMain {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
}
#LayoutDivSidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24.1758% !important;
	display: block;
	overflow: hidden;
}
#LayoutDivBody {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 74.7252%;
	display: block;
}
#LayoutDivFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav_main li#search_simple, #nav_main li#near_me {
	float: right;
}
#nav_main #search_simple #search_simple_form {
	display: inline;
}
#search_form #search_home {
	width: 512px;
	background-position: left top;
}
#search_form #search_home #keyword2 {
	left: 155px;
	width: 250px;
}
#logo1 {
	float: left;
}
#logo2 {
	float: right;
}
#___________________________END_DESKTOP_ONLY___________________________ {
}
}
