/* BETHMARKHAM.COM CSS Document */

/*****************************************
Tags
*****************************************/

* {
	margin: 0;
	padding: 0;
	}
	
a:active,  a:hover, a:visited {
	
	border: none;
	color: #3273A1;
	}
	

	
a:visited {
	border: none;
	color: #3273A1;
	}
	
a:link {
	color:#3273A1;}
	
img {
	border: none;
	}
	
ul {
	list-style: none;
	}
	
ul li {
	display: inline;
	}
	
dl {
	list-style: none;
	}
	
dt {
	display: inline;
	}
	
dd {
	display: inline;
	}
	
	
	
/*****************************************
BODY
*****************************************/


body {
	position:relative;
	font-size: small;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	color: #4d4d4d;
	text-align: center;
	background: #F1F4EA url(../img/bodyBkgdGradient.gif) repeat-x 0 0;
	}
	
	
body.home ul#navMain li#navHome a {
	padding-bottom: 35px;
	background: url(../img/icons/tea.png) no-repeat center 17px;
	color: #fff;
	}
	
body.about ul#navMain li#navAbout a {
	padding-bottom: 35px;
	background:url(../img/icons/leaf2.png) no-repeat center 17px;
	color: #fff;
	}
	
body.modalities ul#navMain li#navModalities a {
	padding-bottom: 35px;
	background:url(../img/icons/leaf3.png) no-repeat center 17px;
	color: #fff;
	}
	
body.faq ul#navMain li#navFaq a {
	padding-bottom: 35px;
	background: url(../img/icons/tea.png) no-repeat center 17px;
	color: #fff;
	}
	
body.links ul#navMain li#navLinks a {
	padding-bottom: 35px;
	background: url(../img/icons/leaf2.png) no-repeat center 17px;
	color: #fff;
	}
	
body.forms ul#navMain li#navForms a {
	padding-bottom: 35px;
	background: url(../img/icons/leaf3.png) no-repeat center 17px;
	color: #fff;
	}
	
/*****************************************
WRAPPER
*****************************************/
#wrapper {
	padding-top: 20px;
	text-align: center;
	width: 860px;
	margin: 0 auto;
	}
	
#wrapperBranding {
	position: relative;
	height: 160px;
	}
	
#wrapperBranding img {
	position: absolute;
	left: 410px; 
	top: 10px;
	height: 93px;
	width: 150px;
	z-index: 100;
	}
	
/*****************************************
BRANDING
*****************************************/
	
#branding {
	position: relative;
	height: 90px;
	}
	
#branding img {
	margin: 20px 0 0 0;
	}
	
#branding h1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 400px;
	text-indent: -9999px;
	background: url(../img/bethMarkhamBranding.gif) no-repeat 20px 0;
	}
	
#branding h2 {
	position: absolute;
	right: 30px;
	top: 45px;
	text-align: right;
	font-weight: normal;
	font-size: 110%;
	color: #7C9A3D;
	}
	
#branding h2 span {
	font-size: 140%;
	color: #ddd;
	line-height:35px;
	}
	
#branding h3 {
	position: absolute;
	text-indent: -9999px;
	}
	
/*****************************************
MAIN NAV
*****************************************/
	
ul#navMain {
	padding-bottom: 30px;
	padding-top: 10px;
	}
	
	
ul#navMain li {
	padding: 10px 25px;
	font-size:110%;
	}
	
	
ul#navMain li a {
	padding-bottom: 35px;
	color: #DCE4C7;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
	}
	
ul#navMain li.navCenter {
	padding-right: 200px;
	}
	
ul#navMain li a:hover {
	background: url(../img/icons/tea.png) no-repeat center 17px;
	color: #fff;
	
	}
	
ul#navMain li#navAbout a:hover {
	background: url(../img/icons/leaf2.png) no-repeat center 17px;
	}
	
ul#navMain li#navForms a:hover {
	background: url(../img/icons/leaf3.png) no-repeat center 17px;
	}
	
ul#navMain li#navLinks a:hover {
	background: url(../img/icons/leaf2.png) no-repeat center 17px;
	}
	
ul#navMain li#navModalities a:hover {
	background: url(../img/icons/leaf3.png) no-repeat center 17px;
	}
	

	
/*****************************************
WRAPPER CONTENT
*****************************************/	
#wrapperContent {
	text-align: left;
	width:860px;
	margin-top:20px;
	float:left;
	}
	
body.home #wrapperContent,
body.about #wrapperContent,
body.modalities #wrapperContent
 {
	margin-top:0;
	}
	
body.home #wrapperContent,
body.forms #wrapperContent
 {
	padding-bottom:100px;
	}
	
/*****************************************
NAV SUB
*****************************************/	
ul#navSub {
	width: 210px;	
	float: left;
	text-align: left;
	margin:0;
	padding:0;
	background: #fff url(../img/navSubBorderTop.gif) no-repeat 0 0;
	}
	
body.home ul#navSub, body.about ul#navSub, body.modalities ul#navSub {
	margin-top:20px;
	}
	
ul#navSub li {
	display: block;
	margin:0;
	padding:0 0 10px;
	width:190px;
	line-height: 125%;
	font-size:93%;
	color: #444;
	width:210px;
	}
	
ul#navSub li a {
	color: #3273A1;
	}
	
ul#navSub li.bottom {
	background: #fff url(../img/navSubBorderBottom.gif) no-repeat 0 100%;
	padding-bottom:30px;
	}
	
ul#navSub li h4 {
	border-bottom: 1px solid #aaa;
	margin:30px 15px 0 10px;
	font-size:120%;
	color:#668700;
	}
	
ul#navSub li h4.profileImage {
	margin-top: 0;
	}
	
ul#navSub li p {
	margin-left: 10px;
	margin-right:10px;
	
	}
	
ul#navSub li p.profileImage{
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	margin-top:20px;
	}
	
/*****************************************
 SUB CONTENT
*****************************************/		
	
#contentSub {
	float: right;
	width: 640px;
	color: #aaa;
	background: url(../img/contentCaptionTop.jpg) no-repeat 0 0;
	}
	
body.home #contentSub{
	width:860px;
	height:170px;
	margin-top:15px;
	color: #aaa;
	background: url(../img/contentSubImage4.gif) no-repeat center 0;
	}
	
	
body.about #contentSub {
	float: right;
	margin-right:20px;
	width:860px;
	height:100px;
	color: #aaa;
	background: url(../img/contentSubImage5.gif) no-repeat 0 0;
	}
	
body.modalities #contentSub {
	width:860px;
	height:100px;
	margin-top:15px;
	color: #aaa;
	background: url(../img/contentSubImage6.gif) no-repeat center 0;
	}
	
body.forms #contentSub, body.faq #contentSub, body.links #contentSub {
	background: none;
	}
	
#contentSub	h3 {
	margin-right: 20px;
	margin-top: 10px;
	padding: 20px;
	padding-top: 10px;
	width: 580px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 125%;
	background: #2f0f0f url(../img/contentCaptionBottom.jpg) no-repeat 0 100%;
	}
	
body.home #contentSub h3, body.about #contentSub h3, body.modalities #contentSub h3 {
	width:665px;
	padding:0;
	margin:0;
	margin-top: 20px;
	margin-left: 135px;
	color: #668700;
	text-align:left;
	font-size:135%;
	font-weight:normal;
	line-height: 175%;
	background:none;
}

#contentSub {
	text-align:right;
	}
	
	
/*****************************************
 MAIN CONTENT
*****************************************/	
	
#contentMain {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: right;
	clear: right;
	width: 620px;
	background: #fff url(../img/contentMainBorderBottom.gif) no-repeat 0 100%;
	}
	
	
/*******************************************
body.home #contentMain {
	background: none;
	}
******************************************/

#contentMain h3 {
	padding: 0 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: normal;
	font-size: 175%;
	line-height: 120%;
	color:#668700;
	background: #fff url(../img/contentMainBorderTop.gif) no-repeat 0 0;
	
	}
	
#contentMain h3 br {
	margin-bottom: 10px;
	}
	
#contentMain h4 {
	margin: 0;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: normal;
	font-size:165%;
	line-height: 120%;
	}
	
#contentMain h5 {
	margin: 0;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-bottom: 10px;
	font-weight: normal;
	font-size:145%;
	line-height: 120%;
	}
	
#contentMain ul {
	padding: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#contentMain dl {
	padding: 0 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	}
	
#contentMain dt a{
	color: #3273A1;
	}
	
#contentMain dt {
	margin: 0	;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	line-height: 130%;
	display: block;
	background: url(../img/bullet1.gif) no-repeat 0 0;
	}
	
#contentMain dd {
	margin: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 130%;
	display: block;
	}
	
#contentMain li {
	padding-left: 20px;
	font-weight: bold;
	line-height: 130%;
	display: block;
	background: url(../img/bullet1.gif) no-repeat 0 1px;
	}

#contentMain li a {
	text-decoration: underline;
	color:#3273A1
	}

#contentMain li.linkedin {
	padding-left:23px;
	font-weight: normal;
	line-height: 130%;
	padding-bottom:10px;
	background: url(../img/icons/icon_linkedin.gif) no-repeat 0 0;
	}
	

 body.links #contentMain li,  body.forms #contentMain li {
	padding-left: 18px;
	background: url(../img/bullet3.gif) no-repeat 0 1px;
	}
	
body.home #contentMain li {
	padding-left: 18px;
	background: url(../img/bullet3.gif) no-repeat 0 1px;
	font-size:130%;
	font-weight:normal;
	}
	
body.about #contentMain ul ul {
	border: none;
	margin: 5px 0 10px 0;
	}
	
body.about #contentMain li {
	font-weight: bold;
	line-height: 130%;
	display: block;
	}
	

	
body.about #contentMain li li {
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: normal;
	background: url(../img/bullet2.gif) no-repeat 0 0;
	}
	
body.faq #contentMain li, body.links #contentMain li, body.forms #contentMain li, body.home #contentMain li, body.modalities #contentMain li {
	display: block;
	line-height: 125%;
	padding-bottom: 10px;
	}
	
 body.modalities #contentMain li a, body.links #contentMain li a, body.forms #contentMain li a, body.faq #contentMain li a {
 	text-decoration: underline;
	color: #3273a1;
	}
	
body.faq #contentMain li.lastLi, body.modalities #contentMain li.lastLi {
	padding-bottom: 100px;
	}
	
body.faq #contentMain li a.rtnToTopList {
	font-weight: normal;
	text-decoration:underline;
	font-size: 90%;
	color: #666;
	}
	
/*****************************************
 CONTENT
*****************************************/	

#footer {
	clear:both;
	padding: 20px;
	border-top:1px solid #ccc;
	}
	
#footer p {
	margin: 7px;
	color: #999;
	font-size:80%;
	}