@charset "UTF-8";

/*
Colours
Orange - #f58025
Blue (logo) - #00aeff
Blue (with orange near above) - #4ca1d9
Red - #ef4135
Green - #548948
Dark Grey - #6A737B
Light Grey - #c7cbd0
v light sidebar grey - #ebeef0

*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #666;
	color:#000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color:#FFF;
	color:#000;
	width:898px;
	/*margin: 10px 20px 10px 20px;*/
	margin: 20px auto;
	border: #000 1px solid;
	border: 1px #000;
	padding: 0 0 0 0;
}
#header-bottom {
	border-top: 2px solid #6A737B;
	border-bottom: 4px solid #f58025;
	background-color:#c7cbd0;
	padding: 0px 0 0px 0;
	width:100%;
	height: 28px;
}
#header-bottom ul {
	margin: 0;
	padding: 0;
	padding: 0 0 0 20px;
	text-align:left;
	font: Verdana, Arial, Helvetica, sans-serif 16px;
}
#header-bottom ul li {
	display: inline;
	position: relative;
	top: 6px;
	color:#000;
	height:1%;
	background-color:#c7cbd0;
}
#header-bottom ul li a {
	text-decoration:none;
	background-color:#c7cbd0;
	color:#000;
	margin: 10px 0 10px 0;
	padding-top: 6px;
}
#header-bottom ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-image: url(images/over-triangle.gif);
	background-repeat: no-repeat;
}
#header-bottom ul li.active a {
	border-bottom: #333 1px solid;
}
#tagline {
	background-color:#FFF;
	color:#000;
	margin: 0;
	padding: 0 0 10px 20px;
	width: 300px;
}
#contact {
	width: 225px;
	float: right;
	text-align:right;
	padding-right: 10px;
	padding-top: 6px;
}
#contact p{
	padding: 5px 0;
	margin:0;
}
#contact a{
	text-decoration:none;
	color:#6A737B;
}
#contact a:hover{
	text-decoration:underline;
}
#main {
	margin-top: 10px;
}
#content {
	margin: 0 0 0 0;
	width: 600px;
	background-color:#FFF;
	color:#000;
	padding: 0 10px 0 20px;
	min-height: 350px;
	float:left;
}
#sidebar {
	width: 210px;
	float: right;
	margin: -10px 0px 0 0;
	padding: 0 20px 0 10px;
	border-left: #f58025 2px solid;
	border-bottom: #f58025 2px solid;
	background-color:#ebeef0;
}
#footer {
	width: 100%;
	background-color: #c7cbd0;
	clear:both;
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
	height: 20px;
	font-size:12px;
	border-bottom: #f58025 1px solid;
}
#footer p.copy {
	width: 500px;
	margin: 0;
	padding: 20px 0 10px 10px;
	text-align:right;
	float: right;
	color:#CCC;
	font-size: 12px;
}
#footer p {
	color:#000;
	margin: 0;
	padding: 0 0 0 20px;
	width: 650px;
}
	
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#4ca1d9;
	line-height: 24px;
}
h2 {
	font-size:16px;
	font-weight: normal;
	color:#333;
	background-color:#c7cbd0;
	width: 200px;
	padding: 3px 10px 3px 20px;
	border-bottom: 4px solid #f58025;
	margin-left: -20px;
}
h2 a {
	text-decoration:none;
	color:#333;
	border-bottom: none;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
}
p {
}
#main a {
	text-decoration:none;
	border-bottom: #f58025 2px solid;
	font-weight: 600;
	color: #6A737B;
}
#main a:hover {
	border-bottom: #f58025 3px solid;
	color:#000;
}

#sidebar p a {
	text-decoration:none;
	border-bottom: #f58025 1px solid;
	/*font-weight:bold;*/
	color:#6A737B;
}
#sidebar a:hover {
	border-bottom: #f58025 2px solid;
	color:#000;
}

ul {
}
ul li {
}
#sidebar h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height: normal;
	color:#666;
}
#sidebar h2 {
	font-size:14px;
	font-weight: normal;
	color:#333;
	background-color: #ebeef0;
	border: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}


#sidebar h3 {
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	padding-top: 20px;
}

#sidebar li a {
	font-weight:normal;
	text-decoration: none;
	border-bottom: none;
}

#sidebar li a:hover {
	text-decoration: underline;
	border-bottom: none;
}

#sidebar p {
	font-size:12px;
	line-height: 18px;
}
#sidebar ul {
	font-size:12px;
	line-height: 18px;
	padding-left: 20px;
}
#sidebar ul li {
}
#sidebar a {
}
#sidebar a:hover {
}
p + h2 {
	margin-top: 35px;
}
ul + h2 {
	margin-top: 35px;
}


#content p{
	line-height: 20px;
}
#content ul{
	line-height: 20px;
}
#content ul li{
	padding-bottom: 4px;
}
#content ol{
	line-height: 20px;
}
#content ol li{
	padding-bottom: 8px;
}
ul.major li{
	line-height: 22px;
	list-style-image:url(images/bullet-major.gif);
	font-weight:bold;
	margin-bottom: 10px;
}
#content p a img {
	border: none;
}
#content .post h2 a {
	text-decoration:none;
	color:#333;
	border-bottom: none;
}
.post {
	border-bottom: #000 2px solid;
	margin-bottom: 40px;
}
.fbconnect_share {
	display:none;
}
p.testimonial {
	font-size:16px;
	border-bottom: #666 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}