/* Zero all margins and padding */
* {
	margin: 0;
	padding: 0;
}

/* Named Structural DIVs and sub elements */
#masthead {
	width: 760px;
	height: 173px;
	margin: 0 auto 0 auto;
	background: url(../images/head.gif) 0 0 no-repeat;
}

#wrapper {
	width: 100%;
}

#splash {
	width: 490px;
	height: 148px;
	background: url(../images/splash.jpg) 0 0 no-repeat;
	margin: 3px 0 20px 0;	
}

#header_image {
	display: block;
	width: 490px;
	margin: 3px 0 20px 0;	
}

/* Top Nav */
#nav {
	width: 740px;
	height: 27px;
	margin: 0 auto 0 auto;
}

#nav a {
	display: block;
	float: left;
	height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font: normal 11px/27px  Verdana, Arial, Helvetica, sans-serif;
	padding: 0 11px 0 11px;
}

#nav a:hover {
	background: #3383ad url(../images/nav_over.gif) 0 0 repeat-x;
}

#nav a.current {
	background: #3383ad url(../images/nav_over.gif) 0 0 repeat-x;
}

#nav a.first {
}

/* Services Side Nav */
#services_menu {
	margin: 40px 0 0 0;
	padding: 0;
}

#services_menu h1 {
	display: block;
	height: 36px;
	border-bottom: 1px solid #999;
	background: url(../images/box_top.gif) 0 0 no-repeat;
	font: bold 14px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#services_menu ul {
	margin: 0;
	list-style: none;
}

#services_menu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	background-image: none;
	background-color: #9cc6de;
}

#services_menu li.last {
	height: 37px;
	background: #9cc6de url(../images/box_bottom.gif) 0 bottom no-repeat;
}

#services_menu a {
	border-bottom: 1px solid #9a9;
	display: block;
	padding: 5px 13px 5px 27px;
	background: url(../images/bullet_arrow.gif) 10px 10px no-repeat;
	font: bold 12px/17px  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

#services_menu a:hover {
	background-color: #f6f6ee;
	color: #555;
}

#services_menu a.current {
	color: #555;
	background: #f6f6ee url(../images/bullet_arrow_dark.gif) 10px 10px no-repeat;
	border-right: 6px solid #94C109;
	border-bottom: 1px solid #9a9 !important;
}

#services_menu a.last {
	border-bottom: none;
}

#services_menu a.last:hover {
	background-color: #f6f6ee;
	border-bottom: 1px solid #9a9 !important;
}

#services_menu_footer {
	height: 40px;
	border-top: 1px solid #fff;
	background: url(../images/col2box_bottom.gif) 0 0 no-repeat;
}

#content {
	width: 740px;
	margin: 20px auto 20px auto;
	text-align: left;
	min-height: 360px;
}

/* Justify Throughout */
#content p {
	text-align: justify;
}

#content img {
	border: none;
	margin-bottom: 10px;
}

#content img.title {
	margin-top: 20px;
}

#content img.left {
	margin: 5px 15px 0 0;
	float: left;
}

#content img.right {
	margin: 5px 0 0 15px;
	float: right;
}

#content img.icon {
	margin: 6px 8px 6px 0;
	float: left;
}

#content img.center {
	display: block;
	margin: 5px auto 0 auto;
}

#footer {
	clear: both;
	width: 740px;
	height: 60px;
	margin: 0 auto 0 auto;
	padding-top: 6px;
	font-size: 11px;
	border-top: 1px solid #9cc6de;
	font: normal normal 11px/13px Arial, Helvetica, sans-serif;
	color: #777;
}

#footer_left {
	float: left;
	width: 350px;	
	text-align: left;
}

#footer_right {
	float: right;
	width: 380px;
	text-align: right;
}

#footer a {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	color: #333;
	background-color: #e1ecf3;
}

#footer a img {
	margin: 0 5px -3px 0;
}

#footer_right a {
	margin-right: 8px;
}

#footer_right a.last {
	margin-right: 4px;
}

/* Case Studies */
div.case_studies
{
}

div.case_studies h1
{
	display: block;
	padding-left: 10px;
	height: 30px;
	font: bold 14px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #450;
/*	background: #d7e1b9;
*/
	background: #E0E7C2;
}

div.case_studies dl
{
	list-style: none;
}

div.case_studies li
{
	margin: 10px 0 15px 0;
	padding: 5px 20px 5px 10px;
	font-size: 13px;
	line-height: 19px;
	background: #E0E7C2;
	border-left:  6px solid #84a100;
}

div.case_studies li.last {
}

/* Elements */
body {
	color: #555;
	background: #fff url(../images/bgblue.gif) 0 0 repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #680;
}

a:hover {
	color: #555;
}

a img {
	border: none;	
}

h1 {
	font: normal 26px/28px "Trebuchet MS", "Times New Roman", Times, serif;
	margin: 0;
	color: #666;
	height: 40px;
	/*
	display: none;
	*/
}

h2 {
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	margin: 16px 0 8px 0;
}

h3 {
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
}

li {
	margin-bottom: 7px;
	padding-left: 17px;
	font-size: 14px;
	line-height: 19px;
	background: url(../images/bullet_block.gif) 0 6px no-repeat;
}

p {
	margin: 0 0 11px 0;
}

td {
	vertical-align: top;
	font-size: 11px;
	line-height: 22px;
	padding-right: 10px;
}

ul {
	margin-top: 13px;
	margin-bottom: 13px;
	list-style : none outside;
}

ul.tight {
	margin-top: 13px;
}

ul.plain li {
	background-image: none;
}

ul.arrow li {
	background: url(../images/bullet_arrow.gif) 0 6px no-repeat;
}

ul.paper li {
	background: url(../images/bullet_paper.gif) 0 4px no-repeat;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 13px;
}

ul.feature li {
	background: url(../images/bullet_paper.gif) 0 4px no-repeat;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 20px;
}

ul.tight li {
	margin: 0 0 2px 0;
}

/* Subclassed Elements */
a.external {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	padding-right: 17px;
	background: url(../images/link_ext.gif) right 5px no-repeat;
}

a.external:hover {
	background-image: url(../images/link_ext_hover.gif);
}

p.caption {
	clear: both;
	text-align: center;
	font-size: 11px;
}

p.seminar_date {
	margin-top: -10px !important;
	font-size: 12px;
	font-weight: bold !important;	
}

/* Subclassed Divs and COLUMN Divs */
div.clear {
	clear: both;
	height: 10px;
}

div.separator {
	clear: both;
	height: 10px;
	border-top: 1px solid #9b0;
}

div.col2left {
	width: 490px;
	float: left;
	padding-bottom: 30px;
}

div.col2right {
	width: 200px;
	float: right;
	padding-bottom: 30px;
}

/* Generic Subclasses */
.screenreader {
	display: none;
}

.big {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #666;
}

.light {
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
}

.small {
	font: normal normal 10px/13px Verdana, Arial, Helvetica, sans-serif !important;
}

.xsmall {
	font: normal normal 11px/13px Arial, Helvetica, sans-serif !important;
}

.just {
	text-align: justify;
}

.ragged_right {
	text-align: left;
}

.flush_right {
	text-align: right;
}

.tight {
	margin-top: 0;	
}

.right {
	text-align: right !important;	
}

.dropcap {
	color: #555;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

.strong {
	font-weight: bold;
}

.green {
	color: #9b0;
}

.smallcaps {
	font-variant: small-caps;
}
