@charset "utf-8";
/* CSS Document */

/*** CSS RESET ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p{margin:0; padding:0; text-align:left}table{border-collapse:collapse; border-spacing:0}fieldset,img{border:0;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}sup {vertical-align:text-top; position:relative}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}ul,ol,li{list-style:none}
#track{position:absolute; bottom:0;}

/* Begin Dashed Line Removal - FireFox */
a
{
	outline: none;
}
:focus
{
  -moz-outline-style: none;
}
.page_graphicbox {
	height: 268px;
	width: 700px;
	border: 1px solid #DFDFDF;
	position: absolute;
	top: 81px;
	right: 48px;
}
.page_casestudiesbox {
	height: 268px;
	width: 700px;
	position: absolute;
	top: 81px;
	right: 48px;
}
.page_textbox .header1 {}
.casestudies-scrollingdiv, .portfolio-scrollingdiv {
	height: 180px;
	border: 1px dotted #868686;
	overflow: auto;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.casestudies-scrollingdiv strong {
	color: #900;
	font-size: 13px;
}
/*Start Page Curl*/
.curlycontainer{
	border: 1px solid #dfdfdf;
	margin-bottom: 1em;
	height: 268px;
	width: 192px;
	position: absolute;
	left: 49px;
	top: 81px;
	background-image: url(../images/curlytext_bg.jpg);
	background-repeat: repeat-x;
}
.curlycontainer .innerdiv{
	height: 247px;
	position: relative;
	left: 2px;
	top: 2px;
	background-color: transparent;
	background-image: url(../images/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 6px;
	line-height: 16px;
	font-size: 12px;
}
.curlycontainer .innerdiv strong {
	font-size: 14px;
	color: #06C;
}
.curlycontainer .innerdiv br {
	line-height: 10px;

}
.curlycontainer .innerdiv strong .blue{
	color: #1C61AD;
}
.curlycontainer .innerdiv strong .green{
	color: #749317;
}
/*End Page Curl*/
.imageFloatLeft {
	float: left;
	margin: 3px;
	padding-top: 5px;
	padding-right: 3px;
}
.imageFloatRight {
	float: right;
	margin: 3px;
	padding-top: 5px;
	padding-right: 3px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #E1E6EA;
	font-size: 12px;
	margin-top: 30px;
	/*Style for Scrollbars on Welcome and Directory page*/
	scrollbar-3dlight-color:#969599;
	scrollbar-arrow-color:#f5f5f5;
	scrollbar-base-color:#f9f9f9;
	scrollbar-darkshadow-color:#4f5356;
	scrollbar-face-color:#4f5356;
	scrollbar-highlight-color:#808080;
	scrollbar-shadow-color:#969599;
}
body a {
	color: #4A93FF;
	text-decoration: none;
}
body a:hover {
	color: #999;
	text-decoration: none;
}
li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}
div#wrapper {position:relative;}
#main-container {
	height: 492px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 3px solid #F2F2F2;
}
#main-containerpages {
	height: 550px;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 3px solid #F2F2F2;
}
/*Start Top Left Nav*/
#topnav {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 21px;
	top: -20px;
}
.animatedtabs{
	overflow: hidden;
	width: 100%;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}
.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
}
.animatedtabs a{
	float: left;
	position: relative;
	top: 5px;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	background-image: url(../images/tab-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #4A93FF;
	background-image: url(../images/tab-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */
.animatedtabs .selected a{
	background-position: 0 -125px;
	top: 0;
}
.animatedtabs .selected a span{
	background-position: 100% -125px;
	color: #999;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}
.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}
.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
#flashholder {
	text-align: center;
}
#sublinks {
	height: auto;
	position: absolute;
	top: -23px;
	right: 41px;
	text-align: right;
	font-size: 11px;
	color: #999;
}
#sublinks .sublinksselected {
	color: #EE7C07;
}
/*End Top Left Nav*/
/*Start Main Menu*/
#mainnav {
	position: absolute;
	height: auto;
	width: 700px;
	top: 36px;
	right: 48px;
}
#underlinemenu{
margin: 0;
padding: 0;
}
#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
}
* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
#underlinemenu ul li{
	display: inline;
	font-size: 11px;
}
#underlinemenu ul li a{
	float: left;
	color: gray;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	background-color: white;
}
#underlinemenu ul li a:hover{
	color: #666;
	background-color: #EEE;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4A93FF;
}
#underlinemenu ul #current a{
	color: #666;
	background-color: #FFF;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4A93FF;
} 
#textdropdown {
	height: 226px;
	width: 192px;
	position: absolute;
	left: 49px;
	top: 81px;
}

#slider {
	height: 100px;
	width: 700px;
	position: absolute;
	top: 81px;
	right: 48px;
}
/*End Main Menu*/

#logo {
	height: 44px;
	width: 180px;
	margin-top: 15px;
	margin-left: 20px;
}
#page_bottombox_l {
	height: 150px;
	width: 425px;
	border: 1px solid #DFDFDF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 13px;
	position: absolute;
	left: 49px;
	top: 367px;
	background-image: url(../images/bottom_box_bg.gif);
	background-repeat: no-repeat;
}
#page_bottombox_l li {
	list-style-image: url(../images/checkmark.gif);
	list-style-position: inside;
	margin-bottom: 11px;
}
#page_bottombox_l h3 {
	font-size: 13px;
	font-weight: bold;
	color: #C00;
}
#page_bottombox_l h3 .lgreen {
	font-size: 13px;
	font-weight: bold;
	color: #749317;
}
#page_bottombox_r {
	height: 150px;
	width: 425px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 13px;
	position: absolute;
	left: 511px;
	top: 367px;
}
#page_bottombox_r h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.index_box {
	height: 90px;
	width: 260px;
	border: 1px solid #DFDFDF;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.index_box .boxheader {
	color: #69727A;
	padding-left: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#indexbox1 {
	position: absolute;
	left: 49px;
	top: 367px;
}
#indexbox1 .brochure {
	padding-top: 15px;
	background-image: url(../images/accordion_close.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 17px;
	background-position: 140px 17px;
}
#indexbox1 .brochure a {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#indexbox1 .brochure a:hover {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
#indexbox2 {
	position: absolute;
	left: 362px;
	top: 367px;
}
#indexbox2 .box2solutions {
	font-size: 11px;
	padding-left: 12px;
	padding-top: 3px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#indexbox2 .box2link {
	text-align: right;
	padding-right: 18px;
	background-image: url(../images/accordion_close.gif);
	background-repeat: no-repeat;
	background-position: 140px 6px;
	padding-top: 4px;
}
#indexbox2 .box2link a {
	font-size: 11px;
	font-weight: bold;
}
#indexbox2 .box2link a:hover {
	font-size: 11px;
	font-weight: bold;
}
#indexbox3 {
	position: absolute;
	left: 676px;
	top: 367px;
}
#indexbox3 .indexbox3services {
    font-size: 11px;
	padding-left: 12px;
	padding-top: 3px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#indexbox3 .box3link {
	text-align: right;
	padding-right: 18px;
	background-image: url(../images/accordion_close.gif);
	background-repeat: no-repeat;
	background-position: 140px 6px;
	padding-top: 4px;
}
#indexbox3 .box3link a {
	font-size: 11px;
	font-weight: bold;
}
#indexbox3 .box3link a:hover {
	font-size: 11px;
	font-weight: bold;
}
#footer {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 65px;
	color: #BFBFBF;
	padding-top: 5px;
}
#footer a {
	color: #B2B2B2;
	font-size: 11px;
}
#footer a:hover {
	color: #4A93FF;
	font-size: 11px;
}
#footer #copyright {
	float: left;
	height: auto;
	width: auto;
	color: #B2B2B2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
#footer #footerlogos {
	background-image: url(../images/footer_logos.gif);
	background-repeat: no-repeat;
	float: right;
	height: 59px;
	width: 312px;
}
