/* CSS  */

/* set up page and default all padding and margins */
body {
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	background: url(../imgs/_structure/bg.jpg) #FFFFFF repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body *{  margin:0px; padding:0px; }

/* page properties */
.pagecontent { width:780px; padding-right:30px; padding-left:30px; text-align:left; background-color:#FFFFFF; }
/* ~~~~~~~  this will split full page down the middle if needed */
.floatRight { float:right; }
.floatLeft { float:left; }

#content {min-height:250px;}
#content .threeCols-center 	{ margin:0px 240px 0px 185px;}
#content .threeCols-right 	{ float:right; width:240px; }
#content .threeCols-left 	{ float:left; width:185px; }

#content .twoCols 			{ margin-left:205px; } 
#content .twoCols-nav		{ float:left; width:205px; }

#content .twoColsContact-right 		{ float:right; width:240px; } 
#content .twoColsContact-left 		{ margin-right:240px; padding-right:30px; } 

#content .oneCol 	{ margin-right:210px; } 

/* ------------------------------------------  DESIGN */

/*  h1 & h2 are used to wrap graphics */
h1 { display:block; }
h2 { display:block; }

/* NAV */

/* HOMEPAGE */
#masthead {
	margin-bottom:16px;
}

.promo {
	display: none;
	margin-bottom:8px;
}

.promo1 {
 display: none;
 margin-bottom:8px;
}

.promo2 {
  display: none;
  margin-bottom:8px;
}

.promo3 {
  display: none;
  margin-bottom:8px;
}

.client-login-promo {
	margin-bottom:8px;
}

#content #news h4 {
	color:#666666;
	margin:12px 0px 0px 0px;
}

#content #news p {
	color:#666666;
	margin:0px 30px 0px 0px;
	font-size:11px;
	line-height:15px;
}

/* CONTACT */

.callback {
	background-color:#cbe9f7;
	padding: 2px;
	margin:4px 0px 8px 0px;
}

.callbackBtn {
	padding: 2px;
	margin:4px 0px 4px 0px;
}



/* CONTENT */

#content a 			{ color:#2871a0; text-decoration:none; }
#content a:visited 	{ color:#2871a0; }
#content a:hover 	{ color:#2871a0; text-decoration:underline; }

#content .subnav  li			{ display:block; width:180px; margin:1px 0px 1px 0px; border-bottom:thin solid #CCCCCC;}
#content .subnav  a 			{ display:block; width:175px; color:#2871a0; background-color:#FFFFFF; padding:1px 0px 1px 4px; text-decoration:none; }
#content .subnav a:visited 		{ color:#2871a0; }
#content .subnav a:hover 		{ color:#2871a0; background-color:#EEEEEE; }
/* selescted */
#content .subnav strong			{ color:#333333; margin:1px 0px 1px 4px;}


.footerInfo { font-size:9px; color:#999999; margin-top:6px;}
.footerInfo a 			{ color:#2871a0; text-decoration:none; }
.footerInfo a:visited 	{ color:#2871a0; }
.footerInfo a:hover 	{ color:#2871a0; text-decoration:underline; }


/* content html headers */
#content .pictureHeader{
	margin-bottom:20px;
}

#content h3 { 
	display:block; 
	font-size:14px; 
	font-weight:normal; 
	margin:0px 0px 16px 0px; 
	line-height:20px; 
	color:#000000;
}

#content h4 { 
	display:block; 
	font-size:13px; 
	font-weight:bold; 
	margin:0px 0px 0px 0px; 
	line-height:18px; 
	color:#333333;
}

#content p {
	margin:0px 0px 12px 0px;
	color:#222222;
	line-height:18px;
}

#content em {
	color:#666666;
}


#content ul {
	margin-bottom:24px; 
	list-style-type:none;
	line-height:20px; 
}

#content li {
	margin-bottom:6px;
	color:#000000;
}

#content .indentedList {
	margin-left: 14px;
}


#content .indentedList li {
	list-style-type:disc;
	padding-left: 5px;
}


#content .testimonials .quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px; 
	font-style:italic;
	margin:0px 0px 0px 0px; 
	line-height:16px; 
	color:#444444;
}

#content .testimonials .person {
	font-size:11px; 
	font-weight:light;
	margin:0px 0px 0px 0px;
	color:#666666;
}

#content .testimonials img {
	margin-bottom:12px;
}

#content label {
	font-size:11px;
	color:#222222;
}

