body {font: 1.0em verdana, arial, sans-serif;  /* overal font and sizing */
	text-align:center; /* centers the layout in IE */
    background-color:#7E7D85;
	font-size:100%; 
	behavior:url(css/csshover.htc);
	}
	
* {margin:0; padding:0;} /* removes defaults of all elements */

p {padding:.25em; margin:.5em;}

h1 {font-size:18px; color:#223845;}
h2 {font-size:13px; color:#2A4B5A;}
h3 {font-size:12px; color:#305A8E;}

.ctr {text-align:center;}
	
#mainwrap {min-width:780px; max-width:1050px; /* sets the max and min widths */
	margin-left:auto; margin-right:auto; /* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */
	background:url(../images_pres/bg-water.jpg) no-repeat;}
	
#popwrap {min-width:780px; max-width:1050px; /* sets the max and min widths */
	margin-left:auto; margin-right:auto; /* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */
	/*background:url(../images_pres/portfolio-pop-bg.jpg) no-repeat;*/}
	
/* HEADER */	
#header {height:65px; padding: 149px 0 0 197px;} 

/* CONTENT AREA */
#contentarea {position:relative; margin-top: -3px; margin-left:198px; width:683px; background-color:#FFF;} 
* > #contentarea {margin-top: 0; width:683px;}

/* COLUMNS */
#column_left { 
	min-height: 550px; 
	width: 340px; 
	float:left;
	padding-right:2px;
	}
	
#column_right {  
	min-height: 550px; 
	width: 340px;
	float: right;
	padding-right:1px;
	}
	
#column_full {min-height: 550px; width:600px; padding:5px;}

/* BOXES */
.box_full {float:left; background-color:#E5E6F8; margin: 10px 0 0 5px; width:650px; border: dashed #575F61 1px; font-size:.8em; padding:5px;}
.box {float:left; background-color:#E5E6F8; margin: 10px 0 0 5px; width:310px; border: dashed #575F61 1px; font-size:.8em; padding:5px;}
* > .box {float:left; margin: 10px 0 0 10px; width:312px; padding:5px;}

.boxPink {float:left; background-color:#F5D9D7; margin: 10px 0 0 5px; width:310px; border: solid #DAB7B5 1px; font-size:.8em; padding:5px;}
* > .boxPink {float:left; margin: 10px 0 0 10px; width:312px; padding:5px;}


/* LISTS IN BOXES */	
.box ul, .boxPink ul {margin-left: 12px; margin-top:5px;}
.boxPink li {padding:3px;}
.box h1  {color:#223845; font-weight:bold; font-size: 1.4em;}
.boxPink h1 {color:#9A5F57; font-weight:bold; font-size:1.4em;}
.box a, .box_full a {text-decoration: none; font-weight:bold; color:#575F61;}
.boxPink a {text-decoration: none; font-weight:bold; color:#C28982;}
.boxPink a:hover {text-decoration: underline;}
.box a:hover, .box_full a:hover {text-decoration:underline;}
.boxPink b {color:#C28982; font-weight:bold;}
.box b {color:#575F61; font-weight:bold;}

/* IMAGES IN BOXES */
.box img, .boxPink img {padding:5px; float:left;}

/* FOOTER */
#footer {text-align:center; color:white; font-size:.6em; padding-top:6px;} 

/*RESUME STYLES */
h1.resume {font-size:18px; text-align:center; color:#223845; text-transform:uppercase;}
h2.resume {font-size:14px; text-align:center; color:#99A4AA; margin-bottom:.25em;}
h3.resume {font-size:12px; text-align:left; font-weight:bold; color:#305A8E; margin-left:2em; margin-bottom:0;}
.resume_body {font-size:10px; color:#537DB1; text-align:left; margin-left:2em; margin:top:0;}
.download_button a {background-color:#E5E6F8; border:1px solid #575F61; width:180px; padding:2px; float:left; text-align:center; margin:1em 0 0 19em; text-decoration:none; font-size:13px; font-weight:bold; color:#2A4B5A;}
.download_button a:hover {background-color:#F3C2C2;}

/*PORTFOLIO*/
.thumb {width:100px; float:left; padding:5px; background-color:#223845; margin:10px;}
.desc {font: 12px verdana, arial, sans-serif; color:#FFFFFF; font-weight:bold; text-align:center; }
.box_full img {border:0;}


/*ARTISTIC STATEMENT*/
.centerObject {text-align:center;}

/*POP UPS */
.pop { margin-left:15px; border:1px solid #58575F;}
.popbox {margin-left:15px; padding:3px; /*background-color:#383641;*/ color:white;}
.popbox h1 {margin-left:5px; color:#383641; font-weight:bold; size:18px;}
#header_pop {text-align:right;}


/*LIST-BASED MENU */

/* the horizontal menu starts here */
div#listmenu {
	width:683px; /* makes the div full width */
	float:left;
	border-top:1px solid #333;	/* draws line on top edge of div */
	border-bottom:1px solid #333;	 /* draws line on bottom edge of div */
	font-size:.8em;	/* SET FONT-SIZE HERE */
	background-color:#575F61; /* colors the div */
	margin: 0; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	}
	
div#listmenu ul {
	margin:0 0 0 30px;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
	
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#575F61; /*sets the background of the menu items */
	border-right:1px solid #333; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #333; /*the first vertial line on the menu */
	}
div#listmenu li:hover { 
	background-color:#999; /*sets the background of the menu items */
	}
div#listmenu a {
display:block;
	padding:1px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFF;	/* sets the type color */
	}
	
div#listmenu a:hover {
	color:#333;
	}
/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; 
	z-index:10; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:11em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {padding:0;
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #333; /*  three sides of each drop-down item */
	border-bottom:1px solid #333;
	border-right:1px solid #333;}
div#listmenu ul li ul li a {padding:1px .5em;}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #333; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	position:absolute; 
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  } 
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
} 

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:100px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */
   }
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */