body {
	font: 100% Gill Sans, Ariel, Helvetica, sans-serif;
	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: #303030;
	background-color: #4B6481;	
	/*background-color: #728283;
	background-image: url(../images/seatile_bkg.gif);*/
}
a:link, a:visited {
	color:#006699;
	text-decoration:none;
}
/*a:visited {
	color:#888888;
}*/
a:hover {
	color:#F03D00;
}

img {
	border:none;
}
h1,h2,h3 {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5 {
	font-weight:100;
}
h1 {
	margin:0px 0px 8px 0px;
}
h2 {
	font-size:22px;
	padding: 20px 0px 20px 0px;
	margin:0px;
}
h3 {
	font-size:16pt;
	padding:5px 0px;
	margin:10px 0px 0px 0px;
	border-bottom:1px solid #333;
}
h4, h5  {
	font-size:16px;
	padding:0;
	margin:0px;
}
h5 {
	font-size:20px;
	padding:5px 0px 10px 0px;
	font-style:normal;
}

option {
	padding: 0px 4px;
}
/*======================/
 * 	layout
/*=====================*/

.SeaCliffmm #container {
	min-height: 100%;
	height:100%;
	width: 100%;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
/*	background-image: url(/www/images/body_bkg.png);
	background-position: 50% 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x; */
} 

.SeaCliffmm #header {
	margin: 0 auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/header_bkg_2009.jpg);
	height: 130px;
	background-repeat: no-repeat;
	width: 1000px;
	text-align: left; 
}

.SeaCliffmm #info {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 950px;
	position: relative;
	top: 7px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	text-align: right;
	left: 20px;
	letter-spacing: 0.2em;
}

.SeaCliffmm #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.SeaCliffmm #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 50px 95px; /* padding keeps the content of the div away from the edges */
	background-color: #78997C;
	text-align: right;
}
.SeaCliffmm #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.SeaCliffmm #mainContent {
	background-color: #FFFFFF;
	width: 980px;
	margin-bottom: 0px;
	margin: 0 auto;
	padding: 10px;
	min-height: 500px;
	text-align: left; 
} 

.SeaCliffmm #mainContent p {
	font-family: "Gill Sans", Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	}

.banner {
	margin-left:22px;
	margin-right:20px;
	color: #006699;
	font-weight:500;
	letter-spacing: .035em;	
}

.SeaCliffmm #list-menu {
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	top: 0px;
	right: auto;
	font-family: "Gill Sans", Ariel, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	width: 160px;
	float: left;
	letter-spacing: 0.2em;
	padding: 0;
	height: auto;
	color: #333333;
		}

.SeaCliffmm #list-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.SeaCliffmm #list-menu li {
	min-height: 50px;
	margin: 1em 0 0;
	} 
 
.SeaCliffmm #list-menu a {
	padding: 16px 0 6px 0;
	text-decoration: none;
	background-image:url(http://seacliffmm.com/images/tri_gr.png);
	background-position:center;
	background-repeat:no-repeat;
	color: #333333;
	} 

.SeaCliffmm #list-menu a:hover {
	background-image:url(http://seacliffmm.com/images/tri_gl.png);
	background-position:center;	
	background-repeat:no-repeat;
	color: #000000;
	}

	
.SeaCliffmm #col1  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 170px;
	top: 20px;
	float: left;
	left: 22px;
	min-height: 300px;
	}

.SeaCliffmm #col2  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 170px;
	top: 20px;
	float: left;
	left: 44px;
	}

.SeaCliffmm #col3  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 170px;
	top: 20px;
	float: left;
	left: 66px;
	}

.SeaCliffmm #col4  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 170px;
	top: 20px;
	float: left;
	left: 88px;
	}

.SeaCliffmm #col5  {
	margin:0;
	padding: 0 0 15px 0;
	position: relative;
	text-align: left;
	width: 170px;
	top: 20px;
	left: 110px;
	float: left;
	}
	
.SeaCliffmm #sub_title  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 740px;
	top: 0px;
	left: 50px;
	}

.SeaCliffmm #audio_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 760px;
	top: 20px;
	left: 50px;
	min-height: 400px;
	background-image: url(../images/audio_bkg_760.jpg);
	background-repeat: no-repeat;
	float:left;
	}

.SeaCliffmm #pr_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 760px;
	top: 20px;
	left: 50px;
	min-height: 400px;
	background-image: url(../images/pr_bkg_760.jpg);
	background-repeat: no-repeat;
	/*background-position: 430px 45px;*/
	float: left;
	}
	

.SeaCliffmm #print_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 760px;
	top: 20px;
	left: 50px;
	min-height: 520px;
	float: left;
	}

.SeaCliffmm #web1_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 760px;
	top: 20px;
	left: 40px;
	min-height: 600px;
	float: left;
	}


.SeaCliffmm #email1_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 760px;
	top: 20px;
	left: 40px;
	min-height:600px;
	_height:600px;
	float: left;
	}


.SeaCliffmm #webport  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 520px;
	top: 20px;
	left: 20px;
	min-height: 400px;
	float: left;
	}

.SeaCliffmm #webport img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.SeaCliffmm #emailport  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 520px;
	top: 20px;
	left: 20px;
	min-height: 600px;
	float: left;
	}

.SeaCliffmm #emailport img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.Seacliffmm #formbox  {
	padding: 3px 30px 10px 30px;
	margin: 0 auto;
	width: 300px;
	background-color:#B9E3D6;
}

.SeaCliffmm #bodytext  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 220px;
	top: 0px;
	left: 0px;
	float: left;
	}
	
	
.SeaCliffmm #bodytext ul {
	padding:5px;
	margin:0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
.SeaCliffmm #bodytext ul li {
	padding: 5px 0px;
}

.SeaCliffmm #bodytext a {
	text-decoration: none;
	} 

.SeaCliffmm #bodytext a:hover {
	color: #F03D00;
	}


.SeaCliffmm #portfolio  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 110px;
	top: 40px;
	left: 0px;
	float: left;
	}


.SeaCliffmm #footert {
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color:#000000;
	/*background-image: url(../images/seacliff_footertop_1000.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;*/
}  

.SeaCliffmm #footer {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background-color:#000000;
/*	background-image: url(../images/seacliff_footer_bkg_1000.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;*/
	z-index:3001;
}  

.SeaCliffmm #footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: normal;
}  

.SeaCliffmm #footer a:link, a:active {
	color: #FFFFFF;
	text-decoration: none;
}  

.SeaCliffmm #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.SeaCliffmm #footer a:hover {
	color: #33FFFF;
	text-decoration: none;
}  

.SeaCliffmm #address {
	width:1000px;
	margin: 0;
	padding: 0 0 40px 0;
	left: 20px;
	position: relative;
	text-align: center;
	top: 20px;
	float:none;
}  



.home_group {
	vertical-align:top;
	text-align:left;
	padding: 30px 5px 18px 5px;
	margin:0px;
}
.home_group h3 {
	margin: 15px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color:#333;
	border-bottom: 1px solid #404040;
	font-size: 16px;
}
.home_group ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.home_group ul li {
	padding: 2px 0px;
	margin:0px;
}

.portfolio {
	color:#CC9900;
	text-decoration:none;
}

a.portfolio {
	color:#CC9900;
	text-decoration:none;
}

.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;
	margin: 0;
}
 
/*  Web and email portfolio style  */

/* Overlays Wrapper*/
#overlays  {
	width: 0;
	float: left;
	text-align:center;
}

/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	background-image:url(http://seacliffmm.com/images/black.png);		
	color:#fff;
}
 
div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}
 
div.black h2 {
	color:#000;
}
 
#triggers {
	margin-top:10px;
	text-align:center;
}
 
#triggers img {
	background-color:#fff;
	padding:3px;
	border:1px solid #ccc;
	margin:5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(http://seacliffmm.com/images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
	position:relative;
	left:0; top:0;
	
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(http://seacliffmm.com/images/close.png);
	position:absolute; left:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
 
/*Gallery Overlay */

#image_wrap {
	/* dimensions */
	width:620px;
	margin:15px 0 15px 40px;
	padding:10px 0;
 
	/* centered */
	text-align:center;
 
	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #eeeeee;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
}




/* Simple  overlayed element */ 
.simple_overlay {          
/* must be initially hidden */     
	display:none;          
	/* place overlay on top of other elements */     
	z-index:10000;          /* styling */     
	background-color:#2a2a2a;          
	width:800px;      
	float: left;   
	min-height:400px;     
	border:1px solid #666;          
	/* CSS3 styling for latest browsers */     
	-moz-box-shadow:0 0 90px 5px #000;     
	-webkit-box-shadow: 0 0 90px #000;     
	
}  

.simple_overlay2 {          
/* must be initially hidden */     
	display:none;          
	/* place overlay on top of other elements */     
	z-index:10000;          /* styling */     
	background-color:#2a2a2a;          
	width:800px;      
	float: left;   
	min-height:500px;     
	border:1px solid #666;          
	/* CSS3 styling for latest browsers */     
	-moz-box-shadow:0 0 90px 5px #000;     
	-webkit-box-shadow: 0 0 90px #000;     
	
}  

.simple_overlay img, .simple_overlay2 img {     
	float: left;  
}


/* close button positioned on upper right corner */ 
.simple_overlay .close, .simple_overlay2 .close {     
	background-image:url(http://seacliffmm.com/images/close.png);     
	position:absolute;     
	right:-15px;     
	top:-15px;     
	cursor:pointer;     
	height:35px;     
	width:35px; }

/* styling for elements inside overlay */ 
.details {     
	position:absolute;     
	top:15px;     
	right:15px;     
	font-size:11px;     
	color:#fff;     
	width:170px; 
	text-align:left;
	}  
	
.details p  {
	font-size: 15px;
	letter-spacing:.1em;
}
.details h2 {     
	color:#FFFFFF;     font-size:22px;     margin:0 0 -10px 0; }

.details a  {
	color:#fff; 
	text-decoration:underline;
}

.details a:hover  {
	color:#0099FF;
}