@charset "utf-8";
/* CSS Document */
* { border: 0; margin: 0; padding: 0; }
/* General Elements */
h1,h2,h3,h4,h5 { color: #444; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 500; margin: 2ex 0 0.8ex 0; text-indent: 0; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
p { margin: 0.8ex 0 2ex 0; }
acronym { border-bottom: 1px dotted #eb7; color: #696; }
a { color: #44c; }

body { background: #fff; margin: 0; font-size: 12px; }
div#main {}
h1#header {
	background: url(header.jpg) top left no-repeat;
	height: 100px;
	margin: 0 0 30px 0;
	width: 100%;
}

h1#header span { display: none; }

div#content {
	background: #ffd;
	border: 1px solid #ddd;
	color: #666;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5%;
	padding: 0 5% 20px 5%;
	text-align: left;
	text-indent: 1.5em;
	width: 80%;
}

div#footer {
	background: url(footertag.jpg) center no-repeat;
	color: #755;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 39px;
	margin: 30px auto;
	text-align: center;
	width: 212px;
}
div#footer span { display: none; }

a#firefox { background: url(../../images/firefoxLilWhite.gif) 0 0 no-repeat; display: block; position: absolute; top: 107px; left: 7%; height: 15px; width: 85px; }
a#firefox img { display: none; }

ul#styles {
	background: #eee;
	border: 1px solid #ddd;
	color: #c00;
	float: left;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	padding-left: 10px;
	position: absolute; top: 0; right: 0;
}

ul#styles li { float: left; }
ul#styles li a { display: block; float: left; padding: 0 15px; text-decoration: none; }

ul#nav {
	position: absolute; top: 74px; left: 324px;
	float: left;
	height: 26px;
	list-style: none;
	width: 394px;
}

ul#nav li {
	float: left;
	height: 26px;
}

ul#nav li a {
	display: block;
	float: left;
	height: 26px;
	text-decoration: none;
}

/*ul#nav li a:hover { background-color: #666; }*/
ul#nav li a span { display: none; }

a#home { background: url(menu.jpg) 0 0 no-repeat; width: 67px; }
a#about { background: url(menu.jpg) -67px 0 no-repeat; width: 64px; }
a#services { background: url(menu.jpg) -131px 0 no-repeat; width: 86px; }
a#portfolio { background: url(menu.jpg) -217px 0 no-repeat; width: 88px; }
a#contact { background: url(menu.jpg) -305px 0 no-repeat; width: 89px; }
a#home:hover { background-position: 0 -4px; }
a#about:hover { background-position: -67px -4px; }
a#services:hover { background-position: -131px -4px; }
a#portfolio:hover { background-position: -217px -4px; }
a#contact:hover { background-position: -305px -4px; }


fieldset { padding: 10px; border: 1px solid #aac; }
legend { font-size: 120%; font-weight: bold; }
label, textarea, input#c_submit { display: block; margin: 1em; }
input#c_submit { background: #eee; border: 1px solid #ddd; margin: 0 auto; }
input, textarea { background: #fff; border: 1px solid #ddd; }