/**
 * Diversified Data Services
 *
 * @section		screen
 * @author		Jeff Tow Creative
 * @version		1.0
 * @date		7/3/2009
 * @copyright	(c) 2009 Diversified Data Services
 * @media		screen
 * @link        http://$URL/
 *
*/

/** 
 * Reset Styles
 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, font, img, small, 
strike, strong, sub, sup, ol, ul, li,fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/** 
 * Layout
 */

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif, Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 1.5em;
	background-color: #f4f4f4;
}

#page {
	width: 1000px;
	height: 920px auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-top: 55px;
	background-image: url('../../images/bg_top_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
}

#page_wrapper {
	width: 920px;
	height: auto;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	width: 100%;
	height: 75px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-bottom: 35px;
}

#header_left_block {
	float: left;
	width: 380px;
	height: 92px;
	padding: 0;
	margin: 0;
}

#header_right_block {
	float: right;
	width: 380px;
	height: 92px;
	padding: 0;
	margin: 0;
}

#sub_nav {
	float: right;
	width: 300px;
	height: 20px;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
}

#top_nav_block {
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 0;
}

#top_nav { 
	float: left;
	width: 920px; 
	height: 40px; 
	padding: 0;
	margin: 0;
	background: url('../../images/topnav_back.jpg') no-repeat; 
}

#slider_box_block {
	width: 100%;
	height: 216px;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	position: relative;
	background: #fff url('../../images/slider_box_background.png') no-repeat bottom;
  	overflow: hidden;

}

#content_left_block {
	float: left;
	width: 71px;
	padding: 0;
	margin: 0;
}

#content_middle_block {
	float: left;
	width: 550px;
	padding: 0;
	padding-left: 15px;
	margin: 0;
}

#content_right_block {
	width: 265px;
	float: right;
	padding: 0;
	margin: 0;
}

#inside_photo_block_top {
	width: 920px;
	height: 108px;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 36px;
	margin: 0;
}

#inside_photo_block_bottom {
	width: 920px;
	height: 108px;
	padding: 0;
	padding-top: 36px;
	margin: 0;
	clear: both;
}

#inside_content_wide_block {
	float: left;
	width: 622px;
	padding: 0;
	margin: 0;
}

#inside_content_narrow_block{
	width: 230px;
	float: right;
	padding: 0;
	margin: 0;
	background: #f6f6f6;
}

#inside_content_wide_block_switched {
	float: right;
	width: 622px;
	padding: 0;
	margin: 0;
}

#inside_content_narrow_block_switched {
	width: 230px;
	float: left;
	padding: 0;
	margin: 0;
	background: #f6f6f6;
}

#footer_wrapper {
	width: 100%;
	padding: 0;
	padding-top: 30px;
	margin: 0;
	clear: both;
	background-color: #fff;
	padding-bottom: 40px;
}

#footer_left_block {
	float: left;
	width: 400px;
	padding: 0;
	margin: 0;
}

#footer_right_block {
	float: right;
	width: 500px;
	padding: 0;
	padding-top: 0px;
	margin: 0;
}

/** 
 * Lists
 */

/* Top Nav */

#top_nav ul { 
	padding: 0;
	margin: 0;
	display: inline;
}

#top_nav li {
	float: left;
	list-style: none;
	display: inline;
	position: relative;
}

#top_nav li a {
	display: block;
}

#top_nav li a img { 
  opacity: 0;
}

#top_nav li a:hover img, #top_nav li a.active img {
  opacity: 1;
}

/* Top Nav - Drop downs */
#top_nav ul li ul {
  display: none;
  opacity: 0;
	position: absolute;
	top: 37px;
	left: 15px;
	z-index: 100;
}

/*#top_nav ul li:hover ul {
  display: block;
}
*/
#top_nav li li {
  float: none;
  display: block;
  background-color: #404040;
}

#top_nav li li a {
  color: #fff;
  width: 11em;
  height: 2em;
  padding: 0 10px;
  line-height: 2em;
  text-decoration: none;
  border-left: 4px solid #5B5B5B;
  border-right: 4px solid #5B5B5B;
  border-bottom: 1px solid #525252;
}

#top_nav li li a:hover {
  background-color: #CE1041;
  color: #fff;
}




/* Sub Nav */
#sub_nav ul { 
	padding: 0;
	margin: 0;
	display: inline;
}

#sub_nav li {
	float: left;
	list-style: none;
	display: inline; 
}

#sub_nav li ul {
  position: absolute;
  z-index: 500;
}

#sub_nav li ul li {
  float: none;
  display: block;
  background-color: green;
}

#sub_nav li a {
	display: block;
}

#sub_nav li a img { 
	display: none;
}

#sub_nav #nav_aboutus a { 
	width: 62px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #fff url('../../images/subnav_aboutus_off.jpg') no-repeat;
}

#sub_nav #nav_aboutus a:hover { 
	padding: 0;
	margin: 0;
	background: #fff url('../../images/subnav_aboutus_on.jpg') no-repeat;
}

#sub_nav #nav_news a { 
	width: 44px;
	height: 20px;
	padding: 0;
	margin: 0;	
	background: #fff url('../../images/subnav_news_off.jpg') no-repeat;
}

#sub_nav #nav_news a:hover { 
	padding: 0;
	margin: 0;	
	background: #fff url('../../images/subnav_news_on.jpg') no-repeat;
}

#sub_nav #nav_contactus a {
	width: 88px;
	height: 20px; 
	padding: 0;
	margin: 0;
	background: #fff url('../../images/subnav_contactus_off.jpg') no-repeat;
}

#sub_nav #nav_contactus a:hover {
	padding: 0;
	margin: 0;
	background: #fff url('../../images/subnav_contactus_on.jpg') no-repeat;
}

#sub_nav #nav_clientlogin a { 
	width: 106px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #fff url('../../images/subnav_clientlogin_off.jpg') no-repeat;
}

#sub_nav #nav_clientlogin a:hover { 
	width: 106px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #fff url('../../images/subnav_clientlogin_on.jpg') no-repeat;
}

/* Content Nav */

ul.contentnav_inline { 
	padding: 0;
	margin: 0;
	display: inline;
}

ul.contentnav_inline li {
	float: left;
	list-style: none;
	display: inline;
	position: relative;
	padding-right: 10px;
}

ul.contentnav_inline li a {
}

ul.contentnav_inline li a:hover {
	color: #404040;
}

/* Social Media Goodies */

ul#social_nav_list {
	display: block;
	float: right;
	white-space: nowrap;
}

#footer_left_block ul#social_nav_list {
	float: left;
	white-space: nowrap;
	clear: both;
}

ul#social_nav_list li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 1px;
}

ul#social_nav_list li a {

}

ul#client_case_list {
	float: right;
	white-space: nowrap;
		font-family: georgia,serif;
	font-style: italic;
}

ul#client_case_list_inside {
	float: right;
	white-space: nowrap;
	padding-top: 52px;
			font-family: georgia,serif;
	font-style: italic;
}

ul#client_case_list li, ul#client_case_list_inside li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 1px;
		padding-left: 20px;
	color: #808080;
}

ul#client_case_list li a, ul#client_case_list_inside li a {
	color: #d31145;
	text-decoration: none;
/*	font-weight: bold; */
	padding-left: 20px;
}

ul#client_case_list li a:hover, ul#client_case_list_inside li a:hover {
	color: #404040;
}

.serve {
	float: right;
	color: #404040;
	font-family: georgia,serif;
	font-style: italic;
	display: block;
	clear: both;
}

#inside_content_narrow_block .aktt_tweets ul {
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 20px;
}

#inside_content_narrow_block .aktt_tweets ul li {
	padding-bottom: 10px;
	font-size: .9em;
	line-height: 1.5em;
	overflow: hidden;
}

#inside_content_narrow_block ul.news_sidebar {
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 20px;
}

#inside_content_narrow_block ul.news_sidebar li {
	font-size: .9em;
	line-height: 1.5em;
}

#inside_content_narrow_block .aktt_tweets ul li a {
	text-transform: none;
}

/** 
 * Images
 */

img {
	padding: 0;
	margin: 0;
	border: none;
}

.img_logo {

}

.img_phone {
	float: right;
	margin-top: 30px;
}

.img_frontpic {

}

.img_help {
	margin: 0;
	margin-top: 25px;
	padding: 0;
}

.img_environment {
	float: right;
}

#environment a img { 
	display: none; 
}

#environment a { 
	clear: both;
	float: right;
	width: 268px; 
	height: 92px; 
	display: block; 
	background: #fff url('../../images/environment_off.jpg') no-repeat; 
}

#environment a:hover { 
	background: #fff url('../../images/environment_on.gif') no-repeat; 
}

.img_hr {
	padding-top: 7px;
}

.img_clientcase {

}

/** 
 * Text
 */

.entry {
	padding-bottom: 30px;
}

a {
	color: #d31145;
}

#inside_content_narrow_block a, #inside_content_narrow_block_switched a {
	text-transform: none;
}

#inside_content_narrow_block a:hover, #inside_content_narrow_block_switched a:hover {
	color: #404040;
}

h1 {
	font-size: 2.3em;
	color: #d31145;
	line-height: 1em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	color: #d31145;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 15px;
}

h3 {
	font-size: 1.3em;
	color: #d31145;
	padding-bottom: 5px;
}


h3.case {
	font-size: 1.3em;
	color: #d31145;
	padding-bottom: 5px;
	line-height: 140%;
}

#inside_content_narrow_block h3, #inside_content_narrow_block_switched h3 {
	font-size: 1.3em;
	color: #d31145;
	padding-top: 0;
	padding-bottom: 5px;
	margin-left: 18px;
	margin-right: 18px;
}

form h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

p.large {
	font-size: 1.2em;
	line-height: 1.7em;
	padding-bottom: 10px;
}

p.small {
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: 5px;
}

#inside_content_wide_block p {
	line-height: 1.5em;
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

#inside_content_narrow_block p.small, #inside_content_narrow_block_switched p.small {
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-left: 18px;
	margin-right: 18px;
}

#inside_content_narrow_block p, #inside_content_narrow_block_switched p {
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom: 10px;
	margin-left: 18px;
	margin-right: 18px;
}

#inside_content_narrow_block p.small_last, #inside_content_narrow_block_switched p.small_last {
	font-size: .9em;
	line-height: 1.5em;
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 20px;
}

#footer_left_block p {
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.3em;
}

#footer_left_block p.inside {
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.3em;
	padding-top: 18px;
	clear: left;
}

#footer_left_block a {
	color: #4d4d4d;
	text-decoration: none;
}

#footer_left_block p.copyright {
	margin-top: 3px;
}

/** 
 * Slider
 */

#slider {
  width: 632px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.scroll {
  height: 206px;
  width: 632px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  clear: left;
}

.scrollContainer div.panel {
  height: 206px;
  width: 632px;
}

#slider_info .info {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 250px;
}

.info p {
  margin: 1.5em 0;
}
.info strong { font-weight: bold; }

ul.navigation {
  list-style: none;
  position: absolute;
  bottom: 5px;
  left: 25px;
  z-index: 100;
}

ul.navigation li {
  display: inline;
}

ul.navigation a {
  display: block;
  float: left;
  margin: 4px;
  padding: 0px 6px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  text-decoration: none;
}

ul.navigation a:hover, ul.navigation a.selected {
  color: #d31145;
}

ul.navigation a.selected {
  background-color: #fff;
}

ul.navigation a:focus {
  outline: none;
}

.hide {
  display: none;
}

#case_studies {
	position: absolute;
	right: 0;
	bottom: 10px;
	background: #ccc url('../../images/case_studies_hover.png') no-repeat;
}

#case_studies img { 
	display: none; 
}

#case_studies a {
  display: block;
  width: 236px;
  height: 43px;
  background: #ccc url('../../images/case_studies.png') no-repeat;
}

#case_studies a:hover {
  background: #ccc url('../../images/case_studies_hover.png') no-repeat;
}

#environment_details { 
	display: none;
}

.environ {
padding: 15px;
}

.environ p {
padding-bottom: 11px;
}

.envron b {
color: #d31145;
}

/** 
 * Forms
 */

form {
	clear: both;
}

form input {
	margin-bottom: 10px;
}

#inside_content_narrow_block form {
	margin-left: 18px;
	margin-right: 18px;
}

#inside_content_narrow_block form input {
	font-size: 10px;
	margin-bottom: 10px;
}

.linklove {
	display: none;
}

fieldset {
	border: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

fieldset.cf_hidden {
	display: none;
}

.reqtxt, .emailreqtxt {
	color: #d31145;
	font-size: 0.9em;
}

fieldset.cf-fs1 legend {

}

/** 
 * Blog-Specific Formatting
 */

#postnav {
	padding-bottom: 30px;
}

#postnav_alignright {
	float: right;
}

#postnav_alignleft {
	float: left;
}

textarea {
	width: 600px;
}

#respond {
	padding-top: 30px;
}

p.postmetadata small, #commentmetadata {
	font-size: .85em;
	color: #777;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	border: 1px solid #eee;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}


.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	padding-top: 0px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

/* End Comments */
