*{
	margin:0;
	padding:0;
}

html, body{
	width:100%;
	height:100%;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #E3F8FD;
	background-image: url(../images/i-logic-clouds_small.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#fullcol{
	width:820px;
	height:auto;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	display:table;
}

#header{
	width:820px;
	height:94px;
	background-repeat: no-repeat;
	background-position: left top;
	background:url(../images/header_bg.jpg) repeat-x top left;
}
.logo{
	float:left;
}

#nav{
	width:600px;
	height:36px;
	float:right;
	margin:58px 0 0 0;
}

#nav ul{
	list-style:none;
	display:inline;
	float:right;
}

#nav li{
	float:left;
	margin:0;
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
}

#nav a{
	height:31px;
	padding:5px 19px 0px 19px;
	text-decoration:none;
	color:#fff;
	float:left;
	line-height:2.1em;
}

#nav a:hover{
	background:url(../images/button_hover_bg.jpg) repeat-x;
}

#banner{
	width:820px;
	height:103px;
	float:left;
	margin:2px 0 0 0;
	background-image: url(../images/web_site_design_manchester.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main{
	width:820px;
	height:auto;
	float:left;
	margin:4px 0 0 0;
}

#main p{
	color:#2c3f4a;
}

#main ul	{
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#2c3f4a;
}

#main a:link {
	color:#2c3f4a;
	text-decoration:underline;
}
#main a:visited {
	color:#2c3f4a;
	text-decoration:underline;
}
#main a:active {
	color:#2c3f4a;
	text-decoration:none;
}
#main a:hover {
	color:#2c3f4a;
	text-decoration:none;
}

#contentleft{
	width:590px;
	height:auto;
	float:left;
}
#contentmain{
	width:303px;
	height:auto;
	margin:0;
	float:left;
	background:url(../images/main_content_bg.jpg) no-repeat top left;
	padding:20px;
}

#contentwide{
	height:auto;
	margin:0;
	float:left;
	background:url(../images/wide_back.jpg) no-repeat top left;
	width:780px;
	padding:20px;
}
#contentmid{
	height:auto;
	margin:0;
	float:left;
	background:url(../images/mid_back.jpg) no-repeat top left;
	width:560px;
	padding:20px;
}
#contentmain  p, #contentwide  p, #contentwide  legend, #contentmid p{
	font-size:0.75em;
	line-height:1.8em;
	margin:10px 0 5px 0;
	color:#2c3f4a;
}
#contentwide  label {
	font-size:0.75em;
	color:#2c3f4a;
}

#contentsecondary{
	width:233px;
	height:auto;
	float:right;
	background:url(../images/featured_site_bg.jpg) no-repeat top left;
}

#contentsecondary p{
	width:120px;
	font-size:0.65em;
	float:right;
	margin:5px 10px 0 0;
}

#featuredprojects{
	width:233px;
	height:auto;
	background:url(../images/news_bg.jpg) no-repeat top left;
	float:right;
}

#featuredprojects p{
	font-size:0.65em;
	float:right;
	margin:5px 10px 0 0;
}


.sitethumbnail{
	float:left;
	border:2px solid #7296b5;
	margin:15px 0 0 15px;
}
.imagethumb	{
border:2px solid #7296b5;
}

.homepagebutton1{
	float:left;
	margin:35px 0 0 5px;
	float:left;
}
.homepagebutton2{
	float:left;
	margin:0 0 0 5px;
	float:left;
}
h1{
	color:#313131;
	font-size:0.95em;
	float:left;
}
h2{
	color:#313131;
	font-size:0.95em;
	margin:13px 0 0 14px;
	float:left;
}
h3{
	color:#3e4952;
	font-size:0.75em;
	float:left;
	margin:15px 0 0 10px;
}

#recentprojects{
	width:212px;
	height:auto;
	background:url(../images/news_bg.jpg) no-repeat top left;
	float:right;
}

#projectdescription{
	width:186px;
	height:auto;
	float:left;
	margin:15px 0 0 12px;
}

.titledate{
	font-size:0.65em;
	color:#505050;
	font-weight:bold;
}

.projecttext{
	font-size:0.65em;
	float:left;
	margin:10px 0 10px 0;
}
.rule{
	margin:0 0 0 10px;
}

#footer{
	width:820px;
}
.copyright{
	float:right;
	color:#939fa8;
	font-size:0.7em;
}
#footer a:link{
	color:#939fa8;
	text-decoration:underline;
}
#footer a:visited {
	color:#939fa8;
	text-decoration:underline;
}
#footer a:active {
	color:#939fa8;
	text-decoration:none;
}
#footer a:hover {
	color:#939fa8;
	text-decoration:none;
}

.input { float: left; width: 400px; text-align: left;} 

#fullcol #main #contentwide #form1 label {
	width: 100px;
	float: left;
}

#main input, #main textarea {
	font-family:Arial, Helvetica, sans-serif;
	color: #2C3F4A;
	font-size:1 em;
}
