/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: STANDARD ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
body
{
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 11px; /* Enter font size */
	font-weight: normal; /*Enter font weight */
	line-height: 135%; /*Enter line height */
	color: #000000; /* Enter font color */
	list-style-type: disc;
	height: 100%;
	margin: 0px;
	background-color: #A20000; /* Enter body background color */
}

h1
{
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 20px;
	font-weight: bold;
	color: #464646;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Enter font preference */
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	margin: 10px 0px 3px 0px;
}

h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* Enter font preference */
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	margin: 10px 0px 3px 0px;
	text-align: center;
}

h4
{
	font-size: 1.2em;
	text-align: center;
}

hr
{
	color: #464646;
	size: 1px;
	margin: 5px 0px 12px 0px;
}

a:link
{
	color: #1f4170;
	text-decoration: underline;
}

a:hover
{
	color: #6f829c;
	text-decoration: underline;
}

a:visited
{
	color: #1f4170;
	text-decoration: underline;
}

a:active
{
	color: #1f4170;
	text-decoration: underline;
}

form
{
	margin: 0px;
	padding: 0px;
}

p.home
{
	margin-top: 4px;
	margin-bottom: 15px;
}

.phoneNo
{
	font-size: 16px;
	font-weight: bold;
}

img.bodyimage
{
	border: #000000 solid 1px;
	margin: 0px 10px 4px 0px;
}

ul
{
	margin-top: 4px;
}

li
{
	margin-top: 4px;
}
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: STANDARD ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/*** Main Container ***/
#contain {
	margin: 0 auto; /* Center align */
	width: 730px; /* Enter desired container width */
	border: 0px;
	background-image: url(../images/backgrounds/bg_sidebar.jpg);
	background-repeat: repeat-y;
	background-color: #342f24; /* Enter container background color */
}

/*** Header ***/
#header {
	width: inherit;
	height: 95px;
	background-color: #cf6b41; /* Enter background color */
	background-image: url(../images/backgrounds/bg_main_header_logo2.jpg);
	background-repeat: no-repeat;
	border-bottom: #ad3110 solid 2px; /* Enter bottom border color */
}

/*** Logo/Business Name ***/
#logo
{
	width: 450px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

/*** Address Information ***/
#address
{
	width: 235px;
	float: left;
	font-size: 11px; /* Enter font size */
	font-weight: normal; /* Enter font weight */
	line-height: 120%; /* Enter line height */
	text-align: left;
	margin: 10px 5px 0px 10px;
	color: #333333; /* Enter address text color */
}

#address a:link
{
	color: #666633;
	text-decoration: underline;
}

#address a:visited
{
	color: #666633;
	text-decoration: underline;
}

#address a:hover
{
	color: #666633;
	text-decoration: underline;
}

#address a:active
{
	color: #666633;
	text-decoration: underline;
}

/*** Flash (Home Page) ***/


#flashHome
{
	width: inherit;
	height: 300px;
	text-align: left;
	background-color: #FFEFAF; /* Temp for positioning */
	border-bottom: #ad3110 solid 4px; /* Enter bottom border color */
}

#headerVid
{
	width: 400px;
	height: 300px;
	float: left;
	overflow: hidden;
}

/*** Flash (Interior Pages) ***/
#flashInt
{
	width: inherit;
	height: 140px;
	background-color: #d5c9b1; /* Temp for positioning */
	border-bottom: #ad3110 solid 4px; /* Enter bottom border color */
}



/*** Horizontal Navigation (Top) ***/
#navtop
{
	width: inherit;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #FFD585; /* Enter horizontal nav background color */
	border: 0px;
}

#navtop a:link
{
	color: #000; /* Enter link text color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navtop a:visited
{
	color: #838383; /* Enter link text visited color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navtop a:hover
{
	color: #9B0F00; /* Enter link text hover color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navtop a:active
{
	color: #ddddd1; /* Enter link text active color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#content
{
	width: inherit;
	border: 0px;
}

#contentLeft {
	float: right;
	display: inline;
	width: 195px;
}

/*** Content Right ***/
#contentRight {
	float: left;
	display: inline;
	width: 535px;
	background-color: #ffffff; /* Enter right container background color */
}

#contentRight hr
{
	color: #5f6973;
	size: 1px;
}

/*** Content Left (Home) ***/
#contentLeftHome {
	float: left;
	display: inline;
	width: 535px;
	background-color: #ffffff; /* Enter right container background color */
}

#contentLeftHome hr
{
	color: #0a2448;
	size: 1px;
}

/*** Main Welcome ***/
#mainWelcome
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #0a2448;
}

/*** Main Interior ***/
#mainInt
{
	margin: 20px 20px 0px 20px;
	color: #000000;
}

#mainInt img
{
	margin: 15px;
}

#mainInt .headerIMG
{
	margin: 7px 0px 7px 0px;
}

#mainInt .leftIMG
{
	margin: 2px 8px 3px 0px;
	border: #464646 1px solid;
}

#mainInt .rightIMG
{
	margin: 2px 8px 3px 8px;
	border: #464646 1px solid;
}

#mainInt .stdDiv
{
	margin: 12px 0px 15px 0px;
	clear: both;
}

#mainInt	.dfth_slide	{
	float: left;
	display: inline;
	margin: 0px 5px 0px 0px;
}

#dfthSlide	{
	width: 320px;
	float: left;
	display: inline;
	margin:0px 5px 0px 0px;
	border: 1px solid #464646;
}

/*** Main Content Right (Home Only) ***/
#mainContentRightHome
{
	width: 295px;
	float: right;
	margin: 4px 12px 0px 0px;
	color: #0a2448;
	background-color: #ffffff; /* Enter right container background color */
	display: inline;
}

/*** Main Content Left (Home Only) ***/
#mainContentLeftHome
{
	width: 190px;
	float: left;
	margin: 4px 0px 0px 2px;
	margin-top: 4px;
	background-color: #ffffff; /* Enter left container background color */
	display: inline;
}

#search
{
	background-color: #67256d;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	color: #ffffff; /* Enter search text color */
}

/*** Sidbar Menu ***/
#sidebarMenu
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
}

#sidebarMenu a:link
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu a:hover
{
	color: #eaeaeb;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu a:active
{
	color: #eaeaeb;
	font-weight: bold;
	text-decoration: none;
}

div.dfthLink {
	width: 180px;
	margin:  10px 0;
	padding: 3px 0;
	text-align: center;
	background-color: #A20000;
	border: 1px solid #eb8219;
}

#sidebarMenu a img {
	border: none;
	vertical-align: middle;
	margin-right: 6px;
}

/** Coupon **/
#coupon
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
	border: #ffffff 1px dashed;
	background-color: #d5c9b1;
	background-image: url('../images/top-coupon-bg.jpg');	
}

#coupon p
{
	text-align: center;
	margin: 7px 5px 7px 5px;
}

#coupon p.higher {
	line-height: 18px;
	text-align: left;
	margin-left: 20px;
}

#coupon a:link
{
	color: #189a8e;
	text-decoration: underline;
}

#coupon a:visited
{
	color: #189a8e;
	text-decoration: underline;
}

#coupon a:active
{
	color: #189a8e;
	text-decoration: underline;
}

#coupon a:hover
{
	color: #0e8176;
	text-decoration: underline;
}

#coupon .bigText
{
	color: #ad3110;
	font-weight: bold;
	font-size: 11px;
}

#coupon .smallPrint {
	font-size: 9px;
}

#coupon span {
	color: #fff;
	background-color: #ad3110;
	padding: 2px;
}

.printCoupon
{
	display: block;
}

/** Coupon2 **/
#coupon2
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
	border: #ffffff 1px dashed;
	background-color: #ffefaf;
	background-image: url('../images/bottom-coupon-bg.jpg');
	
}

#coupon2 p
{
	text-align: center;
	margin: 7px 5px 7px 5px;
}

#coupon2 a:link
{
	color: #189a8e;
	text-decoration: underline;
}

#coupon2 a:visited
{
	color: #189a8e;
	text-decoration: underline;
}

#coupon2 a:active
{
	color: #189a8e;
	text-decoration: underline;
}

#coupon2 a:hover
{
	color: #0e8176;
	text-decoration: underline;
}

#coupon2 .bigText
{
	color: #ef731b;
	font-weight: bold;
	font-size: 11px;
}

#coupon2 .smallPrint {
	font-size: 9px;
}


/** APPOINTMENT BUTTON **/
#apptButton
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
	color: #ffffff;
	text-align: center;
}

#journal
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
	color: #ffffff;
	text-align: center;
}

#journal p {
	margin: 0 0 5px 0;
}

/** Contact Form **/
#contactForm {
	margin: 15px 10px 0px 10px;
	padding: 3px 3px 3px 3px;
	background-color: #8a8a7f;
	border: #2e2e2e 1px solid;
}

#contactForm p {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	/*background: #ffffa0;*/
	border: 1px solid #2e2e2e;
}

#contactForm .submit input {
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #464646;
	border: 1px outset #2e2e2e;
}

#contactForm .alignLeft {
	padding-left: 1px;
	text-align: left;
}

/*** Footer ***/
#footer {
	height: 65px;
	margin: 0px;
	padding: 5px 3px 5px 30px;
	background-color: #FFEFAF; /* Enter footer background color */
	text-align: center;
	clear: both;
}

#copyright
{
	color: #8E8E8E;
	float: left;
	margin-top: 4px;
	text-align: center;
	line-height: 110%;
}

#copyright p
{
	margin: 0px 0px 7px 0px;
}

#copyright .docText
{
	font-size: 9px;
}

#copyright .copyText
{
	font-size: 11px;
	font-weight: bold;
}

#copyright a:link
{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:active
{
	color: #ffffff;
	text-decoration: none;
}

#poweredBy
{
	text-align: right;
	margin-right: 5px;
	float: right;
}

/*** MENU BOX ***/
#menubox
{
	width: 190px;
	margin: 0px;
	color: #63696d;
}

#menubox .menusection
{
	background-image: url(../images/menubox/mb_mid.gif);
	background-repeat: repeat-y;
}

#menulist
{
	/*width: 135px;*/
	float: left;
	/*margin-left: 20px;*/
	padding: 4px 4px 4px 30px;
	text-align: left;
	margin-right: 10px;
}

#menulist p
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#menulist a:link
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

#menulist a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

#menulist a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	text-decoration: none;
}

#menulist a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

.formpg
{
	margin: 5px 0px 5px 3px;
}

#siteMap
{
	margin: 4px 0px 5px 0px;
}

#siteMap p
{
	margin: 9px 0px 4px 0px;
}

#siteMap ul
{
	margin: 0px 0px 4px 10px;
	list-style: none;
}

#siteMap li
{
	margin: 1px 0px 5px 12px;
}

#slideshowHome
{
	width: 300px;
	height: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#addressInfoHome
{
	width: 265px;
	margin: 25px 35px 0px 0px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#addressInfoHome a:link
{
	color: #189a8e;
	text-decoration: underline;
}

#addressInfoHome a:hover
{
	color: #189a8e;
	text-decoration: underline;
}

#addressInfoHome a:visited
{
	color: #189a8e;
	text-decoration: underline;
}

#addressInfoHome a:active
{
	color: #189a8e;
	text-decoration: underline;
}

#addressInfoHome .headText
{
	color: #ad3211;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

/*** Includes ***/
#include {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

#include ul {
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 11px;
}

#include ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#include ul li a {
	padding: 0px 0px 0px 0px;
}

div.clear {
	clear:both;
}

/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */

#dfth {
	padding: 20px 10px 10px 10px;
}

#dfth p {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #f68424;
}

#dfth p.dfthTitle {
	color: #d5c9b1;
}

#dfth a {
	color: #f68424;
	text-decoration: none;
}

#dfth a:hover {
	color: #AD3110;
}

div.flashVideo {
	margin: 10px 0;
	text-align: center;
}

div.interview {
	margin: 10px 0;
	text-align: center;
}

a.fbLink img	{
	border: none;
	vertical-align: middle;
	margin-right: 8px;
}

a.fbLink	{
	font-size: 1.6em;
	text-decoration: none;
}


/*   Video Testimonials
--------------------------------------------------------------------------------------------------------------------------------------------------*/

div.videoMatrix												{
																		width: 160px;
																		margin: 0 0 12px 0;
																		padding: 0;
																		float: left;
																	}
																	
div.videoMatrix p											{
																		text-align: center;
																		padding: 0;
																		margin: 0;
																		width: 160px;
																	}
																	
p.caption a													{
																		text-decoration: none;
																		padding-left: 30px;
																		margin-top: -10px;
																		display: block;
																		position:relative;			/* Need z-index to fix display in IE7 and lower */
																		z-index: 500;
																	}
																	
																	
/*   In the News
-------------------------------------------------------------------------------------------------------------------------------------------------- */	

div.newsVideo												{
																		width: 220px;
																		float: left;
																		margin: 12px;
																	}
																	
h3.newsVideo												{
																		width:100%;
																		margin: 24px 0;
																	}
																	
hr.newsVideo												{
																		width: 100%;
																		border: dotted 1px #000;
																		margin-top: 24px;
																	}																																																																											

																	
/*   Special Classes
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/																																									

.spacer															{
																		margin: 12px 0;
																	}
																	
.clear																{
																		clear: both;
																	}																	
																	
#dfthInc 														{
																		text-align: center;
																		margin: 0 40px 0 0;
																	}
																	
#dfthInc ul													{
																		list-style: none;
																	}
																	
#dfthInc ul li												{
																		display: inline;
																	}
																	
#dfthInc a													{
																		text-decoration: none;
																		color: #A20000;
																	}																																	