/* CSS Document */
.hidePrint {
	display: none;
}

/* ---------------------------------------- */
/* ---------------- Header ---------------- */
/* ---------------------------------------- */
body {
	background-color: #fef5c5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mast {
	display:none;
	visibility:hidden;
}
.mastContainer {
	display: none;
}
img {
	display:none;
}
#container {
	display: block;
}
#header {
	display: block;
	width: 100%;
}
#header .logo {
	display: block;
}
#header .logo a {
	display: none;
}
#banner {
	display: block;
}
#banner .bushLewis {
	display: block;
	font-size: 18px;
}
#banner .contactPhone {
	display: block;
}
#banner .contactPhone a{
	display: none;
}
#banner .addy {
	display: block;
}
#banner .addy strong{
	font-weight: normal;
}
#banner .contactPhone a {
	text-decoration: none;
}

#body {

	
}

/* ------------------------------------------ */
/* ---------------- Left Col ---------------- */
/* ------------------------------------------ */
#leftCol {
	display: block;
}
#leftCol .callLeftCol {
	font-size: 12px;
	color: #483520;
}
#leftCol .phoneNumLeftCol {
	display: none;
}
#leftCol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#leftCol h4 strong {
	
}
#leftCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftCol ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftCol p strong {
	font-weight: normal;
}
#leftCol ul strong {
	color: #58101a;
	font-size: 12px;
	font-weight: bold;
}
#leftCol a {
	color: #58101c;
	text-decoration: underline;
}
#leftCol a:link, a:visited {
	color: #58101c;
}
#leftCol a:hover, a:active {
	color: #000000;	
}
#leftCol .spanishLinkLeftCol {
	font-size: 14px;
	font-weight: bold;
	color:#660000;
	text-align: center;	
}
#leftCol form {
	display: none;
}
#leftCol textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	width: 150px;
	height: 75px;	
}
#leftCol input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding: 2px;
	width: 150px;
}
#leftCol .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	background-color: #58101a;
	color: #ffffff;
}
#leftCol img {
	display: none;
}

/* ------------------------------------------- */
/* ---------------- Body Copy ---------------- */
/* ------------------------------------------- */
#rightCol {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 2px;
	background-image:  url("../images/template/outBodyHeader.jpg");
	background-position: bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#navBar {
	display: none;
}
#navBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-right: 4px;
	padding-left: 3px;
	background-image:  url("../images/template/navUP.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f4cf6b;
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#navBar a:link, a:visited {
	color: #000000;
}
#navBar a:hover {
	background-image:  url("../images/template/navOver.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #59111a;
	color: #ffffff;
}
#category {
	clear: both;
}
#category h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	
}
#category strong {
	
}
#content {
	margin: 0px;
	padding: 0px;
	width: 100px;
	background-color: #ffe9ae;
	background-image:  url("../images/template/contentTop.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
#content .copy {
	background-image:  url("../images/template/contentRightSide.gif");
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content img {
	display: none;
}
#content .copy ul {
	list-style-type: disc;
}
#content .copy a {
	color: #58101c;
	text-decoration: underline;
}
#content .copy a:link, a:visited {
	color: #58101c;
}
#content .copy a:hover, a:active {
	color: #000000;	
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin-right: 10px;
}
#content a {
	
}
#copyHeader {
	width: 540px;
	display: block;
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;
}
#copyHeader .leftCopyCol {
	width: 100%;
}
#copyHeader .leftCopyCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
#copyHeader .leftCopyCol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
#copyHeader .rightCopyCol {
	display: none;
}
#content form {
	display: none;
}
#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	width: 250px;
	height: 75px;
}
#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding: 2px;
	width: 250px;
}
#content .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	background-color: #58101a;
	color: #ffffff;
	width: 75px;
}

/* ------------------------------------------------ */
/* ---------------- Body Home Copy ---------------- */
/* ------------------------------------------------ */
#copyHome {
	background-image:  url("../images/template/contentRightSide.gif");
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d5b769;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#copyHeaderHome {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#copyHeaderHome .homeColLeft {
	display: block;	
}
#copyHeaderHome .homeColLeft h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
#copyHeaderHome .homeColLeft h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
/* box link */
.boxLink {
	display: none;
}
a.boxLink:link {
	color: #000000;
}
a.boxLink:visited {
	color: #000000;
}
a.boxLink:hover {
	color: #660033;
}
a.boxLink:active {
	color: #660033;
}
#copyHeaderHome .capHome {
	font-size: 12px;
	font-weight: bold;
}
#copyHeaderHome .homeColRight {
	display: block;
}
#copyHeaderHome .homeColRight h4 {
	font-size: 16px;
}
#copyHeaderHome .homeColRight h4 strong {
	color: #000000;
}
#copyHeaderHome .homeColRight strong{
	color: #000000;
	font-size: 14px;
}

#smallColContainer .smallCol {
	display: block;
}
#smallColContainer .smallCol img {
	display: none;
}
/* small col link */
#smallColContainer .smallCol a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
	padding: 0px;

}
#smallColContainer .smallCol a:link, a:visited {
	color: #000000;
}
#smallColContainer .smallCol a:hover, a:active {
	color: #000000;
}
#homeFooter {
	display: none;
}




/* ---------------------------------------- */
/* ---------------- Footer ---------------- */
/* ---------------------------------------- */
#footerNumber {
	display: block;
	
}
#footerNumber .number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;

}
#footer {
	display: none;
}
#footer a {
	color: #58101a;
}
#footer a:link, a:visited {
	color: #58101a;
}
#footer a:hover, a:active {
	color: #000000;
}


/* -------------------------------------------- */
/* -- clearfix from positioniseverything.net -- */
/* -------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {	
	display: block;
}/* CSS Document */
.hidePrint {
	display: none;
}

/* ---------------------------------------- */
/* ---------------- Header ---------------- */
/* ---------------------------------------- */
body {
	background-color: #fef5c5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mast {
	display:none;
	visibility:hidden;
}
.mastContainer {
	display: none;
}
img {
	display:none;
}
#container {
	display: block;
}
#header {
	display: block;
	width: 100%;
}
#header .logo {
	display: block;
}
#header .logo a {
	display: none;
}
#banner {
	display: block;
}
#banner .bushLewis {
	display: block;
	font-size: 18px;
}
#banner .contactPhone {
	display: block;
}
#banner .contactPhone a{
	display: none;
}
#banner .addy {
	display: block;
}
#banner .addy strong{
	font-weight: normal;
}
#banner .contactPhone a {
	text-decoration: none;
}

#body {

	
}

/* ------------------------------------------ */
/* ---------------- Left Col ---------------- */
/* ------------------------------------------ */
#leftCol {
	display: block;
}
#leftCol .callLeftCol {
	font-size: 12px;
	color: #483520;
}
#leftCol .phoneNumLeftCol {
	display: none;
}
#leftCol h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#leftCol h4 strong {
	
}
#leftCol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftCol ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftCol p strong {
	font-weight: normal;
}
#leftCol ul strong {
	color: #58101a;
	font-size: 12px;
	font-weight: bold;
}
#leftCol a {
	color: #58101c;
	text-decoration: underline;
}
#leftCol a:link, a:visited {
	color: #58101c;
}
#leftCol a:hover, a:active {
	color: #000000;	
}
#leftCol .spanishLinkLeftCol {
	font-size: 14px;
	font-weight: bold;
	color:#660000;
	text-align: center;	
}
#leftCol form {
	display: none;
}
#leftCol textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	width: 150px;
	height: 75px;	
}
#leftCol input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding: 2px;
	width: 150px;
}
#leftCol .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	background-color: #58101a;
	color: #ffffff;
}
#leftCol img {
	display: none;
}

/* ------------------------------------------- */
/* ---------------- Body Copy ---------------- */
/* ------------------------------------------- */
#rightCol {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 2px;
	background-image:  url("../images/template/outBodyHeader.jpg");
	background-position: bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#navBar {
	display: none;
}
#navBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding-right: 4px;
	padding-left: 3px;
	background-image:  url("../images/template/navUP.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #f4cf6b;
	display: block;
	float: left;
	width: auto;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#navBar a:link, a:visited {
	color: #000000;
}
#navBar a:hover {
	background-image:  url("../images/template/navOver.gif");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #59111a;
	color: #ffffff;
}
#category {
	clear: both;
}
#category h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	
}
#category strong {
	
}
#content {
	margin: 0px;
	padding: 0px;
	width: 100px;
	background-color: #ffe9ae;
	background-image:  url("../images/template/contentTop.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
#content .copy {
	background-image:  url("../images/template/contentRightSide.gif");
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#content img {
	display: none;
}
#content .copy ul {
	list-style-type: disc;
}
#content .copy a {
	color: #58101c;
	text-decoration: underline;
}
#content .copy a:link, a:visited {
	color: #58101c;
}
#content .copy a:hover, a:active {
	color: #000000;	
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin-right: 10px;
}
#content a {
	
}
#copyHeader {
	width: 540px;
	display: block;
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;
}
#copyHeader .leftCopyCol {
	width: 100%;
}
#copyHeader .leftCopyCol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
#copyHeader .leftCopyCol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
#copyHeader .rightCopyCol {
	display: none;
}
#content form {
	display: none;
}
#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	width: 250px;
	height: 75px;
}
#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding: 2px;
	width: 250px;
}
#content .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #58101a;
	background-color: #58101a;
	color: #ffffff;
	width: 75px;
}

/* ------------------------------------------------ */
/* ---------------- Body Home Copy ---------------- */
/* ------------------------------------------------ */
#copyHome {
	background-image:  url("../images/template/contentRightSide.gif");
	background-repeat: repeat-y;
	background-position: right top;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #d5b769;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#copyHeaderHome {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#copyHeaderHome .homeColLeft {
	display: block;	
}
#copyHeaderHome .homeColLeft h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}
#copyHeaderHome .homeColLeft h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
/* box link */
.boxLink {
	display: none;
}
a.boxLink:link {
	color: #000000;
}
a.boxLink:visited {
	color: #000000;
}
a.boxLink:hover {
	color: #660033;
}
a.boxLink:active {
	color: #660033;
}
#copyHeaderHome .capHome {
	font-size: 12px;
	font-weight: bold;
}
#copyHeaderHome .homeColRight {
	display: block;
}
#copyHeaderHome .homeColRight h4 {
	font-size: 16px;
}
#copyHeaderHome .homeColRight h4 strong {
	color: #000000;
}
#copyHeaderHome .homeColRight strong{
	color: #000000;
	font-size: 14px;
}

#smallColContainer .smallCol {
	display: block;
}
#smallColContainer .smallCol img {
	display: none;
}
/* small col link */
#smallColContainer .smallCol a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: underline;
	padding: 0px;

}
#smallColContainer .smallCol a:link, a:visited {
	color: #000000;
}
#smallColContainer .smallCol a:hover, a:active {
	color: #000000;
}
#homeFooter {
	display: none;
}




/* ---------------------------------------- */
/* ---------------- Footer ---------------- */
/* ---------------------------------------- */
#footerNumber {
	display: block;
	
}
#footerNumber .number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;

}
#footer {
	display: none;
}
#footer a {
	color: #58101a;
}
#footer a:link, a:visited {
	color: #58101a;
}
#footer a:hover, a:active {
	color: #000000;
}


/* -------------------------------------------- */
/* -- clearfix from positioniseverything.net -- */
/* -------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {	
	display: block;
}