/* @group Base */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	text-align: center;
	font: 12px "Lucida Grande", Arial, sans-serif;
	color: #000;
}
a img {
	border: none;
}
a {
	color: #dc291e;
}
a:hover {
	color: #333;
}
a:visited, a:active {
	color: #666;
}

/* @end */

/* @group Header */

#header {
	border-top: 7px solid #143c69;
}
#header-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header-links {
	background: url('/media/images/layout/header-bg.gif') no-repeat;
	width: 251px;
	height: 19px;
	font-size: 10px;
	color: #fff;
	margin-left: 670px;
}
#header-links a, #header-links a:visited {
	color: #fff;
	text-decoration: none;
}
#header-links a:hover {
	color: #accdf3;
}

/* @group Logo */

#logo {
	width: 980px;
	margin: 6px auto 20px;
	text-align: left;
	height: 46px;
}

#logo h1 {
	width: 252px;
	float: left;	
}

#logo h1 a {
	display: block;
	text-indent: -9999px;
	background: url('/media/images/layout/logo.gif') no-repeat;
	width: 252px;
	height: 46px;
}

#logo .tagline {
	width: 194px;
	height: 44px;
	float: right;
	background: url('/media/images/layout/tagline.gif') no-repeat;
	text-indent: -9999px;
	margin-right: 20px;
}

/* @end */

/* @end */

/* @group Navigation */

#nav {
	width: 100%;
	height: 28px;
	background: #dc291e;
	position: relative;
	z-index: 10000;
}
#navigation {
	background: url('/media/images/layout/navbar.gif') no-repeat;
	width: 980px;
	height: 28px;
	position: relative;
	margin: 0 auto;
}
#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#nav li, #nav a {
	display: block;
	height: 33px;
	text-indent: -9999px;
	outline: none;
}

#navigation .nav-home a,
#navigation .nav-about a,
#navigation .nav-whatwedo a,
#navigation .nav-whoweserve a,
#navigation .nav-join a,
#navigation .nav-find a,
#navigation .nav-newspond a
{
	background: url('/media/images/layout/navbar.gif') 0 0 no-repeat;
}

#navigation .nav-home {
	left: 0px;
	width: 69px;
 }
#navigation .nav-home a {
	background-position: 0px 0px;
 }
#navigation .nav-home a:hover, #navigation .nav-home a.current {
	background-position: 0px -33px;
 }

#navigation .nav-about {
	left: 69px;
	width: 134px;
 }
#navigation .nav-about a {
	background-position: -69px 0px;
 }
#navigation .nav-about a:hover, #navigation .nav-about a.current {
	background-position: -69px -33px;
 }

#navigation .nav-whatwedo {
	left: 203px;
	width: 117px;
 }
#navigation .nav-whatwedo a {
	background-position: -203px 0px;
 }
#navigation .nav-whatwedo a:hover, #navigation .nav-whatwedo a.current {
	background-position: -203px -33px;
 }

#navigation .nav-whoweserve {
	left: 320px;
	width: 129px;
 }
#navigation .nav-whoweserve a {
	background-position: -320px 0px;
 }
#navigation .nav-whoweserve a:hover, #navigation .nav-whoweserve a.current {
	background-position: -320px -33px;
 }

#navigation .nav-join {
	left: 449px;
	width: 133px;
 }
#navigation .nav-join a {
	background-position: -449px 0px;
 }
#navigation .nav-join a:hover, #navigation .nav-join a.current {
	background-position: -449px -33px;
 }

#navigation .nav-find {
	left: 582px;
	width: 146px;
 }
#navigation .nav-find a {
	background-position: -582px 0px;
 }
#navigation .nav-find a:hover, #navigation .nav-find a.current {
	background-position: -582px -33px;
 }

#navigation .nav-newspond {
	left: 728px;
	width: 150px;
 }
#navigation .nav-newspond a {
	background-position: -728px 0px;
 }
#navigation .nav-newspond a:hover, #navigation .nav-newspond a.current {
	background-position: -728px -33px;
 }

/* @end */
/* @group Lightbox */

#lightbox {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	height: 300px;
	margin: 126px 0 0 -473px;
	text-align: left;
}

#lbContent {
	position: absolute;
	bottom: 0;
	background: #fff;
	z-index: 100;
}

#lightbox-wrap {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;	
	padding: 55px 44px 85px 44px;
	width: 810px;
	z-index: 9998;
	position: relative;
}

#lightbox a {
	outline: none;
}

#lightbox-inner {
	width: 810px;
	height: 175px;
	background: #fff;
	-moz-opacity: 0.96;
	opacity: .96;
	filter: alpha(opacity=96);
	overflow: hidden;
}

#lightbox-inner-wrap {
	height: 100%;
	width: 1620px;
}

#light-bottom {
	margin-left: -1px;
	position: relative;
	background: url(/media/images/layout/light-close-bg.gif) no-repeat 0 0;
	height: 26px;
}

* html #light-bottom {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 902px;
	z-index:  9999;
}

#lightbox-close {
	display: block;
	width: 98px;
	height: 12px;
	background: url('/media/images/layout/close-btn.gif') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 20px;
	z-index:  100;
}

#lightbox-close span {
	display: block;
	height: 12px;
}

* html #lightbox-close {
	filter: alpha(opacity=100);
}

#light-bottom a:hover {
	background: url('/media/images/layout/close-btn-hover.gif') no-repeat;
}
.light-img {
	padding-left: 40px;
	width: 189px;
	height: 190px;
	float: left;
}
.light-content {
	width: 561px;
	float: left;
}
.light-content h2 {
	color: #0a3b69;
	margin-bottom: 6px;
}
.light-content p {
	line-height: 13pt;
}
.light-links a {
	display: block;
	background: url('/media/images/layout/red-arrow.gif') no-repeat 0% 50%;
	padding-left: 12px;
	margin: 16px 0;
	color: #dc291e;
	text-decoration: none;
}
.light-links a:hover {
	text-decoration: underline;	
}
#light-btns {
	bottom: 55px;
	right: 65px;
	position: absolute;
	z-index: 9999;
}
#light-btns #prev-client {
	display: block;
	width: 122px;
	height: 26px;
	background: url('/media/images/layout/prev-client.gif') no-repeat;
	text-indent: -9999px;
	float: left;
}
#light-btns a:hover#prev-client {
	background: url('/media/images/layout/prev-client-hover.gif') no-repeat;
}
#light-btns #next-client {
	display: block;
	width: 108px;
	height: 26px;
	background: url('/media/images/layout/next-client.gif') no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 4px;
}
#light-btns a:hover#next-client {
	background: url('/media/images/layout/next-client-hover.gif') no-repeat;
}
#lightbox.done #lbLoadMessage {
	display:none;
}
#lightbox.done #lbContent {
	display:block;
}
#lightbox.loading #lbContent {
	display:none;
}
#lightbox.loading #lbLoadMessage {
	display:block;
}

.lightbox-entry {
	width: 810px;
	float: left;
}

/* @end */
#container {
	width: 980px;
	margin: 12px auto 0;
	text-align: left;
}
#content {
	margin-left: 18px;
}

hr {
	border: none;
	border-bottom:1px solid #D1D1D1;
}

/* @group Featured Content */

#featured-content {
	position: relative;
}

#featured-frame {
	width: 900px;
	height: 360px;
	background: url(/media/images/layout/featured-frame.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

* html #featured-frame {
	background: none;
	filter: DXImageTransform.Microsoft.AlphaImagerLoader(src='/media/images/layout/featured-frame.png',sizingMethod='crop');
}

#featured-caption {
	position: absolute;
	bottom: 33px;
	right: 91px;
	width: 326px;
	color: #fff;
	line-height: 12pt;
}

#featured-caption-top, 
#featured-caption-bottom,
#featured-caption-back {
	width: 326px;
	height: 3px;
	display: block;
}

#featured-caption-top {
	background: url(/media/images/layout/featured-desc-top.png) no-repeat 0 0;
}

* html #featured-caption-top {
	background: none;
	filter: DXImageTransform.Microsoft.AlphaImagerLoader(src='/media/images/layout/featured-desc-top.png',sizingMethod='crop');
}

#featured-caption-bottom {
	background: url(/media/images/layout/featured-desc-bottom.png) no-repeat 0 0;
}

* html #featured-caption-bottom {
	background: none;
	filter: DXImageTransform.Microsoft.AlphaImagerLoader(src='/media/images/layout/featured-desc-bottom.png',sizingMethod='crop');
}

#featured-caption-back {
	background: url(/media/images/layout/featured-desc-back.png) repeat-y 0 0;
	height: auto;
	width: 300px;
	padding: 13px;
}

* html #featured-caption-back {
	background: none;
	filter: DXImageTransform.Microsoft.AlphaImagerLoader(src='/media/images/layout/featured-desc-back.png',sizingMethod='scale');
}

#featured-caption strong {
	display: block;
	color: #ee2e24;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 2px;
}

/* @end */

/* @group Statement */

#statement {
	width: 900px;
	height: 39px;
	background: url('/media/images/layout/statement-bg.gif') no-repeat;
	margin-top: 10px;
}
#statement-text {
	text-indent: -9999px;
}
#statement a {
	position: relative;
	top: -5px;
	left: 770px;
}
a#more-btn {
	background: url('/media/images/layout/more-btn.gif') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 39px;
	height: 20px;
}
a:hover#more-btn {
	background: url('/media/images/layout/more-btn-hover.gif') no-repeat;
}

/* @end */

/* @group Index Content */

#news-content {
	margin-top: 12px;
	margin-bottom: 18px;
}
#flash-feature {
	float: left;
}

#little-red {
	float: left;
	width: 245px;
	height: 88px;
	padding: 0 22px 18px 0;
	margin-left: 8px;
	margin-bottom:18px;
	}
	
#email-signup {
	float: left;
	width: 245px;
	height: 88px;
	background: url('/media/images/layout/email-bg.gif') no-repeat;
	padding: 18px 22px;
	margin-left: 8px;
}
#email-signup input {
	border: 1px solid #ccc;
	padding: 5px 7px;
	float: left;
}
#email-signup input#submit-email {
	display: block;
	width: 21px;
	height: 22px;
	/* background: url('/media/images/layout/submit-btn.gif') no-repeat; */
	text-indent: -9999px;
	float: left;
	margin: 2px 0 0 7px;
	border: none;
	padding: 0;
}
a:hover#submit-email {
	background: url('/media/images/layout/submit-btn-hover.gif') no-repeat;
}

/* @end */

/* @group Columns */

#columns {
	margin: 18px 0 22px;
	float: left;
}

/* @group First Column */

#col1 {
	width: 204px;
	float: left;
}
#columns h1, #columns h2.oversized {
	font-size: 18px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	margin: 8px 0 10px;
	color: #333;
}

#columns h2.oversized {
	margin:  20px 0 10px;
	border-bottom: none;
	font-weight: normal;
}

#columns h2 {
	color: #DC291E;
}

#columns h3 {
	color: #143C69;
}

/* @end */

/* @group Second Column */

#col2 {
	width: 660px;
	float: left;
	margin-left: 42px;
	color: #333;
}

#col2 .main-image {
	border: 1px solid #d1d1d1;
	float: right;
	margin: 0 0 10px 10px;
}

#col2 h1 {
	width: 660px;
}
#col2 a {
	color: #dc291e;
	text-decoration: none;
}

#col2 a.email-to {
	padding-right:  20px;
	background: url(/media/images/layout/email-icon.gif) right 5px no-repeat;
}

#col2 a.vcard {
	display: inline;
	float: left;
	width: 15px;
	margin-left: 5px;
	background: url(/media/images/layout/vcard-icon.png) center 5px no-repeat;
	text-indent: -999em;
	font-size: 14px;
}

#col2 a:hover {
	text-decoration: underline;
}
#col2 p {
	line-height: 13pt;
	margin-bottom: 1em;
}
#col2 p.value {
	margin-top: -1em;
	color: #143C69;
	font-style: italic;
}

#col2 h2 {
	font-size: 14px;
	margin-bottom: .75em;
}

#col2 h2.section {
	margin-top: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 0.5em;
}

#col2 h3 {
	font-size: 12px;
}
#col2 ul {
	margin: 18px 0 18px 10px;
}
#col2 li {
	list-style-type: none;
	padding-left: 12px;
	background: url('/media/images/layout/bullet.gif') no-repeat 0 .5em;
	margin: 2px 0;
}

#col2 blockquote {
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	padding: 15px;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 1em;
}


#col2 blockquote span {
	display: block;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	background: url(/media/images/layout/arrow-on.gif) no-repeat scroll 0 .25em;
	padding-left: 12px;
}

#col2 blockquote a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding-left: 12px;
}

#how-to-join-us label {
	width:  655px;
	clear:  both;
	float: left;
	text-align: right;
	margin-top: 3px;
}

#how-to-join-us input, #how-to-join-us textarea {
	width: 450px;
	border: 1px solid #d1d1d1;
	padding: 3px;
}

#how-to-join-us input.file {
	padding: 3px 0;
	width: 458px;
}

#col2 #how-to-join-us input[className=file] {
	width: auto;
	margin-right: 224px;
}

* html #how-to-join-us input.file {
	width: auto;
	margin-right: 224px;	
}

#how-to-join-us textarea {
	height: 150px;
	vertical-align: top;
}

#how-to-join-us input.submit {
	width: auto;
	float: right;
	margin-right: 5px;
	padding: 3px 20px;
}

#our-team h2 {
	float: left;
}

#our-team p {
	clear: left;
}

/* @end */

/* @group Sub Columns */

.sub-columns {
	clear: both;
	width: 900px;
}
.sub-col1,
.sub-col2,
.sub-col3 {
	width: 300px;
	float: left;
}
.sub-columns ul {
	margin: 30px 0 50px;
}
.sub-columns ul.sub-list {
	margin: -38px 0 -18px 14px;
}
.sub-columns ul.sub-list li {
	margin: 8px 0;
}
.sub-columns li, .sub-columns .nested ul.sub-list li {
	list-style-type: none;
	background: url('/media/images/layout/bullet-grey.gif') no-repeat 0 6px;
	padding-left: 12px;
	margin: 14px 0;
	width: 250px;
	font-size: 100%;
	font-weight: normal;
}
.sub-columns li a {
	text-decoration: none;
	color: #dc291e;
	position: relative;
}
.sub-columns li span {
	position: relative;
}
.sub-columns li a:hover {
	text-decoration: underline;
}

.sub-columns .nested li {
	background: none;
	font-size: 110%;
	font-weight: bold;
}

.sub-columns .nested {
	margin-bottom: 35px;
}

/* @end */

/* @group Content Image */

#content-img {
	float: right;
	position: relative;
	margin: 0 0 16px 16px;
}
#content-img img {
	border: 1px solid #d1d1d1;
	padding: 4px 4px 44px;
}
#content-img p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 11px;
	color: #333;
	line-height: 11pt;
	_width: 270px;
}

/* @end */
#flash-timeline {
	margin: 80px 0;
}

#our-team-image {
	border: 1px solid #333;
	margin: 12px 22px;
}

/* @group Sub Nav */

#sub-nav {
	width: 199px;
	border: 1px solid #d1d1d1;
	_border: none;
}
#sub-nav-inner {
	background: url('/media/images/layout/sub-nav-bgbottom.gif') no-repeat left bottom;
	_background: none;
	position: relative;
	top: 3px;
	left: -1px;
	padding-bottom: 10px;
	_border: 1px solid #d1d1d1;
	_height: 50px;
}
#sub-nav h2 {
	width: 201px;
	_width: 187px;
	height: 34px;
	background: url('/media/images/layout/sub-nav-bg.gif') no-repeat;
	font-size: 13px;
	color: #fff;
	margin-top: -6px;
	padding: 10px 0 0 14px;
	position: relative;
	top: 2px;
}
#sub-nav ul {
	margin: -8px 0 0 1px;
}

* html #sub-nav ul {
	position: relative;
	top: 15px;
	left: -1px;
	background: url('/media/images/layout/sub-nav-bgbottom.gif') no-repeat left bottom;
	padding-bottom: 16px;	
}

#sub-nav li {
	list-style-type: none;
}
#sub-nav li a {
	width: 176px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #dc291e;
	text-decoration: none;
	height: 30px;
	background: url('/media/images/layout/arrow-off.gif') no-repeat 6% 50%;
	line-height: 23pt;
	padding-left: 23px;
}

* html #sub-nav li a {
	width: 177px;
}

#sub-nav li a:hover, #sub-nav li a.current {
	background: #f0f0f0 url('/media/images/layout/arrow-on.gif') no-repeat 6% 50%;
	color: #333;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 900px;
	height: 27px;
	background: url('/media/images/layout/footer-bg.gif') no-repeat;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding: 7px 0 20px;
	margin-top: 22px;
	clear: both;
}
body#home #footer {
	position: relative;
	top: -14px;
}
#footer a {
	color: #ee2b23;
	text-decoration: none;
	padding: 0 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	line-height: 12pt;
	margin-top: 14px;
	padding-bottom: 25px;
}

/* @end */

/* @group Categories */
#col2 #nav_categories, #col2 #nav_categories ul, #col2 #nav_categories li {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
	background: none;
}

#col2 #nav_categories ul h2 {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 108.33%;
	color:#143C69;
}

#col2 #nav_categories ul h3 {
	color: #333;
}

#col2 #nav_categories ul {
	margin-left: 10px;
}

#col2 .entries, #col2 a.more {
	margin-left: 10px;
}

#col2 .entries h3 a.invis {
	color:#143C69;
}

#col2 a.more {
	display: block;
	margin-bottom: 10px;
}
/* @end */

.print-only {
	display: none;
}

/* @group Email Form */
#lightbox.email-form {
	z-index: 10;
}

#email-form {
	width: 500px;
	float: left;
}

#email-form-response {
	width: 300px;
	float: right;
}

#email-form label {
	display: block;
	margin-bottom: 10px;
	width: 500px;
	clear: right;
	padding:  2px;
}

#email-form label input, #email-form label textarea, #email-form label .input {
	border: 1px solid #ccc;
	float: right;
	width: 350px;
	margin-top:  -1.3em;
	display: block;
}

#email-form label .input {
	border: none;
}

#email-form textarea {
	margin-top: -1em;
	height:  100px;
}

#email-form .submit {
	clear: right;
}

/* @end */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */