@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 25px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/containBG.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left;
} 

/*holds the curved top, logo, header navigation*/
#header { 
}

/*top with curve*/
#headerCurve {
	height:30px;
}

/*contain floated headerLeft and right*/
#headerWrap{
	padding:0;
	margin:0;
	}

/*left header contains the logo*/
#headerLeft{
	width:465px;
	padding: 0;
	float:left;
	margin: 0px 0px 0 22px;
	height:103px;	
} 

/*right header contians the navigation*/	
#headerRight{
	width:450px;
	float:right;
	padding: 0;
}

/* contains the header nav*/
#headerNavWrap { 
	margin:0;
	padding: 0 0px 0 0px/*positions header nav to the right*/
} 

/*header nav begins*/
#headerNav{
	margin:0;
	padding:0 0 0 0px;
	color:#231f20;
	font-size:10px;
}
	 	
#headerNav li{
	display: inline;
	list-style-type:none;
}

#headerNav a:link {
	color:#231f20;
	text-decoration: none;
}

#headerNav a:visited{
	color:#231f20;
	text-decoration:none;	
}

#headerNav a:hover {
text-decoration:underline;
}

#headerNav img{
border:none;
margin:0px 2px -5px 0;
}

.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #231f20;
	}
.third {
	padding: 0 10px 0 0px;
	border-right: 1px solid #231f20;
	}
	
.first {
	padding: 0 10px 0 10px;
	border-right: 1px solid #231f20;
	border-left: 1px solid #231f20;
}
	
	
.last {
/*border:none;*/
border-right: 1px solid #231f20;
padding: 0 10px 0 8px;
}
/*header nav ends*/

/*contains main content/navigation*/
#mainContent { 
	margin: 0 32px 0 23px;
	width:905px;
	/*border:1px solid #009933;*/
}


/*wraps around all bottom content with borders*/
#mainWrap{
	border:1px solid #808080;
	padding: 0;
	margin:0;
	width:905px;
	min-height:380px;
	}

/*headline bottom below gradient*/
h1{
	font:100% Arial, Helvetica, sans-serif;
	color:#231f20;
	padding: 10px 0 0 25px;
	margin:0;
	font-size:20px;
}

/*sidebar text in red*/
h2{
	color:#ED1c24;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 15px 0;
	margin:0;
}

/*bottom in the media*/
h3{
	color:#231f20;
	padding: 10px 0 10px 0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	}

/*bottom left navigation*/	
h4{
	margin:0;
	padding:0 0 0 5px;
	color:#6D6F71;
	font-size:12px;
	font-weight:normal;}

/*bottom right navigation*/	
h5{
	margin:0 2px 0 0;
	padding:0;
	color:#6D6F71;
	font-size:12px;
	font-weight:normal;
	text-align:right;}

/*main content*/
p{
	font-size:12px;
	padding: 0 25px;
}


/*header image top*/
#headerImage{
	height:119px;
	margin:0;
	padding:0;
}

/*bottom gradient below flash*/
#bottomGradient{
	background-image:url(../images/gradientInterior1.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height: 14px;
	}

/*contains the left and right floated linked images*/
#bottomWrap{
	width:620px;}

/*left main content*/
#bottomLeft{
	width:606px;
	padding:0 0 5px 82px;
	margin:0;
	float:left;
	min-height:330px;
	/*border:1px solid #33FFFF;*/
}
/*padding on image headline with descendors*/
.padding {
	margin: 0 0 -3px 0;
}

/*right sidebar*/
#bottomRight{
	width:211px;
	margin: 0px 0 0 692px;
	padding: 40px 0 80px 0;
	/*border:1px solid #CC00CC;*/
}

/*puts a padding on the images*/
#bottomRight img {
	padding: 0 0px 0 0;
	margin:5px 0;
	border:5px solid #808080;
}
	
#bottomClients{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	margin: 10px 25px 0 25px;
	}
	
#bottomClients img {
	border:1px solid #000;
	margin: 0 0 10px 0;}
	
	
/*bottom navigation for case studies*/
#bottomNav {
	background-image:url(../images/caseBottomGradient.jpg);
	background-repeat:repeat-x;
	width: 905px;
	/*border:1px solid #3333FF;*/}
	
#bottomNav a:link {
	color:#6D6F71;
	font-size:11px;
	text-decoration:none;
	margin:0;
	padding:0;
	}
	
#bottomNav a:visited{
	color:#6D6F71;
	font-size:11px;
	text-decoration:none;
	margin:0;
	padding:0;
	}
	
#bottomNav a:hover {
	text-decoration:underline;}

table {/*border:1px solid #3333FF;*/}
table th {/*border:1px solid #000;*/}


/*contains curved bottom*/ 
#footer { 
	padding:0px; 
	height:55px;
	margin:0;
	background: #808080;
	/*border:1px solid #FF0099;*/
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*main navigation*/
#menuwrapper {
	font:100% Arial Rounded MT, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	height:20px;
	width:915px;
}

/*clears floats*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar {
	/*width: 36em;*/
}
/*drop down contain*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 100% Arial Rounded MT, Arial, Helvetica, sans-serif;
}
/*controls link*/
#p7menubar a {
	display: block;
	text-decoration: none;
	/*padding: 5px 10px 5px 10px;*/
	font-size: .85em;
	color: #CCCCCC;

}
/*controls dropdowns large tab*/
#p7menubar a.trigger{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
/*	width: 97px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
/*	padding:0;*/
	background: url(../images/tabLarge4.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
		width: 115px;
	height:18px;
	/*border:1px solid #CC00FF;*/
	
}


/*controls dropdowns medium tab*/
#p7menubar a.triggerMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 73px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
	/*padding:0;*/
	background: url(../images/tabMedium.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	width:87px;
	height:18px;
/*	border:1px solid #3300FF;*/
}

/*controls dropdowns small tab*/
#p7menubar a.triggerSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;/*
	padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 61px;*/
	height:18px;
	width:73px;
	/*padding:0;*/
	/*padding:2px 10px 0 5px;*/
	padding:3px 0 0 0;
	background: url(../images/tabSmall.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	/*border: 1px solid #FF0000;*/
}

/*controls selected dropdowns*/
#p7menubar a.triggerSelectSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*paddin: 5px 0 5px 0;*/
	/*tab grey*/
	width: 73px;
	height:18px;
	padding:3px 0 0 0;
	margin:0;
	background: url(../images/tabSmall2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

/*controls dropdowns medium tab*/
#p7menubar a.triggerSelectMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 87px;
	height:18px;
	padding:3px 0 0 0;
	background: url(../images/tabMedium2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;	
}

/*controls dropdowns large tab*/
#p7menubar a.triggerSelectLarge{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 113px;
	height:18px;
/*	padding:0;*/
	padding:3px 0 0 0;
	background: url(../images/tabLarge2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li {
	position: relative;}

/* hide from IE mac \*/
#p7menubar li {
	position: static; 
	width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
/*	width: 12em;*/
	width:200px;
}
/*drop down spacing vertically*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 5px 12px 5px 16px;
}

/*padding top dropdown*/
#p7menubar ul li a.first  {
	color: #565656;
	border-right: 0;
	padding: 8px 12px 5px 16px;	
}

/*dropdown background*/
#p7menubar li ul {
	font-size:13px;
	color:#FFFFFF;
	position: absolute;
	display: none;
	background: url(../images/dropBG2.jpg) repeat-x;/*gradient BG drop down*/
}

/*curved corners on bottom our capabilities*/
#p7menubar li ul .last{
	height:5px;
	padding:0;
	margin:-8px 0 0 0;
	image:no-repeat;
	}
	
/*rollover main nav*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	/*tab red rollover*/
	background-position: 0 -22px;
    color:#fff;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/*dropdown font style*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color:#FFFFFF;
	background-color: transparent;
}

/*hover drop down*/
#p7menubar ul a:hover {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected drop down*/
#p7menubar ul a.selected {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected top*/
#p7menubar ul a.selectedFirst {
	background-color: #231f20!important;
	color: #FFFFFF !important;
	/*padding: 8px 12px 3px 16px;*/
	padding: 8px 12px 5px 16px;	
}

/*mainNav ends*/