html 
{
	height:100%;
}

Body {margin: 0px; background-color: #031f34; height: 100%; min-height: 100% }

.Content-home
{
	height: 180px;
	padding: 60px 0px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.Content-interior
{
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Content-box
{
	width: 335px; 
	height: 245px; 
	background: url(/webart/welcome.jpg) no-repeat top; 
	vertical-align: top;
}

.Footer-home
{
	width: 980px; 
	height: 185px; 
	vertical-align: top;
	background-image: url(/webart/footer.jpg);
}

.Footer-left
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 0px 15px 110px
}

.Footer-left a
{
	color: #fab25e
}

.Home-left
{
	background: #02101d url(/webart/left-bg.jpg) no-repeat top right; 
	width: 50%;
}

.Home-right
{
	background: #02101d url(/webart/right-bg.jpg) no-repeat top left; 
	width: 50%
}

.Interior-topleft
{
	background: #FFFFFF url(/webart/interior-topleft-bg.jpg) no-repeat top right; 
	width: 50%; 
	vertical-align: bottom
}

.Interior-topright
{
	background: #FFFFFF url(/webart/interior-topright-bg.jpg) no-repeat top left; 
	width: 50%
}

.Interior-left
{
	background: #FFFFFF url(/webart/interior-bottomleft-bg.jpg) no-repeat bottom right;
	text-align: right;
	vertical-align: top; 
	width: 50%; 
	vertical-align: bottom;
}

.Interior-right
{
	background: #FFFFFF url(/webart/interior-bottomright-bg.jpg) no-repeat bottom left; 
	width: 50%
}

.Interior-footer
{
	height: 145px; 
	background: url(/webart/interior-bottom-bg.jpg); 
	vertical-align: top
}

.LeftnavWrapper
{
	width: 174px;
	margin: 0px 10px 0px 27px; 
	padding: 0px 0px 18px 0px;
	background: url(/webart/nav-bg.gif) bottom center;	
}

.Leftnav
{
	width: 174px; 
	margin: 0px; 
	padding: 18px 0px 0px 0px;
	list-style: none;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(/webart/nav-bg.gif) top center;
}

.Leftnav li
{
	background: url(/webart/nav-bg-noedges.gif) center center;
	text-align: left;
	padding: 0px 11px 0px 11px;	
}

.Leftnav ul li {background: none;}

.Leftnav a 
{
	display: block;
	padding: 4px 12px 4px 12px;
	color: #545454;
	text-decoration: none;
	border-bottom: 1px solid #bfbfbf;
}

.Leftnav a:hover
{
	color: #4a8fab;
	text-decoration: none;
}

.Leftnav a.selected
{
	color: #FFFFFF;
	background: #56a7c8;
	text-decoration: none;
}

.Leftnav ul 
{
	background: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.Leftnav ul ul {background: none;}

.Leftnav ul li
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.Leftnav ul li a {padding: 4px 12px 4px 12px; border: none; font-size: 11px;}

.Leftnav ul li ul li a {padding: 4px 12px 4px 21px; border: none; font-size: 10px;}

.Leftnav ul li ul li ul li a {padding: 4px 12px 4px 27px; border: none; font-size: 10px;}

.Reasons
{
	width: 645px;
	height: 281px;
	background: url(/webart/reasons.jpg);
	vertical-align: top;
}

.Info-boxes 
{
	position: absolute;
}

.Info-boxes div
{
	width: 197px; 
	position: absolute; 
	visibility: hidden; 
	background: url(/webart/5-reasons-top.png) no-repeat top center;
	padding-top: 25px;
}

.Info-boxes .Bottom
{
	background: url(/webart/5-reasons-bottom.png) no-repeat bottom center;
	padding: 0px;
	width: 197px;
	height: 24px;
}

.Info-boxes p
{
	margin: 0px;
	background: url(/webart/5-reasons-bg.png);
	width: 152px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	/* behavior: url(iepngfix.htc) */
}

.Info-box1
{
	z-index: 1;
	bottom: 110px;
}

.Info-box2
{
	z-index: 2;
	bottom: 125px;
	left: 140px;
}

.Info-box3
{
	z-index: 3;
	bottom: 160px;
	left: 275px;
}

.Info-box4
{
	z-index: 4;
	bottom: 195px;
	left: 390px;
}

.Info-box5
{
	z-index: 5;
	bottom: 240px;
	left: 500px;
}
.okButton {
	background-color: #D4D4D4;
	font-color: #000000;
	font-size: 9pt;
	font-family: arial;
	width: 70px;
	height:	20px;  
}
.alertTitle {
	background-color: #3C56FF;
	font-family: arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}
.alertMessage {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}
.alertBoxStyle {
	cursor: default;
	filter: alpha(opacity=90);
	background-color: #E4E4E4;
	position: absolute;
	top: 200px;
	left: 200px;
	width: 100px;
	height: 50px;
	visibility:hidden; z-index: 999;
	border-style: groove;
	border-width: 5px;
	border-color: #FFFFFF;
	text-align: center;
}
