/* Hyperlinks */
a {	
	color: #a66902;
	font-weight: normal;	
	text-decoration: underline;
	}
a:hover {	
	color: #4d4a4c;
	font-weight: normal;	
	text-decoration: none;
}

#footer a {	
	color: #fff;
	text-decoration: underline;
	}
#footer a:hover {	
	color: #fff;
	text-decoration: none;
}
/* Navigation Rollover List */

#navcontainer ul {
	padding-left: 0;
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0;
	background-color: #3c7878;
	color: White;
	float: left;
	width: 100%;
	font-family: helvetica, sans-serif;
	}

#navcontainer ul li { 
	display: inline; 
	}

#navcontainer ul li a  {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3c7878;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover {
	background-color: #62a1a1;
	color: #fff;
	}

/* Layout */
body {	
	background-color: #9a9a9a;
	font-family: Helvetica, sans-serif;	
	font-size: .75em;	
	color: #000;
	padding-top: 0;
	margin-top: 0px;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}
	
#iecenter {
	width: 100%;
	text-align: center;
	}

#main {
	width: 760px;
	border: solid #000 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	width: 760px;
	border-bottom: solid #fff 0px;
	height: 328px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

#logo {
	width: 386px;
	float: left;
	}

#cob {
	width: 350px;
	float: right;
	}

#flash {
	border-top: #9a9a9a solid 1px;
	width: 760px;
	height: 328px;
	}	

#body {
	width: 760px;
	background: url('../images/contentbg.jpg') no-repeat #fff;
	}

#left {
	/*background: #79929e;*/
	margin-top: 15px;
	width: 470px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 0px solid;
	text-align: left;
}

#left ul {
	margin-top: 3px;
	list-style-image:url('../images/listbutton.gif');
	}
#left li {
	border-bottom: dotted #7f7f7f 1px;
	margin-top: 7px;
	padding-bottom: 7px;
	}

#right {
	width: 219px;
	min-height: 400px;
	padding-top: 15px;
	border-left: dotted #000 1px;
	float: right;
	padding-left: 15px;
	padding-right: 25px;
	text-align: left;
}

#footer {
	background: url('../images/footerbg.gif') no-repeat;
	width: 760px;
	color: #333333;
	font-size: .85em;
	padding-top: 18px;
	height: 50px;
	margin-bottom: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footertext {
	width: 200px;
	color: #fff;
	height: 30px;
	margin-left: 450px;
	margin-top: 40px
	}

/* Alignment */
.rightalign {
	text-align: right;
	font-size: .78em;
}

.homerightalign {
	border: solid #000 0px;
	margin-top: 10px;
	width: 100px;
	height: 9px;
	float: right;
	text-align: right;
}

/* Typography*/
h1 {
	font-size: 2em;
	color: #3c7878;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	color: #1e3946;
	margin-bottom: 5px;
	padding-bottom: 0;
	}


h3 {
	font-size: 1.2em;
	/*border-bottom: 1px solid #8e8e8e;*/
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 0;
	}


/* Lists*/
#resumelists {
	list-style-type: square;
	margin-top: 0;
	padding-top: 0;
}

/* Clearing */

.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
	}
