/*
Theme Name: Balance_InStyle
Theme URI: http://wordpress.org/
Description: Balance InStyle theme for Wordpress.
Version: 0.1.0
Author: A&amp;N Design Communications
Author URI: http://www.an-design.ca/
Tags: custom colors, custom header, fixed width, two columns
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3c3533;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

table td {
	font-size: 12px;
}

a {
	color: #3c3533;
}

a:hover {
	color: #146481;
	text-decoration: none;
}

h1 {
	color: #146481;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 12px;
	border-top: dotted #687e77 1px;
	border-bottom: dotted #687e77 1px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 22px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #146481;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	color: #3c3533;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

h4 {
	color: #3c3533;
	font-size: 12px;
	background-color: #d9dfeb;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

legend {
	color: #3c3533;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fefef4;
	border-right: 1px solid #d9dfeb;
	border-left: 1px solid #d9dfeb;
}

hr {
	border: 0px;
	color: #3c3533;
	background-color: #3c3533;
	height: 1px;
}

img {
	border: none;
}

#menu {
	float: right;
	margin: 0px;
	padding: 0px;
}

ul#menu {
	list-style: none;
}

ul#menu li {
	float: left;
}

ul#menu a {
	float: left;
	display: block;
}

.left-img {
	position:absolute;
	left:0;
	bottom:0;
	width: 270px;
}

.sm-text {
	margin-top: 6px;
	line-height: 12px;
	font-size: 10px;
}

#content-wrapper {
	position:relative;
	clear:both;
	width: 960px;
	min-height:640px;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 690px;
	margin: 15px 0 0 0;
	padding: 0px;
	float: right;
}

.blue {
	color: #146481;
}

#content ul {
	margin: 0px;
}

#content li {
	margin: 0 0 6px 0;
}

#column, #column p {
	width: 185px;
	float: right;
	margin: 0px;
	padding: 0 0 4px 0;
}

.images {
	float:left;
	margin: 2px 10px 10px 0;
}

/* HOMEPAGE */

#home-text {
	width: 575px;
	padding: 0 50px 0 65px;
	clear:both;
}

.search-results h2 {
	margin-bottom: 0;
}
.search-results p {
	margin-top: 0;
}
#searchform div {
	border-top: dotted #687e77 1px;
	border-bottom: dotted #687e77 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.search-results #searchform div {
	border:none 0;
	border-bottom:none 0;
	padding-top:0;
	padding-bottom:0;
}

#home-textbox {
	height: 175px;
	width: 575px;
	padding: 0 50px 0 65px;
}

.textbox-title {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 6px;
}

.textbox-l {
	float: left;
	width: 245px;
}

.textbox-r {
	width: 305px;
	float: right;
}

/* SERVICES */

#services-text {
	width: 605px;
	padding: 0 0 0 45px;
}

.services-textbox-title {
	font-weight: bold;
	font-size: 12px;
	background-color: #146481;
	color: #FFF;
	padding: 6px;
	margin: 0px;
}

.services-textbox-l {
	float: left;
	width: 380px;
}

.services-textbox-r {
	width: 195px;
	padding: 0px;
	float: right;
	background-color: #d9dfeb;
}

.services-textbox-r p {
	padding: 0 6px;
}

/* CORPORATE */

#corporate-text {
	width: 650px;
	padding: 0px;
}

#corporate-text p {
	padding: 0 0 0 45px;
}

.corporate-textbox {
	float: left;
	width: 175px;
	height: 280px;
	top: 85px;
	position: inherit;
	display: block;
}

/* CONTACT */

#contact-textbox {
	height: 175px;
	width: 575px;
	padding: 0 50px 0 65px;
}


/* FOOTER */

#footer {
	clear:both;
	background: #97978c;
	width: 960px;
}

#footer a {
	color: #fefef4;
	padding:1px;
	text-decoration: none;
}

#footer a:hover {
	color: #717169;
	background: #fefef4;
}

#footer p {
	margin: 0px;
	padding: 10px;
	color: #fcfad3;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

.clear { clear:both; }