body {
	font: 100% Gill Sans, Ariel, Helvetica, sans-serif;
	margin: 0 auto; /* 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:#000000;
}
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
/*=====================*/


#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(http://seacliffmm.com/images/body_bkg.png);
	background-position:top left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float:left;
}


#container {
	width: 1000px;
	padding: 0 10px 0 10px;
	margin:0 auto;
	text-align: left;
	border:none;
	float:none;
}

#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(http://seacliffmm.com/images/header_bkg_2009.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	height: 155px;
	width: 1000px;
	text-align: center; 
}

#header img {
	margin:0;
	padding:0;
}

#info {
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 1000px;
	position: relative;
	top: 5px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	right: 0px;
	letter-spacing: 0.2em;
}

#info a {
	color: #FFFFFF;
}

#info a:hover  {
	color:#7fc37a;
}


#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 */
}
#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;
}
#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 */
}

#content {
	background-color: #FFFFFF;
	width: 1000px;
	margin-bottom: 0px;
	margin: 0 auto;
	padding: 0px;
	text-align: left; 
} 


#main {
	background-color: #FFFFFF;
	width: 980px;
	margin-bottom: 0px;
	margin: 0 auto;
	padding: 10px;
	text-align: left; 
} 

#main 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;	
}

#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;
		}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#list-menu li {
	min-height: 50px;
	margin: 1em 0 0;
	} 
 
#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;
	} 

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

	
#sub_title  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 740px;
	top: 0px;
	left: 50px;
	}

#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;
	}

#pr_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 940px;
	top: 20px;
	left: 40px;
	min-height: 420px;
	background-image: url(../images/pr_bkg_760.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	float: left;
	}
	
	

#print_body  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 940px;
	top: 20px;
	left: 40px;
	min-height: 520px;
	float: left;
	}

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


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


#formbox  {
	padding: 3px 30px 10px 30px;
	margin: 0;
	width: 300px;
	float:left;
	/*background-color:#B9E3D6;*/
}

#bodytext  {
	margin:0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 500px;
	top: 0px;
	left: 0px;
	float: left;
	}
	
	
#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;
}
#bodytext ul li {
	padding: 5px 0px;
}

#bodytext a {
	text-decoration: none;
	} 

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

#footer{
	background:#000000;
	border:none;
	min-height:100px;
	width:100%;
	padding:20px 0 10px 0;
	margin:0;
	color:#fefefe;
	line-height:2;
	letter-spacing:.1em;
	font-size:11px;
}

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

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

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

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

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



.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;
}
