body {
	background-color: #000099;
	background-image:  url("/pictures/backgrounds/nature-back.jpg");
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
p, label {
	font-size:14px;
}
.container{
	/*background-image:  url("/pictures/backgrounds/shadow.png");*/
	background-repeat:repeat-y;
	background-position:left;
	width:820px;
	text-align:center;
	padding-left: 10px;
}
.main{
	padding-top:10px;
	width: 806px;
	background-color:#FFFFFF;
	text-align: left;
	margin-top:10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-moz-box-shadow: 3px 3px 3px #555555;
	-webkit-box-shadow: 3px 3px 3px #555555;
	box-shadow: 3px 3px 3px #555555;
}
.maintext{
	margin-left: 10px;
	margin-right: 10px;
}
.header{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/pictures/headers/grass-header.jpg); 
	width:786px; 
	height: 190px; 
	background-repeat:no-repeat; 
	background-color:#FFFFFF; 
	background-position:center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #dddddd;
	-webkit-box-shadow: 3px 3px 3px #dddddd;
	box-shadow: 3px 3px 3px #dddddd;
}
.sub{
	height: 125px;
	background-position:center;
}
#geoff {
	text-align: center;
	position:relative; 
	left:40px;
	top:5px;
	width:689px;
	z-index:1;
}
#whiteback {
	background-image: url(/pictures/whiteback2.gif);
	background-repeat: repeat-y;
	background-position: left;
	z-index:2;
}
#menu {
	top: 10px;
	left: -5px;
}
.bigger {
	font-size: 1.25em;
}
.normal{
	font-size: 12px;
}
li{
	font-size: 14px;
}
.smallprint {
	font-size: 10px;
}
#doive{
	padding-right: 10px;
	text-align: left;
}
.menupad{
	padding:0px; text-align:center;
}

.mymenu{
	color:white; 
	font-weight:bold; 
	background-repeat:repeat-y;
	font-size:16px;
	background-color:#000000;
	padding:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #dddddd;
	-webkit-box-shadow: 3px 3px 3px #dddddd;
	box-shadow: 3px 3px 3px #dddddd;
}
.myfootmenu{
	color:white; 
	font-weight:bold; 
	font-size:16px;
	padding:5px;
	margin-bottom: 10px;
	clear: both;
	background-color:#000000;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.mymenu a:link, .mymenu a:visited, .myfootmenu a:link, .myfootmenu a:visited{
	color:white;
	text-decoration:none;
}
.mymenu a:hover{
	color:#FFFF99;
	text-decoration:underline;
}
.myminimenu{
	color:white; 
	font-weight:bold; 
	text-align:left;
	background-repeat:repeat-y;
	font-size:13px;
	/*background:url(/v3/minibar.jpg);*/
	background-color:#000000;
	margin-top:0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #dddddd;
	-webkit-box-shadow: 3px 3px 3px #dddddd;
	box-shadow: 3px 3px 3px #dddddd;
}
.servicesmenu{
	width: 210px;
	float: left;
	line-height: 1.3em;
	margin-right: 20px;
}
.servicesmenu .box{
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.servicesmenu ul{
	margin-top:3px;
	margin-bottom:3px;
	padding-left: 0px;
	margin-left: 20px;
}
.servicesmenu li{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	padding-left: 0px;
	margin-left: 0px;
}
.servicesmenu .myminimenu{
	padding: 5px;
	margin-bottom: 10px;
}
.services-main{
	display: block;
	float: left;
	width: 500px;
}
a.newsmenu:visited{
	color:#0000FF;
}
.newsmenu:hover{
	color:red;
	text-decoration:underline;
}

.greybox{
	background-color: #cccccc;
	color: #000000;
}
.list td{
	background: #ffffff;
	color: #000000;
	padding: 5px;
	border-bottom: dotted 1px black;
}
.list th{
	background-color:#000066;
	color: #ffffff;
	padding: 5px;
}
.list th a:link, .list th a:visited{
	color: #ffffff;
}
.list{
	margin-bottom:10px;
}
.thinborder{
	border: 1px black solid;
	display: block;
	padding: 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
input, textarea, select{
	border: 1px black solid;
	font-family: arial;
	font-size: 12px;
	margin-right: 3px;
	padding: 2px;
	background-color: #f5f5f5;
}
.list td a:link, .list td a:visited{
	color: blue;
}
#nav .checkout{
	color:#ffffff;
}
#nav li a{
	border-left: solid 1px #ffffff;
	padding-left: 3px;
	padding-right: 6px;
}
#nav li li a, #nav .first a{
	border-left: solid 0px #ffffff;
}
#nav .checkout :hover{
	color:#000000;
}

h5{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}

h1{
	font-size: 17px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
	font-size: 13px;
}
.homeright h3{
	margin-bottom: 5px;
	margin-top: 8px;
}
.homeright p{
	margin-top:0px;
}
.portfolio-row h2{
	margin-bottom: 5px;
	margin-top: 0px;
}
.portfolio-row p{
	margin: 0px;
}
.portfolio-row p{
	margin-top:0px;
	margin-bottom: 10px;
}
.portfolio-row{
	clear: both;
	margin-bottom: 10px;
}
.portfolio-image{
	float: left;
	width: 140px;
}
.portfolio-next{
	float: right;
	width: 100px;
}
.portfolio-prev{
	float: left;
	width: 100px;
}
.packages h3{
	font-size: 17px;
	margin-bottom: 5px;
}
.front-page{
	display:table;
}
.front-page-top, .front-page-lower{
	display:table-row;
}
.montage-boxes, .front-page-main{
	display: table-cell;
	width: 500px;
	float: left;
	margin-right: 10px;
}
.montage-boxes img{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #dddddd;
	-webkit-box-shadow: 3px 3px 3px #dddddd;
	box-shadow: 3px 3px 3px #dddddd;
	overflow:hidden;
}
.faqs-box, .front-page-right{
	display: table-cell;
	clear: right;
	float: right;
	width: 275px;
}
.faqs-box .myminimenu{
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.faqs-menu
{
	border:2px black solid;
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.faqs-menu p{
	font-size: 12px;
}
.front-page-main .left-column{
	width: 240px;
	padding: 5px;
	float: left;
}
.front-page-main .right-column{
	width: 240px;
	padding: 5px;
	float: left;
}
.front-page-right{
	margin-top:10px;
}
.front-page-text{
	width: 500px;
}
.whois-box{
	border: solid black 1px;
	color: #000000;
	float: left;
	width: 400px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.whois-box h4.mymenu{
	background-color:#000000;
	margin: 0px;
}
.contact-left{
	width: 45%;
	float: left;
}
.contact-right{
	width: 55%;
	float: left;
	margin-bottom: 10px;
}
.email-form{
	border: 2px solid #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.email-form .form-label{
	width: 150px; 
	float: left;
}
#quoteform .form-label{
	width: 320px;
}
#quoteform .check-boxes{
	width: 250px;
	float: left;
}
#quoteform label{
	font-weight:600;
}
.email-form-row{
	text-align: left; 
	clear: both;
	padding: 5px;
}
.bookmarks{
	clear: both;
	text-align: center;
	border: dashed 1px #000000;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.bookmarks a:link{
	text-decoration:none;
}
.hidden{
	display:none;
}
.new{
	color:#FF0000;
	font-size: 10px;
}
