﻿* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

html, body {

	background-image:url('../images/bg_home.gif');
	background-repeat:repeat-x;
	background-color:#f6e7d3;
	
}


a:link {color:#330000;text-decoration:underline;}
a:visited {color:#330000;}
a:hover {color:#734a78;}
a:active {color:#734a78;}


#banner {
	width: 100%;
	height: 94px;
	background-image:url('../images/banner.gif');
	background-repeat:no-repeat;
	background-position:center;
	

}
#topnav {

	height: 27px;
}

#outer_content {
	margin: 0px auto 0px auto;
	width: 750px;
}
#main_image {
	width: 750px;
	height: 196px;
	padding-bottom: 20px;
}

.left_col {
	float: left;
	width: 495px;

}

.right_col {
	float: right;
	width:244px;

}

.box1_hdr{
	height: 35px;
	background-image:url('../images/box_tl_orange.gif');
	background-repeat:no-repeat;
}
.box1_hdr div{
	height: 35px;
	background-image :url('../images/box_tr_orange.gif');
	background-repeat:no-repeat;
	background-position:right;	
}
.box1_hdr span{
	 display:block;
	 padding-left:10px;
	 padding-top:5px;
	 font-weight:bold;
	 font-size:1.25em;
	 color: #ffffff;
}

.box1_main{
	 padding-top:15px;
	 border-left:1px solid #e0a951;
	 border-right: 1px solid #e0a951;
	 font-size:.75em;
	 padding-left:15px;
	 padding-right:15px;
}

.box1_main h1{
	 font-size:1.8em;
	 color:#734a78;
	 padding-top:15px;
	 padding-bottom:5px;
}

#img1{
	 float: right;
	 padding:0 20 0 0;
}

#img2{
	float: right;
	padding-top:10px;
}


.box1_ftr{
	 clear:both;
	 margin-bottom:20px;
	 height: 20px;
	 background-image:url('../images/box_bl_orange.gif');
	 background-repeat:no-repeat;
}

.box1_ftr div{
	 height:20px;
	 background-image :url('../images/box_br_orange.gif');
	 background-repeat:no-repeat;
	 background-position:right;
}

.sidetext{
	 color:#330000;
	 font-size:.75em;
	 padding-left:10px;
	 padding-right:10px;
	 padding-top:45px;
}

.sidebox1{
	 background-image:url('../images/box_Healthcare.png');
}

.sidebox2{
	 background-image:url('../images/box_Insurance.png');
}

.sidebox3{
	 background-image:url('../images/box_SystemsIntegrators.png');
}
.sidebox1, .sidebox2, .sidebox3 {
	background-repeat:no-repeat;
	width:244px;
	height:192px;
}

.sidebox1, .sidebox2 {
	padding-bottom:20px;
}



