/************** HTML ELEMENTS */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#D6DEED;
	margin:0px;
	color:#3E5375;
}
html{
} 


a {
	color:#3E5375;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#3E5375;
	text-decoration:underline;
}
form {
	margin:0px;
	padding:0px;
}
h1{
	font-size:medium;
	font-weight:bold;
	margin:4px 0px 4px 8px;
	padding:0px;
}
h2{
	font-size:medium;
	font-weight:bold;
	margin:18px 0px 2px 0px;
	padding:0px;
}
h3{
	font-size:small;
	font-weight:bold;
	margin:12px 0px 2px 0px;
	padding:0px;
	color:#B2653F;
}
h4{
	font-size:small;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#B2653F;
}

img{
border:0px;
}
/************** PAGE OBJECTS */
#sitewrapper {
	margin-right:auto;
	margin-left:auto;
	width:750px;
}

#sitebody {
	width:750px;
	background-color:#3E5375;
	background-image:url(../global/images/bg_site.jpg);
	background-repeat:repeat-y;
}
#siteshadow {
	width:750px;
	background-image:url(../global/images/bg_site.jpg);
	background-repeat:repeat-y;
	background-color:#3E5375;
}
#leftcol {
	margin-left:5px;
	width:204px;
	float:left;
	background-image:url(../global/images/bg_lcol.png);
	background-repeat:repeat-x;
	border-right:1px solid #D8DEE9;
	background-color:#3E5375;
}

#mainbodyarea {
	width:535px;
	float:left;
	background-image:url(../global/images/ca_shadow_l.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
}
#mainbodyarea_full {
	width:740px;
	float:left;
	margin:0px 5px 0px 5px;
	background-color:#FFFFFF;
}
#contentarea {
	height:100%;
}
html>body #contentarea {
	padding:4px 18px 12px 12px;
	width:505px;
	margin-bottom:0px;
}
#contentarea_full {
	padding:2px 9px 6px 6px;
	margin-bottom:10px;
	background-image:url(../global/images/contentarea_fullshadow.jpg);
	background-repeat:repeat-x;
}
html>body #contentarea_full {
	padding:4px 18px 12px 12px;
	margin-bottom:10px;
}
.contentbody {
	margin:5px;
}

#home_tlbox {
	width:204px;
	height:140px;
	background-image:url(../global/images/bg_tlbox.png);
	border-bottom:1px solid #D8DEE9;
}
#footercontainer {
	margin-right:auto;
	margin-left:auto;
	clear:both;
	background-image:url(../global/images/bg_site.jpg);
	width:740px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	z-index:99;
}
#footer {
	position:absolute
	width:730px;
	background-color:#3E5375;
	border-top:1px solid #D8DEE9;
	padding:5px;
	color:#D8DEE9;
}

#footer a{
	color:#D8DEE9;
}

#footer a:hover{
	text-decoration:none;
}

html>#footer {
	width:730px;
	background-color:#3E5375;
	border-top:1px solid #72829E;
	padding:5px;
}

#filler_tl{
	width:204px;
	height:140px;
	background-color:#2C4267;
}

#filler_tr{
	width:535px;
	height:140px;
	background-color:#2C4267;
}

#splasharea {
	width:535px;
	height:140px;
	border-bottom:1px solid #D8DEE9;
}
#header{
	position:absolute;
	left:-14px;
	top:0px;
	z-index:99;
}

#headercontainer{
	position:relative;
	margin: 0 auto;
	width:750px;
	z-index:99;
}

/************** REUSABLE CLASSES */
.largepadding{
	padding:8px;
}
html>body .largepadding {
	padding:16px;
}
.largemargin{
	margin:16px;
}
.medmargin{
	margin:10px;
}
.smallmargin{
	margin:6px;
}
.lightheader
{
	font-size:medium;
	font-weight:bold;
	color:#ffffff;
	margin:10px 10px 4px 10px;
}
.darkheader
{
	font-size:medium;
	font-weight:bold;
	margin:4px 0px 4px 8px;
}
.lighttext
{
	color:#D8DEE9;
}
.lighttext a
{
	color:#D8DEE9;
}
.whitetext
{
	color:#ffffff;
}
.whitetext a
{
	color:#D8DEE9;
}
.darktext 
{
	color:#2C4267;
}
.darktext a
{
	color:#2C4267;
}
.floatleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.floatright {
	float:right;
	margin:0px 0px 10px 10px;
}
.leftmargin{
	margin-left:10px;
}
.rightmargin{
	margin-right:10px;
}
.customlist{
	list-style:none;
	margin:0px;
	padding:0px;
}
.arrowbullet_light{
	padding-left:4px;
	font-size:smallest;
	background-image:url(../global/images/arrow_right_light.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
html>body .arrowbullet_light{
	padding-left:8px;
	background-image:url(../global/images/arrow_right_light.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
.arrowbullet_light a{
	color:#ffffff;
}
.arrowbullet_dark{
	padding-left:4px;
	font-size:smallest;
	background-image:url(../global/images/arrow_right_dark.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
html>body .arrowbullet_dark{
	padding-left:8px;
	background-image:url(../global/images/arrow_right_dark.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
.arrowbullet_dark a{
}

.sectionheader
{
	border-bottom:1px dotted #72829E;
	background-image:url(../global/images/block_green.jpg);
	background-repeat:repeat-y;
	padding-left:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
html>body .sectionheader
{
	border-bottom:1px dotted #72829E;
	background-image:url(../global/images/block_green.jpg);
	background-repeat:repeat-y;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.subsectionheader{
	font-size:large;
	font-family:Georgia, "Times New Roman", Times, serif;
}

html>body .parentsectionheader{
	font-size:large;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.expandedsectionheader
{
}
.blocktext{
	text-align:justify;
}

.readmore{
	font-size:10px;
	height:12px;
	background-position:right;
	border-top:1px dotted #D8DEE9;
	padding-right:8px;
	margin-top:10px;
}
html>body .readmore{
	font-size:10px;
	height:12px;
	background-position:right;
	border-top:1px dotted #D8DEE9;
	padding-right:16px;
	margin-top:10px;
}

.backlink {
	background-image:url(../global/images/arrow_circle_left_light.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	height:14px;
	margin-right:12px;
	padding-left:8px;
}

html>body .backlink {
	background-image:url(../global/images/arrow_circle_left_light.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	height:14px;
	padding-left:16px;
}

.nextlink {
	background-image:url(../global/images/arrow_circle_left_light.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	height:14px;
	padding-right:8px;
}
html>body .nextlink {
	background-image:url(../global/images/arrow_circle_right_light.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	height:14px;
	padding-right:16px;
}

.arrow_dark{
	background-image:url(../global/images/arrow_circle_right_dark.gif);
	background-repeat:no-repeat;
}


.arrow_med{
	background-image:url(../global/images/arrow_circle_right_med.gif);
	background-repeat:no-repeat;
}

.arrow_light{
	background-image:url(../global/images/arrow_circle_right_light.gif);
	background-repeat:no-repeat;
}

.fullwidth{
	width:100%;
}
.halfwidth{
	width:50%;
}
.columns
{
	list-style:none;
  margin: 0;
  padding: 0;
	float:left;
}
.columns li{
	display:inline;
	float:left;
}
.content_bottomnav{
	text-align:right;
}

.content_topnav{
	background-color:#3E5375;
	border:1px solid #72829E;
	padding:5px;
	float:left;
	margin:0px 10px 10px 0px;
}

.pagemenu
{
	list-style:none;
  margin:0px;
  padding:0px;
}
.pagemenu li{
	background-repeat:no-repeat;
	background-position:1px 1px;
  margin:1px;
	color:#72829E;
	height:20px;
	padding-top:3px;
	font-family:"Arial Narrow", Arial, Helvetica;
}

.pagemenu #selected{
	color:#72829E;
	background-color:#72829E;
	color:#FFFFFF;
}
.pagemenu #selected a{
	color:#FFFFFF;
}
.pagemenu #selected a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.rightbar{
	width:204px;
	float:right;
	margin:0px 0px 20px 20px;
	background-image:url(../global/images/bg_lcol.png);
	background-repeat:repeat-x;
	background-color:#3E5375;
	border-bottom:1px solid #475162;
}
.rightbaritem{
	background-image:url(../global/images/whitearrow_right.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:15px 10px 15px 40px;
}

.darkbox{
	border:1px solid #D8DEE9;
	background-color:#3E5375;
	margin:10px;
	padding:2px;
}
.lightbox
{
	background-color:#D8DEE9;
	background-image:url(../global/images/lightbox_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #D8DEE9;
}
.transparentbox{
	margin:10px;
	padding:2px;
}

.fullpage_headerwrapper {
	height:140px;
	margin-top:140px;
	margin-left:10px;
}


.content_bottommargin{
	margin-top:10px;
}
.headergradient {
	background-image:url(../global/images/headergradient.jpg);
	background-repeat:repeat-x;
	margin-right:10px;
}
.largetopmargin {
	margin-top:160px;
}

/* Page-specific styles */
.servicesheader{
	padding-top:106px;
	height:140px;
	background-image:url(../global/images/bg_clapping.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.testimonialsheader{
	padding-top:106px;
	height:140px;
	background-image:url(../global/images/bg_clapping.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.portfolioheader{
	padding-top:106px;
	height:140px;
	background-image:url(../global/images/bg_clapping.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.resourcesheader{
	padding-top:106px;
	height:140px;
	background-image:url(../global/images/bg_clapping.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.companyheader{
	padding-top:106px;
	height:140px;
	background-image:url(../global/images/bg_clapping.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.testimonial_item{
	padding:3px;
	border-right:1px dotted #72829E;
	border-bottom:1px dotted #72829E;
	width:200px;
}
.testimonial_preview{
	margin-bottom:6px;
	border-bottom:1px dotted #72829E;
	padding-bottom:6px;
}
.testimonial_body{
	background-image:url(../global/images/quote.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:460px;
}
.testimonials_author{
	font-style:italic;
	text-align:right;
	margin-right:8px;
	font-size:11px;
	color:#D8DEE9;
}
.sidebar_insetline{
	height:3px;
	width:100%;
	background-image:url(../global/images/insetline.gif);
	background-repeat:repeat-x;
}
.Resources{
	list-style:none;
  margin:0px;
  padding:0px;
}
.Resources_item{
	background-image:url(../global/images/arrow_leftright_dark.gif);
	background-repeat:no-repeat;
	background-position:1px 1px;
  margin:1px;
	color:#3E5375;
	height:20px;
	padding-top:3px;
	font-family:"Arial Narrow", Arial, Helvetica;
}
.Resources_item a{
	color:#FFFFFF;
	padding:0px 40px 3px 20px;
	display:block;
	width:100px;
}
.Resources_item a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.featuredbox{
	margin:0px 10px 10px 0px;
}

#home_adarea{
border-top:1px solid #D8DEE9;
height:140px;
width:520px;
margin:15px 0px 0px 0px;
clear:both;
}

.home_adarea_item{
border-right:1px solid #D8DEE9;
height:130px;
display:inline-block;
float:left;
margin:4px 4px 0px 0px;
padding:0px 4px 0px 0px;
}

.home_adarea_item_last{
border-right:none;
margin:4px 0px 0px 4px;
padding:0px 0px 0px 0px;
}

.arrowlist{
margin:10px;
}

.arrowlist li{
	padding-left:10px;
	background-image:url(../global/images/arrow_right_dark.gif);
	background-repeat:no-repeat;
	background-position:center left;
	line-height:20px;
	list-style:none;
}
.checklist{
margin:10px;
}

.checklist li{
	padding-left:10px;
	background-image:url(../global/images/check_right_dark.gif);
	background-repeat:no-repeat;
	background-position:center left;
	line-height:20px;
	list-style:none;
}

.arrowlist_item a:hover{
	text-decoration:none;
}

#testimonialsbox{
	background-color:#8290AA;
	border:1px solid #D8DEE9;
	background-image:url(../global/images/quotations.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	margin:10px;
	padding:2px;
}

.boxlist{
	margin:0px;
	padding:0px;
	list-style:none;
}

.boxlist li{
	float:left;
	margin:20px;
	width:300px;
	display:inline-block;
	list-style:none;
}

.pageheader_full{
	background-image:url(../global/images/pageheader_blank_full.jpg);
	background-repeat:no-repeat;
	background-color:#3E5375;
	padding:2px 0px 0px 10px;
	height:22px;
	color:#ffffff;
	margin-top:146px;
}
.pageheader{
	background-image:url(../global/images/pageheader_blank.jpg);
	background-repeat:no-repeat;
	background-color:#3E5375;
	padding:2px 0px 0px 10px;
	height:22px;
	color:#ffffff;
	width:507px;
	margin:0px;
}
.xsmall{
font-size:10px;
}
.greentext{
color:#5B9555;
}
.redtext{
color:#990000;
}
.bluetext{
color:#000099;
}
.browntext{
	color:#B2653F;
}
.browntext a{
	color:#B2653F;
}

.ContentBox_RedHeader{
border:1px solid #990000;
text-align:center;
font-weight:bold;
}
.ContentBox_BlueHeader{
border:1px solid #000099;
text-align:center;
font-weight:bold;
}
.ContentBox_Body{
border:1px solid #D8DEE9;
text-align:center;
padding:4px;
}
.ContentBox_Body img{
	vertical-align:middle;
}

.ContentBox_LeftColumn{
border:1px solid #D8DEE9;
padding:4px;
}

.content_header
{
	font-size:medium;
	font-weight:bold;
	margin:18px 0px 2px 5px;
	padding:0px;
}
.content_postdatetime
{
	font-size:10px;
	margin-left:5px;
}