﻿body {
	margin : 0px;
	padding : 0px;
	background : #999;
	color : #555;
	text-align : center;
}
p, h1, h2, h3, h4, ol, input, select, textarea, th, td {
	margin : 0px 0px 10px;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans serif;
}
#nav ul {
	margin : 0px 0px 10px;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans serif;
}
#subnav ul {
	margin : 0px 0px 10px;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans serif;
}
h1 {
	font-size: 16px;
	color: #555555;
}
h2 {
	font-size : 14px;
}
h3 {
	color: #D86B25;
}
h4 {
	background-color: #D86B25;
	color: #fff;
	padding: 7px 10px 7px 10px;
	font-weight: normal;
}
a {
	color : #D86B25;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
#wrapper {
	width : 650px;
	margin : 0px auto 0px auto;
	text-align : left;
}
#nav {
	float : left;
	width: 120px;
	margin : 0px 0px 0px 0px;
	padding : 77px 5px 5px 0px;
	background : #fff url("images/logo.gif") no-repeat top left;
}
#nav ul {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	list-style-type : none;
}
#nav ul li {
	padding : 4px 2px 4px 10px;
/*	background : url("images/nav-bullet.gif") no-repeat left; */	border-bottom: solid 1px #CCCCCC;
	line-height: 19px;
}
/* #nav ul li#current { padding-bottom : 4px; border-bottom : 3px solid #D86B25; } */
#nav ul li#current {
	background : #D86B25 url("images/nav-bullet-on.gif") no-repeat left;
	color : #fff;
}
#nav ul li#current a {
	color : #fff;
}
#nav a {
	color : #666;
}
#nav a:hover {
	color : #D86B25;
	text-decoration : none;
}
#splash {
	clear : left;
	height : 140px;
	background : #fff;
}
#page {
	padding-top : 10px;
	margin-bottom : 10px;
	background : #fff url("images/footer.gif") bottom no-repeat;
}
#subnav {
	padding : 0px 0px 20px 0px;
	float : right;
	width : 162px;
	margin: 15px 0 0 0;
	clear: right;
	border: solid 1px #ccc;
}
#subnav ul {
	margin : 0px;
	padding : 0px 10px 0px 10px;
	list-style-type : none;
}
#content {
	float : left;
	width : 330px;
	padding : 6px;
	margin-left: 6px;
	margin-top: 10px;
	font-size : 11px;
	font-family : verdana, arial, helvetica, sans serif;
}
#footer {
	padding-top : 10px;
	color : #fff;
	background : #999;
}
#footer a {
	color : #fff;
}
#footer a:hover {
	color : #fff;
	text-decoration : none;
}
.clear {
	clear : both;
}
#pagetitle {
	margin-bottom: 11px;
	border-bottom: dotted 1px #CCCCCC;
}
.input {
	font-family: verdana, arial;
	font-size: 8pt;
	border: 1px solid #C2C2C2;
	background: #F2F2F2;
	color: #D86B25;
}
.button {
	font-family: verdana, arial;
	font-size: 8pt;
	border: 1px solid #C2C2C2;
	background: #D86B25;
	color: #fff;
}
HR {
	height: 1px;
	color: #bbb;
}
/* WOOP WOOP */

h3.news, h3.number1 {
	background: #898888;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	padding: 4px;
}
h3.gethelp, h3.number2 {
	background: #898888;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	padding: 4px;
}
h3.gethelp, h3.number3 {
	background: #898888;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	padding: 4px;
}
h3.gethelp, h3.number4 {
	background: #898888;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
	padding: 4px;
}

.case_studies_table td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 0px;
	padding: 2px;
}
