@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(IMAGES/tile1.jpg);
	background-repeat: repeat-x;
	background-color: #140f21;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 955px; 
	background: #FFFFFF;
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 351px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #404040; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #404040;
} 
.twoColFixRtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	clear:both;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.body_sidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 10px 20px 10px 20px;
}
#textnav {
	height:152px;
	vertical-align:top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #90ff00;
	text-align: center;
	padding-bottom: 1px;
	background-color:#000000;
}

a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #90FF00;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}





/** BEGIN ROLLOVER NAVBAR TAKEN FROM http://www.webvamp.co.uk/blog/coding/graphical-css-rollover-menu/  */




/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 7px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 83px;
	height: 54px;
	background: url('IMAGES/navbank.gif');
	}

/*
*	Normal Links
*/
ul.cssmenu li.logo a {
	background-position: 0 0;
	}
ul.cssmenu li.print a {
	background-position: -100px 0;
	}
ul.cssmenu li.digital a {
	background-position: -200px 0;
	}
ul.cssmenu li.directmail a {
	background-position: -300px 0;
	}
ul.cssmenu li.advertising a {
	background-position: -400px 0;
	}
ul.cssmenu li.packaging a {
	background-position: -500px 0;
	}
ul.cssmenu li.display a {
	background-position: -600px 0;
	}
ul.cssmenu li.misc a {
	background-position: -700px 0;
	}


/*
*	Hover Links
*/
ul.cssmenu li.logo a:hover {
	background-position: 0 -54px;
	}
ul.cssmenu li.print a:hover {
	background-position: -100px -54px;
	}
ul.cssmenu li.digital a:hover {
	background-position: -200px -54px;
	}
ul.cssmenu li.directmail a:hover {
	background-position: -300px -54px;
	}
ul.cssmenu li.advertising a:hover {
	background-position: -400px -54px;
	}
ul.cssmenu li.packaging a:hover {
	background-position: -500px -54px;
	}
ul.cssmenu li.display a:hover {
	background-position: -600px -54px;
	}
ul.cssmenu li.misc a:hover {
	background-position: -700px -54px;
	}


/*
*	Clicked Links
*/
ul.cssmenu li.logo a:active {
	background-position: 0 -108px;
	}
ul.cssmenu li.print a:active {
	background-position: -100px -108px;
	}
ul.cssmenu li.digital a:active {
	background-position: -200px -108px;
	}
ul.cssmenu li.directmail a:active {
	background-position: -300px -108px;
	}
ul.cssmenu li.advertising a:active {
	background-position: -400px -108px;
	}
ul.cssmenu li.packaging a:active {
	background-position: -500px -108px;
	}
ul.cssmenu li.display a:active {
	background-position: -600px -108px;
	}
ul.cssmenu li.misc a:active {
	background-position: -700px -108px;
	}

/*
*	Selected/Active Links
*/
ul.cssmenu li.logo a.selected {
	background-position: 0 -162px;
	}
ul.cssmenu li.print a.selected {
	background-position: -100px -162px;
	}
ul.cssmenu li.digital a.selected {
	background-position: -200px -162px;
	}
ul.cssmenu li.directmail a.selected {
	background-position: -300px -162px;
	}
ul.cssmenu li.advertising a.selected {
	background-position: -400px -162px;
	}
ul.cssmenu li.packaging a.selected {
	background-position: -500px -162px;
	}
ul.cssmenu li.display a.selected {
	background-position: -600px -162px;
	}
ul.cssmenu li.misc a.selected {
	background-position: -700px -162px;
	}


/** END ROLLOVER NAV  */

.bigblockABOUT {
width:304px;
height:390px;
background-image:url(IMAGES/DougGlick.jpg);
background-repeat: no-repeat;
padding-left:270px;
padding-top:165px;
padding-right:30px;
}

.bigblockCONTACT {
width:424px;
height:255px;
background-image:url(IMAGES/Contact.jpg);
background-repeat: no-repeat;
padding-left:150px;
padding-top:300px;
padding-right:30px;
}

.aboutcopy {
	color: #D8FF6D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.aboutcopyhead1 {
	color: #FFFFFF;
	font-size: 16px;
}


.portlogo1 {
position:relative;
width:604px;
height:555px;
}


.portsmallnav {
position:absolute;
right:0;
bottom:0;
margin: 20px;
}

.portsmallnav a {
border: none;
margin: 0px 0px 0px 5px;
}
