/* Start of CMSMS style sheet 'Lee CSS' */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.5;
	font-family: inherit;
	vertical-align: top
}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {}

/*-------------------------------Typography.css-------------------------------*/

body, ul, ol, dl, td, th, caption, pre, p, blockquote, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, strong, em{
	font-family: Verdana;
	font-size:13px;
	line-height:20px;
	text-align: left;
	font-weight: normal;
	color: #666666;
}

p {margin-left:22px;}

input {}
textarea {}
ul {list-style-type:square;}
ol {list-style-type:decimal;}

h1 {font-size:15px; margin:19px 0px 12px 22px; font-weight:bold; color:#33ccff;}
h2 {font-size:14px; margin-bottom:10px;}
h3 {font-size:12px; margin-bottom:8px;}
h4 {font-size:10px; margin-bottom:5px; font-weight:bold;}
h5 {font-size:8px;  margin-bottom:5px; font-weight:bold;}
h6 {font-size:8px;  margin-bottom:5px;}

blockquote {margin: 0 0 18px 18px; color: #666; font-style: italic; }
em         {font-style:italic;}
strong     {font-weight:bold}

.right {float:right;font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#006666; font-weight:bold; text-align:right;width:500px;}
.left  {float:left; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#006666; font-weight:bold;}

.heading {color:#33ccff; font-size:15px; font-weight:bold;}
.subheading {color:#669999; font-size:15px; font-weight:bold;}

dfn{display:none}

/*-------------------------------body.css-------------------------------*/

body {
	background-color: #669999;
}

html { /*keeps right scroll bar to stop page jumping*/
height: 101%;
}

* html{
	overflow: auto; /*turns off ie overflow until its needed*/
}


/* basic divs */
#wrapper {
	position:relative;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}


/*-------------------------------header.css-------------------------------*/

#header {
	position:relative;
	width:730px;
	height: 188px;
}

#logo {
	position:absolute;
	top:24px;
	left:71px;
}


#mainpage {
	width:730px;
	position: relative;
	text-align: left;
}


a:link, a:visited {
	color: #63625f;
}

a:hover {
	color: #7fc0ea;
}

#seo a:link, #seo a:visited {
	color: #333333;
}

#seo a:hover {
	color: White;
}

a:active {
	
}


/*-------------------------------nav.css-------------------------------*/

#v_nav {
	float:left;
	width: 145px;
	padding-left:80px;
	line-height:20px; /* set vertical spacing between items */

}

#v_nav ul {
	margin: 0px;
	padding:0px;
	line-height:16px;
	text-align:right;
}

#v_nav li {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-top: 22px;
	margin-bottom: .5px;
}

#v_nav li a:link, #v_nav li a:visited {
	color:#006666;font-size:12px;
	text-decoration:none;
	font-weight:bold;
}


#v_nav li a:hover {
	color:#33ccff;
}

#right_nav {
	float:right;
	width:218px;
	margin:25px 3px 15px 0px;
}

/*-------------------------------maincontent.css-------------------------------*/

#maincontent {
	position:relative;
	width:455px;
	padding: 0px;
	line-height: 16px;
	font-size: 12px;
	margin-left: 245px;
	background-image:url('../~therapy/uploads/images/mai/Lee_Therapies_small_logo.gif');
	background-position: left top;
	background-repeat:no-repeat;
	border-top: 1px solid white;
}

#leaf {
	position:absolute;
	top:290px;
	left:0px;
}



#footer {
	position:relative;
	height:170px;
	background-image:url('../~therapy/uploads/images/foo/footer_bg.gif');
	background-repeat:no-repeat;
	clear:both; 
background-position:bottom;
}

#icons {
	position:absolute;
	top:0px;right:0px;
	text-align:right;
}

.icon {
	margin-right:7px;
}

#address {
	position:absolute;
	width:862px;
	left:0px;
	bottom:15px;
	padding-left:89px;
}

#seo {
	width: 962px;
	margin:10px auto 0px auto;
	font-size: 9px;
	text-align: center;
}

#info {
	font-size: 10px;
	text-align: right;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
	padding:5px 0px 50px 0px;
}


/* End of 'Lee CSS' */

