/* General */

body {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	
	background-attachment: fixed;
	background-image: url(/images/body_bg.gif);
	background-repeat: repeat;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

td {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

th {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
}

.sizeup {
	font-size: 12pt;
	}
	
.bord {
	border: 3px solid #777777;
	}

a {
	color: #005353;
	text-decoration: none;
}

a:hover {
	color: #009B9B;
	text-decoration: none;
}

em {
	color: #005353;
	font-weight: bold;
	}

#wrapper {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */
#header {
	background-image: url(/images/headerbar.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 900px;
	vertical-align:middle;
	padding: 0px;
	display: block;
	margin: 0px;
}

#header img {
	
}

/* Nav */
#nav {
	width: 900px;
	height: 25px;
	background-image: url(/images/navbg.gif);
	background-repeat: repeat-x;
}

#nav a {
	font-weight: bold;
}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav ul>li {
	display: inline;
	margin-right: 7px;
	}

#navleft {
	float: left;
	font-size: 12px;
	margin: 6px 6px 6px 15px;
}

#navright {
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 6px;
}

#navright a {
	font-weight:normal;
}

#vline900 {
	background-image: url(/images/diagstripes.gif);
	background-repeat: repeat;
	height: 7px;
	width: 900px;
	top: -4px;
}

#vline {
	background-image: url(/images/diagstripes.gif);
	background-repeat: repeat;
	height: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
	top: -0.8em;
}

#titlesub {
	position: absolute;
	left: 80px;
	bottom: 3px;
	color: #777777;
}

.contactcell {
	background-color: #BBBBBB;
	border: medium solid #777777;
	margin: 4px;
	padding: 4px;
	width: 250px;
	height: 40px;
}

.infocell {
	background-color: #BBBBBB;
	border: medium solid #777777;
	margin: 4px;
	padding: 4px;
	width: 300px;
}

.infocell_center {
	background-color: #BBBBBB;
	border: medium solid #777777;
	margin: 4px auto;
	padding: 4px;
	width: 300px;
	text-align: center;
}

.tablebg {
	border-collapse:collapse;
}


.contactcell:hover {
	background-color: #a4feff;
}

#contentwrapper {
	background-color: #DDDDDD;
	padding: 10px;
}

#content {
	margin-top: 0px;
}

#footer {
	font-weight: bold;
	font-size:8pt;
	color: #777777;
	background-image: url(/images/footerbar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 900px;
	margin-top: -20px;
}

.psub {
	font-size: 10px;
	color: #444444;
}

.pad {
	padding: 5px;
	}
	
embed.pad {
	padding: 10px;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.center {
	display: inline-block;
	margin: 0 auto;
	}
	
h1.nbs { /* No bottom space */
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
.piccap {
	display: inline-block;
	float: right;
	text-align: center;
	color: #777;
	font-size: 8pt;
	font-weight: bold;
	}

/* Forms */

submit {
	background-color: #00FFFF;	
}

textarea {
	font-family: Tahoma, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 3px;
	
	color:#000;
	background:#CCC;
	border: solid 2px #AAA;
	}
	
input {
	margin: 0;
	padding: 3px;
	font-size: 10pt;
	color:#000;
	background:#CCC;
	border: solid 2px #AAA;
	}

.noformat {

}

.spacer {
	clear: both;
	}
.servicerow {
	background-color: #C8D5D7;
	border: 3px solid #777777;
	margin: 7px;
	padding: 5px;
}
.servicerow p {
	margin-top: 0;
	}
.servicerow h4, h2, ul, li {
	margin: 0;
	}

.col_left, .left_col {
	float: left;
	width: 420px;
	margin-left: 5px;
	}
	
.col_right, .right_col {
	float: right;
	width: 420px;
	margin-right: 5px;
	}
	
.quarter_left, .left_quarter {
	float: left;
	width: 205px;
	margin-left: 2px;
	}
	
.quarter_right, .right_quarter {
	float: right;
	width: 205px;
	margin-right: 2px;
	}
	
/* Menu-based nav */
.popnav, .popnav li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.popnav li {
	display: inline;
	padding: 5px;
	border: solid 1px #fff;
	}
	
/* Picture backgrounds */	
.img_camera {
	background: url('/images/CameraIcon.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
.img_www {
	background: url('/images/Internet_grey.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	}