@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background-color: #c6d1d9;
	font-family: "Segoe UI","trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
img{
	border: none;
	outline: none;
}
a {
	text-decoration: none;
	color: #0033FF;
}
a:hover {

}
.bgwrapper {
	background-image: url(images/bg_glow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}

.centerwrapper {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 57px;
}
.wrappertop {
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	width: 984px;
}
.wrapperbtm {
	background-image: url(images/bg_btm.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 984px;
}
.wrapper {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 600px;
	width: 984px;
	height: 100%;
}
#logo {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -15px;
}

#header {
	width: 952px;
	padding-top: 20px;
	position: absolute;
	height: 37px;
	z-index: 1000;
	top: 0;
	left: 25px;
}
#header .nav {
	float: left;
	margin-left: 170px;
}
#header .nav > ul li {
	float: left;
	list-style-type: none;
	height: 37px;
}
#header .nav li a{
	font-weight: bold;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 7px;
	color: #232323;

	cursor: pointer;
}
#header .nav > ul > li.active {
}
#header .nav > ul > li.active .nav_l {
	float:left;
	background-image: url(images/nav_bg_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 37px;
}
#header .nav > ul > li.active .nav_r {
	float:left;
	background-image: url(images/nav_bg_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 37px;
}
#header .nav > ul > li.active > div a {
	padding-left: 10px;
}
#header .nav > ul > li:hover > div a {
	color:#666666;
}
#header .nav li:hover ul.subnav {
	left: auto;
	top: 55px;
}
#header .nav ul.subnav, #header .nav ul.subnav2 {
	border:1px solid #666666;
	width:13em;
	position:absolute;
	left: -9999px;
	z-index:999;
	background-color: #333333;
}
#header .nav ul.subnav li:hover ul.subnav2 {
	left: 13em;
	margin-top: -30px;
}
#header .nav ul.subnav li{
	list-style-type: none;
	display: block;
	padding: 0;
	border-bottom: solid 1px #666666;
	float: none;
	height: 100%;
}
#header .nav ul.subnav li:hover {
	background: #666666;
}
#header .nav ul.subnav li a {
	padding: 5px 12px 5px 6px;
	display: block;
}
#header .nav ul.subnav li:last-child{
	border-bottom: none;
}
#header .nav ul.subnav a{
	color: #FFFFFF;
}
#header .nav ul.subnav > li.subnav2_avlb{
	background-image: url(images/blue_arrow_s.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .search {
	width: 220px;
	height: 40px;
	position: absolute;
	z-index: 3;
	right: 0px;
	top: -31px;
	background-image: url(images/search_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header .search #sbtn {
	background-image: url(images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	background-color: transparent;
	height: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
#header  .search   #in  {
	width: 137px;
	float: right;
	background-image: url(images/search_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	border:none;
	border-width: 0px;
	padding-top: 3px;
}
#banner_seperator {
	height: 350px;
	width: 940px;
}
#banner {
	height: 350px;
	width: 940px;
	background-image: url(images/banner_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: absolute;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: -22px;
	z-index: 5;
}
#banner .toppanel {
	height: 42px;
	width: 135px;
	background-image: url(images/banner_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	left: 11px;
	top: 10px;
	z-index: 14;
}
#banner .toppanel li{
	margin-left: 6px;
	margin-right: 6px;
	display: inline;
}
#banner .toppanel li a{
	width: 19px;
	height:19px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
}
#banner .toppanel li a.rssbtn {
	background-image: url(images/rss_blue.png);
}
#banner .toppanel li a.contactbtn {
	background-image: url(images/letter_icon.png);
	width: 27px;
}
#banner .toppanel li a.twitterbtn {
	background-image: url(images/twitter_small.png);
}
#banner .toppanel li a.rssbtn:hover {
	background-image: url(images/rss_blue_h.png);
}
#banner .toppanel li a.contactbtn:hover {
	background-image: url(images/letter_icon_h.png);
}
#banner .toppanel li a.twitterbtn:hover {
	background-image: url(images/twitter_small_h.png);
}
#banner #pauseBtn {
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	top: 270px;
	left: 20px;
	background-image: url(images/pauseBtn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner #pauseBtn:hover {
	background-image: url(images/pauseBtn_h.png);
}
#banner #pauseBtn.paused {
	background-image: url(images/playBtn.png);
}
#banner #pauseBtn.paused:hover {
	background-image: url(images/playBtn_h.png);
}
#banner .bottomnav {
	height: 32px;
	width: 612px;
	background-image: url(images/banner_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
	text-align: center;
	position:absolute;
	padding-top:10px;
	bottom: 11px;
	;
	left: 11px;
	z-index: 12;
}
#banner .bottomnav .content {
	height: 31px;
	float: left;
	width: 585px;
}
#banner .bottomnav img {
	float: left;
	cursor: pointer;
	clear: none;
}
#banner .bottomnav #nextBtn, #banner .bottomnav #prevBtn {
	width: 21px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}
#banner .bottomnav #nextBtn {
	float: right;
	background-image: url(images/r_arr.png);
}
#banner .bottomnav #prevBtn {
	float: left;
	background-image: url(images/l_arr.png);
}
#banner .bottomnav #nextBtn:hover {
	background-image: url(images/r_arr_ovr.png);
}
#banner .bottomnav #prevBtn:hover {
	background-image: url(images/l_arr_ovr.png);
}
#banner .bottomnav li {
	list-style-type: none;
	display: inline-block;
	float: left;
	cursor: pointer;
	height: 21px;
	width: 134px;
	padding-top: 10px;
}
#banner .bottomnav li a{
	color: #bdbdbd;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	width: 104px;
	font-size: 11px;
}
#banner .bottomnav li.selected {
	color: #313131;
	background-image: url(images/banner_btm_active_nav.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}
#banner .bottomnav li.selected a{
	color: #313131;
}

#banner .report {
	height: 411px;
	width: 311px;
	position: absolute;
	z-index: 2;
	float: right;
	top: -30px;
	right: -1px;
	display: none;
}
#banner .caption {
	padding-top: 55px;
	padding-left: 40px;
}
#banner .caption .learnmore {
	margin-left: 300px;
	clear: left;
	float: left;
	margin-top: 10px;
}
#banner .caption .content {
	float: left;
	padding-left: 20px;
}
#banner .img_placholder {
	height: 246px;
	width: 366px;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 500px;
	color:#333333;
	font-size: large;
	text-align: center;
}
#content {
	width: 952px;
	padding-right: 16px;
	padding-left: 16px;
}
#case-studies #gallery {
	clear: both;
	height: 700px;
}
#case-studies #gallery #caption{
	height: auto;
}
#case-studies .topnav{
	height: 30px;
}
#case-studies .topnav li{
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
	background-color:#333333;
	/*IE 7 inline-block fix*/
	zoom:1; 
	*display: inline; 
}
#case-studies .topnav li a{
	padding: 5px 10px;
	display: block;
	color:#CCCCCC;
}
#case-studies #prevBtn{
	background: url(images/btn_l_long.png) left top no-repeat;
	width: 273px;
	height: 34px;
	cursor: pointer;
	display: block;
	float: left;
}
#case-studies #nextBtn{
	background: url(images/btn_r_long.png) left top no-repeat;
	width: 273px;
	height: 34px;
	cursor: pointer;
	display: block;
	float: right;
}
#case-studies #prevBtn:hover, #case-studies #nextBtn:hover{
	background-position: left -34px;
}
#case-studies .text {
	width: 700px;
}
#case-studies .text > *{
	display: compact;
	clear: left;
}
#case-studies .text p{
	color:#333333;
}
#case-studies .text > ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	/*IE 7 inline-block fix*/
	zoom:1; 
	*display: inline; 
}
#case-studies .imgs{
	width:330px;
	height: 400px;
	float: right;
	border: 1px solid #ccc;
	padding: 10px;
	margin-left: 10px;
}
#case-studies .imgs ul li:first-child{
	margin: 0 0 3px 0;
}
#case-studies .imgs ul li:first-child a{
	height: auto !important;
}
#case-studies .imgs ul li a.img-thumb{
	display: block;
	height: 40px;
}
#case-studies .imgs ul li{
	list-style: none;
	padding: 0;
	margin: 5px 5px 5px 0px;
	display: inline-block;
	border: 1px solid #ccc;
	/*IE 7 inline-block fix*/
	zoom:1; 
	*display: inline; 
}
#case-studies .link a{
	color: #69ACDB;
	float: right;
}
#fancybox-close {
	background: url(images/btn_close.png) left top no-repeat !important;
}
#content #cleft {
	background-image: url(images/c_left_bg.png);
	float: left;
	height: 328px;
	width: 603px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#content #cleft .header {
	color: #FFFFFF;
	height: 22px;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 5px;
	position: relative;
}
#content #cleft .header .edge{
	background-image: url(images/hdr_edge.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 23px;
	position: absolute;
	left: -20px;
	top: 0px;
}
#content #cleft .header .edge_r {
	background-image: url(images/hdr_edge_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 48px;
	width: 16px;
	position: absolute;
	right: -13px;
	top: 0px;
}
#content #cleft .tabs {
	padding-top: 10px;
}

#content #cleft .tabs > ul {
	float: left;
	position: relative;
	margin-right: 1px;
	margin-left: 15px;
	z-index: 2;
}
#content #cleft .tabs ul.tabHead a:hover{
	text-decoration:none;
}
#content  #cleft .tabs > ul li {
	list-style-type: none;
	padding-top: 5px;
	overflow: hidden;
	width: 80px;
	height: 55px;
	background-image: url(images/gloss_btn.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #adb9c2;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
	cursor: pointer;
}
#content  #cleft .tabs > ul li a{
	font-weight: bold;
	color: #333333;
}
#content #cleft .tabs li.active {
	background-image: none;
	border-right-style: none;
	width: 88px;
}

#content #cleft .tabs .tab {
	height: 264px;
	width: 463px;
	background-color: #FFFFFF;
	float:none;
	border: 1px solid #adb9c2;
	left: 123px;
	position: relative;
	z-index: 1;
	margin-right: 13px;
}
#content #cleft .tabs .tab .content {
	padding: 15px 0px 15px 15px;
	height: 234px;
	width: 448px;
	background-image: url(images/c_left_content_bg.png);
	background-repeat: repeat-y;
	background-position: right;	/*overflow: hidden;*/
}
#content #cleft .tabs .tab .content .text{
	width: 280px;
}
#content #cleft .tabs .tab .content .text a{
	color: #0066FF;
}
#content #cleft .tabs .tab .content .text h3{
	font-size: 14px;
}
#content #cleft .tabs .content ol li{
	list-style-position: inside;
}
#content #cleft .tabHead .content {
	display: none;
}
#content #cleft .tabs .content em {
	font-weight: bold;
}
#content #cleft .tabs .content .img_placholder {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 40px;
	right: 0;
	text-align: center;
}


#content #cright {
	float: right;
	height: 285px;
	width: 324px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 35px;
	background-image: url(images/c_right_bg.png);
	padding-left: 3px;
	margin-right: 10px;
	border: 1px solid #ccc;
}
#content #cright .tabs {
	float: left;
	position: relative;
	width: 34px;
	height: 304px;
	overflow: hidden;
	padding-left: 3px;
	display: none;
}
#content #cright .tabs a{
	color: #FFFFFF;
}
#content #cright ul.tabHead a:hover{
	text-decoration:none;
}
#content #cright ul.tabHead {
	position: absolute;
	bottom: 0;
}
#content #cright .tabs li {
	height: 35px;
	cursor: pointer;
	width: 34px;
	background-image: url(images/tab_btn.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#content #cright .tabs li:hover {
	background-image: url(images/tab_hover.png);
}
#content #cright .tabs li.active {
	background-image: url(images/tab_active.png);
}
#content #cright .tabs li.active a{
	color: #333333;
	display: block;
	height: 35px;
	width: 34px;
}
#content #cright .tab {
	height: 280px;
	width: 320px;
	float: left;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
}
#content #cright .tabHead .content {
	display: none;
}
#introvideo {	
	margin-top: 20px;
}
#introvideo object {
	display: block;
}

#gallery {
	height: 319px;
	overflow: hidden;
}
#gallery #caption {
	height: 319px;
}
#thumbsgallery #thumbs #thumbswrapper {
	height: 31px;
}
.caption p, .caption h3, .caption a {
	color: #FFFFFF;
}
.thumbs .caption {
	display: none;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.page_content {
	min-height: 600px;
	margin-top: 0px;
	width: 910px !important;
	position: relative;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
.content_main {
	margin-left: 200px;
	padding-bottom: 20px;
	font-size: 12px;
}
.content_main p {
	clear: both;
	line-height: 20px;
}

.content_main li {
	list-style-position: inside;
}
.content_main h2 {
	font-size: 24px;
	font-weight: bold;
}
.content_main h3 {
	font-weight: bold;
	color:#69ACDB;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}
.content_main .left {
	width: 340px;
	float: left;
	text-align: justify;
}
.content_main .left_med {
	width: 530px;
	float: left;
	text-align: justify;
}
.content_main .right {
	width: 340px;
	float: right;
	text-align: justify;
}
.content_main .left li, .content_main .left_med li, .content_main .right li {
	text-align: left;
}
.content_main li {
	margin-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.content_main em {
	color: #2E85BE;
}
.content_main .img_right {
	width: 330px;
	position: absolute;
	float: right;
	right: 0px;
	top: 79px;
}
.content_main .img_right2 {
	width: 200px;
	position: absolute;
	float: right;
	right: 35px;
	top: 178px;
}
.content_main .img_right3 {
	width: 150px;
	position: absolute;
	float: right;
	right: 10px;
	top: 270px;
}
.content_main .img_right4 {
	width: 146px;
	position: absolute;
	float: right;
	right: 26px;
	top: 15px;
}
.rightside_note {
	background-image: url(images/rightside_note.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	width: 215px;
	position: absolute;
	right: -24px;
	top: 0px;
}
.rtable {
	width: 599px;
}
.rtable .top {
	background-image: url(images/rtable_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
.rtable .mid {
	background-image: url(images/rtable_bg.jpg);
	background-repeat: repeat-y;
	min-height: 50px;
	padding-right: 40px;
	padding-left: 40px;
}
.rtable .btm {
	background-image: url(images/rtable_btm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}
.rtable  table td {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #215F87;
}
.rtable table td:first-child {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	text-align: left;
	padding-left: 40px;
	color: #000000;

}
.rtable table td.hdr {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	border-right: none;
}
.rtable table tr:first-child td {
	border-top: none;
}
#sidebar {
	float: left;
	width: 200px;
	height: 100%;
}

#sidebar .hdr {
	background-image: url(images/services_hdr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 206px;
	position: absolute;
	left: -21px;
	z-index: 1;
}
#sidebar ul {
	position: absolute;
	z-index: 2;
	margin-top: 40px;
	left: 0px;
}
#sidebar li {
	float: left;
	clear: left;
	list-style-type: none;
	text-align: right;
	width: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
}
#sidebar li:first-child {
	padding-top: 15px;
}
#sidebar li a {
	color: #666666;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#sidebar li.current a{
	background-color:#F1F3F5;
	font-weight: bold;
}
#sidebar li:hover a{
	background-color:#9ECBE9;
	color: #FFFFFF;
}
#wd_diag {
	height: 782px;
	width: 720px;
	position: relative;
	background-image: url(images/wd_diag.jpg);
	background-repeat: no-repeat;
}
#wd_diag p {
	line-height: 14px;
}
#wd_diag h3 {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#wd_diag li {
	list-style-type: none;
	background-image: url(images/black_arrow_s.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 12px;
	margin-left: 0px;
}
#wd_diag .webmarkerter {
	position: absolute;
	height: 200px;
	width: 245px;
	top: 224px;
	left: 136px;
}
#wd_diag .webmarkerter li{
	margin-left: 35px ;
}

#wd_diag .webmarkerter .indent {
	padding-left: 20px;
}
#wd_diag .webdesigner {
	position: absolute;
	height: 200px;
	width: 216px;
	top: 282px;
	left: 416px;
}
#wd_diag .graphicdesigner {
	position: absolute;
	height: 200px;
	width: 234px;
	top: 505px;
	left: 235px;
}
#wd_diag .graphicdesigner .indent {
	padding-left: 40px;
}
#wd_diag .graphicdesigner li {
	margin-left: 53px;
}
#wd_diag .wmwd p, #wd_diag .wdgd p, #wd_diag .wmgd p{
	visibility: hidden;
	color: #333333;
}
#wd_diag .wmwd:hover p, #wd_diag .wdgd:hover p, #wd_diag .wmgd:hover p{
	visibility: visible;
}
#wd_diag .wmwd {
	position: absolute;
	height: 135px;
	width: 207px;
	left: 287px;
	top: 104px;
	background-image: url(images/speech1_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 107px;
	cursor: pointer;
}
#wd_diag .wmwd:hover {
	background-image: url(images/speech1_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wd_diag .wdgd {
	position: absolute;
	height: 95px;
	width: 218px;
	left: 452px;
	top: 479px;
	background-image: url(images/speech2_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 115px;
	padding-left: 40px;
	padding-right: 18px;
	cursor: pointer;
}
#wd_diag .wdgd:hover {
	background-image: url(images/speech2_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wd_diag .wmgd {
	position: absolute;
	height: 65px;
	width: 215px;
	left: -1px;
	top: 377px;
	background-image: url(images/speech3_s.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 135px;
	padding-left: 20px;
	cursor: pointer;
}
#wd_diag .wmgd:hover {
	background-image: url(images/speech3_l.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.SEO_stagebox{
	height: 57px;
	width: 139px;
	position: absolute;
	padding: 15px 10px;
	/*cursor: pointer;*/
	text-align: center;
}
.SEO_stagebox .text{
	z-index: 10;
}
.SEO_stagebox .more {
	height: 88px;
	width: 187px;
	position: absolute;
	background-image: url(images/speech_medium.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	left: -12px;
	top: 58px;
	z-index: 999;
	text-align: left;
	display: none;
}
.SEO_stagebox:hover .more {
	/*display: block;*/
}
#SEO_typical {
	background-image: url(images/SEO_loop.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 612px;
	position: relative;
}
#SEO_typical .plan {
	left: 24px;
	top: 20px;
}
#SEO_typical .exec {
	left: 227px;
	top: 20px;
}
#SEO_typical .eval {
	left: 433px;
	top: 20px;
}
#SEO_QS {
	background-image: url(images/SEO_loop_QS.jpg);
	background-repeat: no-repeat;
	height: 228px;
	width: 612px;
	position: relative;
}
#SEO_QS em {
	font-weight: bold;
	color:#CC0033;
}
#SEO_QS .plan {
	left: 24px;
	top: 23px;
}
#SEO_QS .exec {
	left: 227px;
	top: 23px;
}
#SEO_QS .eval {
	left: 433px;
	top: 23px;
}
#SEO_QS .refi {
	left: 329px;
	top: 131px;
}
#analytics_diag {
	background-image: url(images/analytics_diagram.jpg);
	background-repeat: no-repeat;
	height: 680px;
	width: 700px;
	position: relative;
}
#analytics_diag .webcontent{
	position: absolute;
	width: 421px;
	height: 354px;
	left: 15px;
	top: 300px;
	overflow: hidden;
}
#analytics_diag .webcontent .btn_r{
	cursor: pointer;
	z-index: 3;
	position: absolute;
	background-image: url(images/btn_r.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 30px;
	left: 388px;
	top: 120px;
}
#analytics_diag .webcontent .btn_l{
	cursor: pointer;
	z-index: 3;
	position: absolute;
	background-image: url(images/btn_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 30px;
	left: 3px;
	top: 120px;
}
#analytics_diag .webcontent .slide{
	padding-bottom: 20px;
	width: 421px;
}
#analytics_diag .webcontent li{
	margin: 0;
	padding: 0;
}
#analytics_diag .webcontent .screenshot{
	height: 280px;
	text-align: center;
}
#analytics_diag .webcontent .screenshot h4{
	font-size: 16px;
	color: #1E7CC1;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#analytics_diag  .webcontent  .infotext  td p{
	line-height: 12px;
	
}
#analytics_diag .webcontent .infotext tr.head td{
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#analytics_diag .webcontent .infotext tr td{
	padding-left: 5px;
}
#analytics_diag .webcontent .infotext tr td.mid{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}
#analytics_diag .webcontent .infotext tr.head{
	font-weight: bold;
}
.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	border: 1px solid #DECA7E;
	background-color: #F5F5B5;
	padding:10px 13px;
}
.companyinfo tr td {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
}

.companyinfo tr td:first-child {
	text-align: right;
	padding-left: 0px;
}
.contactform {
	width: 350px;
}
.contactform input{
	width: 200px;
}
.contactform #submit2{
	width: 80px;
}
.contactform p.req{
	float: right;
	display: block;
}
.contactform p.submitbtn{
	float: left;
	display: block;
	clear: none;
}
#portfolio .thumbs li {
	display:inline;
	padding: 0;
	margin: 0;
}
#portfolio #caption .caption{
	clear: both;
}
#portfolio #caption .caption h3{
	color:#333333;
	margin: 0;
}
#portfolio #caption .caption a{
	color:#999999;
}
.timestamp, .entry .post-info em, .hentry  small{
	font-size: small;
	color: #930000;
}
.entry h2:first-child {
	margin-left: -20px;
}
.entry h2{
	padding-bottom: 0px !important;
}
.entry, .hentry{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#post_content .post-info {
	padding-bottom: 20px;
}
#post_content .entry{
	min-height: 300px;
}
.post, .page{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
}
.post:last-child, #post_content .post{
	border: none;
}

