@charset "UTF-8";
@import url("extras.css");
/* 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:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.3666%;
	padding-left: 0.8166%;
	padding-right: 0.8166%;
	clear: none;
	float: none;
}
#header {
	margin-top: 20px;
	margin-bottom: 20px;
}
#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#menuWrap {
	background-color: #7A0D1B;
	height: auto;
}
#menu {
}
#menu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}
#menu a:hover {
	background-color: #000;
}
.menuBtn {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
}
#footer {
	margin-top: 40px;
	margin-bottom: 20px;
	border-top:#780D1B solid thin;
	padding-top:20px;
	font-family:Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic", Helvetica, "Helvetica Bold", "Myriad Pro", "Myriad Pro Bold", "Myriad Pro Italic", "Myriad Pro Bold Italic", sans-serif;
}
#footer-small-print {
	font-size: .85em;
	line-height: 1.25em;
}
#footer-copyright {
	font-size: .85em;
	line-height: 1.25em;
	text-align: center;
	margin-top: 10px;
}
#contentWrapper {
	margin-top: 30px;
}
#contentWrapper img {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	max-width:50%;
}
#contentWrapper p {
	font-size: 1.15em;
	line-height: 1.6em;
}
#contentWrapper h1 {
	color: #7A0D1A;
	font-size: 2.25em;
	padding-bottom: 10px !important;
    font-variant: small-caps;
}
#contentWrapper h2 {
	color: #7A0D1A;
	font-size: 1.75em;
	padding-bottom: 10px !important;
}
#contentWrapper ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:6px;
}
#contentWrapper li {
	padding-bottom:6px;
}
.col-1 {
}
.col-1 p {
padding-bottom: 10px !important;
}
.col-2 {
width: 100%;
clear: both;
margin-left: 0;
margin-top:20px;
}
.col-2 p {
	padding-bottom:10px !important;
	line-height:1.5em !important;
}
.col-3 {
width: 100%;
clear: both;
margin-left: 0;
}
.col-3 input {
	font-size:1.15em;
	font-family:Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic", Helvetica, "Helvetica Bold", "Myriad Pro", "Myriad Pro Bold", "Myriad Pro Italic", "Myriad Pro Bold Italic", sans-serif;
	width: 85%;
	padding-top: 5px;
	padding-bottom:5px;
	padding-right:5px;
	margin-bottom:15px;
	padding-left:10px;
	margin-left:15px;
	color:#7A0D1B;
}
.col-3 textarea {
	font-size:1.15em;
	font-family:Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic", Helvetica, "Helvetica Bold", "Myriad Pro", "Myriad Pro Bold", "Myriad Pro Italic", "Myriad Pro Bold Italic", sans-serif;;
	width: 85%;
	padding-left:10px;
	padding-top 5px;
	padding-bottom:5px;
	padding-right:5px;
	margin-bottom:20px;
	margin-left:15px;
	color:#7A0D1B;
}
.formCheckBox {
	width:auto !important;
	margin-right:5px !important;
	margin-bottom:0 !important;
	margin-left:0 !important;
	/*margin-right:10px !important;*/
}

.formCheckBoxText {
	text-indent: -25px !important;
	padding-left:25px !important;
	margin-bottom:15px !important;
	font-size:.80em !important;
	font-family:Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic", Helvetica, "Helvetica Bold", Arial, "Arial Italic", "Arial Bold", sans-serif
}
.form label {
/*text-indent: -25px !important;*/
	padding-left:20px !important;
	margin-bottom:15px !important;
	font-size:1.0em !important;
	font-family:Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic", Helvetica, "Helvetica Bold", Arial, "Arial Italic", "Arial Bold", sans-serif
}
.col-3 p {
	line-height:1.3em !important;
	padding-bottom:0px !important;
	padding-left:15px !important;
}
.col-3 h2 {
	line-height:1.2em !important;
	padding-bottom:10px !important;
	padding-left:0px !important;
	padding-top:10px !important;
	font-size:1.2em;
}
.col-3 h5 {
	line-height:1.3em !important;
	padding-bottom:0px !important;
	padding-left:15px !important;
	font-size:1.15em;
	font-family:Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic", Helvetica, "Helvetica Bold", "Myriad Pro", "Myriad Pro Bold", "Myriad Pro Italic", "Myriad Pro Bold Italic", sans-serif !important;
}
.col-3 h6 {
	line-height:1.3em !important;
	padding-bottom:10px !important;
	padding-left:15px !important;
	font-size:1.0em;
	font-style:italic;
	font-family:Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic", Helvetica, "Helvetica Bold", "Myriad Pro", "Myriad Pro Bold", "Myriad Pro Italic", "Myriad Pro Bold Italic", sans-serif !important;
}
.col-3 a {
	color:#7A0D1B;
	font-size:1.25em;
	text-decoration:none;
}
.col-3 a:hover {
	color:#000;
}
#map {
	margin-top:20px;
	width: 100%;
	margin-left: 0;
}
#banner {
	
}
#banner img {
	width:100%;
}
#header-logo {
width: 100%;
}
.header-phone {
width: 100%;
clear: both;
margin-left: 0;
height:100%;
}
.header-phone img {
	float:right;
}
.footerCOL_left {
width: 100%;
}
.footerCOL_right {
width: 100%;
clear: both;
margin-left: 0;
}

.footerCOL_left, .footerCOL_right {
	margin-top:20px;
}
.bio_wrap {
}
.bio_col_1 {
width: 100%;
clear: both;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 96.3666%;
	padding-left: 0.8166%;
	padding-right: 0.8166%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#header img {
	margin-left: 0;
}
#menuWrap {
}
#menu {
}
.menuBtn {
	width: 23.7288%;
	clear: none;
	margin-left: 1.6949%;
}
#footer {
}
#footer-small-print {
}
#footer-copyright {
}
#contentWrapper {
}
#contentWrapper img {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	max-width:50%;
}
.col-1 {
}
.col-2 {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.col-3 {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
#map {
width: 100%;
margin-left: 0;
}
#banner {
}
#header-logo {
width: 100%;
}
.header-phone {
width: 100%;
clear: both;
margin-left: 0;
}
.footerCOL_left {
width: 49.1525%;
}
.footerCOL_right {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.bio_wrap {
}
.bio_col_1 {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#header img {
}
#menuWrap {
}
#menu {
}
.menuBtn {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
}
#footer {
}
#footer-small-print {
}
#footer-copyright {
}
#contentWrapper {
}
.col-1 {
}
.col-2 {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.col-3 {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
#map {
width: 100%;
margin-left: 0;
}
#banner {
}
#header-logo {
width: 49.1525%;
}
.header-phone {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.footerCOL_left {
width: 49.1525%;
}
.footerCOL_right {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.bio_wrap {
}
.bio_col_1 {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
