@charset "UTF-8";
/* CSS Document */

/*COLOR SCHEME
Blue: #002596
Brown: #8d4625
Grey: #808285
Light blue: #ccd3ea (dropdown menu highlights)
*/

/*GENERAL DIVS*/
#wrapper {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 1024px;
}

body {
	margin: 0;
}

.body_text { /*main body copy*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0 55px 0 55px;
}
.body_sm_text { /*main body copy*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0 55px 0 55px;
}
.bigger { 
font-size: medium; 
	font-size: 14px;
	line-height: 16px;
}
.bigger10 { 
	font-size: 8px;
	line-height: 8px;
	}
.bigger11 { 
font-size: medium; 
	font-size: 9px;
	line-height: 11px;
	}
.bigger12 { 
font-size: medium; 
	font-size: 10px;
	line-height: 12px;
}

.body_text_subhead { /*subheads for paragraphs*/
	color: #8d4625;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 55px 0 55px;
	padding: 0;
}
.body_text_subhead_blue { /*subheads for paragraphs*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 55px 0 55px;
	padding: 0;
}
.bigger2 { /*subheads for paragraphs*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	padding: 0;
}
	.bigger3 { /*subheads for paragraphs smaller than bigger2 bold*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
}
.body_text_bullets { /*first level of indented bullets*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 55px 0 95px;
	padding: 0;
}

.body_text_bullets_2ndlevel { /*second level of indented bullets*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 55px 0 35px;
	padding: 0;
}

.links { /*link style for main page links ex: Business Technology Services*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	list-style-type: none;
	margin: 0 55px 0 80px;
	padding: 0;
}
.links a, .links a:hover, .links a:visited { /*hover and visited link style for main page links*/
	color: #8d4625;
	text-decoration: underline;
}

.body_text_links { /*link style for body text links*/
	color: #8d4625;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.body_text_links a, .body_text_links a:hover, .body_text_links a:visited { /*hover and visited link style for body text links*/
	color: #8d4625;
	text-decoration: underline;
}

.body_sm_text_links { /*link style for body text links*/
	color: #8d4625;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.body_sm_text_links a, .body_text_links a:hover, .body_text_links a:visited { /*hover and visited link style for body text links*/
	color: #8d4625;
	text-decoration: underline;
}

#header {
	height: 101px;
}

#headeranim { /* Data Sales logo in upper left*/
	float: left;
	height: 101px;
	width: 290px;
}

#headertext { /*"Keep Your Business Moving..." on top*/
	float: left;
	height: 101px;
	width: 480px;
}

#nav { /*main navigation*/
	background: #fff;
	margin: 0 7px 0 7px;
	padding: 0;
}
/*END GENERAL DIVS*/

/*HOME CONTENT DIVS*/
#home_main{
	clear: both;
	height: 297px;
	padding: 7px 0 7px 0;
}

#home_left {
	background: url(../images/home_left.jpg) no-repeat;
	float: left;
	height: 297px;
	width: 304px;
}

#home_right {
	float: right;
	height: 297px;
	position: relative;
	width: 720px;
}

#home_right_text {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	position: absolute;
	right: 137px;
	top: 158px;
	width: 530px;
}
/*END HOME CONTENT DIVS*/

/*MAIN CONTENT DIVS*/
#maincontent {
	clear: both;
}

#content_header { /*for blue page headers*/
	float: right;
	height: 130px;
	padding-top: 7px;
	width: 1024px;
}

#content_left {
	float: left;
	margin: 5px 5px 20px 7px;
	padding: 0;
	width: 205px;
}

/*contact info (left column) style*/
#content_left_contact_info {
	float: left;
	margin: 20px 5px 20px 7px;
	padding: 0;
	text-align: left;
	width: 205px;
}
.body_text_contact_info {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}
.body_text_contact_info_caption {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*padding: 0px 15px 0 15px;*/
	padding: 0;
}
.body_text_contact_info_links { /*link style for body text links*/
	color: #8d4625;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.body_text_contact_info_links a, .body_text_contact_info_links a:hover, .body_text_contact_info_links a:visited { /*hover and visited link style for body text links*/
	color: #8d4625;
	text-decoration: underline;
}
.body_sm2_text_contact_info {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}
.body_sm2_text_contact_info_caption {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*padding: 0px 15px 0 15px;*/
	padding: 0;
}
.body_sm2_text_contact_info_links { /*link style for body text links*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.body_s2m_text_contact_info_links a, .body_text_contact_info_links a:hover, .body_text_contact_info_links a:visited { /*hover and visited link style for body text links*/
	color: #002596;
	text-decoration: underline;
}
.body_sm_text_contact_info {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}
.body_sm_text_contact_info_caption {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*padding: 0px 15px 0 15px;*/
	padding: 0;
}
.body_sm_text_contact_info_links { /*link style for body text links*/
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.body_sm_text_contact_info_links a, .body_text_contact_info_links a:hover, .body_text_contact_info_links a:visited { /*hover and visited link style for body text links*/
	color: #002596;
	text-decoration: underline;
}
/*end contact info style*/
#content_right_case {
	float: left;
	margin: 0;
	padding: 0;
	width: 540px;
}
#content_right_2_case {
	float: right;
	margin: 0;
	padding: 0;
	width: 260px;
}
#content_case {
	clear: right;
	float: right;
	margin: 20px 7px 20px 0;
	overflow: hidden;
	padding: 0;
	width: 800px;

}
#content_right {
	clear: right;
	float: right;
	margin: 20px 7px 20px 0;
	overflow: hidden;
	padding: 0;
	width: 800px;
}
#content_right_col_left_case { /*for 3 column text, ex: case-study page*/
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
}

#content_right_col_mid_case { /*for 3 column text, ex: case-study page*/
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
}
#content_right_col_right_case { /*for 3 column text, ex: case-study page*/
	float: left;
	margin: 0;
	padding: 0;
	width: 255px;
}
#content_right_col_left { /*for two column text, ex: Contact page*/
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
}

#content_right_col_right { /*for two column text, ex: Contact page*/
	float: right;
	margin: 0;
	padding: 0;
	width: 440px;
}

/*style for Resource Materials thumbnails*/
.resource_thumbs {
	clear: left;
	margin-left: 25px;
	padding: 0;
}
dl {
	color: #002596;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
} 
dt,dd {
	float: left;
	width: 168px;
} 
dt {
	margin-bottom: 60px;
	padding: 0;
} 
dd {
	margin: 140px 0 0 -168px;
	padding: 0;
}
/* removes borders from image links */
a:link img {
	border: 1px solid #002596;
}
a:hover img {
	border: 1px solid #002596;
}
a:visited img {
	border: 1px solid #002596;
}
/*end Resource Materials style*/

/*expander for expanding text blocks*/
a.expander {
      color: #8d4625;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  font-weight: bold;
	  line-height: 22px;
      margin: 2px 0 0 0;
      padding: 0;
	  text-decoration: none;
}
a.expander:hover {
      color: #8d4625 !important;
}
a.expander span {
      position: relative;
	  left: 55px;
      top: -1px;
}
a.expander img {
      border: 0;
	  left: 55px;
	  position: relative;
}
.expansions {
      display: none;
	  padding: 0;
      padding: 0 0 8px 0;
}
/*end expander*/

/*END MAIN CONTENT DIVS*/

/*FOOTER DIVS*/
#footer {
	background: #fff;
	clear: both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 32px;
	padding: 0 7px 0 7px;
}

/*footer navigation*/
#footer_nav {
	display: block;
	float: left;
	font-size: 12px;
}
#footer_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer_nav ul li {
	color: #808285;
	display: block;
	float: left;
	line-height: 32px;
	list-style: none;
	text-align: center;
}
#footer_nav ul li a {
	background: url(../images/nav_gradient.jpg) repeat-x;
	border-bottom: solid 1px #939598;
	border-top: solid 1px #939598;
	color: #808285;
	display: block;
	text-decoration: none;
}
#footer_nav ul li a:hover, #footer_nav ul li a.current {
	background: #002596;
	color: #fff;
}
/*end footer navigation*/

/*END FOOTER DIVS*/

/*Error message if user's JavaScript is disabled*/
div#att {
	background-color: #fffeb8;
	border-bottom: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	left: 1px;
	line-height: 28px;
	margin: 0;
	padding: 15px 0 15px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
div#att p {
	display: inline;
}
/*End error message*/


