@charset "utf-8";
/* CSS Document */
/* 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:		4;
	dw-num-cols-tablet:		8;
	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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	min-height: 300px;
	
}
#div1 {
	font-size: large;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
/*#pageHeader a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}*/
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}
#pageHeader {
	display: block;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 3px #120907;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin; 0 auto 2em auto;
}
#pageHeader a:link {
	color: #E1E1FF;
	text-decoration: none;
}
#pageHeader a:visited {
  color: #AEC41C;
}
#pageHeader a:hover {
  color: #00ABFD;
}
#pageHeader a:active {
  color: #FFF;
}
.headerInfo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	
}
.jack {
	margin: 50px auto 0 auto;
	border: medium outset #120907;
	box-shadow: 1px 1px 7px 6px #DECDC9;
}
.alertIndex {
	display: block;
	height: auto;
	width: 50%;
	padding: 3px 5px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #971B09;
	background-color: #FF9;
	text-shadow: 0.25px 0.25px 0.25px #796309;
	text-align: center;
	border-radius: 15px;
	box-shadow: 1.5px 3.5px 3.5px 1.5px #666;
	margin-bottom: 5px;
}
.contentMain {
	display: inline-block;
	width: 90%;
	margin: 1em auto 0 auto;
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: large;
	font-weight: bold;
	font-size: x-large;
}
.contentMainL {
	display: inline-block;
	width: 95%;
	margin-left: 5%;
	float: left;
	position: relative;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 1px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;
	font-size: x-large;
}
.practiceList {
	text-align: left;
	line-height: 1.6em;
	padding-left: 1em;
}
.about {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 2em auto 2em auto;
	border-top: #FFF thin outset;
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	float: left;
	font-weight: bolder;
}
#pageFooter {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	min-height: 60px;
	height: auto;
	margin: 1em auto 1em auto;
	border-top: #FFF thin outset;
	border-bottom: #FFF thin inset;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;	
}
#pageFooter a:link {
	color: #E1E1FF;
	text-decoration: none;
}
#pageFooter a:visited {
  color: #AEC41C;
}
#pageFooter a:hover {
  color: #00ABFD;
}
#pageFooter a:active {
  color: #FFF;
}
.emailMods {
	text-decoration: none;
	list-style: none;
	line-height: 1.5em;
	font-size: x-large;
}

.copyright {
	clear: both;
	display: block;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin: 50px auto 3px auto;
	width: 100%;
	height: auto;
	font-size: small;
	font-style: italic;
}

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

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
.headerInfo {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
.contentMain {
	display: inline-block;
	width: 40%;
	margin-left: 10%;
	float: left;
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;
}
.contentMainL {
	display: inline-block;
	width: 45%;
	margin-left: 5%;
	float: left;
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;
	font-size: x-large;
}
.contentMainR {
	display: inline-block;
	width: 45%;
	margin-left: 10%;
	float: left;
	position: relative;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 2px #060202;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;
}
}

/* 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;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
