body, html, p, h1 {
padding:0px;
margin: 0px;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#background{
	background-image: url(images/site_bgr.jpg);
	height: 436px;
	width: 426px;
	position: absolute;
	left: 50%;
	margin-left:200px;
	top: 153px;
	z-index:1;
}

#logo{
	position:absolute;
	width:762px;
	left:50%;
	margin-left:-386px;
	height:79px;
	top:20px;

}

#nav{
	position:absolute;
	width:772px;
	left:50%;
	margin-left:-386px;
	height:41px;
	top:115px;
	z-index:2;
}

#navcell{
	float:left;
	height:41px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#container{
position:relative;
	width:100%;
	z-index:2;
}

#content{
	width:772px;
	margin-left:-386px;
	padding-left:50%;
	margin-top:160px;
	z-index:3;
}

#content-left{
float:left;
width:215px;
z-index:3;
}

#content-right{
width:547px;
float:right;
margin-bottom:20px;
z-index:3;
}


#recentsolutions{
	width:215px;
	background-image: url(images/recent_solutions-repeater.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size:10px;
	margin-bottom:10px;
	z-index:3;
}

#recentsolutions-top{
	background-image: url(images/recent_solutions-top.jpg);
	margin: 0px;
	padding: 0px;
	height: 30px;
	z-index:3;
}

#recentsolutions-mid{
	background-image: url(images/recent_solutions-mid.jpg);
	margin: 0px;
	min-height: 180px;
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFFFFF;
	padding:15px;
	width:195px;
	z-index:3;
}

* html #recentsolutions-mid{
	height:180px;
}

#recentsolutions-bottom{
	background-image: url(images/recent_solutions-bottom.jpg);
	margin: 0px;
	padding: 0px;
	height: 25px;
	z-index:3;
}

#recentsolutions-spacer{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
	z-index:3;
}

#tabs{
	width:152px;
	height:81px;
	float:left;
	margin-right:10px;
	padding:10px;
	padding-top:53px;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:10px;
	z-index:3;
}

#footer{
	font-size:10px;
	text-align:center;
	margin-top:20px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF8C55;
	height:130px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	padding-top:15px;
	color:#333333;
}


a.solution{
color:#FFFFFF;
}

a.solution:hover{
	color: #FFDCBF;
}


select, input, textarea{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-bottom:13px;
}

h1{
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	color:#FF5C00;
}

a.nav{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:40px;
}

a.nav:hover{

}

ul{
list-style: none;
margin:0px;
padding:0px;
}
li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height:20px;
	margin-bottom:0px;
	padding-bottom:10px;
	height:auto;
	
}
a.bodylink {
	color:#E45801;
	font-weight:bold;
	text-decoration:underline;
}
a.bodylink:hover {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}
a.bodylink:visited {
	color:#E45801;
	font-weight:bold;
	text-decoration:underline;
}
h2 {
	margin-bottom:2px;
	font-size:12px;
	font-weight:bold;
	color:#FF5C00;
}

#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}