/* CSS Document */
body {
	background:#444;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial, Geneva, sans serif;
}

div#shadow-top {
	margin:0 auto;
	padding:0 10px;
	width:790px;
	height:10px;
	background:#444 url(images/shadow-top.gif) bottom center no-repeat;
}
div#shadow-bottom {
	margin:0 auto;
	padding:0 10px;
	width:790px;
	height:10px;
	background:#444 url(images/shadow-bottom.gif) top center no-repeat;
}

div#main-frame {
	margin:0 auto;
	padding:10px;
	width:790px;
	background:#444 url(images/shadow-mid.gif) top center repeat-y;
}
table#topmastnav {
	margin:0 auto;
}

td#button1, td#button2, td#button3, td#button4 {
	margin:0;
	padding:0;
	height:35px;
}

div#content {
	text-align:left;
	margin:0 auto;
	padding:20px;
	padding-top:10px;
	background:#003;
	padding:0;
	margin: 10px 40px;
	border:1px solid #005;
	margin-bottom:5px;
}


div#content p {
	font-size:13px;
	line-height:18px;
	color:#ddd;
	margin:5px 50px 20px 50px;
}
div#content h1 {
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#aaa;
	margin:5px 40px 10px 50px;
	font-variant:small-caps;
}
div#content h1.homeheading {
	text-align:center;
	line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	margin:5px 40px 10px 40px;
}
div#content h2 {
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color:#aaa;
	margin:25px 40px 15px 40px;
	padding:5px;
	padding-left:10px;
	font-variant:small-caps;
	border-bottom:1px solid #009;
	background:#005;
	clear:both;
}
div#content h3 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#aaa;
	margin:0 20px 5px 0;
	padding:0;
	font-variant:small-caps;
}

div#content p a:link, div#content p a:visited {
	color:#fc6;
	text-decoration:none;
	border-bottom:1px solid #555;
}
div#content p a:hover, div#content p a:active {
	color:#f90;
	text-decoration:none;
	border-bottom:1px solid #003;
}

table#photoboxes {
	float:right;
	margin:10px 10px 0 30px;
	padding:0;
	background-color:#003;
}


div#bottomnav {
	font-size:9px;
	line-height:18px;
	font-weight:bold;
	color:#666;
	clear:both;
	text-align:center;
	padding-top:10px;	
}
div#bottomnav a {
	margin:0 10px;
}
div#bottomnav a:link, div#bottomnav a:visited {
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #777;
}
div#bottomnav a:hover, div#bottomnav a:active,
div#bottomnav a#current {
	color:#f90;
	text-decoration:none;
	border-bottom:1px solid #003;
}

/* contact page styles */
table#contactformtable {
	width:630px;
	background:#003;
	padding:0;
	margin:0 40px 20px 40px;
	border:1px solid #009;
}
td.contactformtext {
	font-size:11px;
	padding:10px 10px;
	text-align:left;
	color:#ddd;
	line-height:18px;
	border-top:1px dashed #009;
	padding-bottom:15px;
}
td.contactformfield {
	
	padding:3px;
	text-align:left;
	font-size:13px;
	color:#222;
}
input, textarea {
	border:1px solid #333;
	background-color:#eee;
	font-size:12px;
	line-height:16px;
	color:#222;
	padding:3px;
	margin:2px 0;
}

/* Services Page */
.floatrightimage {
	float:right;
	border:2px solid #009;
	margin:0 0 25px 10px;
}
.floatleftimage {
	float:left;
	border:2px solid #009;
	margin:0 10px 25px 0;
}

#partitions-table {
	width:660px;
	border:none;
	margin:5px 25px 20px 25px;
}
#partitions-table td {
	width:220px;
}
#partitions-table td p {
	margin:0;
	font-size:12px;
	padding:0 5px 0 20px;
}
#partitions-table  img {
	border:2px solid #009;
}