/*
	Theme Name: BlueCO2
	Theme URL: http://wellpressed.net/blueco2
	Description: 
	Author: WELLpressed Themes
	Author URI: http://wellpressed.net/
	Version: 1.0
	Tags: three columns, fixed width, white, red, black, gray, sidebar widgets
	
*/ /* Eric Meyer's Reset */ /* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	/* list-style: none; */
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ************************************************************************* */
/* *******              Well Pressed - BlueCO2 - Styles              ******* */
/* ************************************************************************* */

body {
	font-family: Tahoma, Arial, sans-serif;
	background: #e7f1fd;
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 62.5%;
	line-height: normal;
	text-align: center;
}

ol li { margin-left: 20px; padding: 0 0 5px; list-style: decimal;}
ul li { margin-left: 20px; padding: 0 0 5px; list-style: disc;}

h1 { color: #003269; font-weight: bold; font-size: 2.5em; }
h2 { color: #003269; font-weight: bold; font-size: 2em; }
h2 a:link, h2 a:visited { color: #003269; text-decoration: none; }
h2 a:hover { color: #0D55A6; text-decoration: underline; }
h3 { color: #003269; font-weight: bold; font-size: 1.6em; }

p { font-size: 1em; line-height:normal; margin: 0px; padding: 5px 0px 5px 0px; }

small { font-size: .8em; }

a:link, a:visited { color: #0D55A6; text-decoration: underline; }
a:hover { color: #7197C2; text-decoration: underline; }

div.meta { font-size: .8em; }

div#container {
	width: 100%;
	background: #fff;
	padding: 5px 0px 5px 0px;
}

div#header {
	position:relative;
	background: url(images/header.png) repeat-x #fff;
	width:100%;
	color: #fff;
	margin: 0;;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	height: 115px;
	border:none;
	display:inline-block;
}

div#header div.internal {
	width: 1000px;
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div#header span {
	position:relative;
	float: left;
	line-height: 32px;
	color: #b2d6ff;
	font-size: 20px;
	font-weight: normal;
	vertical-align: bottom;
	margin: 78px 5px 0px 0px;
	padding: 0px;
}

div#header h1 {
	color: #fff;
	position:relative;
	float: left;
	padding: 0px;
	margin: 70px 0px 0px 0px;
	font-size: 32px;
	font-weight: bold;
	vertical-align: bottom;
}
div#header a:link,
div#header a:visited,
div#header a:hover {
	text-decoration:none;
}

div#featuredpost {
	float: left;
	width: 380px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background: url(images/lightfibre.jpg);
	border: 1px solid #b0c8e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#featuredpost div.author { color: #aaa; }
div#featuredpost div.fpost { margin: 8px 0px 0px 0px; min-height: 100px;}
div#featuredpost div.fpost p { margin: 2px 0px 2px 0px; padding: 0px; }
div#featuredpost div.fpostcontent { font-size: 1.1em;}
div#featuredpost img { float:left; margin: 0px 6px 3px 0px; border: 1px solid #555;}
div#featuredpost h2 { font-size: 1.7em; }
div#featuredpost h3 { font-size: 1.3em; }
div#featuredpost h3 a { text-decoration: none; }

div#search {
	float:right;
	width:240px;
	margin: 40px 5px 0px 0px;
}

div#search p {
	font-size: 1.4em;
	margin: 0px 0px 2px 5px;
}

div#search a:link,
div#search a:visited {
	color: #E7F1FD;
	text-decoration:none;
}

div#search a:hover {
	color: #E7F1FD;
	text-decoration:underline;
}
	

input#search {
	background: url(images/5x5-20.png);
	border: 1px solid #093568;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 2px;
	color: #E7F1FD;
}
input#searchbtn {
	background: url(images/5x5-20.png);
	border: 1px solid #093568;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
	margin: 2px;
	color: #E7F1FD;
}


div#content {
	text-align:left;
	background:#fff;
	margin: 0px auto auto auto;
	width:1000px;
}

div#contentleft {
	float:left;
	width: 800px;
}



div#trailer {
	background: #d7e9fe url(images/trailer.png) repeat-x;
	color: #003269;
	min-height: 120px;
}

div#trailercontent {
	margin: 0px auto auto auto;
	width:1000px;
}	

div#traileritem {
	padding:5px;
	width: 320px;
	font-size: 1.1em;
	text-align:left;
	float:left;
}

div#traileritem h3 {
	color: #7C9FC7;
	font-weight:bold;
	font-size: 1.8em;
}
div#traileritem p {
	padding:5px;
}

div#traileritem ul {
	padding: 5px 0px 5px 0px;
}

div#traileritem ul li {
	border-top:1px solid #b0c8e3;
	list-style:none;
}
	
div#traileritem ul li a:link,
div#traileritem ul li a:visited {
	color: #003269;
	text-decoration:none;
	display:block;
	padding: 4px 0px 4px 4px;
}

div#traileritem ul li a:hover {
	color: #e7f1fd;
	background: #003269;
	text-decoration:none;
}

div#footer {
	color: #7fa1c8;
	background: #e7f1fd url(images/footer.png) repeat-x;
	min-height: 50px;
}
div#footercontent {
	padding:3px;
	margin: 0px auto auto auto;
	width:1000px;
	text-align:left;
}

div#footer a:link,
div#footer a:visited {
	color: #7fa1c8;
	text-decoration:none;
}

div#footer a:hover {
	color: #333;
	text-decoration:underline;
}


/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 190px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	display: inline;
	font-size: 1.2em;
	}
	
#sidebar p {
	padding: 0px;
	margin: 0px;
	}

#sidebar img {
	float: left;
	border: none;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	}

#sidebar a:link, #sidebar a:visited {
	text-decoration:none;
	display:block;
}

#sidebar .widget_tag_cloud a:link,
#sidebar .widget_tag_cloud a:visited { display:inline; background:none; text-decoration:none; padding:2px; margin: 4px;}
#sidebar .widget_tag_cloud a:hover { display:inline; text-decoration:underline; }

#sidebar a:hover {
	color: #003269;
	text-decoration:none;
	background:#e7f1fd;
}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#sidebar h2 {
	background: #e7f1fd url(images/sidebar.png) no-repeat 4px 8px;
	color: #003269;
	height: 38px;
	line-height: 38px;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 32px;
	}
	
#sidebar h3 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
	padding: 3px 0px 5px 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;*/
}
	
#sidebar ul li ul li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}
	

#sidebar .sidecontent {
	background: #FFFFFF;
	float: left;
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #b0c8e3;
	}
	
#sidebar .widget {
	background: #FFFFFF;
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #b0c8e3;
	}



/************************************************
*	Navbar      								*
************************************************/

div#navbar {
	position:relative;
	background: url(images/header.png ) repeat-x #fff;
	background-position: 0px -115px ;
	width:100%;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	height: 46px;
	border:none;
	display:inline-block;
}

div#navbar #nav {
	width: 1030px;
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 5px;
	padding: 0px;
	line-height:40px;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #003269;
	display: block;
	font-size: 18px;
	font-weight: normal;
    margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	background: #FB9B2D;
	color: #FFFFFF;
    margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	}

#nav li ul {
	background: #d7e9fe;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #7197c2;
	border-left: 1px solid #7197c2;
	border-right: 1px solid #7197c2;
	}


#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 230px;
	color: #003269;
	font-size: 12px;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #FCB769;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

div#subnavbar {
	position:relative;
	background: url(images/header.png ) repeat-x #fff;
	background-position: 0px -161px ;
	width:100%;
	color: #7197c2;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	height: 33px;
	border:none;
	display:inline-block;
}

div#subnavbar #subnav {
	width: 1020px;
	margin: 0px auto auto auto;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #7197c2;
	display: block;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
	padding: 6px 13px 6px 13px;
	text-decoration: none;
}

#subnav li a:hover, #subnav li a:active {
	background: #F4BB76;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 10px 0px 0px;
	padding: 6px 13px 6px 13px;
	}
	
#subnav li ul {
	background: #dde6f2;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #d3dce7;
	border-left: 1px solid #d3dce7;
	border-right: 1px solid #d3dce7;
	}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #dde6f2;
	color: #000000;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #F4BB76;
	color: #FFFFFF;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 166px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover1 { 
	position: static;
	}
	












div.date {background: url(images/calendar.png) no-repeat; width:72px; height:72px; float:left;}
div.month { font-size: 1em; font-weight: bold; text-align:center; width:72px; margin: 30px 0px 0px 0px; }
div.day { font-size: 2em; font-weight: bold; text-align:center; width:72px; }
div.postheader { margin: 5px 0px 0px 3px; float:left; }
div.postheader p { font-size: 1.1em; margin: 1px 0px 1px 0px; padding: 1px 0px 1px 0px; }
div.postheader img { float:left; padding:0px; margin: 0px 3px 0px 0px;}
div.post { clear:both; margin: 0px; padding: 5px 0px 10px 0px; font-size: 1.4em; }
div.postmeta { font-size: .9em; margin: 6px 0px 0px 0px; padding: 3px 0px 0px 0px; border-top: 1px solid #eee;}







/* Wordpress Standards from WP2.7.1 */

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* generated WP items */
.categories {
	
}

.cat-item {
	
}

.current-cat {
	
}

.current-cat-parent {
	
}

.pagenav {
	
}

.page_item {
	
}

.current_page_item {
	
}

.current_page_parent {
	
}

.widget {
	
}

.widget_text {
	
}

.blogroll {
	
}

.linkcat {
	
}


.comments { width: 760px; padding: 5px 0px 10px 0px; }

#comment,
div.comments input#email,
div.comments input#url,
div.comments input#author {
	font-family: Tahoma, Arial, sans-serif;
	font-size: .9em;
	background: #f9fcff !important;
	color: #333;
	padding: 4px;
	margin: 0px;
	border: 1px solid #b0c8e3;
}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#respond { background:#fff; padding: 10px; border:5px solid #d5e7fd; } 


.comments { width: 760px; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px solid #d5e7fd; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font-size:1.5em; font-weight: bold; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #e2efff; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #e7f1fd; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #f1f7ff; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f8fbff; }
ol.commentlist li.parent { border-left:5px solid #d5e7fd; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}














ul.twitter { background: url(images/twitter-background.jpg) no-repeat; min-height:140px; }
p.twitter-message { font-size:.9em; }
.twitter-timestamp { font-style:italic; font-size: .9em; color: #888;}

#sidebar ul li ul li.twitter-item {
	margin: 8px 0 0 0;
	background: url(images/pushpinblue.png) no-repeat 0px 2px;
	padding: 0px 0px 0px 20px;
}



table#video h5 a:link,
table#video h5 a:visited { color: #003269; font-weight: bold; font-size: 1.2em; text-decoration:none; padding:0px; margin: 0px; }
table#video h5 a:hover { text-decoration:underline; }
table#video { width: 780px; margin: 0px 0px 0px 20px; }
table#video td {vertical-align: top; padding: 2px; }
table#video td.even { background: #f8fbff; border-top: 1px solid #E7F1FD; }
table#video td.odd { background: #fbfdff; border-top: 1px solid #E7F1FD; }
table#video td img { border: 1px solid #7197C2; padding: 0px; margin: 2px; }
table#video div.quickglance { padding: 2px; margin: 2px; font-size: .8em; }
table#video div.quickglance p { padding: 1px; margin: 1px; }
























/*
EASY CONTACT
by SCOTT ALLAN WALLICK, http://scottwallick.com/
from PLAINTXT.ORG, http://www.plaintxt.org/

This file is part of EASY CONTACT.

EASY CONTACT is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

EASY CONTACT is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for details.

You should have received a copy of the GNU General Public License
along with EASY CONTACT. If not, see www.gnu.org/licenses/.
*/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
border-bottom: 2px solid #C5DDF2;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}



div.build h5 { margin: 10px 0px 0px 0px; padding: 15px 0px 5px 0px; clear:both; font-size: 120%; color: #555; }
div.build p { border-left: 2px solid #eee; padding: 2px 0px 10px 10px; margin: 0px 0px 0px 5px; }
div.build img { padding: 0px 2px 5px 15px; }





table.housemaster th { background: #aaa; color: #fff; border: 1px solid #888; padding: 3px; }
table.housemaster td { border-bottom: 1px solid #ccc; padding: 3px; }
table.housemaster td:first-child { white-space:nowrap; }
table.housemaster td.new { color: #338; font-weight: bold; }
table.housemaster td.assigned { color: #838; background: #fef;font-weight: bold; }
table.housemaster td.resolved { color: #383; background: #efe; font-weight: bold; }


