html {
	font-size: 100.01%;
	height: 100%;
}
body {
/*	background: url(../images/bodybg.jpg) no-repeat fixed right 30%; */
	background-color: #fff;
	color: #000;
	font-size: 1em;
	height: 100%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	outline: none;
}
#main h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 8px;
}
h3 span {
	display: block;
	font-size: 80%;
	margin-bottom: 8px;
}
#header {
	background: #000 url(../images/headerbg.png) repeat-x bottom;
	height: 150px;
}
#header h1 {
	color: #fff;
	font-size: 1.6em;
	padding-left: 40px;
	padding-top: 20px;
}
#header h1 a {
	color: #fff;
	text-decoration: underline;
}
#header ul {
	font: bold 1em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	right: 5em;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 10px;
}
#header ul li a {
	background: url(../images/sqbullet.png) no-repeat 100% 60%;
	padding-right: 16px;
}
#header ul li a:link, #header ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#header ul li a:focus, #header ul li a:hover, #header ul li a:active, #header ul li a#current {
	background-image: url(../images/tribullet.png);
	color: #fff;
	text-decoration: underline;
}
#nonfooter {
	position: relative;
	min-height: 100%;
}
* html #nonfooter {
	height: 100%;
}
#content {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	padding-bottom: 8.5em;
	margin-top: 2em;
	width: 60em;
}
#content a:link {
	color: #154CAF;
}
#content a:visited {
	color: #8B0000;
}
#content a:focus, #content a:hover, #content a:active {
	background-color: #154CAF;
	color: #fff;
}
#main {
	float: left;
	width: 47%;
}
#main p, #error #nonfooter p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
#sidebar {
	float: right;
	width: 47%;
}
#sidebar h2 {
	margin-bottom: -12px;
}
#sidebar h2#projects {
	margin-top: 18px;
}
#sidebar h3, #column1 h3, #column2 h3 {
	margin: 12px 0 0;
	text-transform: uppercase;
}
#sidebar p, #rwa p {
	font-size: 0.875em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
ul#clientlist {
	font-weight: bold;
	margin: 32px;
}
ul#clientlist li {
	background: url(../images/blsqbullet.png) no-repeat 0 60%;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-left: 0;
	margin-top: -1.2em;
	padding-left: 16px;
}
ul#clientlist li.odd {
	margin-left: 40%;
	margin-top: 0;
}
div#column1, div#column2 {
	margin-top: 24px;
}
.services ul li, .contact ul li, .paccessibility ul li {
	background: url(../images/blsqbullet.png) no-repeat 0 0.3em;
	padding-left: 16px;
}
.services h3, paccessibility h3 {
	margin: 16px 0 4px;
}
.contact ul {
	margin-left: 12px;
	margin-top: 1em;
}
.contact ul li {
	font-size: 0.875em;
}
div#column1 {
	float: left;
	margin-left: 12px;
	width: 42%;
}
div.contact div#column1 {
	width: 25%;
}
div#column2 {
	float: right;
	margin-right: 12px;
	width: 42%;
}
div.contact div#column2 {
	margin-right: 5%;
	width: 58%;
}
div.paccessibility p, div.paccessibility ul {
	font-size: 0.875em;
	margin-bottom: 1em;
}
div.services ul {
	font-size: 0.875em;
}
#footer {
	background-color: #000;
	color: #fff;
	font: normal 0.75em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 120px;
	position: relative;
	margin-top: -120px;
}
/* #home #footer {
	background: #000 url(../images/cat.gif) no-repeat bottom right;
}
#about #footer {
	background: #000 url(../images/kitten.gif) no-repeat bottom right;
}
#clients #footer {
	background: #000 url(../images/cateye.png) no-repeat bottom right;
}
#services #footer {
	background: #000 url(../images/dogpot.png) no-repeat bottom right;
}
#contact #footer {
	background: #000 url(../images/bwcat.png) no-repeat bottom right;
}
#error #footer {
	background: #000 url(../images/404.png) no-repeat bottom right;
}  */
#footer #company {
	background: #000 url(../images/cisfooter.png) no-repeat 0 15px;
	margin-left: 20px;
	padding-left: 40px;
	padding-top: 20px;
	width: 50%;
}
form {
	margin-top: 1.2em;
}
fieldset {
	border: 1px solid #000;
	padding: 8px;
}
legend {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset div {
	position: relative;
}
form#contact fieldset div {
	width: 28em;
}
form#newsletter fieldset div {
	width: 20em;
}
label {
	float: left;
	margin-right: 1em;
	text-align: right;
	vertical-align: top;
}
form#contact label {
	width: 9em;
}
form#newsletter label {
	width: 6em;
}
label em {
	color: #333;
	float: left;
	font-size: 0.7em;
	font-style: italic;
	margin: 0;
	position: absolute;
	text-align:left;
	top: 0;
}
form#contact label em {
	left: 34em;
	width: 15em;
}
form#newsletter label em {
	left: 28em;
	width: 6em;
}
div.ta label em {
	left: 44em;
}
input, textarea {
	font: 0.875em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
form#contact input {
	margin-bottom: 0.4em;
	width: 14em;
}
form#newsletter input {
	margin-bottom: 0.4em;
	width: 12em;
}
div.formbuttons {
	text-align: center;
}
div.formbuttons input {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
	padding: 2px 8px;
	text-transform: uppercase;
	width: auto;
}
textarea {
	height: 12em;
	width: 18em;
}
input, textarea {
		border: 1px solid #000;
		padding: 2px 4px;
}
input:focus, textarea:focus {
	background-color: #eee;
	border: 1px solid #333;
}
img.dropcap {
	float: left;
	margin-right: 4px;
	position: relative;
}
span.dropcap {
	float: left;
	margin-left: -1.2em;
}
.clearfix:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */
.off-left {position:absolute;left:-999em;width:990px}