/* Soluion Index Styles*/
#menu ul.solutionsMenu h2 a { background:#0066FF; }
.solutionContainer {	
	background: #E0E0E0 url(../images/backgrounds/gb_bg.jpg) repeat-x left top;
	padding: 20px 20px 20px;
	height: auto;
	width: 500px;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.solutionIcon {	
    height: auto;
	width: auto;
	float: left;
}
.solutionLogo {
	height: auto;
	width: auto;
	margin-bottom: 2px;
	float: left;
	margin-right: 10px;
}
.solutionContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 380px;
	padding-left: 20px;
	float: right;
}

.solutionContent h4 {
	padding-top: 0px;
	margin-top: 0px;
}
.solutionContent h4 a, .solutionContent h4 a:link, .solutionContent h4 a:visited {
	color: #B36B00;
}
.solutionContent h4 a:hover {
	color: #B36B00;
	text-decoration: underline;
}
.solutionOverview {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	width: auto;
}

/* Soluion Page Styles*/
.solutionItem {
	height: auto;
	margin-top: 30px;
	vertical-align: top;
	padding: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

.solutionItem h3 {
	padding-left: 30px;
	display: block;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	background: #E0E0E0;
	border-top: 2px solid #666;
}

.solutionItem h3 a, .solutionItem h3 a:link, .solutionItem h3 a:visited {
	color: #244884;	 
}
.solutionItem h3 a:hover {
	color: #244884;
	text-decoration: underline;	 
}
.learnMore {
	padding-top: 4px;
	height: 30px;
}
.learnMore img {
	float: right;
	border-style: none;
}
.returnTop {
	background: url(../images/bullets/top_bullet.gif) no-repeat left top;
	display: block;
	height: 20px;
	width: auto;
	padding-left: 15px;
	font-size: small;
	float: left;
	margin-top: 5px;
}

h3.solutionProducts {
	background: #E0E0E0 url(../images/icons/products_icon.gif) no-repeat 3px 6px;
}
h3.solutionTraining {
	background: #E0E0E0 url(../images/icons/training_icon.gif) no-repeat 3px 6px;
}
h3.solutionService {
	background: #E0E0E0 url(../images/icons/maintenance_icon.gif) no-repeat 3px 6px;
}
h3.solutionBenefits {
	background: #E0E0E0 url(../images/icons/benefits_icon.gif) no-repeat 3px 6px;
}
