/*
* set global colours in the body tag 
* and turn off margins
*/

body {
	margin: 0px;
	background-color: #FFF;
	color: #000;
	}
	
/* set formatting for text elements */	

form {
	margin-left: 10px;
}
p {
	margin-left: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px;
}
ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
p.footer {
	text-align: center;
}
table.contact {
	margin-left: 10px;
}
table.contact th {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
table.contact td {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.calls {text-align: center;
		font-family:verdana; font-size:10pt; text-decoration:none; color:#225252; font-weight:bold
}

/*
* set up container divs
* divide page into three main areas:
* topbanner is the black bar across the page with global navigation
* sidebar contains the round graphic on each page, and any sub-navigation,
* currently only the web design pages have subnav.
* content is for - erm - content
* rightnav is the floating element under the topbanner with links to Useful Links and Contact Us
*/

div.topbanner {
	background-color: #000;
	layer-background-color: #000;
	border: 1px none #000;
	width: 100%;
}
div.sidebar {
	position: absolute;
	left: 5px;
	margin-top: 7px;
	width: 200px;
	}
div.content {
	position: absolute;
	left: 205px;
	margin-top: 7px;
	width: 500px;
	}
div.rightnav {
	float: right;
	padding-right: 5px;
	}

/*
* text formatting and link rollovers for the navigation which appears
* in the topbanner, sidebar or rightnav divs
*/

div.content p {
	margin-left: 10px;
	margin-right: 20px;
	}
p.subnav {
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #699;
	}
p.subnav a:link {
	color: #033;
	text-decoration: none;
}
p.subnav a:visited {
	color: #033;
	text-decoration: none;
}
p.subnav a:active {
	color: #033;
	text-decoration: none;
}
p.subnav a:hover {
	color: #033;
	text-decoration: underline;
}
div.rightnav p.subnav {
	margin-top: 0px;
}
p.navbar {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6CC;
	}
p.navbar a:link {
	color: #FFF;
	text-decoration: none;
}
p.navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
p.navbar a:active {
	color: #FFF;
	text-decoration: none;
}
p.navbar a:hover {
	color: #FFF;
	text-decoration: underline;
}
