/* <![CDATA[ */
html>body {
margin: 0;
padding: 5px;
font-family: Arial, Trebuchet MS, sans-serif;
font-size: 12px;
background-color: #00CCFF;
background-image:url(../images/bluebluegradient.png);
background-repeat:repeat-x;
min-width:400px;
}

html>body #centerlayout {
text-align: left;
}

html>body>#centerlayout #header, #footer {
width:100%;
}

html>body>#centerlayout #wrapper {
margin-top:10px;
padding-left:130px;
padding-right:140px;
overflow:hidden;
min-height:1000px;
}

html>body>#centerlayout #wrapper .column {
float:left;
position:relative;
padding-bottom:1010px;
margin-bottom:-1000px;
}

html>body>#centerlayout>#wrapper #block_1 { /*Center Column*/
width:100%;
font-size:14px;
}

html>body>#centerlayout>#wrapper #block_2 { /*Left Column*/
width:130px;
margin-left:-100%;
right:130px;
}

html>body>#centerlayout>#wrapper #block_3 { /*Right Column*/
width:140px;
margin-right:-140px;
}

html>body>#centerlayout>#wrapper>#block_1 #footer-wrapper {
clear: both;
margin-top:50px;
}

#pricingdiv{
	width: 100%;
	padding:5px 5px 5px 15px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border:1px solid #0066ff;
	margin-top: 5px;
	background: #FFFFFF;
	text-align:center;
}
#scenBar{
	width: 500px;
	border-top:1px solid #FF6928;
	border-bottom:1px solid #FF6928;
	padding-top: 5px;
	padding-bottom: 5px;	
	background: #FFFFFF;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 18px;
	color: #0066FF;
}

#wrapperdiv{
	width: 100%;
	padding:5px 5px 5px 15px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border:1px solid #0066ff;
	margin-top: 5px;
	background: #FFFFFF;
}

/* classes */

.lileftalign{ /* for nav in scenarios */
	text-align:left;
	font-size: 16px;
}

.icondiv{   /* for image nav in scenarios */
	text-align:center;
}

