body {
	margin: 0;
	background: white;

	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color: #888888;
}


*:focus { outline: none; }
a img { border: none; }
form { margin: 0; }

a:link, a:visited {
	color: #1068ad;
	text-decoration: none;
}

#container {
	width: 776px;
	margin: 0 auto;
}

div#navbar {
	width: 100%;
	height: 86px;
	background-color: black;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10000;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0 26px;
	position: absolute;
	top: 0; right: 0;
}

ul#nav li {
	float: left;
	padding: 22px 0;
	position: relative;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
	display: block;
	float: left;
	height: 42px;

	font-size: 2.6em;
	color: white;
	text-decoration: none;
	text-indent: -9999px;

	background-image: url(../img/nav-sprite.gif);
}

#logo {
	position: absolute;
	top: 0; left: 0;
	padding: 22px 26px;
}

a#nav-home, a#nav-home:link, a#nav-home:visited {
	display: block;
	width: 157px;
	height: 42px;

	background-image: url(../img/nav-sprite.gif);
	background-position: 0px 0px;

	font-size: 2.6em;
	color: white;
	text-decoration: none;
	text-indent: -9999px;
}

a#nav-work, a#nav-work:link, a#nav-work:visited { width: 107px; background-position: -157px 0px; }
a#nav-about, a#nav-about:link, a#nav-about:visited { width: 120px; background-position: -264px 0px; }
a#nav-contact, a#nav-contact:link, a#nav-contact:visited { width: 145px; background-position: -384px 0px; }
a#nav-blog, a#nav-blog:link, a#nav-blog:visited { width: 100px; background-position: -529px 0px; }
a#nav-login, a#nav-login:link, a#nav-login:visited { width: 171px; background-position: -629px 0px; }

#sidebar {
	width: 150px;
	float: left;
}

h1 {
	width: 150px;
	height: 32px;
	float: left;

	font-size: 2.6em;
	color: #1068ad;
	text-indent: -9999px;

	background-image: url(../img/title-sprite.gif);
	margin: 40px 0 0 0;
}

#blog h1 {
	float: none;
	margin-bottom: 1em;
}

h1.dynamit 	{ background-position: 0px 0px }
h1.work 		{ background-position: 0px -32px }
h1.about 	{ background-position: 0px -64px }
h1.contact 	{ background-position: 0px -96px }
h1.blog	 	{ background-position: 0px -244px }

.page {
	margin-left: 156px;
	padding: 30px 0 75px 0;

	font-size: 1.2em;
	line-height: 2.2em;
}

.divider {
	width: 100%;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background-color: #f5f5f5;
}

h2 {
	height: 20px;

	font-size: 2em;
	color: #1068ad;
	text-indent: -9999px;

	background-image: url(../img/title-sprite.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #e2e2e2;
}

#blog h2 {
	border-bottom: none;
}

h2#clientlist	{ background-position: 0px -128px; }
h2#offers	{ background-position: 0px -148px; }
h2#dynamitsm	{ background-position: 0px -168px; }
h2#categories	{ background-position: 0px -276px; }
h2#archives	{ background-position: 0px -296px; }
h2#blogroll	{ background-position: 0px -316px; }
h2#subscribe	{ background-position: 0px -336px; }

#blog .page h2 {
	height: auto;
	font-size: 2em;
	font-weight: normal;
	color: #1068ad;
	text-indent: 0;

	background-image: none;
	border-bottom: none;
	margin-top: 0;
}

h2 + small {
	display: block;
	margin-top: -1.5em;
	font-weight: bold;
}

.page h3 {
	margin-bottom: -1em;
	color: #1068ad;
}

ul#topclients {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#topclients li {
	float: left;
	padding: 15px 5px;
	border-style: dotted;
	border-color: #e2e2e2;
	border-width: 1px 0 0 1px;
}

ul#topclients li.top { border-top: none; }
ul#topclients li.first { border-left: none; }

ul#topclients li div {
	width: 144px;
	height: 90px;
	background-image: url(../img/logo-sprite.gif);

	color: black;
	text-indent: -9999px;
}

div#logo-oh	{ background-position: 0px 0px; }
div#logo-mgh	{ background-position: -144px 0px; }
div#logo-charl	{ background-position: -288px 0px; }
div#logo-aep	{ background-position: -432px 0px; }
div#logo-bbc	{ background-position: -576px 0px; }
div#logo-ccad	{ background-position: -720px 0px; }
div#logo-adena	{ background-position: -864px 0px; }
div#logo-ss	{ background-position: -1008px 0px; }
div#logo-osumc	{ background-position: -1152px 0px; }
div#logo-szd	{ background-position: -1296px 0px; }
div#logo-elate	{ background-position: -1440px 0px; }
div#logo-capa	{ background-position: -1584px 0px; }


.clean {
	clear: both;
}

ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 205px;
	float: left;
}

ul.list li {
	border-bottom: 1px dotted #e2e2e2;
	color: black;
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 5px;
	padding: 0 12px 0 0 ;
}

address {

	font-weight: bold;
	font-style: normal;
	color: black;
}

fieldset.contactform {
	border: 0;
	width: 340px;
	float: right;
	padding-top: 0;
}

fieldset.contactform label {
	width: 70px;
	float: left;
}

fieldset.contactform label.first {
	margin-top: 1em;
}

fieldset.contactform div {
	margin: 1em 0 1em 74px;
}

fieldset.contactform div div {
        margin: 0;
}

fieldset.contactform input,
fieldset.contactform textarea,
fieldset.contactform select {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 252px;
	border: 1px solid #e2e2e2;
	padding: 4px;
}

fieldset.contactform div.button input {
	width: auto;
	border: none;
	height: 34px;
}

fieldset.contactform #submit {
	display: block;
	float: right;
	width: 118px;
	height: 34px;
	background: url(../img/title-sprite.gif) 0px -188px;
}

fieldset.login {
	border: 0;
	padding: 0;
	margin: 0;

	background-color: black;
	position: absolute;
	display: none;
	top: -150px;
	left: 0;
	width: 170px;
	height: 150px;
}

fieldset.login input {
	display: block;
	margin: 1em auto;
	width: 140px;
	border: 1px solid #e2e2e2;
}

fieldset.login div.button {
	width: 140px;
	height: 22px;
	margin: 0 auto;
}

fieldset.login div.button input {
	width: auto;
	border: none;
	margin: 0;
}

fieldset.login #cmssubmit {
	display: block;
	float: right;
	width: 64px;
	height: 22px;
	background: url(../img/title-sprite.gif) 0px -222px;
}

ul.subnavigate {
	list-style-type: none;
	padding: 0 0 0 8px;
	margin: -1em 0 1em 0;
}

ul.subnavigate li {
	padding-bottom: 3px;
}

ul.subnavigate li a,
ul.subnavigate li a:link,
ul.subnavigate li a:visited {
	color: #888888;
	text-decoration: none;
}

