/* ------------------------------------------------------------------
    UndoHTML (undohtml.css)
     (CC) 2004 Tantek Celik. Some Rights Reserved.
    http://creativecommons.org/licenses/by/2.0
    This style sheet is licensed under a Creative Commons License.
   ------------------------------------------------------------------ */

:link,:visited { text-decoration:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }

/* ---  End UndoHTML  --- */

/* --- CSS For ericmofield.com --- */
body {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-color: #225; 
	color:#FFF;
	margin:0 auto;
}
h1 {
	background-image: url(images/nav_main.gif);
	width: 750px;
	height: 200px;
	margin: 0 auto;
	font-size: .5em;
	text-indent: -10000px;
}
h2 {
	margin: 10px auto;
	font-size: 20px;
	text-align: center;
}
h3 {
	font-size: 20px;
	margin-top: 20px;
}
hr {
	margin: 15px 0;
}
#container {
	margin: 10px auto;
	width: 720px;
}
#content {
	width: 716px;
	height: 100%;
	padding: 15px;
	margin: 0 auto;
	background-color: #666;
	border: 2px solid #999;
	border-top: 2px solid #333;
}
.centerContent {
	text-align: center;
}
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
}

ul {
	margin: 5px 25px 15px;
}


/* --- Links --- */
a {
	font-weight:bold;
	text-decoration:none;
	color:#F99D06;
}
a:visited {
	text-decoration:none;
	color:#F99D06;
}
a:active {
	text-decoration:none;
	color:#F99D06;
}
a:hover {
	text-decoration:underline;
	color:#F99D06;
}
a img {
	border:none;
}





/* --- Main Navigation --- */
#nav_main {
	height: 30px;
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
#nav_main li {
	width: 150px;
	display: inline;
	float: left;
	margin: 0;
}
#nav_main li a {
	font-size: .5em;
	text-indent: -10000px;
	height: 0 !important;
	height: 30px; /* IE5/Win */
	width: 150px;
	display: block;
	float: left;
	margin: 0;
	padding: 30px 0 0;
	overflow: hidden;
}
#nav_main li a:active {
	background-position: 0 -30px;
}
#nav_main li a:hover {
	background-position: 0 -30px;
}
#navm_home, #navm_home a {
	background: url(images/nav_home-news.gif) left top no-repeat;
}
#navm_portfolio, #navm_portfolio a {
	background: url(images/nav_portfolio.gif) left top no-repeat;
}
#navm_resume, #navm_resume a {
	background: url(images/nav_resume.gif) left top no-repeat;
}
#navm_contact, #navm_contact a {
	background: url(images/nav_contact.gif) left top no-repeat;
}
#navm_link, #navm_link a {
	background: url(images/nav_links.gif) left top no-repeat;
}
