body {
	background-color: #F0F0F0;
	margin: 0px;
	font-family: "franklin Gothic Book", verdana;
	background-image: url(images/solutions.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
a:link, a:visited {
	color: #8091A2;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	background-color: #8091A2;
}

#footer {
	font-size: 9px;
	float: right;
	margin: 15px;
	width: 600px;
	padding-right: 50px;
	text-align: right;
	color: #8091A2;
	padding-bottom: 150px;
}

#wrapper {
	background-image: url(images/wrapperBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 200px;
}
#content h1 {
	color: #8091A2;
	font-size: 17px;
	font-weight: lighter;
}

#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#contentright {
	background-color: #F0F0F0;
	float: right;
	width: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 7px;
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 7px;
	border: 1px solid #EDF3FF;
}
#contentright h2 {
	font-size: 16px;
	color: #0C336A;
	font-weight: lighter;
}

#search {
	color: #F0F0F0;
	text-align: right;
	font-size: 10px;
	height: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 20px;
}

#search input {
	font-size: 10px;
}

#nav {
	float: left;
	width: 220px;
	margin-top: 110px;
}
#content {
	float: right;
	width: 690px;
	background-color: #FFFFFF;
	background-image: url(images/insideBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	font-size: 12px;
}
#hmcontent {
	float: right;
	width: 690px;
	background-color: #A7B4C5;
	font-size: 12px;
	color: #FFFFFF;
}
#hmcopy {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	color: #0C336A;
	font-size: 13px;
}
#feature {
	list-style-image: url(images/bullet_arrow.jpg);
	list-style-position: outside;
}
.red {
	color: #CC0000;
}

#feature li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#ticklist {
	list-style-image: url(images/tick.jpg);
}
#ticklist li {
	padding-top: 3px;
}
#Logo {
	background-image: url(images/insideBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 100px;
}



.shadow{
border:1px solid #DDE5F0;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=1); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.01; /*firefox 1.5 opacity*/
-moz-opacity:0.01; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
.imgLeft {
	border: 1px solid #000000;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#content hr {
	color: #EDF3FF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.sctitles {
	color: #FFFFFF;
	background-color: #8091A2;
	text-transform: uppercase;
}
.sccontent {
	margin-bottom: 10px;
	border: 1px solid #8091A2;
}
#highlightBox {
	color: #FFFFFF;
	background-color: #0C336A;
	width: 200px;
	margin-left: 130px;
	padding: 10px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #8091A2;
	border-bottom-color: #8092A0;
	font-size: 15px;
	font-weight: lighter;
	font-variant: small-caps;
}

