/* ---------- Default Overrides ------------- */
body {
}
/* xhtml selectors */
h1, h2, h3, h4, h5, h6 {
	color: #569fd3;
	font-variant: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}
p {
	font-size: .8em;
	color: #555;
	line-height: 1.6em;
}
img {
	border-width: 0;
}
blockquote {
	margin: 0;
	padding-left: 25px;
	padding-top: 0;
}
dl {
	padding-right: 20px;
	font-size: .8em;
}
dt {
	color: #569fd3;
	padding-bottom: 3px;
	padding-top: 0;
	font-size: .8em;
}
dt a {
	color: #569fd3;
	border-bottom: 1px dotted #569fd3;
}
dd {
	font-size: .8em;
	padding-right: 0;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}
dd a:link {
	color: #569fd3;
	border-bottom: none;
	text-decoration: none;
}
dd a:hover {
	border-bottom: 1px dotted #569fd3;
}
#Body {
	/*Original background  -- background: url(img/body-bg.gif) #b6b6b6 repeat scroll left top;   */
	background-color: #fff;
	margin: 5px auto 20px;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	color: #555;
}
img, a, a img {
	border: 0;
	padding: 0;
	margin: 0;
}
table, td {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}
/* ---------- Typography (DNN override)------------- */
/*-- most of the text on site          --*/
.normal, .Normal {
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 10.5px;
	color: #555;
}
/*-- most of the bold text on site     --*/
.NormalBold {
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #555;
}
/*-- red text on site for errors       --*/
.NormalRed {
	color: #C50000;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 10.5px;
}
/*-- subheadings - mostly in admin     --*/
.SubHead {
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	color: #777;
	padding: 0;
}
/*-- headings - mostly in admin        --*/
.Head {
	font-size: 12px;
	color: #C50000;
	font-weight: bold;
	padding: 0;
}
/* ---------- Links ------------- */
/*-- default links visited and active  --*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #569fd3;
}
/*-- default links hover               --*/
a:hover {
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/
a.Normal:link, a.Normal:visited {
	color: #555;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
}
/*-- normal  links hover               --*/
a.Normal:hover {
	color: #C50000;
	font-family: Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
/* ---------- LAYOUT ------------- */
#wrapper {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}
#nav {
	margin: 0;
	padding: 0;
	background-color: #4b4b4b;
	height: 25px;
	color: #fff;
	font-size: .6em;
}
#nav ul {
	margin: 0;
	padding: 7px 0 0;
}
#nav li {
	list-style: none;
	text-transform: uppercase;
	float: left;
	display: block;
	color: #fff;
	padding: 0 9px;
	border-right: 1px solid #cccccc;
	text-decoration: none;
}
#nav li a:hover {
	color:#eb7e1f;
}
#nav li.last {
	border-right: none;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#nav a:hover, #nav a.on {
	border-bottom: 1px dotted #f3f3f3;
}
#nav .date {
	float: right;
	padding-right: 10px;
}
#logo-home {	
	margin: 0;
	padding: 0;
	height:70px;
	background: none no-repeat;
	display: block;
	float: left;
}
#masthead {
	height: 80px;
	/*background: #fff url(img/masthead-bg.jpg) repeat-x;*/
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#masthead {
	height: 70px;
}

.LogoImage{
	padding: 25px 0 0 0;
}

.main-tabs {
	float: right;
	display: block;
	padding-top: 36px;
	padding-right: 10px;
}
#flashpane {
	margin: 0;
	padding: 0;
}
#content {
	margin: 0;
	padding: 0;
}
#content .overview {
	float: left;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
	width: 500px;
}
#content .TopPane {
}
#content .ContentPane {
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	width: 510px;
	border-right: 1px #569fd3 solid;
}
#content .RightPane
{
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 260px;	
}
}
#content .detail ul {
	font-size: 10.5px;
	color: #555;
	line-height: 1.6em;
	padding: 0px,0,0,0;
}
#content .photos {
	float: right;
	padding: 0 0 0 20px;
	border-left: 1px dotted #ccc;
	margin-right: 10px;
	color: #999;
	position: relative;
	width: 250px;
	margin-top: 30px;
}
#content .photos .drop {
	background: url(img/photo-bg.jpg) no-repeat;
	float: left;
	width: 230px;
	height: 165px;
	padding-top: 12px;
	padding-left: 8px;
}
#content .photos img {
	margin: 6px;
}
#content .quote {
	float: right;
	padding: 30px 0 0;
	width: 200px;
	border-left: 1px dotted #ccc;
	font-size: .8em;
	font-weight: bold;
	margin-top: 70px;
	margin-right: 30px;
	color: #999;
	position: relative;
}
#content .quote img {
	margin-left: 50px;
}
#content .quote .markl {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 5em;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 85px;
}
#content .quote .markr {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 5em;
	text-align: center;
	line-height: 1em;
}
#content h4 {
	color: #569fd3;
	font-variant: normal;
	padding: 0 0 0 32px;
	text-transform: uppercase;
	background: none left;
	background: url(img/cta-icon.jpg) no-repeat left;
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 10px;
}
#content h4 a {
	color: #569fd3;
	border-bottom: 1px dotted #569fd3;
	text-decoration: none;
}
#content h4 a:hover {
	border-bottom: 1px dotted #fff;
}
/*-------- layout -------------*/
.contentpane {
}
/* ---------- Controls ------------- */
#dateControl {
}
#dnn_dnnCURRENTDATE_lblDate {
	/*  DateControl  */
	float: right;
	padding-right: 15px;
	color: #fff;
	font-size: 1em;
}
.searchbar {
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}
.searchbar, .searchbar a, .searchbar a:link, .searchbar a:visited {
	color: #fff;
	font-family: inherit;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.searchbar a:hover {
	color: #005eff;
}
.mainmenu {
	width: 100%;
	height: 31px;
	text-align: center;
	background: url(img/banner.jpg) no-repeat scroll 0px -170px;
}
#LoginControls, #LoginControls a, #LoginControls a:link, #LoginControls a:visited {
	color: #b6b6b6;
	font-size: 7pt;
	text-align: left;
	padding-right: 20px;
}
#LoginControls a:hover {
	color: #000;
}
/* ---------- MISC ------------- */
/* content */
/* @group overview template */
#overview {
	height: 330px;
	margin: 0;
	background: url(img/overview-bg.jpg) repeat-x 0 bottom;
	padding: 0;
}
#overview .description {
	float: left;
	width: 380px;
	padding-top: 30px;
	padding-left: 20px;
}
#overview .list {
	float: right;
	padding-top: 40px;
	width: 390px;
	font-size: .9em;
}
#overview .list a {
	line-height: 2.4em;
	height: 32px;
	color: #666;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	padding-left: 35px;
}
#overview .list a:hover {
	color: #333;
}
#overview .left {
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
}
#overview .right {
	float: right;
	padding-right: 0;
	width: 200px;
}
#overview .list ul {
	font-size: 9.45px;
	list-style-type: none;
	margin: 35px 0 0;
	border-left: 1px dotted #ccc;
	padding: 0 0 0 5px;
	line-height: .9em;
}
#overview .list li {
	display: block;
	height: 31px;
	padding-left: 0;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* @group infrastructure */
#overview .list li.data_center a {
	background: url(img/icons/data_center_all.gif) no-repeat;
}
#overview .list li.data_center a:hover {
	background: url(img/icons/data_center_all.gif) 0 -31px no-repeat;
}
#overview .list li.network_security a {
	background: url(img/icons/network_security_all.gif) no-repeat;
}
#overview .list li.network_security a:hover {
	background: url(img/icons/network_security_all.gif) 0 -32px no-repeat;
}
#overview .list li.storage a {
	background: url(img/icons/storage_all.gif) no-repeat;
}
#overview .list li.storage a:hover {
	background: url(img/icons/storage_all.gif) 0 -32px no-repeat;
}
#overview .list li.virtualization a {
	background: url(img/icons/virtualization_all.gif) no-repeat;
}
#overview .list li.virtualization a:hover {
	background: url(img/icons/virtualization_all.gif) 0 -32px no-repeat;
}
#overview .list li.systems_management a {
	background: url(img/icons/systems_management_all.gif) no-repeat;
}
#overview .list li.systems_management a:hover {
	background: url(img/icons/systems_management_all.gif) 0 -32px no-repeat;
}
#overview .list li.messaging_collaboration a {
	background: url(img/icons/messaging_collaboration_all.gif) no-repeat;
}
#overview .list li.messaging_collaboration a:hover {
	background: url(img/icons/messaging_collaboration_all.gif) 0 -31px no-repeat;
}
#overview .list li.identity_lifecycle a {
	background: url(img/icons/identity_lifecycle_all.gif) no-repeat;
}
#overview .list li.identity_lifecycle a:hover {
	background: url(img/icons/identity_lifecycle_all.gif) 0 -32px no-repeat;
}
#overview .list li.deployment_services a {
	background: url(img/icons/deployment_services_all.gif) no-repeat;
}
#overview .list li.deployment_services a:hover {
	background: url(img/icons/deployment_services_all.gif) 0 -32px no-repeat;
}
/* @group development */
#overview .list li.custom_dev a {
	background: url(img/icons/custom_development_all.gif) no-repeat;
}
#overview .list li.custom_dev a:hover {
	background: url(img/icons/custom_development_all.gif) 0 -32px no-repeat;
}
#overview .list li.application_packaging a {
	background: url(img/icons/application_packaging_all.gif) no-repeat;
}
#overview .list li.application_packaging a:hover {
	background: url(img/icons/application_packaging_all.gif) 0 -32px no-repeat;
}
#overview .list li.management_pack a {
	background: url(img/icons/management_pack_all.gif) no-repeat;
}
#overview .list li.management_pack a:hover {
	background: url(img/icons/management_pack_all.gif) 0 -32px no-repeat;
}
#overview .list li.business_intelligence a {
	background: url(img/icons/business_intelligence_all.gif) no-repeat;
}
#overview .list li.business_intelligence a:hover {
	background: url(img/icons/business_intelligence_all.gif) 0 -32px no-repeat;
}
#overview .list li.portals a {
	background: url(img/icons/portals_all.gif) no-repeat;
}
#overview .list li.portals a:hover {
	background: url(img/icons/portals_all.gif) 0 -32px no-repeat;
}
/* @group Service */
#overview .list li.technology_strategy a {
	background: url(img/icons/technology_strategy_all.gif) no-repeat;
}
#overview .list li.technology_strategy a:hover {
	background: url(img/icons/technology_strategy_all.gif) 0 -32px no-repeat;
}
#overview .list li.business_continuity a {
	background: url(img/icons/business_continuity_all.gif) no-repeat;
}
#overview .list li.business_continuity a:hover {
	background: url(img/icons/business_continuity_all.gif) 0 -33px no-repeat;
}
#overview .list li.project_portfolio a {
	background: url(img/icons/project_portfolio_all.gif) no-repeat;
}
#overview .list li.project_portfolio a:hover {
	background: url(img/icons/project_portfolio_all.gif) 0 -33px no-repeat;
}
#overview .list li.project_management a {
	background: url(img/icons/project_management_all.gif) no-repeat;
}
#overview .list li.project_management a:hover {
	background: url(img/icons/project_management_all.gif) 0 -32px no-repeat;
}
#overview .list li.premiere_services a {
	background: url(img/icons/premiere_services_all.gif) no-repeat;
}
#overview .list li.premiere_services a:hover {
	background: url(img/icons/premiere_services_all.gif) 0 -32px no-repeat;
}
#overview .list li.development a {
	background: url(img/icons/development_all.gif) no-repeat;
}
#overview .list li.development a:hover {
	background: url(img/icons/development_all.gif) 0 -32px no-repeat;
}

.PageHeader {
	background-color: #569fd3;
/*	height: 87px;*/
}
.PageHeader h2 {
	color: #569fd3;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: bold;
	font-size: 13.5px;
	padding-left: 20px;
	padding-top: 25px;
}
.PageHeader h3 {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0 0 20px;
	letter-spacing: .1em;
	font-weight: bold;
}
.content-mid {
	border-bottom: 0px solid #ccc;
	display: block;
	border-right-color: #ccc;
	border-right-width: 1px;
	background-color: #fff;
	margin: 0;
	padding: 0;
/*	height: 200px;  */
}
.content-mid h3 {
	color: #333;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.content-mid .view a {
	color: #569fd3;
	text-decoration: none;
	font-size: .8em;
	margin-left: 10px;
}
.clear {
	clear: both;
	height: 1px;
}
.news {
	width: 260px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 0px;
	text-align: left;
}
/*Additional feeds*/
.feeds {
	float: left;
	width: 275px;
	margin: 0;
	padding: 10px 10px 10px 10px;	
}
.feeds ul {
	font-size: .8em;
}
.feeds li {
	background: url(img/arrow-bullet.jpg) no-repeat left top;
	list-style-type: none;
	margin: 2px 5px 2px -30px;
	border-bottom: 1px dotted #ccc;
	padding-left: 25px;
}
.feeds img {
	margin-bottom: -3px;
}
.feeds a {
	color: #569fd3;
	padding-bottom: 3px;
	padding-top: 0;
	font-size: .8em;
	text-decoration: none;
}
/* @group client logos */
.client {
	float: left;
	width: 260px;
	margin: 0;
	padding: 10px 0 10px 0px;
/*	height: 250px;   */
}
.client .client-logos {
	margin-top: 20px;
}
.client .client-logos img {
	float: left;
	border: 1px solid #fff;
}
.client .client-logos .logo {
	width: 120px;
	height: 50px;
	float: left;
	border: 1px solid #fff;
}
.client .client-logos .client01 {
	border-bottom: 1px dotted #ccc;
	background: url(img/client01.gif) no-repeat;
}
.client .client-logos .client01:hover {
	background: url(img/client01-on.gif) no-repeat;
	cursor: pointer;
}
.client .client-logos .client02 {
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	background: url(img/client02.gif) no-repeat;
}
.client .client-logos .client02:hover {
	background: url(img/client02-on.gif) no-repeat;
	cursor: pointer;
}
.client .client-logos .client03 {
	background: url(img/client03.gif) no-repeat;
}
.client .client-logos .client03:hover {
	background: url(img/client03-on.gif) no-repeat;
	cursor: pointer;
}
.client .client-logos .client04 {
	border-left: 1px dotted #ccc;
	background: url(img/client04.gif) no-repeat;
}
.client .client-logos .client04:hover {
	background: url(img/client04-on.gif) no-repeat;
	cursor: pointer;
}
.client .client-logos .client05 {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background: url(img/client05.gif) no-repeat;
}
.client .client-logos .client05:hover {
	background: url(img/client05-on.gif) no-repeat;
	cursor: pointer;
}
.client .client-logos .client06 {
	background: url(img/client06.gif) no-repeat;
}
.client .client-logos .client06:hover {
	background: url(img/client06-on.gif) no-repeat;
	cursor: pointer;
}
/* @end */
#content-bottom {
	border-bottom: 1px solid #ccc;
	display: block;
	height: 200px;
	border-right-color: #ccc;
	border-right-width: 1px;
	margin: 0;
	padding: 0;
	background: #fff url(img/cisco-ms.gif) no-repeat 95% 50%;
}
#content-bottom p {
	float: left;
	color: #999;
	margin: 0;
	padding-top: 30px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.8em;
	padding-right: 250px;
	font-size: .75em;
}
#footernav {
	height: 25px;
	font-size: .6em;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 2em;
	word-spacing: 8px;
}
#footernav a {
	color: #999;
	text-decoration: none;
}
#footernav a:hover {
	color: #eb7e1f;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#footer {
	clear: both;
	background-color: #4b4b4b;
	height: 10px;
	color: #ccc;
	font: .9em "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	padding: 0;
}
/*#footer*/
 .copyright {
	float: left;
	margin-left: 10px;
	padding-top: 4px;
	font-size: 8pt;
}
#footer .links {
	float: right;
	margin-right: 10px;
	padding-top: 4px;
}
#footer .links a {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
#footer .links a:hover {
	border-bottom-style: none;
	color: #f3f3f3;
	text-decoration: none;
}
/* Customized Case Studies */
#caseStudyMenu {
	color: #000;
	background: #ccc;
	padding: 10px 40px;
	margin: 10px 20px;
	text-align: center;
}
#caseStudyMenu .title {
	color: #000;
	font-weight: bold;
}
#caseStudyMenu ul {
	text-align: left;
	list-style: none;
}
#caseStudyMenu ul li{
	list-style: none;
}
#caseStudyMenu .left {
	float: left;
	margin-left: 10px;
}
#caseStudyMenu .right {
	float: right;
	margin-right: 10px;
}
.caseCategory {
	padding: 50px 10px;
	font-size: 10px;
}
.caseCategory h3 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.caseCategory .left {
	float: left;
}
.caseCategory .right {
	margin-left: 240px;
}
.blue {
	color: blue;
}

