
html, body {
	margin:0px;
	padding:0px;
	font-size:12px;
	background: url(images/background.jpg) top left repeat-x #001b26;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	margin:0px;
	padding:0px;
}

.maintable { margin:auto; }

.nav {
	float:left;
	text-transform:lowercase;
	color:#5D8B98;
	list-style:none;
	padding:66px 0px 0px 0px;
}

.nav li {
	float:left;
	margin:0px 10px;
	height:30px;
	line-height:30px;
	padding:0px 0px 0px 13px;
}

.nav a {
	color:#5D8B98;
	text-decoration:none;
	display:block;
	float:left;
	padding:0px 23px 0px 10px
}

.nav li:hover, .nav li.on { background:url(images/navleft.jpg) top left no-repeat; }

.nav li:hover a, .nav li.on a { background:url(images/navright.jpg) top right no-repeat; }

#homeimage { background:url(images/homeimage.jpg) center center no-repeat; }

#homeimage .callout {
	margin:55px;
	font-size:15px;
	width:245px;
	text-align:center;
	color:#FFF;
	line-height:1.3em;
}

#bottombar { background-color:#FFF; }

#services td {
	width:182px;
	height:106px;
}

#schedule { display:none; }

services .logos { background:url(images/logos.jpg) center center no-repeat; }

services .websites { background:url(images/websites.jpg) center center no-repeat; }

services .stationery { background:url(images/stationery.jpg) center center no-repeat; }

services .print { background:url(images/print.jpg) center center no-repeat; }

services .quotes { background:url(images/quotes.jpg) center center no-repeat; }

.pinkbutton {
	background: url(images/pinkbutton.png) center center no-repeat;
	text-align:center;
	color:#FFF;
	height:41px;
	line-height:41px;
	display:block;
	width:173px;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
}

.greybutton {
	background: url(images/greybutton.png) center center no-repeat;
	text-align:center;
	color:#3A6172;
	height:31px;
	line-height:31px;
	display:block;
	width:101px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.click{
	cursor:pointer;	
	}

object {
	outline:none;
}


#content {
	background-color:#F9F5F2;
	color:#575A5B;
	padding-bottom:40px;
}

.sidebar {
	width:200px;
	margin:0px auto;
	text-align:center;
}

.normal {
	width:525px;
	margin:0px 0px 0px 30px;
}

.normal p {
	padding:0px;
	margin:0px 0px 21px 0px;
}

.normal ul, .normal ol {
	padding:0px;
	margin:0px 0px 21px 20px;
}

.normal dl {
	margin:0px 0px 21px 0px;
	padding:0px;
}

.normal dt {padding:0px; margin:23px 0px 21px 0px;}

.normal dd {padding:0px 0px 26px 0px; margin:0px 0px 0px 0px; border-bottom:1px solid #565a5b;}

#quoteform th{
	text-align:right;
	}

ul, ol {
	margin:0px;
	padding:0px 0px 10px 20px;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px 0px 10px 0px;
}

h1 { font-size:130%; }

h2 { font-size:125%; }

h3 { font-size:120%; }

h4 { font-size:115%; }

h5 { font-size:110%; }

h6 { font-size:105%; }

a { color:#3A6172; 	}

img { border:none; }

.footer {
	text-align:center;
	font-size:10px;
	color:#375D66;
}

/* Form Elements */

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

