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

#main { /*overrides main in mvc-defs to adjust for no submenu */
	padding: 20px 32px 20px 32px;
}
#main h1 {
	color: #013A81;
	font-size:22px;
	padding-top:0;
	margin-top:0;
	text-align:center;
	padding-bottom:5px;
}
#main h2 {
	color: #013A81;
	font-size:16px;
	text-align:center;
}
#industry h2 {
	color: #013A81;
	font-size:14px;
	text-align:left;
	padding-left: 10px;
	padding-bottom: 5px;
}
a:link, a:visited {
	color:#5a87c5;
	text-decoration:none;
}
a:hover {
	color:#013A81;
	text-decoration:underline;
}
	
#content-wrap {
	float:left;

}
#intro {
	width: 400px;	
	float: left;
	font-size:12px;
}
#intro-top {
	background-image: url(../images/intro-top.png);
		background-repeat:no-repeat;
		height: 16px;
}
#intro-content {
	background-color:#cfe0f3;
}
#intro-content p {
	padding: 0px 15px 0px 15px;
}
#intro-footer {
	background-image:url(../images/intro-bottom.png);
	background-repeat:no-repeat;
	height: 16px;
}

#arrow {
		background-image:url(../images/arrow.png);
		background-repeat:no-repeat;
		height:158px;
		width: 379px;
		margin: -15px 0px 0px 10px;
}
#arrow p {
	padding: 50px 30px 0px 30px;
}
#button {
		background-image:url(../images/button.png);
		background-repeat:no-repeat;
		background-position:center;
		height: 50px;
		text-align:center;
		padding: 15px 0px 15px 0px;
		background-color:#fff;
		width: 400px;
}
#button p {
		padding-top: 12px;
		color: #013a81;
		
}
#feature-top {
	background-image: url(../images/mvc-feature-top.gif);
		background-repeat:no-repeat;
		width: 400px;	
		height: 15px;
}
#feature-content {
	
	width: 400px;
	background-image: url(../images/mvc-feature-side.gif);
	background-repeat: repeat-y;
}
#feature-content p {
	padding: 5px 10px 5px 10px;
}
#feature-footer {
	background-image:url(../images/mvc-feature-bottom.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 400px;	
}

#industry {
	width:540px;
	float:right;
	margin-left:18px;
}
#industry a:link, #industry a:visited {
	color: #eb8a12; /* orange */
	text-decoration:none;
	font-size:12px;
}
#industry a:hover {
	color: #5A87c5;
	text-decoration:underline;
}
#industry ul {
	padding-left:30px;
}
#industry li {
	color: #013a81;
}

#industry-top{
	background-image: url(../images/industry-top.png);
	background-repeat:no-repeat;
	height: 16px;
}
#industry-content {
	
	background-color:#dddddd;
}
#industry-content p{
	padding: 5px 5px 5px 5px;
}

#industry-footer {
		background-image:url(../images/industry-bottom.png);
		background-repeat:no-repeat;
		height: 16px;
	
}
#industry-inset-top{
	background-image: url(../images/industry-inset-top.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 421px;
}
#industry-inset-content {
	background-color:#eeeeee;
	width: 420px;
}

#industry-inset-footer {
		background-image: url(../images/industry-inset-bottom.gif);
		background-repeat:no-repeat;
		height: 15px;
		width: 420px;
}
#blog-top {
		background-image: url(../images/blog-top.png);
		background-repeat: no-repeat;
		height:15px;
		width: 540px;
		margin-top: 15px;
}
#blog-content {
	background-image:url(../images/blog-side.png);
	background-repeat:repeat-y;
}
#blog-content p {
	padding: 0px 15px 0px 15px;
	font-size:12px;
}
#blog-content p.indent {
	padding-left: 25px; /* override padding from #blog-content p */
	padding-bottom: 5px;
}

#blog-footer {
	background-image:url(../images/blog-bottom.png);
		background-repeat: no-repeat;
		height:15px;
		width: 540px;
}#prodmenu {
	font-size:12px;
	padding: 10px 0px 10px 0px;
	text-align:center;
	width: 400px;
}
#prodmenu a:link, #prodmenu a:visited, #blog-content a:link, #blog-content a:visited {
	color:#5a87c5;
	text-decoration:none;
}
#prodmenu a:hover, #blog-content a:hover {
	color:#013A81;
	text-decoration:underline;
}
#prodmenu a.selected, #blog-content a.selected {
	color: #013a81;
	background-color:#cfe0f3;
	
}