body {
	margin: 0;
	padding: 0;
	background: #0055AA url("../images/body-bkgrd.jpg") repeat-x top;	
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}
table {
	border-collapse: collapse;
}
/*---HEADER---*/
#header {
	height: 115px;
	background: url("../images/header-bkgrd.jpg") no-repeat top center;
}
#logo {
	padding: 12px 0 0 0;
	height: 71px;
	text-align: center;
}
#logo img {
	padding: 0 0 0 3px;
	border: none;
}
#menu {
	text-align: center;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #efefef;
	border-bottom: 1px dotted #efefef;
}
/*---MAIN---*/
#main {
	background: url("../images/main-bkgrd.jpg") repeat-y top center;
}
#main-content {
	
	background: url("../images/main-content-bkgrd.jpg") no-repeat top;
	
	
}
#main-content h2 {
	margin: 0;
	padding: 0;
}
#content {
	margin: auto;
	width: 918px;
	padding: 10px 10px;
}
#res-table {
	border-collapse: collapse;
}
.res-title {
	color: #efefef;
	text-align: right;
	width: 200px;
	padding: 3px;
	font-style: italic;
	font-size: 12px;
}

.res-info {
	font-size: 12px;
	font-style: italic;
}
.res-jobs-title {
	vertical-align: top;
	color: #efefef;
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
}
.res-jobs-stitle {
	padding-right: 10px;
}
.res-seperator-top {
	padding-top: 5px;
}
.res-seperator {
	border-top: 1px dotted #efefef;
	padding: 5px 0;
}
.port-img {
	text-align: left;
}
.port-img img {
	border: none;
	padding: 5px;
}
.c2v {
	font-size: 12px;
	
}
.c2v a {
	color: #000;
	text-decoration: none;
}
.c2v a:hover {
	color: #efefef;
	border-bottom: 1px dotted #efefef;
}
.contact-td-left {
	font-variant: small-caps;
	padding: 3px 5px;
	text-align: right;
	font-size: 14px;
	color: #efefef;
	vertical-align: top;
}
.contact-td-right {
	padding: 3px 5px;
	
}
.contact-sub {
	font-style: italic;
	font-size: 12px;
	color: #000;
	font-variant: normal;
}
.contact-input {
	padding: 3px;
	font-size: 16px;
	border: 2px solid #6D9AC7;
}
#contact-table {
	width: 100%;
}
/*---FOOTER---*/
#footer {
	
	background: url("../images/footer-bkgrd.jpg") repeat-y center;
}
#footer-content {
	margin: auto;
	padding: 10px 10px;
	width: 918px;
	border: 1px solid #6D9AC7;
	border-left: none;
	border-right: none;
	color: #6D9AC7;
	text-align: center;
	font-size: 11px;
}
