body {
	background: url(../images/bg.png) #FFF repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	}

#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	line-height: 130%;
	color: #555
	}

/*=====Links=====*/

a:link, a:visited { color: #0098FF; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

#header a, #header a:visited { color: #888; text-decoration: underline; }
#header a:hover, #header a:visited:hover { text-decoration: none; }

#footer a, #footer a:visited { color: #777; text-decoration: underline; }
#footer a:hover, #footer a:visited:hover { text-decoration: none; }

a.side:link, a.side:visited { color: #444; text-decoration: underline; }
a.side:hover, a.side:visited:hover  { color: #000; text-decoration: none; }

/*=====Header=====*/

#header {
	width: 900px;
	height: 37px;
	background: url(../images/logo.png) no-repeat;
	margin-bottom: 20px;
	}

/*=====Homepage=====*/

#column1 {
	width: 250px;
	float: left;
	color: #666;
	}

#column2 {
	width: 620px;
	float: right;
	}

/*=====General=====*/	

#leftarea {
	width: 580px;
	float: left;
	}
	
#rightarea {
	width: 280px;
	float: right;
	}

.left {float: left}
.right {float: right}
.clear {clear: both}	

.hidden {
	display: none;
	visibility: hidden;
	}

h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 5px 0 20px 0;
	padding: 0;
	color: #0098FF;
	height: 45px
	}
	
h1.homepage {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #304482 solid;
	height: auto;
	}
	
h2 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 15px;
	color: #555
	}
	
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #555
	}

h3.margintop {margin: 20px 0 10px 0;}

h3.home-recent {
	margin: 0 0 7px 0;
	color: #FFF;
	}

h4 {
	font-size: 15px;
	color: #777;
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #777 solid;
	font-weight: bold;
	text-transform: uppercase;
	height: 14px
	}
	
.readmore {
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	}

img.image, #padding {
	padding: 15px;
	background: #EFEFEF;
	margin-bottom: 15px;
	}

p#intro {
	font-size: 16px;
	color: #666;
	line-height: 140%;
	margin-bottom: 15px;
	}

.smallfont {
	font-size: 11px;
	font-weight: bold;
	color: #777
	}

.noborder {border: 0 !important}	

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
	}

/*=====Lists=====*/

ul.column-list {
	width: 250px;
	margin: 15px 0;
	}

ul.column-list  li{margin-bottom: 5px;}
	
.sidearea {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #999 solid;
	}

ul.bullet-list {margin: 10px 0;}
	
.sidearea ul {margin-top: 10px;}

.sidearea ul li, ul.bullet-list li {
	background: url(../images/sitephotos/bullet1.gif) 0px 6px no-repeat;
	padding-left: 10px;
	margin-bottom: 7px;
	}

ul.latest {margin: 10px 0}	
	
ul.latest li {
	background: none;
	padding: 0;
	margin-bottom: 7px
	}	

ul#sitemap li {
	margin-bottom: 10px;
	font-weight: bold;
	}

ul#sitemap li ul {margin: 7px 0 0 15px;}

ul#sitemap li ul li {
	margin-bottom: 7px;
	font-weight: normal;
	}

ol li {
	margin: 0 0 7px 20px;
	list-style-type: upper-roman;
	}

ol li ol {margin: 10px 0 10px 10px;}

ol li ol li {
	margin-bottom: 7px;
	list-style-type: lower-roman;
	}
	
/*=====FAQ=====*/

ul#faq {
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #3D3D3C solid;
	}

ul#faq li {margin-bottom: 10px;}

.q {
	font-weight: normal;
	margin: 25px 0 5px 0;
	color: #000168;
	font-size: 15px;
	}
	
/*=====News=====*/

ul#newshead {}

ul#newshead li {margin-bottom: 15px;}

ul#newshead li p.title, p.subject, .searchsubject {
	font-size: 20px;
	letter-spacing: 1px;
	}

ul#newshead li p.date, p.date {
	font-size: 11px;
	color: #777;
	text-transform: uppercase;
	margin-top: 5px;
	}

ul.news {margin-top: 20px;}

ul.news li {margin-bottom: 30px;}

p.subject, .searchsubject {margin-bottom: 7px;}

p.date {margin: 0 0 7px 0;}

ul#searchresults{margin-top: 10px;}

ul#searchresults li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #777 solid;
	}

#searchpages {
	margin: 15px auto;
	font-size: 14px;
	}

/*=====Search Results=====*/

.searchsubject {	/* Styling question */
	overflow: hidden;
	cursor: pointer;
	}
	
.searchtext {	/* Parent box of slide down content */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
	}
	
.searchtext_content {	/* Content that is slided down */
	padding: 1px;
	position: relative;
	}

/*=====Services=====*/

.services {
	width: 183px;
	padding: 0 5px 30px 5px;
	float: left;
	}

.services img {
	padding: 7px;
	background: #EFEFEF;
	}

/*=====Work=====*/

.workarea {
	padding: 20px 0 20px 0;
	border-bottom: 1px #777 solid;
	}

label.work-desc {
	float: left;
	font-weight: bold;
	width: 120px;
	padding: 0;
	clear: none;
	}

.workarea p {
	float: left;
	width: 455px;
	display: block;
	margin-bottom: 7px;
	}
	
/*=====Forms=====*/

form {margin-top: 10px;}

form div {
	clear: left;
	margin: 0 0 15px;
	}

label {
	clear: left;
	float: left;
	font-weight: bold;
	padding: 3px 5px 0 0;
	position: relative;
	width: 150px;
	}

label span {
	color: #FF0000;
	font-weight: bold;
	}

input.text, select, textarea, input.searchbox {
	border: 1px #999 solid;
	margin: 0 0 5px;
	padding: 3px;
	width: 400px;
	}

input.searchbox {
	width: 199px;
	float: left;
	}	
	
textarea {
	margin: 0 0 3px;
	padding: 3px;
	height: 100px;
	}

.submit, .search {
	margin-left: 155px;
	border: 1px #999 solid;
	}

.search {
	margin: 0;
	float: right;
	padding: 1px
	}

html>/**/body .search {padding: 2px;}
	
/*=====Validation=====*/

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color: #FF3300;
	}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color: #000;
	}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
	}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color: #FFF;
	font-weight: bold;
	}
	
/*=====Payment=====*/

form#payform {margin-bottom: 10px;}

table {
	border-collapse: collapse;
	width: 580px;
	margin: 10px 0 24px 0;
	font-size: 13px;
	}

th {
	background: #4D4D4D;
	color: #EFEFEF;
	padding: 3px 10px;
	text-align: left;
	border-right: 1px solid #fff;
	}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #4D4D4D;
	vertical-align: top;
	}

td * {
	padding: 6px 11px;
	}

tr.alt td {
	background: #EFEFEF;
	}

tr.over td, tr:hover td {
	background: #EFEFEF;
	}

td .checkbox {margin-top: 10px;}

/*=====Footer=====*/

#footer {
	width: 900px;
	border-top: 1px #777 solid;
	margin-top: 20px;
	padding: 10px 0 20px 0; 
	font-size: 11px;
	color: #777;
	display: block;
	}

#footer ul  {
	margin: 0;
	width: 230px;
	padding-left: 0;
	float: right;
	clear: right;
	}

#footer ul li {
	border-right: 1px solid #999;
	display: inline;
	padding-left: 11px;
	padding-right: 8px;
	}	

html>/**/body #footer ul li {padding-left: 4px}
