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

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

body {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#ccc;
text-align:center;
margin:0px;
padding:0px 0px 0px 0px;
background-color:#000;
}

h1 {
font-size:20px;
color:#000;
}

h2 {
font-size:18px;
}

/* div {
border:1px solid #c00;
} */

#backgroundBar {
background-image:url(../graphics/bgBar.jpg);
background-repeat:repeat-x;
height:200px;
width:100%;
position:absolute;
top:140px;
left:0px;
}

#wrapper {
border:1px solid #ccc;
background-color:#444;
background-position:0 0;
width:780px;
background-image:url(../graphics/bgWrapper.jpg);
min-height:700px;margin:0 auto;
position:relative;
left:0px;
}

#flashBanner {
position:relative;
}

.floatLeft {
float:left;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}

.floatRight img, .floatLeft img {
	border:0px;
}

.floatRight {
float:right;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

#content {
text-align:left;
padding:15px;
}

#logoSect {
background-color:#fff;
padding:5px;
margin:10px;
}

#graphicSect {
background-color:#fff;
padding:5px;
margin:10px;
}

a {
color:#ccc;
font-weight:bold
}

a:hover {
color:#fff;
}

#navul {
display:inline;
}

#navul li {
list-style:none;
display:inline;
}

#navigation {
font-size:14px;
padding:4px 0px 2px 0px;
width:780px;
height:18px;
background-color:#000;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#navigation a {
margin-top:2px;
background-color:#000;
width:90px;
padding:2px 10px 2px 10px ;
text-decoration:none;
}

#navigation a:hover {
background-color:#ccc;
color:#000;
}

#subMenuContainer {
position:relative;
}

#subMenu {
text-align:left;
font-size:10px;
padding:3px 0px 2px 1px;
width:779px;
height:13px;
background-color:#444;
border-top:none;
border-bottom:1px solid #ccc;
position:relative;
top:0px;
left:0px;
}

#subMenu a {
margin-top:2px;
width:90px;
padding:2px 8px 2px 8px ;
text-decoration:none;
}

#subMenu a:hover {
background-color:#999;
color:#000;
}

.formDesc {
font-weight:bold;
text-align:right;
vertical-align:top;
}

.redZ {
color:#c00;
}

#contactInfo {
text-align:center;
font-weight:bold;
}

#contactInfo p {
margin: 0px 0px 0px 0px;
font-size:16px;
}

#bottomNav {
font-size:10px;
font-weight:normal;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
width:776px;
margin:0 auto;
padding:2px;
background-image:url(../graphics/bgWrapper.jpg);
}

#footer {
font-size:11px;
border:1px solid #ccc;
width:776px;
margin:0 auto;
padding:2px;
background-image:url(../graphics/bgWrapper.jpg);
}

.portTable {
margin:10px;
width:97%;
}

.portTable td {
border:1px solid #fff;
padding:3px;
background-color:#222;
}

.portTable .portPic {
text-align:center;
}

.portPic {
width:150px;
}

.portPic img {
width:100px;
border:0px;
}

.portPicG img {
width:150px;
border:0px;
}

#portDesc .portDesc {
vertical-align:top;
padding:5px;
}

#portLink .portLink {
padding:5px;
}

#portName .portName {
padding:5px;
}

.portTable, .portLine {
background-color:transparent;
border:none;
}

.firstLetterStrong {
font-weight:bold;
font-style:italic;
}

.clearer {
display:block;
clear:both;
position:relative;
}

.requiredField {
	color:#fff;
	font-weight:bold;
	font-style:italic;
}

#loginTable {
	color:#777;
}

#email, #lname, #fname, #phone, #message, #website, #submit_contact, #reset, #submit_login, #username, #password {
	color:#777;
	background-color:#222;
	border:1px solid #000;
}

.pageLink {
	margin-left:2px;
	margin-right:2px;
}