@charset "UTF-8";
/*
Theme Name: Boynton Team
Theme URI: http://www.colourpix.ca/
Description: Custom theme for Boynton Team
Version: 1.0
Author: Barbara Pearn, Derek Marcotte
Author URI: http://www.colourpix.ca/, http://www.insitefulweb.com/
Tags: custom header, fixed width, three column, widgets

*/

/* css-reset normalization */
h1, h2, h3, h4, p, small, table {
	padding-bottom: 1em;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}
ul {
	list-style-type: disc;
	margin-left: 1em;
}
li {
	padding-bottom: 0.5em;
}
small {
	font-size: 0.8em;
}
strong {
	font-weight: bold;
}
td {
	padding: 4px;
}

/* template-specific modifiers */
h1, h2, h3, h4, h5 {
	color: #1f75b8;
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
a {
	color: #1f75b8;
	text-decoration: none;
}
p {
	line-height: 1.25em;
}
li {
	padding-bottom: 0px;
	line-height: 1.25em;
}

ol, ul {
	padding-bottom: 1em;
}

label.break {
	display: block;
}

span.required {
	color: red;
}

body {
	background: #002446;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	background: url('images/contentbg.png') white repeat-y;
	width: 834px;
	margin: auto;
}

#banner {
	background: url('images/header.jpg') #7cb0de no-repeat;
	height: 126px;
}

#banner div {
	padding-top: 105px;
	padding-left: 180px;
}

#banner a {
	color: white;
	text-decoration: none;
}

div#left_menu {
	float: left;
	background: url('images/lefttopbg.jpg') #00457b top no-repeat;
	padding-top: 38px;
	width: 180px;
}

#left_menu h2 {
	color: #eb3225;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
}

#left_menu ul {
	margin: 0px;
	list-style-type: none;
}

#left_menu ul li {
	padding: 0px;
	margin: 0px;
}

#left_menu ul.buttons a {
	display: block;
	background: url('images/buttonbg.png') #002e55 repeat-x;
	width: 170px;
	height: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin-left: 3px;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-left: 4px;
}

#left_menu ul.buttons li ul {
	background: #00457b;
	padding: 2px;
	margin: 0px;
}
#left_menu ul.buttons li ul li a {
	margin-left: 0px;
	color: #eb3225;
	width: 200px;
}
#left_menu ul.buttons li ul li a:hover {
	color: white;
}
#left_menu ul.images {
	padding-top: 15px;
	text-align: center;
}

#left_menu ul.images li {
	padding-bottom: 5px;
}

#left_menu ul.buttons a:hover {
	color: #eb3225;
}

#content_frame {
	margin-left: 180px;
	margin-right: 205px;
	padding: 8px;
	min-height: 828px;
}

body.listing_software #content_frame {
	margin-right: 0px;
}

div#right_box {
	float: right;
	width: 197px;
	padding-right: 8px;
	padding-top: 8px;
}

#right_box div.news {
	background: #AAB9C7;
	padding: 6px;
	margin-bottom: 8px;
}

#right_box h1, #right_box h2, #right_box h3, #right_box h4, #right_box h5 {
	color: #0B3C6C;
	padding-top: 8px;
}

#right_box h2 {
	font-size: 1.3em;
}

#footer {
	clear: both;
	color: white;
	font-size: 0.8em;
	width: 834px;
	margin: auto;
	text-align: center;
	padding-top: 8px;
}

/* wordpress-specific modifiers */
small {
	display: block;
}

#left_menu ul.buttons ul {
	display: none;
	z-index: 100;
}

div.wpcf7 ul {
	list-style-type: none;
	margin-left: 0px;
}

div.wpcf7 label {
	float: left;
	width: 200px;
}

div.wpcf7 label.break {
	float: none;
	width: 100%;
}

div.wpcf7 span.locationtype {
	margin-left: 150px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
