@charset "UTF-8";
/* CSS Document */

/* ============= RESET ============= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}



body {
	background: url(../images/background.jpg) no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: #222222;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFFFFF;
}


img, div, a, input { behavior: url(iepngfix.htc) }	

a { font-weight: bold; text-decoration: none; }
a:link { color: #999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #CCCCCC; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: none; }


h1, h2, h3, h4, h5, h6 {

	font-family: Helvetica, Arial,  Sans-serif;
	font-weight: normal;
line-height: normal;
color: #CCCCCC;
}

h1 {
font-size: 24px;
margin: 10px 0px 20px 0px;
}

h1 span {
	font-size: 18px;
	color: #999999;
}
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }


p {
margin: 10px 0px 10px 0px;
}
em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
		}

hr	{
	border: 0px #CCCCCC solid;
	border-top-width: 2px;
	clear:both;
	margin: 0px;
	height: 0px;
	}

.legal {
	font-size: 12px;
	text-align: center;
	}

/* ============= HEADER ============= */

#column {
	width: 800px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	}




/* ----------- NAVIGATION ----------- */

#navbanner {
	width: 800px;
	height: 32px;
	margin: 0px auto;
	text-align: center;
	}

#nav {
	height: 32px;
	position: relative;
	background: url(../images/nav_sprite.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}

#nav li { float: left; }

#nav li a {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 32px;
	background: url(../images/nav_sprite.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}

/* ----------- NAVIGATION -UP- ----------- */

li#nav_philosophy a {
	left: 0px;
	width: 160px;
	background-position: 0px 0px
	}

li#nav_services a {
	left: 160px;
	width: 160px;
	background-position: -160px 0px
	}

li#nav_webport a {
	left: 320px;
	width: 160px;
	background-position: -320px 0px
	}

li#nav_printport a {
	left: 480px;
	width: 160px;
	background-position: -480px 0px
	}

li#nav_contact a {
	left: 640px;
	width: 160px;
	background-position: -640px 0px
	}



/* ----------- NAVIGATION -HOVER STATE- ----------- */

li#nav_philosophy a:hover {
	background-position: 0px -32px;
	}

li#nav_services a:hover {
	background-position: -160px -32px;
	}

li#nav_webport a:hover {
	background-position: -320px -32px;
	}

li#nav_printport a:hover {
	background-position: -480px -32px;
	}

li#nav_contact a:hover {
	background-position: -640px -32px;
	}


/* ----------- NAVIGATION -ACTIVE STATE- ----------- */

li#nav_philosophy a:active {
	background-position: 0px -64px;
	}

li#nav_services a:active {
	background-position: -160px -64px;
	}

li#nav_webport a:active {
	background-position: -320px -64px;
	}

li#nav_printport a:active {
	background-position: -480px -64px;
	}

li#nav_contact a:active {
	background-position: -640px -64px;
	}



/* ----------- NAVIGATION -CURRENT- ----------- */


#body_philosophy li#nav_philosophy a {
	background-position: 0px -96px;
	}

#body_services li#nav_services a {
	background-position: -160px -96px;
	}

#body_webport li#nav_webport a {
	background-position: -320px -96px;;
	}

#body_printport li#nav_printport a {
	background-position: -480px -96px;
	}

#body_contact li#nav_contact a {
	background-position: -640px -96px;
	}





/* ----------- MEMBERSHIP NAV ----------- */

#membership {
	width: 800px;
	height: 60px;
	margin: 0px auto;
	text-align: center;
	}

#member {
	height: 60px;
	position: relative;
	background: url(../images/membership_sprite.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}

#member li { float: left; }

#member li a {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 60px;
	background: url(../images/membership_sprite.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}

/* ----------- NAVIGATION -UP- ----------- */


li#member_chamber a {
	left: 160px;
	width: 160px;
	background-position: -160px 0px
	}

li#member_linkedin a {
	left: 320px;
	width: 160px;
	background-position: -320px 0px
	}

li#member_facebook a {
	left: 480px;
	width: 160px;
	background-position: -480px 0px
	}




/* ----------- NAVIGATION -HOVER STATE- ----------- */



li#member_chamber a:hover {
	background-position: -160px -60px;
	}

li#member_linkedin a:hover {
	background-position: -320px -60px;
	}

li#member_facebook a:hover {
	background-position: -480px -60px;
	}






/* ============= FORM STYLES ============= */



#contact-area {
	width: 760px;
	margin-top: 25px;
	font-size: 65%;
	line-height: 1.5;
	}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 80%;
	height: 16px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #CCCCFF;
	background-color: #CCCCCC;
	}

#contact-area textarea {
	height: 60px;
	}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #CCCCFF;
	background-color: #FFFFFF;
}

#contact-area input.submit-button {
	width: 160px;
	height: 32px;
	padding: 0px;
	border: none;
	float: right;
}

#contact-area label {
	float: left;
	text-align: left;
	margin-right: 3%;
	width: 15%;
	padding-top: 5px;
	font-size: 15px;
	}

#questions input, #questions textarea {
	padding: 5px;
	width: 98%;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #CCCCFF;
	}
#questions textarea {
	height: 40px;
	}
#questions label {
	text-align: left;
	line-height: 1.6em;
	width: 100%;
	padding-top: 15px;
	font-size: 15px;
	}





/* ============= DIV CLASSES ============= */
.box {
clear: both;
background-image:url(../images/trans_k50.png);
background-repeat:repeat;
padding: 20px;
}


/* ============= DIV IDs ============= */









/* ============= XXX ============= */


	
.portcopy {
	width: 260px;
	height: 340px;
	float: left;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.portimage {
	width: 362;
	height: 340px;
	float: right;
	margin: 0px;
	padding: 0px;
	}


.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}


/* CODA SLIDER */
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px;
			}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 400px; }
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 400px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 370px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 30px;
			width: 30px;
		}
		
		.stripNavL {
			left: 20px;
		}
		
		.stripNavR {
			right: 20px;
		}
		
		.stripNavL {
			background: url(../images/arrow-left.png) no-repeat center;
		}
		
		.stripNavR {
			background: url(../images/arrow-right.png) no-repeat center;
		}