/* Name: Basic centred layout with drop shadows
 created by Angela Burrell August 2008 for LCHRAS, Inc.
Updated September 2009  */

/* Tested in IE6, IE7, IE8; Mozilla 1.7 and Firefox 2.0, 3.0, 3.5 
 On Microsoft Windows 2000, XP and Vista 
 **NOTE** This version is NOT compatible with IE6.
 Use separate CSS definition for IE6.

IDs used are:
   #rightshadow
   #leftshadow
   #maincontainer
   #header
   #sidemenu
   #content
   #footer
   
Classes used are:
   #content .item
   #content .descr
   #header .title
   .empl_ont
   .lchras
*/

/* main elements declaration */
	* {
		margin: 0;
		padding: 0;
	}

	a {
		color: #36C;
	}

	a:hover {
		color: #06F;
	}

	body {
		background: #DDDDDD;
		color: #444;
		font: normal 62.5% "Lucida Sans Unicode",sans-serif;
		margin: 0;
	}

	input {
		color: #555;
		font: normal 1.1em "Lucida Sans Unicode",sans-serif;
	}

	p,cite,code,ul,ol {
		font-size: 1.2em;
		padding-bottom: 1.2em;
	}

	h1 {
		font-size: 1.6em;
		margin-bottom: 6px;
		font-weight: bold;
	}

	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.2em;
		font-weight: bold;
		padding-top: 6px;
	}

	code {
		background: url(../img/bgcode.gif);
		border: 1px solid #F0F0F0;
		border-left: 6px solid #39F;
		color: #555;
		display: block;
		font: normal 1.1em monospace;
		margin-bottom: 12px;
		padding: 8px 10px;
		white-space: pre;
	}

	cite {
		background: url(../img/quote.gif) no-repeat;
		color: #666;
		display: block;
		font: normal 1.3em "Lucida Sans Unicode",serif;
		padding-left: 28px;
	}

	h1,h2 {
		color: #0D3252;
		padding-top: 6px;
	}
	
/* END standard elements */

#rightshadow {
	width: 82%;
	margin: 0 auto;
	background: transparent url(../img/drop-shadow.gif) repeat-y;
	background-position: top right;
	}

#leftshadow {
	background: transparent url(../img/drop-shadow-reverse.gif) repeat-y;
	background-position: top left;
}

#maincontainer {
	background: #EEE url(../img/Resume.jpg) no-repeat bottom left;
	/* margin: top right bottom left; */
	margin: 0 10px 0 10px;
	border-left: 1px solid #0D3252;
	border-right: 1px solid #0D3252;
}

/* Header is the top of the content, with images and logo */
#header {
	background: #0D3252 url(../img/ERC-header.jpg) no-repeat;
	height: 120px;
	margin-bottom: 8px;
	margin-top: -8px;
}

/* Hours of operation and address

 #header p {
	color: #FFF;
	font: normal 1em Verdana,sans-serif;
	font-weight: bold;
	text-align: right;
	position: relative;
	top: 20px;
	right: 10px;
}

#header .title {
	background-color: #0D3252;
	} */

/* main navigation in left column */
	
	#sidemenu {
		background: #0D3252;
		float: left;
		width: 150px;
		position: relative;
		/* position: absolute; /* this statement triggers a bug in IE such that the 
		/* entire #sidemenu div will not be displayed. The fix is to insert a blank
		/* DIV between #sidemenu and #content. */
		/* below line needed for IE7, but doesn't break mozilla */
		/* top: 112px; -- to be used if position is absolute*/
		top: -8px;
		overflow: hidden; /* for Mozilla/FF */
	}

	#sidemenu h1 {
		padding-left: 12px;
		font-size: 1.2em;
		margin-top: 1.2em;
		border-top: 1px solid #666;
		color: #EEF
	}

	#sidemenu ul {
		padding-left: 12px;
		margin: 0;
		padding: 0;
	}
	
	#sidemenu li {
		border-top: none;
		list-style: none;
		margin: 0;
		font-size: 0.9em;
		padding: 3px 6px 3px 14px;
	} 

	#sidemenu a { 
		color: #EEF;
		text-decoration: none;
	}

	#sidemenu a:hover {
		color: #ABF;
	} 
	
/* ######## CONTENT BOX ########## */

/* content (standards compliant version) */
/* works in IE6/7 but not in FF/Moz */
#content {
	/* do not float this liquid width column, or design breaks in Mozilla */
	margin-left: 150px; /* measures from edge of parent/wrapper */
	color: black;
}

/* content item (IE7 version) */
*:first-child+html #content .item {
	padding: 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #999;
	background-color: white;
	margin-bottom: 8px;
} 

#content .item {
	padding: 6px 12px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #999;
	background: #FFF;
	margin-bottom: 8px;
	margin-top: 0px;
display:block;
}

#content .descr {
	color: #333;
	margin-bottom: 6px;
}

#content ul li {
	list-style: url(../img/li.gif);
	margin-left: 25px;
}

#content ol li{
	list-style-type: decimal;
	margin-left: 18px;
	}
	
#content li ul {
	font-size: 1em;
	}

/* #content table {
	border: 1px solid #0D3252;
} */
	
#content th {
	text-align: left; 
	padding: 5px; 
	font-weight: bold; 
	font-size: 1.4em; 
	color: white; 
	background: #0D3252;
}

/* #content td {
	border: 1px solid #0D3252;
	padding: 5px;
	text-align: left;
} */

/* ############## FOOTER ################ */

/* footer hacked for Mozilla */
#footer {
	background: #0D3252;
	color: #AAAAAA;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	clear: both;
	margin-bottom: 0px;
	height: 50px;
}

/* footer for IE */
* html #footer {
	position: relative;
	background: #0D3252;
	color: #AAA;
	font-size: 1.1em;
	text-align: center;
	padding: 6px;
	width: 101%;
	clear: both;
}
#footer a {
	color: #36C;
	text-decoration: none;
}
#footer a:hover {
	color: #06F;
	text-decoration: underline;
}

.empl_ont {
	position: relative;
	float: left;
	left: 0px;
	bottom: 0px;
}

.lchras {
	display: inline;
	/* background-color: white;*/
	/* background-color: #0D3252; */
	position: relative;
	float: right;
	top: 0px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
/*.styled {
	border: 1px solid #DDD;
	padding: 4px;
}  */
.button {
	background: url(../img/search.gif) no-repeat left bottom;
	border: none;
	height: 20px;
	width: 20px;
}