body {
	margin-top: 0px;
	background-image: url(/_images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F0F5F1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #323232;
}


p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.clear { clear:both; }
.line {
	margin-top: 0px;
	margin-bottom: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #01588d;
}

#content a {
	color: #000000;
	text-decoration: underline;

}



body #content a:hover {
	color: #024C89;
	text-decoration: none;

}


body #container {
}

body #header #navigation a:hover,
body#home #header #navigation a.home,
body#about #header #navigation a.about,
body#websitedesign #header #navigation a.websitedesign,
body#portfolio #header #navigation a.portfolio,
body#contact #header #navigation a.contact {
	color: #FFFFFF;
	border-left-color: #FFFFFF;

}

#container {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: right top;
}


#header {
	height: 33px;
}

#header #author, #header h1 {
	float: left;
	margin-top: 10px;
}

#header #author {
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-right: 10px;

}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #44ccdd;
	font-style: italic;
}

#header #navigation {
	float:right;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#header #navigation li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
body #header #navigation a {
	border-left: 2px solid #44CCDD;
    color: #44CCDD;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 12px 6px;
    text-decoration: none;
    text-transform: uppercase;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	
}
h2, .shadow {
    font-family: Arial rounded MT bold,Helvetica,Arial;
    font-size: 54px;
    font-weight: normal;
    letter-spacing: -4px;
    line-height: 55px;
    margin: 0 0 30px;
    padding: 0;
	color: #01588D;
}
h2 { position:absolute; margin-top: 2px; }
.shadow { color: #fff; margin: 0 0 30px 2px; }
h2 a {
	color: #01588D !important;
	text-decoration:none !important;
}
h3 {
	font-family:Arial rounded MT bold,Helvetica,Arial;
	font-size: 22px;
	font-weight: normal;
	color: #024C89;
	margin: 0px;
	display: block;
}

#content {
	margin-top: 50px;

}
#content p {
	line-height: 20px;
}
#content p strong.heading {
	font-size: 16px;
	line-height:22px;
}

body #footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #44ccdd;
	margin-top: 30px;
	font-size: 13px;
}
#footer #copyright {
	
	margin-top: 15px;
	text-align:center;
	color: #999999;
}
#footer #leftlinks, #footer #links {
	margin: 0px;
	padding: 0px;
}
#footer #leftlinks {
	float:right;
}
#footer #links {
	float:left;

}
#footer #links li, #footer #leftlinks li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
body #footer #links a, body #footer #leftlinks a {
	display: block;
	color: #999999;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	margin-top: 5px;
}

body #footer #links a:hover,
body #footer #leftlinks a:hover,
body#home #footer #links a.home,
body#about #footer #links a.about,
body#websitedesign #footer #links a.websitedesign,
body#portfolio #footer #links a.portfolio,
body#contact #footer #links a.contact {
	color: #024C89;

} 
.columnn {
	float: left;
	width: 270px;
	margin-bottom: 10px;
}
#content .column {
	background-color:#FFF;
	float: left;
	width: 182px;
	height: 350px;
	padding: 8px;
	margin-top: 15px;
	margin-bottom: 10px;
	border: solid 1px #44CCDC;
	background-position: center 53px;
	background-repeat:no-repeat;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 18px !important;
}
#content .column.portfolio {
	height: auto !important;
	margin-bottom: 0px !important;
}
#content .column.portfolio img { margin-top: 3px; }
#content .colspacer {
	float: left;
	height: 10px;
	width: 15px;
}
#content .column a {
	font-family:Arial rounded MT bold,Helvetica,Arial;
	line-height: 18px !important;
	display: block;
	font-size: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 175px;
	color: #01588d;
}
#content .column a:hover {
	color: #000;
}
.contactfrm textarea, .contactfrm input { margin: 2px 0 6px 0; }

.box {
	background-color: #FFFFFF;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-style: solid;
    border-width: 1px;
    padding: 6px;
	font-size:16px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#content .column.subpage {
	float:right !important; 
	margin: 0 0 40px 40px !important;	
}

#content .column.websitedev {
	background-image: url(/_images/service-website.jpg);
}
#content .column.websiteseo {
	background-image: url(/_images/service-social.jpg);
}
#content .column.websitehosting {
	background-image: url(/_images/service-cloud.jpg);
}
#content .column.streaming {
	background-image: url(/_images/service-stream.jpg);
}

body #content .column.services p {
	line-height: 18px !important;
	color: #024C89;

}
.hreview { 
	background-color: #FFFFFF;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
	font-size:14px;
	-moz-border-radius: 6px;
	border-radius: 6px; }
.rate { font-size:12px; margin-bottom: 10px; }
.profile_rating_name { font-size:14px; margin-top: 8px; color: #024C89; }

#content form {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#aboutme {
	/* background-image: url(/_images/richard-leishman.jpg); */
	background-image: url(/_images/pointer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding: 0 0 10px 0;
}
.twocolumn {
	float: left;
	width: 415px;
	display: block;
}
.lightgrey {
	color: #CCCCCC;
}
/* .heading { height: 27px; } */

ul.column, ul.twocolumn {
	display: block;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.column li, ul.twocolumn li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 3px;
}

.red {
	color: #a71e22;
}
