/*-----------------------------------------------------------------------------
Move Free Massage

version:   1.0
author:    dana busch
email:     dana.busch@gmail.com
website:   http://www.danabusch.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images and form fieldset */
img {
	border: 0px none;
}



fieldset {
	border: 0px;
}

.hiddenFields {
	display: none;
}


/* 
-----------------------------------------------------------------------------*/




body {
background: url(images/bkd.jpg) top left repeat-x; 
background-color: #ffffff;
padding:0; 
font: 11px/16px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

body a { 
font: 11px;
color: #000000;
}

body a:hover { 
font: 11px;
color: #000000;
}

body a:visited { 
font: 11px;
color: #000000;
}





/* =Centering and Background Styling
-----------------------------------------------------------------------------*/

	
#content {
	position: relative;
	
	left: 50%;
	width: 1476px;
	margin-left: -738px;
	height: 476px;
	background: url(images/bkd_circles.jpg) no-repeat;
	/* formerly top right no-repeat */
	z-index: 1;

	}

#centerContent {
	position: relative;
	
	left: 50%;
	width: 895px;
	margin-left: -450px;

}

#contentBorder {
	float: left;
	width: 895px;
	height: 100%;
	display: block;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px 2px 0px 2px;
}

#contentBackground {
	float: left;
	display: block;
	background: url(images/contentBkd.jpg) top right repeat-y;
}

/* 
-----------------------------------------------------------------------------*/




/* = Horizontal Nav Styles
-----------------------------------------------------------------------------*/


#logo {
	padding: 25px 0px 22px 0px;
	margin: 0px;
	float: left;
	
}


#headerContact {
	float: right;
	text-align: right;
	line-height: 21px;
	width: 300px;
	color: #333333;
	margin: 50px 0px 0px 0px;
	padding: 0px;

}

.headerContact {
	font-size: 12px;
	text-transform: uppercase;
}


.headerContactPhone {
	font-size: 19px;	
}


#nav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 790px;
	background-color: white;
}

#nav li {
	float: left;
	background: url(images/divider.gif) repeat-y left top;
	padding-left: 25px;
	padding-right: 25px;
	
}


#nav a{
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	text-decoration: none;
	margin: 5px 0px 8px 0px;

}




/* hides the first divider bar from the 'services' button */

#nav ul .first {
	background: none;
}


/* styling for nav links on the hover state */

#nav a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
		margin: 5px 0px 8px 0px;
}


/* show current page in nav */

#home #nav .first a,
#services #nav .services a,
#locations #nav .locations a,
#newclients #nav .newclients a,
#aboutus #nav .aboutus a,
#education #nav .education a
{
	display: block;
	color: #3aa6b9;
	margin: 5px 0px 8px 0px;
	text-decoration: none;
	border-bottom: 1px dotted #3aa6b9;
}


#home #nav .home a
{
	display: block;
	color: #ffffff;
	margin: 5px 0px 8px 0px;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}



/* hide rollover styling from current page in nav*/

#services #nav .services a:hover,
#locations #nav .locations a:hover,
#newclients #nav .newclients a:hover,
#aboutus #nav .aboutus a:hover,
#education #nav .education a:hover,
#home #nav .first a:hover

{
	text-decoration: none;
}




/* 
-----------------------------------------------------------------------------*/




/* =Main Content Styles
-----------------------------------------------------------------------------*/

#mainColumn {
	float: left;
	width: 622px;

}

#mainColumn p, #mainColumn h1, #mainColumn h2, #mainColumn h3, #mainColumn ul {
	width: 550px;
	padding-left: 30px;	
		
}

#mainColumn h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #0990a8;
}


#mainColumn h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}


#mainColumn li {
	padding: 2px 0px 5px 0px;
}


.nobulletList {
	list-style: none;
	font-size: 12px;
	line-height: 19px;
}

.bulletList {
	list-style: disc;
	font-size: 12px;
	line-height: 19px;
}

#mainColumn .bulletList li {
		margin-left: 25px;
		padding-top: 5px;
}


#mainColumn a {
	color: #549bad;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
	border-bottom: 1px dotted #549bad;

}

#mainColumn a:hover {
	color: #000000;
	background-color: #e8fafd;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}


#mainColumn p {
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 6px;
}

/* home page styles */


#home h1 {
	font-size: 26px;
	font-family: arial, helvetica, lucida grande, sans-serif;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #0990a8;
}



/* About Us styles */

#mainColumn .employeeBio {
	clear: both;
	width: 540px;
	margin-bottom: 30px;
	margin-left: 28px;
	padding: 0px;
}

#mainColumn .employeeBioLast {
	margin-bottom: 10px;
	clear: both;
	width: 540px;
	margin-left: 28px;
	padding: 0px;
}

#mainColumn .employeeBio h3, #mainColumn .employeeBioLast h3 {
	padding-top: 0px;
	width: auto;
	padding-left: 0px;
	clear: right;
}


#mainColumn .employeeTitle {
	color: #999999;
	font-size: 11px;
}

#mainColumn .employeePhoto {
	float: left;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#mainColumn .employeeBio p, #mainColumn .employeeBioLast p {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;	
	width: auto;
	clear: right;
}




/* 
Rates styles 
--------------------------------------------------------------------------*/

#ratesGraphic {
	padding-left: 22px;	
}

/*
-----------------------------------------------------------------------------*/




/* 
Locations styles 
--------------------------------------------------------------------------*/

.officeLocation {
    float: left;
	width: 537px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 28px;
}

.officeMap {
	float: left;
	display: block;
	width: 347px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;	
}


.officeInfo {
	float: right;
	display: block;
	width: 190px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	
}


/* Over-ride the default ul padding for mainColumn */

#mainColumn .officeInfo ul {
	padding-left: 15px;	
		
}


/* Format the address for each location */


.officeAddress {
	display: block;
	width: 190px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px; 
	font-size: 12px;
	line-height: 12px;
}

.officeAddress li {
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}



/* Format the links beneath the address for each location */


.officeLinks {
	display: block;
	width: 190px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	font-size: 12px;
	line-height: 17px;
}

.officeLinks li {
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px; 
}





/* Format the date for each news item */


.newsDate {
	font-style: italic;
}


/*
-----------------------------------------------------------------------------*/





/* =Sidebar Styles
-----------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 273px;
	height: 100%;
	background: url(images/contentBkd.jpg) top left repeat-y;
}


/* OFFER GRAPHIC */
.offerGraphic {
	display: block;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}


/* SUB-NAV STYLES */

#subNav {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 200px;

}

#subNav ul {
	display: block;
	list-style: none;
	font-size: 12px;
	line-height: 17px;
}

#subNav ul li {
	display: block;
	margin: 0px 0px 5px 0px;
}



#subNav a {
	color: #549bad;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #549bad;

}

#subNav a:hover {
	color: #000000;
	background-color: #caedf3;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}


#subNav h4 {
	font-size: 14px;
	padding-bottom: 6px;
}



/* SIGNUP FORM STYLES */

#signup {
	text-align: left;
	width: 200px;
	height: 300px;
	/*background: url(images/signupbkd.jpg) top left no-repeat;*/
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}


#signup h2 {
	color: #549bad;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#signup p{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}


/* 
-----------------------------------------------------------------------------*/




/* =Footer Styles
-----------------------------------------------------------------------------*/

#footer {
	float: left;
	clear: both;
	width: 1000px;
	background: url(images/footerbkd.jpg) top left repeat-y;
	padding: 10px 5px 10px 0px;
	text-align: left;
}


#footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000000;

}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #006578;
}

#footer img {
	vertical-align: middle;
	border: 0px;
}

.cc {
	border-bottom: 0px none;
	text-decoration: none;
}




/* 
-----------------------------------------------------------------------------*/





/* =Subscribe Form Styles
-----------------------------------------------------------------------------*/

#formfields {
	float: left;
	text-align: left;
	width: 200px;
	margin: 15px 0px 0px 0px;
}



.alert {
        font-size:20px;  /* #3# Editable */
        line-height:Double;  /* #3# Editable */
        color:#FF0000;  /* #3# Editable */
        font-family:Arial;  /* #3# Editable */
        font-weight:bold;  /* #3# Editable */
        }


.tableLabel {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 10.5px;
	}

/* ----------------------*/
