img
{
	border: 0px;
}

body
{
	background-color: #F6F6F6;
	/* SCALE ALL THE TEXT DOWN A BIT*/
	font-size: 75%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000066;
}
textarea
{
	vertical-align:text-top;
}

#page
{
	border: solid 1px #CCCCCC; 
	position: relative; 
	width: 700px; 
	padding-top: 110px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom: 10px; 
	background-image: url('images/top2.png');
	background-color: #FFFFFF;
	background-position: top; 
	background-repeat: repeat-x; 

	margin-left: auto; 
	margin-right: auto;

	font-family: inherit;
	font-size: 100%;

	overflow: visible;
}

#logo
{
	width: 209px; 
	height: 102px;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	background-image: url('images/logo.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#topalertlink
{
	width: 150px; 
	/*height: 20px; */
	position: absolute; 
	top: 10px; 
	left: auto; 
	right: 0px;
	background-color: #EEEEEE; 
	border-top: solid 1px #CCCCCC; 
	border-bottom: solid 1px #CCCCCC; 
	border-left: solid 5px #FF0000; 
	text-decoration: none; 
	color: red; 
	cursor: pointer;

	vertical-align: middle;
	padding-left: 10px;
}

#navbar
{
	float: left;
	background-color: #EEEEEE; 
	border: solid 1px #CCCCCC; 
	border-left: none;
	width: 140px; 
	padding: 5px;

	font-family: inherit;
	font-size: inherit;
	color: black;
}

#content
{
/*	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;*/
	padding-left: 10px; 
	padding-right: 10px; 
}

#copyright
{
	position: absolute;
	top: auto;
	left: auto;
	bottom: -40px;
	right: 2px;
	
	font-size: 85%;
	color: #999999;
	text-align: right;
}

#content b
{
	font-weight: bold;
	color: black;
}

#content h1
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}
li
{
	list-style-type: disc;
	list-style-image: url('images/bullet.png');
}

.navbar h1
{
	font-size: 100%;
	text-align: left;
}
.navbar li, .navbar ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: black;
}
.navbar a
{
	text-decoration: none;
	color: navy;
}
.navbar input
{
	position: relative;
	width: 100%;
	border: solid 1px #CCCCCC;
}

div.validators
{
	margin-top: 10px;
/*	position: absolute;
	top: auto;
	bottom: -20px;
	left: auto;
	right: auto;*/
}
div.validator
{
	margin-right: 10px;
	position: relative;
	font-family: helvetica, arial, sans-serif;
	font-size: 85%;
	font-weight: bold;
	width: 9em;
	
	float: left;
}
div.validator a
{
	display: block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.validator .w3c
{
	width: 3em;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	background-color: #FFF;
}
div.validator .spec
{
	position: absolute;
	left: 3em;
	top: 0;
	width: 6em;
	border-right: 1px solid #CCCCCC;
	padding-left: 0.5em;
}
div.validator a.w3c:link,
div.validator a.w3c:visited,
div.validator a.w3c:hover
{
	background-color: #FFF;
	color: #0C479D;
	text-decoration: none;
}
div.validator a.spec:link,
div.validator a.spec:visited,
div.validator a.spec:hover
{
	background-color: #FC6;
	color: #000;
	text-decoration: none;
}






div.validate span.w3c
{
padding: 0 0.4em;
background-color: #ffffff;
color: #0c479d;
}








div.Services
{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom: 10px; 
	width:560px;
}
div.Services div.Service
{
	margin-left:5px; 
	margin-right:5px; 
	position: relative; 
	float: left; 
	border: solid 1px #CCC;
	width: 125px;
	 
	background-repeat: no-repeat; 
	background-position: top; 
	padding-top: 200px;
}
div.ServiceBottom
{
	display:block; 
	border-top: solid 1px #CCC; 
	clear:both; 
	height:20px; 
	width:125px;
}
div.Services div.Service h2
{
	border-bottom: solid 1px #CCC; 
	border-top: solid 1px #CCC; 
	font-size: 14px; 
	background-color: #EEE; 
	padding:2px; 
	text-align:center; 
	vertical-align: middle; 
	margin: 0px;
}
div.Services div.Service a
{
	text-decoration:none; 
	color:inherit;
}
div.Services div.Service ul.Service
{
	list-style-type: none; 
	list-style-image: none;
	padding: 0px; 
	margin: 0px; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	text-align: center;
}
div.Services div.Service li.Service
{
	list-style-type: none; 
	list-style-image: none;
	padding: 0px; 
	margin: 0px;
}


table
{
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}
table th
{
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}
table td
{
	border-bottom: 1px solid #CCCCCC;
}

p
{
	margin-bottom: 1em;
}
p.center
{
	text-align: center;
}

p.Price
{
	text-align:right; 
	color:#999; 
	font-size:120%; 
	font-weight:bold;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.alert
{
	color: red;
	font-weight: bold;
	text-align: center;
}

/* BODGE FOR THE MOMENT */

table.navbar,td.navbar
{
	width: 100%;
}

input.navbar
{
	width: 100%;
}
