/* - Reset Everything
------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/* - Default Styles
--------------------------------------------------------- */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

a img {
	border: 0;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.content-left, .content-right {
	color: #4D4D4D;
	padding: 2px 5px 2px 5px;
	line-height: 1.5em;
	background: #FFF;
}

.content-left {
	width: 60%;
	max-width: 60%;
	float: left;
}

.content-right {
	width: 35%;
	float: right;
	text-align: center;
}

.content-right a, .content-left a {
	border: 0;
	color: #4D4D4D;
}

.content-right a:hover, .content-left a:hover {
	text-decoration: none;
	color: red;
}

.content-left li, .content-right li {
	list-style-type: square;
	list-style-position: inside;
	display: list-item;
}

.bold {
	font-weight: bold;
}

.contact-us {
	float: left;
	width: 45%;
	min-width: 30%;
	margin: 1em auto;
}

.general {
	float: left;
	margin: 10px auto;
	width: 100%;
}

#section-head, #section-head h1 {
	background: #313c4a;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

.notes {
	font-size: .9em;
	color: grey;
}

/* - The Look and Feel
------------------------------------------------------ */
/* container that holds the blocks */
#head {
	width: 80%;
	min-width: 600px;
	height: 1%;
	margin: 1em auto;
	padding: 5px;
	background: #313c4a;
	/*background: url(/images/massagetech-logo.jpg) no-repeat 5px 0;*/
	color: #FFF;
	clear: both;
}

#head li {
	list-style: none;
	display: inline;
}

#head a {
	color: #FFF;
}

#logo {
	float: left;
	width: 240px;
	height: 30px;
	border: 0;
	margin: 5px 0;
	background: url(/images/title-001.gif) no-repeat 5px 0;
}

#logo a {
	text-decoration: none;
}

h1#logo-replace {
	display: none;
}

#top-nav {
	float: right;
	vertical-align: middle;
	text-align: right;
}

#bread-crumb {
	color: #FFF;
	font-size: 0.9em;
	font-style: italic;
	vertical-align: top;
	padding: 2px 5px 2px 10px;
	text-align: left;
}

#bread-crumb ul {
	list-style: none;
}

#bread-crumb li {
	list-style: none;
	display: inline;
}

#bread-crumb a {
	color: #FFF;
	text-decoration: underline;
}

#bread-crumb a:hover {
	text-decoration: none;
}

#container {
	width: 80%;
	height: 1%;
	margin: 0 auto;
	padding: 1em 0 0 1em;
    min-width: 760px;
    background: #FFF;
    color: #313c4a;
    clear: both;
}

#foot {
	width: 80%;
	margin: 1.5em auto;
	padding: 5px;
	min-width: 600px;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: #313c4a;
}

#foot p {
	padding: 1px 0 0 10px;
}

#foot a {
	color: #FFF;
	text-decoration: underline;
}

#foot a:hover {
	text-decoration: none;
}
