/* -------------------------------------- v1.0 | 20080212 from  http://meyerweb.com/eric/tools/css/reset/ -----------------  */
/* -------------------------------------- css reset values ----------------------------------------------------------------- */

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; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ol, ul { 	list-style: none; }
blockquote, q { 	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: '';	content: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------- end of reset --------------------------------------------------------- */

/* ----------------- a simple grid system based on the work of Nicole Sullivan http://wiki.github.com/stubbornella/oocss/ */

.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1; border: 0px solid red;}
.unit{float:left;}
.size100{float:none;border:0px solid green;}
.size90{width:90%; border: 0px solid black;}
.size80{width:80%; border: 0px dashed red;}
.size70{width:70%; border: 0px solid black;}
.size60{width:60%; border: 0px solid black;}
.size50{width:50%; border: 0px solid black;}
.size48{width:48%; border: 0px solid black;}
.size45{width:45%; border: 0px solid black;}
.size40{width:40%; border: 0px solid black;}
.size35{width:35%; border: 0px solid blue; }
.size30{width:30%; border: 0px solid blue;}
.size25{width:25%; border: 0px solid black;}
.size20{width:20%; border: 0px solid black;}
.size18{width:180px; border: 1px solid black;}
.size15{width:15%; border: 0px solid black;}
.size10{width:10%; border: 0px solid black;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}

/* -------------------------------- end grid values -------------------------------------------------------- */

.bottom_10 {margin-bottom: 10px;}
.bottom_25 {margin-bottom: 25px;}
.bottom_50 {margin-bottom: 50px;}

.color_blue {background-color: #65a8da;} /* home page header blue */
.color_green {background-color: #58AE8B;} /* sub page header green */
.color_lightblue{background-color: #a5c5e9;} 

.font18{font-size: 18px;}
.font16{font-size: 16px;}
.font24 {font-size: 24px;}

.float_right {position:relative; float: right;}
.float_left {float: left;}

.height_130 {line-height: 130%}
.height_150  {line-height: 150%}
.height_175  {line-height: 175%}

.indent_25{text-indent: 25px;}

.left_10 {margin-left: 10px;}
.left_15 {margin-left: 15px;}
.left_25 {margin-left: 25px;}
.left_50 { margin-left: 50px;}
.left_100 { margin-left: 100px;}

.left_10pc {margin-left: 10%;}
.left_15pc {margin-left: 15%;}
.left_20pc {margin-left: 20%;}
.left_25pc {margin-left: 25%;}
.left_30pc {margin-left: 30%;}


.noindent { text-indent: 0px;}

.right { margin: 10px 10px 10px 5px; float: right;}
.right_10 {margin-right: 10px;}

.top_50{margin-top: 50px;}
.top_25 { margin-top: 25px;}
.top_10 { margin-top: 10px;}
.top_none {margin-top: 0px;}

.width_100 {width: 100%;}
.width_90 {width: 90%;}
.width_75 {width: 75%;}
.width_60 {width: 60%;}

.table img { float: right;}
.logo img{ margin: 5px 0px 0px 5px;} 
.nav { border-top: 1px solid black; width: 980px;}
.nav img { float: right;}
.bold { font-weight: bold;}
.center { text-align: center;}
.title  { font-size: 32px; font-weight:normal; margin-top: 40px; margin-bottom: 10px;}

.largefont { font-size: 20px; }
.font18 { font-size: 18px; }


h1 { font-size: 32px;}
h2 { font-size: 20px; text-align: left; margin: 30px 0px 10px 0px;}
h3 { font-size: 18px; text-align: left; margin: 5px 0px 10px 5px; }
h4 { font-size: 16px; text-align: left; margin: 5px 0px 10px 5px; }

/* --------------------------  the Page class wraps around all the content ------------------------------------- */

body { 
line-height: 125%;
font-size: 14px; 
font-family: Arial, Helvetica, sans-serif; 
background-color: #F5F3EF; /*  light brown or beige */
}

.page {
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 50px;
border: 1px solid black;
background-color: white;
/*  background-color: #F5F3EF; /* light brown or beige  */
color: #272727; /* text color */
width:1000px;

}

/* -----------------------------------  a header class for each page    ----------------------------------------------- */

.header {
background-image:url(header/newpier.jpg);
width: 1000px;
height: 150px;
background-repeat: no-repeat;
}

.sub_header {
background-image:url(../header/newpier.jpg);
width: 1000px;
height: 150px;
background-repeat: no-repeat;
}

.home_logo {
width: 100px;
height: 100px;

}

.home_logo  img {
margin: 5px 0px 0px 5px;
border: solid 0px black;
}

.ontop {
width: 200px;
height:100px;
border: solid 0px black;
}

.ontop img {
margin: 10px 0px 0px 20px;
}

.banner {
background-image:url(header/pier.jpg);
width: 1000px;
height: 150px;
background-repeat: no-repeat;
}

.letter_box {
font-size: 14px;
margin: 25px 0px 0px 100px;
width: 600px;
}

.letter_box p{
margin: 15px 0px 10px 0px;
}

.css_box{

}

.css_box p {
border: solid 0px black;
margin: 20px 0px 0px 0px;
}

.quest_logo {
margin: 10px 0px 0px 50px;
border: 0px solid black;
}

.bullets {
margin: 50px 0px 0px 100px;
}

.bullets ul li {
font-size: 18px;
line-height: 150%;
list-style-type: disc;
margin: 10px 0px 2px 25px;
}

.bullets ul li ul li  {
font-size: 14px;
line-height: 120%;
margin: 10px 0px 2px 50px;
list-style-type: circle;
}

.letter {
width: 500px;
line-height: 150%;
font-size: 14px;
border: 0px solid red;
margin: 0px 0px 0px 25px;
}

.letter  p {
line-height: 120%;
text-indent: 25px;
margin: 10px 0px 0px 0px;
}

.letter  a {
text-decoration: underline;
}


.sig{
margin: 25px 25px 25px 25px
}

.sig img{
float: right;
}


.weather  { 
width: 162px;
height: 625px;
}


.frame {
width: 150px;
margin: 0px 25px 5px 0px;
}

.frame img {
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
width: 150px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;
}

.kevinphoto {
font-size: 16px;
line-height: 150%;
}

.caption{
font-size: 14px;
line-height: 150%;
margin: 25px 20px 0px 25px;
border: 0px solid #a9a9a9;
}

.slideframe {
margin: 0px 0px 0px 20px;
border-color: red;
border-style:solid;
border-width: 0px;
}

.slideframe img {
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
height: 300px;
width: 400px;
padding-top: 6px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
margin-right: 0px;
}


.thumbbox {
border: solid 0px;
border-color: green;
margin: 10px 0 10px 0;
width: 180px;
/* background-color: #a5c5e9; */

}

.thumbframe {
font-size: 16px;
/* background-color: #a5c5e9; */
margin: 10px 0 10px 10px;
}

.thumbframe img {
background-color: #fbfbfb;
border: 2px solid #a9a9a9;
width: 150px;
height: 112px;
margin: 0px 0px 0px 0px;
padding-top: 2px;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
/* background-color: #F5F3EF; /* light brown or beige  */
 }



/* Begin CSS Drop Down Menu       sperling.com/examples/menuh/  */

#menuh
	{
	z-index: 10;
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	/* width:100%;*/
	border: 0px solid black;
	float:left;
	margin: 10px 0px 8px 100px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border-width: 1px 1px 1px 1px;
    border-style: solid;
	border-color: black;
	white-space:nowrap;
	margin: 0px;
	padding: 8px 25px 12px 12px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	/* background-color: #3E5F70;*/
	background-color: #a5c5e9;
	text-decoration:none;
	}	
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: black;
	background-color: palegoldenrod;
	/*background-color: #6D8786;*/
	text-decoration:none;
	}		
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh a.top_parentblue, #menuh a.top_parentblue:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
    background-color: blue;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:105px;	 width of all menu boxes   */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menuh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}	


#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1px 1px 1px 1px;
	margin:-1px 0 0 -1px;
	}	

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{	
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
