@charset "UTF-8";
/* CSS Document */
*{margin:0;
padding:0;}

body{
	margin:0px;
	padding:0px;
}
div#con{
	position:relative;
	width:905px;
	height:auto;
	margin:0 auto 0 auto;	
}
div#header{
	width:100%;
	height:107px;
	background:url(../images/header.png) no-repeat;
}
div#nav_wrap{
	position:relative;
	width:100%;
	height:40px;
	background:url(../images/nav_bg.png) no-repeat;
}
div#nav{
	position:relative;
	left:10px;
}
div.spacer_undernav{
	width:100%;
	height:16px;
}
div#fp_pic{
	position:relative;
	left:2px;
	width:900px;
	height:223px;
	background:url(../images/fronpagephoto.png) no-repeat;
}
div.spacer_underpic{
	position:relative;
	width:100%;
	height:12px;
}
div#leftmid_wrap{
	position:relative;
	float:left;
	width:709px;
	height:auto;
	
}
div#left{
	position:relative;
	float:left;
	left:5px;
	width:190px;
}
div#middle{
	position:relative;
	float:right;
	width:508px;
	
}
div#right{
	position:relative;
	float:right;
	height:auto;
	width:190px;
}
.clear{
	clear:both;
}
/** left **/
div#login{
	margin:0 0 0 0;
}

/** middle **/
div#content{
	position:relative;
	width:506px;
	top:1px;
}
div#content .top{
	position:relative;
	width:100%;
	height:43px;
	background:url(../images/content_top.png) no-repeat bottom;
}
div#content .mid{
	position:relative;
	width:100%;
	background:url(../images/content_mid.png) repeat-y;
	height: auto;
}
div#content .mid .text{
	position:relative;
	width:470px;
	height:auto;
	/*padding:15px 0px 6px 19px;*/
	padding:15px 0px 8px 0;
	margin:0 auto 0 auto;
}
div#content .bot{
	position:relative;
	width:100%;
	height:12px;
	background:url(../images/content_bot.png) no-repeat top;
}

/** right **/
div#quote{
}
div#quote .top, div#newsflash .top{
	position:relative;
	width:100%;
	height:43px;
	background:url(../images/nf_top.png) no-repeat bottom;
}
div#quote .mid, div#newsflash .mid{
	position:relative;
	width:100%;
	background:url(../images/nf_m.png) repeat-y;
}
div#quote .text{
	position:relative;
	width:160px;
	text-align:center;
	left:10px;
	padding:10px 0 10px 0px;
}
div#newsflash .text{
position:relative;
	width:160px;
	left:18px;
	padding:10px 0 10px 0px;
}

div#quote .bot, div#newsflash .bot{
	position:relative;
	width:100%;
	height:12px;
	background:url(../images/nf_bot.png) no-repeat top;
}
div#footer{
	position:relative;
	width:100%;
	height:42px;
	background:url(../images/footer.png) no-repeat top;
}
div#copyr{
	position:relative;
	float:left;
	top:13px;
	margin-left:16px;
}
#footer ul{
	position:relative;
	top:13px;
	float:right;
	margin-right:10px;
}
.spacer_abovefooter{
	width:100%;
	height:20px;
}

/* clients page */
#cli{
	position:relative;
	top:10px;

}
#cli ul{
	position:relative;
	list-style:none;
}
#cli li{
	margin:10px 0px 40px 0px;
}
