@charset "utf-8";

/*------------- reset -------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/*------------- end reset -------------*/

body {
	font: 11px Tahoma, Geneva, sans-serif;
	line-height: 14px;
	color: #333;
}

p {
	margin-bottom: 15px;
}

#wrapper {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 222px;
	float: left;
	background: url(../images/bgr1_top.jpg) no-repeat;
	margin-left: 65px;
	padding-top: 29px;
}

#left_bottom {
	width: 197px;
	background-color: #e5e5e5;
	padding: 10px 0 10px 25px;
}

#right {
	width: 434px;
	float: left;
	background: url(../images/w_top.jpg) 0 33px no-repeat;
}

#header {
	width: 384px;
	height: 33px;
	background: url(../images/header.jpg);
	padding-left: 50px;
	margin-bottom: 15px;
}

#right_content {
	margin-left: 15px;
	margin-right: 30px;
	position: relative;
	z-index: 100;
}

#right_end {
	background: url(../images/w_bot.jpg) 0 -75px;
	margin-top: -50px;
	height: 70px;
	position: relative;
	clear: both;
	z-index: 1;
}

#right_bottom {
	width: 411px;
	background: url(../images/bgr_end.jpg);
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}
#phone_numner  {
	position:absolute;
	float:right;
	width: 100px;
	height:20px;
	top: 65px;
	margin-left:70px;
	color:#5fa8d7;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
}
#new_verbiage  {
	width:766px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
}

/*------------- classes -------------*/

.bottom_margin {
	margin-bottom: 15px;
}

.orange {
	color: #E3792C;
}

.bold {
	font-weight: bold;
}

.white {
	color: white;
}

.left_title {
	margin: 0 0 20px 50px;
}

.left_content {
	margin-left: 30px;
	margin-right: 15px;
}

.float {
	float: left;
	margin: 0 15px 15px 0;
}

.border {
	border: 1px solid #999;
}

.center{
	display: block;
	width: 100%;
	text-align: center;
}

.leftmargin {
	margin-left: 15px;
}

.rightmargin {
	margin-right: 20px;
}

.textlink {
	text-decoration: none;
}

.textlink:hover {
	text-decoration: underline;
}
