/* CSS for Unique Change's Website */

body {
	padding: 0;
	margin: 0; 
	font: 76% tahoma, verdana, geneva, sans-serif;
	background: #e0e0e0; 
	color: #303030;
	text-align: left;
}

.block {
	padding: 15px;
}

.block a {
	text-decoration: none;
	color: #303030;
}

.block a:hover, a:focus {
	text-decoration: underline;
	color: #286EA0;
}

.testimonial {
    	font-style: normal;
    	font-family: arial, helvetica, sans-serif;
}

.green-inner {
	background: #ccffcc url(images/corner.gif) top right no-repeat;
}

.orange-inner {
	background: #ffcc99 url(images/corner.gif) top right no-repeat;
}

.purple-inner {
	background: #ccccff url(images/corner.gif) top right no-repeat;
}

.blue-inner {
	background: #ccffff url(images/corner.gif) top right no-repeat;
}

#container {
	margin: 0 auto 15px auto;
	width: 760px;
	padding: 5px 20px 20px 20px;
	background: #ffffff;
}

#logo {
	margin: 15px 0 0 0;
}

#logo h1 {
	color: #303030;
	text-decoration: none;
}
	
#navitabs {
	clear: both;
}

#navitabs-inner {
	clear: both;
}

.navitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	letter-spacing: 1px;
	background: #e0e0e0 url(images/corner.gif) top right no-repeat;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.navitab:hover, .navitab:focus {
	text-decoration: none;
	background: #d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab {
	padding: 4px 8px 5px 8px;
	color: #ffffff;
	margin: 0 0 5px 0;
	text-decoration: none;
	letter-spacing: 1px;
	background: #505050 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover, .activenavitab:focus {
	text-decoration: none;
}

.inner {
	font-size: 0.8em;
}

#desc {
	height: 200px;
	color: #ffffff;
	padding: 0;
	clear: both;
	margin: 5px 0 0 0;
}

#desc-inner {
	height: 5px;
	color: #505050;
	padding: 0;
	margin: 5px 0 0 0;
}

#desc p {
	width: 290px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
}

.desc-index {
	background: #505050 url(images/nlp_unique_change_front.jpg) top left no-repeat;
}

.desc-contact {
	background: #505050 url(images/unique_change_logo.jpg) top left no-repeat;
}

.desc-business-index {
	background: #505050 url(images/nlp_business-front.jpg) top left no-repeat;
}

.desc-personal-index {
	background: #505050 url(images/nlp_personal-front.jpg) top left no-repeat;
}

.desc-bodywork-index {
	background: #505050 url(images/bodywork-front.jpg) top left no-repeat;
}

#breadcrumbs {width:520px; margin:0; padding:0; color:#505050; font-size:0.8em;}
#breadcrumbs a {color:#6182D1;}
#breadcrumbs a:hover {color:#192666; text-decoration:underline;}

#main {
	width: 590px;
	float: left;
	padding: 0 15px 0 0;
	border-right: 1px solid #d0d0d0;
	min-height: 40em;
}

#sidebar {
	width: 140px;
	float: right;
}

#sidebar p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 12px 0;
}

.sidelink {
	display: block;
	width: 120px;
	background: #ffcc99 url(images/corner.gif) top right no-repeat;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
}

.sidelink:hover, .sidelink:focus {
	background: #ccffcc url(images/corner.gif) top right no-repeat;
	text-decoration: none;
}

#footer {
	clear: both;
	background: #fafafa;
	color: #808080;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
}

#footer a {
	color: #808080;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a.name {
	color: #303030;
} 

a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	font-weight: normal;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
  	color: #336633;	
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
td {
	border-collapse: collapse;
	padding: .5ex;
	vertical-align: top;
	margin: 0;
}

td.middle {
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}

.left {
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
}

.under {
	text-decoration: underline;
}

.quote {
	font-style: italic;
	text-align: center;
	}

.hide {
	display: none;
}

.border {
	margin: 0;
	padding: 1px;
	border: 3px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #fff;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

li {
	padding: .5em;
}