body {
	text-align:center;
	background:#FFFDF1 url(../images/body-bg.png) repeat-x 0 0;
	margin:0;
	padding-bottom:20px;
}

body, p, td, th, li{
	font-size:13px;
	color:#1B1B1B;
	font-family:Arial;
}

/* startard elements */

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend {
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

p {
	line-height:1.4em;
	margin:0 0 15px 0;
	text-align:justify;
}

a:link {
	color: #377FD9;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:active {
	color: #377FD9;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.block {
	margin:0 0 28px 0;
}

.wrap66 {
	padding: 0 66px 0 5px;
}


h1 {
	margin:0 0 16px 0;
	font-size:20px;
	color:#8B4513;
	letter-spacing:-0.5px;
}

h2 {
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:normal;
	color:#8B4513;
	letter-spacing:-0.5px;
}

.centered {
	text-align:center;
}
/* layout */

#wrapper {
	width:850px;
	margin:0 auto;
	text-align:left;
}

#header {
	background:url(../images/rounded-top.png) no-repeat 5px 100%;
	padding:0 0 11px 0;
	width:860px;
	margin:0 auto;
}

#header .phone-number {
	float:right;
	font-size:36px;
	font-weight:bold;
	margin:30px 35px 0 0;
}

#header .logo {
	float:left;
}



#main-menu {
	clear:both;
	height:43px;
	background:url(../images/main-menu-bg.png) no-repeat 0 0;
	margin-left:22px;
}

#main-menu ul {
	margin:0 0 0 5px;
	padding:0;
}
#main-menu ul li {
	list-style-type:none;
	display:block;
	height:40px;
	float:left;
	background:url(../images/main-menu-sep.gif) no-repeat 100% 0;
	margin-top:3px;
}
#main-menu ul li.last {
	background-image:none;
}

#main-menu ul li a { 
	background:url(../images/main-menu.gif) no-repeat 0 0;
	height:14px;
	float:left;
	margin:12px 14px 0 13px;
}

#main-menu ul li a em { 
	display:none;
}

#main-menu ul li a.home {
	background-position:0 0;
	width:41px;
}

#main-menu ul li a.menu-1 {
	background-position:0 0;
	width:41px;
}

#main-menu ul li a.menu-2 {
	background-position:-63px 0;
	width:63px;
}

#main-menu ul li a.menu-3 {
	background-position:-149px 0;
	width:111px;
}

#main-menu ul li a.menu-4 {
	background-position:-283px 0;
	width:271px;
}

#main-menu ul li a.menu-5 {
	background-position:-575px 0;
	width:121px;
}

#main-menu ul li a.menu-6 {
	background-position:-719px 0;
	width:33px;
}

#main-menu ul li.last a {
	margin-right:0;
}


#content {
	padding:0 14px 0 18px;
	background:#FCFCFC url(../images/content-bg.png) repeat-y 0 0;
}

.main {
}


.middle-col {
	 float:left;
	 width:539px;
}

.right-sidebar {
	float:right;
	width:273px;
}





ul.list-1 {
	margin:0 0 0 5px;
	padding:0;
}

ul.list-1 li {
	list-style-type:none;
	background:url(../images/bullet.png) no-repeat 0 0;
	padding-left:28px;
	margin-bottom:10px;
}


#footer .footer-wrapper {
	padding:29px 15px 0 25px;
}

#footer {
	font-size:12px;
	background:url(../images/rounded-bottom.png) no-repeat 0 0;
	height:75px;
}

#footer .footer-menu {
	color:#000000;
	float:right;
	margin-top:6px;
}

#footer .footer-menu a {
	color:#000000;
	font-size:11px;
	margin:0 2px;
}
#footer .footer-copy {
	color:#000000;
	font-size:11px;
	float:left;
}