body {
	background-color: #a4a8a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.centerall {
	margin: 20px auto 0px auto;
}
#container {
	margin: 0 auto 0 auto;
	width: 790px;
	text-align: left;
}
/*-----------------------------------------------------------------Accessibility features*/
#accessfeatures {
	margin-bottom: 5px;
	}
#accessfeatures ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#accessfeatures li {
	display: inline;
	padding-right: 10px;
	margin-bottom: 10px;
}
#accessfeatures a {
	font-size: 1em;
	color: #ffffff;
}
/*----------------------------------------------------------Header*/
#header {
	margin-bottom: 8px;
}
/*-----------------------------------------------------------Content container*/
#contentcontainer {
	height: 530px;
	background: url(../images/contentcontainer_background.jpg) 0 0 repeat-x;
	padding-top: 5px;
}
/*-------------------------------------------------------------Navigation*/
#nav {
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 1.3em;
}
#nav li {
	display: inline;
}
#nav li a {
	font-size: 1.35em;
	text-decoration: none;
	padding: 0.2em 1.5em 0.2em 1.1em;
	color: #283f42;
}
#nav li a:hover {
	background-color: #ffffff;
	color: #fd8d07;
}
/*-----------------------------------------------------Content*/
#content {
	width: 730px;
	height: 460px;
	background-color: #ffffff;
	border: 0.3em solid #c7c5c5;
	margin: 0 auto 0 auto;
}
html>body #content {
	min-height: 460px;
	height: auto;
}
#contentleft {
	width: 410px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#contentleft h1 {
	font-size: 1.3em;
	color: #fd8d07;
}
#contentleft h2 {
	font-size: 1.2em;
}
#contentleft p {
	color: #193135;
}
#dividingline {
	background: url(../images/grey_dividing_line.jpg) 0 0 no-repeat;
	float: left;
	height: 226px;
	width: 5px;
	margin-left: 2px;
}
#contentright {
	float: right;
	width: 250px;
	margin-right: 30px;
	margin-top: 20px;
}
* html #contentright {
	width: 200px;
}
/*---------------------------------------------------------------------------Prices.htm content*/
#pricescontentleft {
	width: 670px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding-bottom: 10px;
}
#pricescontentleft h1 {
	font-size: 1.3em;
	color: #fd8d07;
}
#pricescontentleft h2 {
	font-size: 1.2em;
}
#pricescontentleft p {
	color: #193135;
}
/*------------------------------------------------------------------------Quick link navigation options*/
#quicklinks {
	width: 205px;
	margin-bottom: 60px;
}
#quicklinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#quicklinks li {
	background: url(../images/navarrow_dark.jpg) 11px 7px no-repeat #d3d3d4;
	margin-bottom: 15px;
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
}
#quicklinks li a {
	text-decoration: none;
	color: #293f43;
}
/*-----------------------------------------------------------------------------Bottom right image*/
#image {
	float: right;
	margin-top: 0px;
}
*+html #image {
	margin-top: -20px;
}
* html #image {
	margin-right: -15px;
}
/*----------------------------------------------------------------------Info boxes on index.htm*/
#box1 {
	background: url(../images/orangebox.jpg) 0 0 no-repeat;
	margin: 15px 0 20px 20px;
	height: 110px;
	width: 183px;
	padding: 3px 10px 1px 15px;
}
*+html #box1 {
	padding-top: 15px;
}
#box2 {
	background: url(../images/greenbox.jpg) 0 0 no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 110px;
	width: 183px;
	padding: 1px 10px 1px 15px;
}
*+html #box2 {
	padding-top: 15px;
}
#box3{
	background: url(../images/orangebox.jpg) 0 0 no-repeat;
	margin-left: 20px;
	height: 110px;
	width: 183px;
	padding: 3px 10px 1px 15px;
}
*+html #box3 {
	padding-top: 15px;
}
#box1 a, #box2 a, #box3 a {
	color: #ffffff;
	font-size: 1.2em;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------Shortcuts on each page*/
#shortcuts {
	padding-left: 10px;
	margin-top: 20px;
}
#shortcuts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#shortcuts ul li a {
	color: #384c50;
	font-size: 1.1em;
	text-decoration: none;
}
#shortcuts ul li img {
	padding-right: 5px;
}
/*----------------------------------------------------------------------Form*/
form {
	width: 400px;
}
form ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
form li{
	margin-bottom: 1em;
}
form li.titles {
	font-size: 1.1em;
	color: #193135;
	font-weight: bold;
	margin-top: 1.5em;
}
form li.note {
	font-weight: bold;
	font-size: 0.9em;
}
form li.info {
	font-size: 95%;
}
label {
	width: 6em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
	display: block;
}
input, textarea{
	font: 1em "Arial", Verdana;
}
li.check span label{
	width: 3em;
	text-align: left;
	margin: 0;
	float:none;
	display: inline;
	}
li.check span{
	display: block;
	padding-left: 11.5em;
}
li.check span.name{
	padding-left: 0;
	width: 11em;
	text-align:right;
}
li.submit input {
	margin-left: 15em;
	border: 1px solid;
	border-color: #ddd #111 #111 #ddd;
}
/*------------------------------------------------Prices form*/
form.prices {
	width: 600px;
}
form.prices label {
	width: 18em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
	display: block;
}
form.prices li.check span.name {
	padding-left: 0;
	margin-top: 0.1em;
	width: 18em;
	text-align: right;
}
form.prices li.check span {
	display: block;
	padding-left: 19em;
}
form.prices li.submit input {
	margin-left: 28em;
	border: 1px solid;
	border-color: #ddd #111 #111 #ddd;
}
/*---------------------------------------------------------------------Portfolio projects*/
.project{
	margin: 25px 4em 5em 1.5em;
	border: 1px solid #fd8d07;
}
.project div{
	margin: 0;
}
.project div img {
	border: 1px solid #333333;
	float:left;
	margin: -15px 2em 0 2em;
}
.project div ul {
	list-style: none;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.project div ul li {
	padding-left:4em;
	margin-top: 1.5em;
	font-size: 100%;
}
.project div ul li a {
	text-decoration: none;
	color: #272650;
	}
/*---------------------------------------------------------------------Footer*/
#indexfooter {
	clear: both;
	color: #193135;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 30px;
}
*+html #indexfooter {
	margin-top: 40px;
}
#indexfooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
#indexfooter li {
	display: inline;
}
#indexfooter li.extrapadding {
	padding-left: 400px;
}
#indexfooter li a {
	color: #193135;
	text-decoration:  none;
}
#footer {
	clear: both;
	color: #193135;
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 30px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
#footer li {
	display: inline;
}
#footer li.extrapadding {
	padding-left: 400px;
}
#footer li a {
	color: #193135;
	text-decoration:  none;
}
/*------------------------------------------------------------------Clearing*/
#content:after, #contentright:after, #image:after, .project:after, .project div:after {
	content:".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
