/*	CSS "Styles" Document
	E4 Media Group	*/
	
/*	Always Include:	
	
	These styles do the following:
		* - Removes padding and margin from ALL elements, must be added back
				for elements that normally have it included, such as 'p' or
				'h1' tags.  Note: Standard padding can generally be substituted
				for 1em or 10-12 pixels, top and bottom for normal text, sides
				as well for lists.
		img - Removes IE spacing around images.  Images must be returned to inline
				in situations where they are required to fit in with text.
		a: - Fixes a problem in FF3 where a small dot appears at the top left corner
				of an image on a page.
		a - Removes underlining from all links on a page, can be added back in in
				specific instances where it is needed. */

	* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	display: block;
}
a:focus, a:hover, a:active {
	outline: none;
}
a {
	text-decoration: none;
}
/*	End Always Include	*/

/*	Base Tags	*/

	body {
	background: url(/images/pngs/pagebg.png) top left repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #efefef;
}
h1 {
	font: bold 28px BellGothicStd-Bold, Arial, Helvetica, sans-serif;
	color: #efefef;
}
h2 {
	font: bold 20px BellGothicStd-Bold, Arial, Helvetica, sans-serif;
	color: #efefef;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #efefef;
}
p, h1, h2, h3, h4 {
	margin: 10px 0;
}
/*	End Base Tags	*/

/*	Structure	*/
#container {
	width: 754px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}
#header {
	padding: 1px 1px;
	margin: 0 5px;
	height: 110px;
}
#hleft {
	width: 250px;
	float: left;
	display: inline;
	padding: 25px 0 0 0;
}
#hright {
	width: 300px;
	float: right;
	display: inline;
	text-align: right;
	padding: 15px 0 0 0;
}
#nav {
	width: 754px;
	height: 55px;
	margin: 0 4px;
	overflow: hidden;
}
#bigpic {
	width: 754px;
	margin: 0 4px;
	overflow: hidden;
}
#content {
	padding: 1px 30px;
	margin: 0 5px;
	overflow: hidden;
	width: 684px;
}
#footer {
	padding: 1px 15px;
	width: 714px;
	text-align: right;
	overflow: hidden;
}
/*	End Structure	*/

/*	Important Elements	*/
	/*	HRight	*/
		#hright p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #c5c5c5;
}
/*	Boxes	*/
		.btop {
	width: 754px;
	margin: 2px 0;
	padding: 5px 0 0 0;
	background: url(/images/pngs/boxtop.png) top left no-repeat;
}
.bbottom {
	background: url(/images/pngs/boxbottom.png) bottom left no-repeat;
	padding: 0 0 5px 0;
}
.binside {
	background: url(/images/pngs/boxbg.png) top left repeat-y;
	width: 754px;
	overflow: hidden;
}
/*	Nav	*/
		#nav ul {
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
}
/*	Content	*/
.mainContent {
	padding: 1px 30px;
	margin: 0 5px;
	overflow: hidden;
	width: 684px;
}

		#content a {
	color: #8c8c8c;
}
#content ul {
	margin: 0 2em;
}
#contact {
	width: 75%;
}
#contact td {
	padding: 0 0 0 5px;
}
#contact .cheader {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
}
/*	Resume	*/
			#resume {
	width: 75%;
	font-weight: bold;
	text-align: right;
}
#resume td {
	padding: 3px 8px 3px 3px;
}
#rfirst, #rlast, #remail, #rphone {
	width: 130px;
}
#rresume {
	height: 125px;
	width: 380px;
}
/* Learn More	*/
		.learnmore {
	color: #8c8c8c;
	text-align: right;
}
.learnmore img {
	display: inline;
}
.learnmore a {
	text-decoration: underline;
	color: #8c8c8c;
}
/*	Footer	*/
		#footer p {
	color: #8c8c8c;
}
#footer a {
	color: #8c8c8c;
}
/*	End Important Elements	*/

/*	Classes

	This section is for non-specific classes.  Classes associated with important elements will
		generally be located with the elements group.	*/
		
	.clear {
	clear: both;
}
.lightbg {
	background: #282926;
}
.left25 {
	width: 25%;
	float: left;
	display: inline;
}

/*	End Classes	*/
/*	Nav	*/
		#nav ul {
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
}
#nav a {
	display: block;
	height: 54px;
	float: left;
	display: inline;
}
#navhome {
	width: 93px;
	background: url(/images/pngs/navhome.png) top left no-repeat;
}
#navhome:hover, #navhome.current {
	background: url(/images/pngs/navhomeb.png) top left no-repeat;
}
#navconsultants {
	width: 115px;
	background: url(/images/pngs/navconsultants.png) top left no-repeat;
}
#navconsultants:hover, #navconsultants.current {
	background: url(/images/pngs/navconsultantsb.png) top left no-repeat;
}
#navclients {
	width: 87px;
	background: url(/images/pngs/navclients.png) top left no-repeat;
}
#navclients:hover, #navclients.current {
	background: url(/images/pngs/navclientsb.png) top left no-repeat;
}
#navdiscipline {
	width: 135px;
	background: url(/images/pngs/navdiscipline.png) top left no-repeat;
}
#navdiscipline:hover, #navdiscipline.current {
	background: url(/images/pngs/navdisciplineb.png) top left no-repeat;
}
#navabout {
	width: 96px;
	background: url(/images/pngs/navabout.png) top left no-repeat;
}
#navabout:hover, #navabout.current {
	background: url(/images/pngs/navaboutb.png) top left no-repeat;
}
#navcontact {
	width: 103px;
	background: url(/images/pngs/navcontact.png) top left no-repeat;
}
#navcontact:hover, #navcontact.current {
	background: url(/images/pngs/navcontactb.png) top left no-repeat;
}
#navsubmit {
	width: 117px;
	background: url(/images/pngs/navsubmit.png) top left no-repeat;
}
#navsubmit:hover, #navsubmit.current {
	background: url(/images/pngs/navsubmitb.png) top left no-repeat;
}