/* basic elements */

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: frutiger, helvetica, arial, verdana, 'trebuchet ms';
	font-size: 12px;
	}

form, input { margin: 2px; padding: 0; }


a img { border: 0; }

a { color: #817c29; text-decoration: none; }
a:hover { color: #D4C57E; text-decoration: underline;}

#banner a { color: #817c29; text-decoration: none; }
#banner a:hover { color: #D4C57E; text-decoration: none; }

.module-content a{ color: #817c29; text-decoration: none; }
.module-content a:hover { color: #D4C57E; text-decoration: underline; }

h1, h2, h3, h4, h5, h6
	{
	font-family: frutiger, helvetica, arial, verdana, 'trebuchet ms';
	}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
	{
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
/* standard helper classes */

.clr
	{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
	{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* page layout */

body
	{
	text-align: left;
	font-family: frutiger, helvetica, arial, verdana, 'trebuchet ms';
	min-width: 835px;
	color: #6d6127;
	background: #EBECDA;
	}
	
#container
	{
	position: static;
	margin: 0;
	width: 825px;
	text-align: left;
	margin: auto;
	margin-bottom: 20px;
	background: #fff;
	padding: 0 0 10px 0;
	}
	
#container-inner
	{
	position: static;
	width: auto;
	border-style: none;
	}
	
#banner 
	{
	position: relative;
	width: 710px; 
	height: 115px;
	background: url(http://www.em.net/emgraphics/embanner.gif);
	}
	}
	
#banner-inner
	{
	position: static;
	border-style: none;
	}
	
#pagebody 
	{
	position: static;
	width: 100%;
	}
	
#pagebody-inner 
	{
	position: static;
	width: 100%
	}
	
#alpha, #beta
	{
	display: inline;
	position: relative;
	float: left;
	min-height: 1px;
	}
	
#alpha-inner, #beta-inner
	{
	position: static;
	}
	
#alpha
	{
	margin: 15px;
	width: 520px;
	}
	
#beta 
	{
	width: 270px;
	}
	
#alpha-inner
	{
	padding: 5px;
	}
	
#beta-inner 
	{
	margin: 10px;
	border-widtH: 2px;
	border-style: solid;
	border-color: #D4C57E;
	padding: 5px;
	}
	
	
#column1, #column2 
	{
	display: inline;
	position: relative;
	float: left;
	min-height: 1px;
	}

#column1
	{
	padding: 0px;
	margin: 0px;
	background: #EDEDE8;
	width: 245px;
	}
	
#column2
	{
	width: 245px;
	margin: 5px 5px 5px 10px;
	}
	
#column1-inner
	{
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #D4C57E;
	padding: 0 5px 0 10px;
	}
	
#column2-inner
	{
	padding: 5px;
	}
	
#footer
	{
	margin: 10px;
	border-style: dashed;
	border-width: 1px;
	border-color: #817c29;
	}	
	
#footer-inner
	{
	text-align: center;
	padding: 10px;
	font-size: 11px;
	background-color: #EAEBD1;
	line-height: 2;
	margin: 5px;
	}
	

	
/* nav */

#navcontainer
	{
	position: static;
	width: 600px;
	height: 30px;
	padding: 0;
	margin: 0 0 0 225px;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #d4c57e
	}


#nav
	{
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li
	{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav a
	{
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
	}
	
#nav a:hover
	{
	background-position: 0 -30px;
	}

#nav a:active
	{
	background-position: 0 -60px;
	}
	
#nav a.selected 
	{
	background-position: 0 -60px;
	}
	
#portfolio a
	{
	width: 70px;
	background: url(http://www.em.net/emgraphics/nav_portfolio.gif) top left no-repeat;
	}

#expertise a
	{
	width: 75px;
	background: url(http://www.em.net/emgraphics/nav_expertise.gif) top left no-repeat;
	}

#services a
	{
	width: 90px;
	background: url(http://www.em.net/emgraphics/nav_services.gif) top left no-repeat;
	}

#info a
	{
	width: 100px;
	background: url(http://www.em.net/emgraphics/nav_info.gif) top left no-repeat;
	}
	
	
/* content */	
	
.content-nav 
	{
	margin: 5px 10px 20px 10px;
	text-align: center;
	}
	
.date-header,
.entry-header
	{
	position: static;
	clear: both;
	}
	
.date-header
	{
	margin-top: 0;
	font-size: 11px;
	text-transform: uppercase;
	}

.entry-header
	{	
	color: #b09c3e;
	font-size: 18px;
	}	
	
.index-header
	{
	color: #c8ca86;
	font-size: 17px;
	}
	
.index-header a 
	{
	color: #c8ca86; 
	text-decoration: none;
	}
	
.index-header a:hover 
	{ 
	color: #3e3904; 
	text-decoration: underline; 
	}
	
	
.entry  
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	}
	
.entry-content   
	{
	clear: both;
	margin: 15px 5px;
	line-height: 1.5;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #D4C57E;
	}
		
	
.entry-more-link,
.entry-footer
	{
	font-size: 11px;
	text-align: right;
	}
	

/* modules */

.module-search input { font-size: 10px; }
.module-search #search { width: 170px; }

.module-archive select 
	{
	width: 200px;
	color: #6d6127;
	}
	
	
.module-archive
	{
	padding: 0 0 15px 0;
	}


.module-search
	{
	margin: 0 0 10px 0;
	border-width: 1px;
	border-style: dashed;
	border-color: #6d6127;
	}

.module-search-inner
	{
	background-color: #EAEBD1;
	margin: 5px;
	padding: 5px;
	}	

.module
	{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px 0;
	}

.module-sidebar
	{	
	background: #EAEBD1;
	padding: 5px
	}

.module-static
	{
	background: #EAEBD1;
	padding: 20px
	}

.module-content
	{
	position: relative;
	margin: 5px 10px 20px 10px;
	font-size: 11px;
	line-height: 1.2;
	}
	
.module-index
	{
	width: 500px;
	margin: 0 0 10px 0;
	border-width: 2px;
	border-style: solid;
	border-color: #6d6127;
	}

.module-index-inner
	{
	background-color: #EAEBD1;
	margin: 5px;
	padding: 5px 10px;
	line-height: 1.5;
	}
	
.module-services 
	{
	width: 504px;
	background: #EDEDE8;
	}
	
.module-services-inner 
	{
	padding: 5px 15px;
	line-height: 1.5;
	}
	

.module-code
	{
	margin: 5px 0 10px 10px;
	background-color: #EAEBD1;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #6d6127;
	clear: both;
	line-height: 1.2;
	font-size: 10px;
	font-family: Courier, "Courier New", monospace;
	}


.module-list,
.archive-list
	{
	margin: 0 15px 10px 15px;
	padding: 0;
	list-style: disc;
	}
	
.module-list .module-list
	{
	margin: 5px 0 0 0;
	padding-left: 15px;
	list-style: circle;
	}

.module-list-item
	{
	margin-top: 0;
	line-height: 1.2;
	}	

.module-list-item
	{
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.module-header,
.module-header a,
.module-header a:hover
	{
	margin: 0;
	padding: 5px 0 2px 0;
	color: #B09C3E;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	}		

/* images */

img.image-full
	{
	width: 100%
	}
	
.image-thumbnail
	{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
	}

.image-thumbnail img
	{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
	}
	
.photoleft img
	{
	border: 2px;
	border-style: solid;
	border-color: #d4c57e;
	padding: 2px;
	margin: 10px 10px 5px 0;
	width: 100px;
	display: block;
	}

.photoright img
	{
	border: 2px;
	border-style: solid;
	border-color: #d4c57e;
	padding: 2px;
	margin: 10px 10px 5px 0;
	width: 100px;
	display: block;
	}

.photoleft
	{
	float: left;
	margin: 0 0 5px 0;
	}

.photoright
	{
	float: right;
	margin: 0 0 5px 0;
	}	
	
.module-photo { background: #c8ca86; }
.module-photo img { border: solid 1px #d4c57e; }




/* index tweaks */

.layout-index #alpha 	
	{
	margin: 8px 5px 5px 5px;
	width: 270px;
	}
	
.layout-index #beta 
	{
	margin: 5px;
	width: 535px;
	}

.layout-index #alpha-inner,
.layout-index #beta-inner
	{
	padding: 5px;
	border-style: none;
	}
		


/*one-column tweaks */
.layout-one-column #alpha
	{ width: 800px }

.layout-one-column #alpha-inner
	{
	padding: 10px;
	margin: 10px;
	}
