body {
	margin: 0px;
	padding: 0px;
	background: #f3f7f8 url(../images/header-bg.jpg) repeat-x top left;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

body#in {
	margin: 0px;
	padding: 0px;
	background: #f3f7f8 url(../images/header-bg-in.jpg) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}
	
	
h3 {
	border-bottom: #999 solid 1px;
}

h1 {
	color: #422C21;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 1.86em;
}

h2, h3{
	color: #422C21;
	font-size: 1.4em;
}

p, ol, ul {
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #6D96A9;
}

a:hover {
	text-decoration: underline;
}

hr {
	display:none;
	
}

img, a img {
	border:none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	}
italic {
	font-style: italic;
	}

/* Header */

#header {
	width: 968px;
	height: 430px;
	margin: 0 auto;
	padding: 0;
}

#header-contact {
	background: url(../images/contact-banner.jpg) 40px 111px no-repeat;
	width: 968px;
	height: 192px;
	margin: 0px auto;
}

#header-bio {
	background: url(../images/bio-banner.jpg) 40px 111px no-repeat;
	width: 968px;
	height: 192px;
	margin: 0px auto;
}

#header-news {
	background: url(../images/news-banner.jpg) 40px 111px no-repeat;
	width: 968px;
	height: 192px;
	margin: 0px auto;
}

#header-portfolio {
	background: url(../images/portfolio-banner.jpg) 40px 111px no-repeat;
	width: 968px;
	height: 192px;
	margin: 0px auto;
}

#header-work {
	background: url(../images/work-banner.jpg) 40px 111px no-repeat;
	width: 968px;
	height: 192px;
	margin: 0px auto;
}

#header-alum {
	background: url(../images/alum-banner.jpg) 40px 111px no-repeat;
	width: 968px;
	height: 192px;
	margin: 0px auto;
}


/* Logo */

#logo {
	float: left;
	padding: 34px 0 0 0;
}




/* Menu */

#menu {
	float: right;
	width: 60%;
}

#menu ul {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #A6BBC6;
	border-right: #DAE2E7 1px solid;
}

#menu a:hover,  #menu a.active {
	color: #628596;
}

/* Additional List Org */

ul.sideButtons {
	width: 600px;
	margin: 0;
	padding: 0px;
	list-style: none;
	}

ul.sideButtons li {
	display: inline;
}

ul.sideButtons li a {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 15px 15px;
}


/* Page */

#wrapper {
	background: #f3f7f8 url(../images/footer-bg.jpg) repeat-x left bottom;
}

#wrapper-in {
	background: #f3f7f8 url(../images/footer-bg-in.jpg) repeat-x left bottom;
}

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 670px;
	margin-bottom: 50px;
	margin-top: 0px;
}

#content-in {
	float: left;
	width: 70%;
	margin-bottom: 80px;
	margin-top: 0px;
}

#content-in-across {
	float: left;
	width: 85%;
	margin-bottom: 80px;
	margin-top: 0px;
}


#content-in p, #content-in-across p {
	margin-left: 22px;
}

/* Post */



.icon {
	float: left;
	width: 100px;
	height: 88px;
	margin: 0;
	margin-right: 8px;
	padding-top: 2px;
	color: #FFFFFF;
}

.icon-in {
	float: left;
	width: 90px;
	height: 92px;
	margin: 0;
	margin-right: 8px;
	padding-top: 2px;
	color: #FFFFFF;
}

.title {
	margin: 0;
	padding: 0 0 0 0;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 1.8em;
}

.meta {
	margin: 0;
	padding: 0;
	color: #75482B;
	line-height:normal;
}

.meta a {
	color: #828170;
}

.entry {
	margin: 0;
	padding: 0 0 20px 0;
}

select.arrow {
background: #000;
color: #fff;}



.left {
	float:left;
	margin: 15px;
	border: #778890 1px solid;
}

.right {
	float:right;
}

.red {
	color: #FF0000;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin: 0 0 20px 40px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	border-top: 1px dashed #666633;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 6px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#wrapper2 {
	background: #778890;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 300px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #666;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background: #778890;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}


#banner  {
	float: left;
	width: 968px;
	height: 320px;
	padding: 0;
	margin: 20px 0 0 0;
}

table img {
	border: #fff solid 5px;
}

form.pabform {
	margin-bottom: 10px;
}

form.pabform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.pabform ol {
  margin: 0;
  padding: 0;
}
form.pabform li {
	list-style: none;
	padding: 5px 5px 5px 0;
	margin: 0;
}

form.pabform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

#content-in table p {
	margin: 0;
	padding: 0;
}

#returnAlumni a {
	display:block;
	width: 166px;
	height: 27px;
	background: url(../images/returnAlumni.gif);
}

#returnAlumni a:hover {
	background-position: 0 -27px;
}

#returnButton a {
	display:block;
	width: 210px;
	height: 27px;
	background: url(../images/returnButton.gif);
}

#returnButton a:hover {
	background-position: 0 -27px;
}

#contactorder a {
	display:block;
	width: 131px;
	height: 27px;
	background: url(../images/contactorder.gif);
}

#contactorder a:hover {
	background-position: 0 -27px;
}

#contactButton a {
	display:block;
	width: 207px;
	height: 46px;
	background: url(../images/contactButton.gif);
}

#contactButton a:hover {
	background-position: 0 -46px;
}

table.furling-table tr td {
	padding: 2px 0 2px 4px;
}

table.furling-table tr.even {
	background-color: #d0d8e8;
}

table.furling-table tr.odd {
	background-color: #e9edf4;
}

table tr td table tr.tableDot {
border-bottom: #999 1px dashed;}


/* -------------------------------------------------------- */
#showFurlingframe a, #showLobsterframe a, #showPemaquidframe a, #showSandpipersframe a, #showSunsetframe a, #showBeachframe a, #showOceanframe a, #showSurfframe a, #showIdleframe a, #showRockframe a, #showRiverframe a, #showBurntframe a, #showCTRiverframe a, #showPemFogframe a, #showGreenIslandframe a {
	display:block;
	width: 207px;
	height: 28px;
	background: url(../images/showwithframe.gif);
}

#showDoriesframe a, #showInTideframe a {
	display:block;
	width: 207px;
	height: 28px;
	background: url(../images/showwithframe.gif);
}

#showFurlingframe a:hover, #showLobsterframe a:hover, #showPemaquidframe a:hover, #showSandpipersframe a:hover, #showSunsetframe a:hover, #showBeachframe a:hover, #showOceanframe a:hover, #showSurfframe a:hover, #showIdleframe a:hover, #showRockframe a:hover, #showRiverframe a:hover, #showBurntframe a:hover, #showDoriesframe a:hover, #showInTideframe a:hover, #showCTRiverframe a:hover, #showPemFogframe a:hover, #showGreenIslandframe a:hover {
	background-position: 0 -28px;
}

#hideFurlingframe a, #hideLobsterframe a, #hidePemaquidframe a, #hideSandpipersframe a, #hideSunsetframe a, #hideBeachframe a, #hideOceanframe a, #hideSurfframe a, #hideIdleframe a, #hideRockframe a, #hideRiverframe a, #hideBurntframe a, #hideDoriesframe a, #hideInTideframe a, #hideCTRiverframe a, #hidePemFogframe a, #hideGreenIslandframe a{
	display:block;
	width: 207px;
	height: 28px;
	background: url(../images/hideframe.gif);
}

#hideFurlingframe a:hover, #hideLobsterframe a:hover, #hidePemaquidframe a:hover, #hideSandpipersframe a:hover, #hideSunsetframe a:hover, #hideBeachframe a:hover, #hideOceanframe a:hover, #hideSurfframe a:hover, #hideIdleframe a:hover, #hideRockframe a:hover, #hideRiverframe a:hover, #hideBurntframe a:hover, #hideDoriesframe a:hover, #hideInTideframe a:hover, #hideCTRiverframe a:hover, #hidePemFogframe a:hover, #hideGreenIsland frame a:hover {
	background-position: 0 -28px;
}


/* Tabs CSS */

.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs-1 {
	padding-top: 40px;
}

#tabs-2 {
	padding-top: 40px;
}

/* Sub Navigation  */;

#tabsmenu {
	
}

#tabsmenu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #999;
}

#tabsmenu li {
	float:left;
	display:inline;
	background:url("../images/right_both.gif") no-repeat right top;
	margin:0 0 0 9px;
	padding:0;
}

#tabsmenu a {
		float:left;
		display:block;
		position:relative;
		left:-9px;
		margin-right:-9px;
		width:0.1em;
		background:url("../images/left_both.gif") no-repeat left top;
		padding:5px 20px;
		text-decoration:none;
		font-weight:bold;
		color:#fff;
      }
    #tabsmenu > ul a {width:auto;}
    
    #tabsmenu a {float:none;}
    
    #tabsmenu a:hover {
      color:#333;
      }
    	  /* not for IE5.x or IE6 */
    #tabsmenu li:hover, 
	#tabsmenu li:hover a {
      background-position:100% -149px;
      color:#333;
      }
    #tabsmenu li:hover a {
      background-position:0 -149px;
      }
