@charset "utf-8";

/* Body */
body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.FlashClear {
	clear: both;
}

a:link {
	font-weight: bold;
	color: #6D7B51;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #2B5500;
	text-decoration: underline;
}

#wrap {
	background-color:#ffffff;
	color:#303030;
	margin:0 auto;
	width:900px;
}

/* Header */
#header {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	height: 25px;
}

/* Side Bars */
#leftside{
	float:left;
	line-height:1.4em;
	width:180px;
	margin-left: .5em;
	margin-top: 0.7em;
}
#rightside{
	float:right;
	line-height:15px;
	margin:0 10px 5px;
	width:185px;
}


/* Main Menu */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	list-style-type: none; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}
	
.suckerdiv ul li{
	line-height: 25px;
	background-color: #B4BF9D;
	position: relative
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	top: 0;
	visibility: hidden;
	height: 20px;
	line-height: 25px;
	position: absolute;
}


/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #333333;
	text-decoration: none;
	padding: 1px 5px;
	font-weight: normal;
	font-size: 12px;
	background-color: #B4BF9D;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.suckerdiv ul li a:visited{
	color: black;
	background-color: #B4BF9D;
}
#suckerdiv li {
	float: left;
	width: 15em;
}
		
* html .suckerdiv ul li a {
	height: 1%;
}

.suckerdiv ul li a:hover{
	overflow: auto; /*force hasLayout in IE7 */
	background-color: #DEF3CB;
	color: #000000;
}

.suckerdiv .subfolderstyle{

}

* html .suckerdiv ul li a {
	height: 1%;
}
/* End */

.subNav {
	float:right;
	clear:right;
	width:225px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
ul.subNav {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #6F6F6F;
	border-left-color: #6F6F6F;
}
ul.subNav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	
}
html ul.subnav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
	letter-spacing: 0.2em;
}
.subNavChiro {
	float:right;
	width:265px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	clear: right;
}
ul.subNavChiro {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #6F6F6F;
	border-left-color: #6F6F6F;
}
ul.subNavChiro a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	
}


html ul.subnavChiro a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
	letter-spacing: 0.2em;
}


/* Content */
#content{
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	line-height:1.6em;
	width: 450px;
	border-right-color: #D2D2D2;
	background-repeat: no-repeat;
	float: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
hr {
	color: #999999;
}

#contentwide{
	border-left:1px solid #f0f0f0;
	line-height:1.6em;
	margin:0px 0px 5px 195px;
	padding:5px 10px 0px 10px;
}
#content h2,#contentwide h2{font-size:1.6em;margin:0 0 10px;}
#content h3,#contentwide h3{
	font-size:1.3em;
	margin:0 0 8px;
}
#content ul,#contentwide ul,#content ol,#contentwide ol{margin:0 0 16px 20px;}
#content li,#contentwide li{padding:0 0 0 5px;}
#content ul ul,#contentwide ul ul,#content ol ol,#contentwide ol ol{margin:0 0 0 16px;}



/* Footer */
#footer{
	background-color:#E3E8DB;
	color:#808080;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.3em;
	text-align:center;
}
#footer p{margin:0;padding:0;}
#footer a{color:#808080;font-weight:normal;text-decoration:none;}
#footer a:hover{color:#505050;text-decoration:underline;}
#footer p{margin:0;padding:0;}
#footer a{color:#808080;font-weight:normal;text-decoration:none;}
#footer a:hover{color:#505050;text-decoration:underline;}



/* Float fix */
.contenttext{overflow:hidden;}
* html .contenttext{height:1px;overflow:visible;}
* html .contenttext p{overflow:hidden;width:99%;}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	letter-spacing: .2em;
	
}
.newsBox {
	width: 500px;
	float: none;
	border-right-color: #7c8899;
	border-right-style: solid;
	border-right-width: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size: 12px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7c8899;
	border-bottom-color: #7c8899;
	border-left-color: #7c8899;
	background-position: bottom;
}
.phone   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	letter-spacing: .2em;
}

.caption {
	font-size: 12px;
	font-style: italic;
	line-height: normal;
}
.imgFloatRight {
	float: right;
	margin-left: .5em;
}
.imgFloatLeft {
	float: left;
	padding-right: 0.5em;
	border-right-color: #B0B0B0;
}
.imgFloatLeftBullets {
	width: 450px;
	margin-left: 125px;
}
html .imgFloatRight {
	float: right;
	margin-left: .5em;
}
html .imgFloatLeft {
	float: left;
	padding-right: 0.5em;
	border-right-color: #B0B0B0;
}
html .imgFloatLeftBullets {
	width: 450px;
	margin-left: 125px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9B1514;
}
.imgFloatRtGF {
	float: right;
	padding-bottom: 1em;
}
.textAreaWrap {
	float: left;
}
.rate1to10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}
.valentine {
	color: #990000;
}
.imgFloatLeftVal {
	float: left;
	padding-right: 0.5em;
	border-right-color: #B0B0B0;
	margin-bottom: 1em;
}
.imgFloatRightBldg {
	float: right;
	margin-left: 1em;
}
.HeadNeckText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentStPat {
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	line-height:1.6em;
	margin:15px 80px 15px 200px;
	padding:0px 20px;
	width: 475px;
	border-right-color: #D2D2D2;
	background-repeat: no-repeat;
	background-image: url(../images/StPatCorner_380.png);
}
.HeadNeck {
	font-size: 1em;
	font-style: italic;
	line-height: normal;
}
.necessaryForm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.intro {
	padding-left: 1em;
	margin-right: 1em;




}
.logoTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.welcome {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: .5em;
}

.imgFloatLeftmarginBottom {
	float: left;
	padding-right: 0.5em;
	border-right-color: #B0B0B0;
	padding-bottom: .5em;
}
.mainTable {
	border: 1px solid #333333;
}

