html { background-color:#E8E8E8;}

body { 
	margin:0 auto;
	font-size: 85%;
	color:#f3efe0;
	background-color:#E8E8E8;
	font-family: "Century Gothic", sans-serif;
}

h1 {
	font-weight:bold;
	font-size:150%;
}

h2 {
	font-weight:bold;
	font-size:120%;
}

ul.resume {list-style: none; padding:0;}
ul.resume li {overflow: visible; padding: 0 0 1px 10px; position: relative; }
ul.resume li:before { content: '\000BB'; left:0px; position: absolute;}

ul.disc { margin-left:20px; }
ul.disc li { list-style:disc; }

ul.square { margin:10px 20px 20px 20px; }
ul.square li { list-style:square; margin-bottom:5px; }

ul.sidebyside { margin:10px 0px 20px 30px; }
ul.sidebyside li { list-style:square; margin-bottom:5px; }

ul.sidebysideblank { margin:10px 0px 20px 0px; padding-left:0px; }
ul.sidebysideblank li { list-style:none; margin-bottom:5px; margin-left:0px; padding-left:0px; }

ul.square ul.disc li { list-style:disc; }

ul.blank { margin-left:20px; }
ul.blank li {list-style:none; }

.widthLeft {width:500px;}

.inputBckgrnd {
	background-color:#333333;
	border:solid #000000 1px;
	color:#ffffff;
	width:200px;
	margin-bottom:10px;
}
#navMenu {
	margin:20px 10px 0 10px;
	width:880px;
	height:47px;
}
	
#navMenu ul {
	padding:0;
}
	
#navMenu ul li {
	float:left;
	list-style:none;
	text-align:center;
	padding:15px 0;
	
	
}


#navMenu ul li:hover {
	background-image:url("../images/menuSelect.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#navMenu ul li.selected {
	background-image:url("../images/menuSelect.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#navMenu ul li a, #navMenu ul li a:visited{
	color: #d7eaee;
	text-decoration:none;
	font-family:"Arial";
	padding:15px 25px;
	
}

#featuredProjects ul, #featuredProjects li{

		margin:0;

		padding:0;

		list-style:none;

		}

#featuredProjects, #featuredProjects li{ 

		/* 

			define width and height of container element and list item (slide)

			list items must be the same size as the slider area

		*/ 

		width:900px;

		height:208px;

		overflow:hidden; 

		}

/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float:right;
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#03698C;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
		
	ol#controls li a:hover { background:#93DFF9; }
	
	ol#controls li.current a{
		background:#93DFF9;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
		