
body {
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12pt;
	background: #000 url(images/topBack.jpg) repeat-x top;
	color: #ccc;
	text-align: center; 
	}

/************* general formatting *************/

a img {border: none;}

a:link, a:visited {color: #ffffaa;
	text-decoration: none;
	font-weight: bold;
}

a:hover {color: #ffff66;
	text-decoration: underline;
	font-weight: bold;
}

.left {float: left;
	text-align: left;
}

.right {float: right;
	text-align: right;
}

ul { margin-left: 25px;
	padding-left: 6px;
	list-style-image:url(images/arrowB.jpg);
}

li:hover { 
	list-style-image:url(images/arrowY.jpg);
}

strong {color: #ffffff;}

/************* site structure ***********/

#page {
	background: none;
	margin: 0px auto;
	padding: 0;
	width: 750px;
	border: 0px;
	text-align: left;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 360px;
	width: 750px;
	background-color: none;
	}

#content {
	font-size: 11pt;
	margin-top: 44px;
	margin-bottom: 15px;
	position: relative;
}

#content h4 {color: #6699FF;}

#footer {
	padding: 5px 0px 10px 0px;
	margin: 5px auto 10px auto;
	width: 750px;
	font-size: 80%;
	color: #ffffff;
	clear: both;
	}

/*************** top navigation *************/
#TopNav {float: left;
	height: 112px;
	width: 750px;
}

#TopBar {height: 258px;
	width: 723px;
	margin: 2px auto;
}

.nav {float: right;
	padding: 40px 70px 0 0;
	font-size: 96%;
}

.nav a:link, .nav a:visited {font-size: 96%;
	padding: 0 2px 5px 2px;
	margin: 0 6px 0 6px;
	border-bottom: 3px solid #3366CC;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.nav a:hover {font-size: 96%;
	padding: 0 2px 3px 2px;
	margin: 0 6px 0 6px;
	border-bottom: 3px solid #FFFF66;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/**************** home 4-column styles ***************/
.three {position: relative;
	float: left;
	width: 170px;
	padding: 2px;
	margin: 5px;
	background-color: #000;
}

.three h4 {color: #3366CC;}


/****************contact form styles*************/
form{	padding: 10px 30px 20px 30px;
}

input, textarea, select {
	color: #6699ff;
	background: #000000;
	border: 1px solid #000000;
}

input:hover, textarea:hover {
	color: #6699ff;
	background: #000000;
	border: 1px solid #ffff66;
}

.submit input{
	color: #fff;
	background: #6699ff;
	border: 2px outset #eeeeee;
	float: right;
}

/*************misc styles************/
#banner {background: #000 url(images/banner.jpg) no-repeat;
	width: 720px;
	height: 104px;
	position: relative;
	float: left;
	margin: 20px 10px 15px 10px;
}

#banner img {padding: 12px 0 0 20px;}

a.serviceLink, a:visited.serviceLink {font-size: 105%;
	color: #6699ff;
	text-decoration: none;
	font-weight: bold;
}

.contentBox {width: 740px;
	/*border-top: 2px solid #6699FF;
	border-bottom: 2px solid #6699FF;*/
	background: #000 url(images/contentBack.gif) repeat-y top;
}

.contentBoxContent {padding: 0px 15px 0px 20px;}

.contentBoxContent h4 {margin-top: -5px;}

.port {margin: 5px;}
