@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #eceaea;
	line-height: 18px;
}
img {
	border: 0;
}
#content a,
#sidebar a {
	color: #333333;
	text-decoration: underline;
}
#content a:hover,
#sidebar a:hover {
	background-color: #CBCBCB;
	color: #333333;
	text-decoration: none;
}
#wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#in_wrap {
	float: left;
	width: 960px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#log_status {
	text-align: right;
	float: left;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	font-size: 12px;
	margin-bottom: 10px;
	clear: both;
}
#log_status .logout {
	color: #CC0000;
}
#header {
	clear: both;
	float: left;
	height: 110px;
	width: 960px;
}
#logo a {
	background-image: url(../images/logo.gif);
	float: left;
	height: 86px;
	width: 513px;
	margin-left: 20px;
	text-indent: -5000px;
}
#menu {
	background-color: #FFFFFF;
	height: 38px;
	width: 958px;
	clear: both;
	float: left;
	border: 1px solid #cbcbcb;
	list-style-type: none;
	margin-bottom: 25px;
}
#menu a {
	display: block;
	float: left;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin-right: 12px;
	padding-right: 20px;
	padding-left: 20px;
	height: 27px;
	padding-top: 11px;
}
#menu a:hover {
	background-color: #f2f2f2;
	color: #333333;
}
#container {
	clear: both;
	float: left;
	width: 938px;
	background-color: #FFFFFF;
	border: 1px solid #cbcbcb;
	padding: 10px;
}
#sidebar {
	float: right;
	width: 280px;
	min-height: 414px;
	margin-left: 10px;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 65px;
}
#content {
	float: left;
	width: 638px;
	padding-left: 10px;
}
#footer {
	clear: both;
	float: left;
	width: 938px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding-top: 35px;
	font-weight: lighter;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#sidebar h4 {
	height: 28px;
	width: 258px;
	display: block;
	background-color: #a7bbd8;
	font-size: 15px;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 1px;
	padding-left: 11px;
	margin-bottom: 20px;
}
#sidebar p {
	margin-bottom: 18px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
#neil-thurlwell {
	background-image: url(../images/neil-thurlwell.png);
	height: 283px;
	width: 218px;
	position: relative;
	top: 20px;
	left: 755px;
}
#content h2 {
	border-bottom:1px solid #ECEAEA;
	display:block;
	font-size:22px;
	font-weight:normal;
	height:45px;
	padding-top:20px;
	margin-bottom: 20px;
}
td {
	height: 35px;
	padding: 0 6px;
	text-align: center;
}
tr:hover {
	background-color: #A7BBD8;
	color: #FFFFFF;
}
tr a {
	color: #333333;
	text-decoration: none;
}
tr a:hover {
	color: #FFFFFF;
}
a:focus {
	border: 0;
	outline: none;
}
.header {
	background-color: #CCCCCC;
	height: 35px;
}
.header:hover {
	background-color: #CCCCCC;
	color:#333333;
}
.alternate {
	background-color: #EFEFEF;
	height: 35px;
}
#checklist h2 {
	margin-bottom: 8px;
}
#checklist li.yes {
	background: url(../images/tick.gif) no-repeat 10px 4px #FFF;
	display: block;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 6px 10px 5px 40px;
	margin-bottom: 1px;
}
#checklist li.no {
	background: url(../images/cross.gif) no-repeat 10px 4px #FFF;
	display: block;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 6px 10px 5px 40px;
	margin-bottom: 1px;
}
#content li a.star {
	background: url(../images/star.gif) no-repeat 532px 4px #FFF;
	padding: 6px 75px 5px 10px;
	color: #999;
	text-align: right;
}
#content a.star:hover {
	background: url(../images/star.gif) no-repeat 532px 4px #FFF;
	padding: 6px 75px 5px 10px;
	color: #333333;
}
#content li a {
	/*background-color: #CCC;*/
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 3px 10px 5px;
	margin-bottom: 1px;
}
#content li a:hover {
	background-color: #fff;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
	/*color: #FFF;*/
	text-decoration: none;
	margin-bottom: 1px;
}
#content ul {
	list-style: none;
	margin-left: 40px;
	margin-bottom: 25px;
}
#content li {
	background: url(../images/bullet.gif) no-repeat left center;
	padding: 0px 20px;;
	margin-bottom: 4px;
	margin-top: 4px;
}
.portfolio {
	margin-bottom: 40px;
}
#content p {
	margin-bottom: 18px;
	padding: 0 15px;
}
blockquote {
	margin: 25px 40px;
	padding: 15px;
	border-left: 10px solid #a7bbd8;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-bottom	: 1px solid #cbcbcb;
}
#content h3 {
	height: 22px;
	display: block;
	background-color: #a7bbd8;
	font-size: 15px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 1px;
	padding-left: 11px;
	margin: 40px 0 20px;
}
.testimonial {
	background: url(../images/speech-mark.gif) left 10px no-repeat;
	padding-left: 38px;
	border: 0;
	margin-bottom: 0;
}
.testimonial_from {
	padding-left: 38px;
	border: 0;
	margin-top: 0;
	padding-top: 0;
}






@charset "utf-8";
	/* FORM */
	
	/****************************************************/
/* Within this file (change the name to your plugin */
/* name) you can change the styling of your plugin  */
/* with ease. Like the javascript it will be added  */
/* to the head automatically. If you do not require */
/* extra styling you can delete this file.          */
/****************************************************/

#sidebar form {
	margin: 0 0 50px 0;
}

#sidebar input[type="hidden"] {
	border: 0;
}

#sidebar fieldset {
	padding: 0 12px;
	border: 0px;
	clear: both;
}

#sidebar form label {
	clear: both;
	width: 40%;
	display: block;
	float: left;
	margin: 10px 0;
}

#sidebar form input, #content form textarea {
	display: block;
	float: right;
	margin: 5px 0;
	/*width: 73%;*/
	height: 20px;
	width: 55%;
	border: 1px solid #CBCBCB;
}

#sidebar form p {
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
}

#sidebar form p#submitButtons {
	/*clear: both;
	width: auto;
	margin: 10px auto;
	float: none;*/
}

#sidebar form p#submitButtons input {
	/*display: block;
	float: left;
	width: auto;*/
}

#sidebar form input#reply {
	width: 13px;
}
/*#sidebar form input#submit, #content form input#reset {
	clear: both;
	width: auto;
	margin: 10px auto;
	float: none;
}*/

#success {
	padding: 10px;
	margin: 15px 25px 5px;
	background-color:#DFFFE0;
	border-bottom: 1px solid #358F39;
	border-top: 1px solid #358F39;
	color: #358F39;
	text-align: center;
}
#form_errors {
	padding: 10px 10px 10px 60px;
	margin: 15px 25px 5px;
	background-color:#FFDFE3;
	border-bottom: 1px solid #DF1B35;
	border-top: 1px solid #DF1B35;
	color: #DF1B35;
	text-align: left;
}
#sidebar ul {
	margin-left: 30px;
	margin-bottom: 20px;
	list-style: none;
}
#sidebar h5 {
	border-bottom: solid 1px #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
