/* General */

body {
	font-family: Arial, sans-serif;
	font-size: 10.5pt;
	color: #333;
}

.wrapper {
	width: 960px;
	margin: auto;
}

.float_left { float: left !important; }

.float_right { float: right !important; }

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

a:link {
	color: #005fb8;
}

a:visited {

}

a:hover {
	color: #000;
}

a.novisited:link, a.novisited:visited {
	color: #005fb8;
}

a.novisited:hover {
	color: #000;
}

.gray, .gray a:link, .gray a:visited  { color: #777; }

.gray a:hover { color: #000; }

.comment {
	color: #777;
	font-size: 80%;
	font-style: italic;
}

.sep {
	padding: 0 10px;
	color: #aaa;
/* 	float: left; */
	position: relative;
}

/* Center alignment */

.align_center {
	position: relative;
	width: 100%;
}

.align_center:after {
	content: '';
	display: block;
	clear: both;
}

.align_center_to_left {
	position: relative;
	right: 50%;
	float: right;
}

.align_center_to_right {
	position: relative;
	z-index: 1;
	right: -50%;
}


/* Icons */

.icon {
	position: relative;
	float: left;
}

.icon i {
	position: absolute;
	left: 0;
}

.icon_rarr i,
.icon_raquo i {
	left: auto;
	right: 0;
}

.icon_raquo {
	padding-right: 11px;
}

.icon_raquo i {
	background: url(../images/icon_raquo.png) no-repeat;
	width: 7px;
	height: 7px;
	top: 4px;
	/*.top: 5px;*/
}

.icon_phone {
	padding-left: 19px;
}

.icon_phone i {
	background: url(../images/icon_phone.gif) no-repeat;
	width: 15px;
	height: 11px;
	top: 3px;
}

.icon_rarr {
	padding-right: 13px;
}

.icon_rarr i {
	background: url(../images/icon_rarr.gif) no-repeat;
	width: 8px;
	height: 8px;
	top: 7px;
	/*.top: 8px;*/
}

/* Bars */

.bar {
	height: 28px;
	position: relative;
	padding: 0 5px;
	text-shadow: 0 1px 0 #fff;
}

.bar b.b.left,
.bar b.b.right {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 28px;
	background: url(../images/bar_gray.gif) no-repeat;
}

.bar b.b.right {
	left: auto;
	right: 0;
	background: url(../images/bar_gray.gif) no-repeat 0 -28px;
}

.bar.ba_gray span.middle {
	background: url(../images/bar_gray.gif) repeat-x 0 -56px;
	display: block;
	float: left;
	height: 16px;
	padding: 6px 5px;
}

/* Buttons */

.button {
	height: 32px;
	line-height: 32px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 15px;
}

.button b {
	position: absolute;
	left: 0;
	height: 32px;
	width: 30px;
	font-size: 0;
	line-height: 0;
	z-index: 1;
	background-repeat: no-repeat;
}

.button b.b_r {
	left: 100%;
	margin-left: -30px;
}

.button span {
	background-position: 0 32px;
	height: 32px;
	display: block;
	position: relative;
	z-index: 2;
	float: left;
	cursor: pointer;
}

a.button:link, a.button:visited {
	color: #fff;
	text-decoration: none;
}

.b_black b,
.button.b_black span,
a.b_black:link b,
a.b_black:visited b,
a.b_black:link span,
a.b_black:visited span {
	background-image: url(../images/button_black.png);
	text-shadow: 0 1px 0 #000;
}

.b_blue b,
.button.b_black span,
a.b_blue:link b,
a.b_blue:visited b,
a.b_blue:link span,
a.b_blue:visited span {
	background-image: url(../images/button_blue.png);
	text-shadow: 0 1px 0 #001e2d;
}

/* Boxes */

.box_fullwidth {
	width: 994px;
	position: relative;
	left: -2px;
}

.box_fullwidth b.fw {
	position: absolute;
	left: 0;
	width: 994px;
	z-index: 2;
	font-size: 0;
	line-height: 0;
}

.box_fullwidth b.fw.top {
	height: 7px;
	top: 0;
	background: url(../images/box_fullwidth_top.png) no-repeat;
}

.box_fullwidth b.fw.bottom {
	height: 8px;
	bottom: 0;
	_bottom: -1px;
	background: url(../images/box_fullwidth_bottom.png) no-repeat;
}

.box_fullwidth .middle {
	background: url(../images/box_fullwidth_bg.png) repeat-y;
	width: 100%;
}

.box {
	position: relative;
	z-index: 2;
	width: 100%;
}

.box_wrap {
	position:relative;
	width:100%;
	padding: 5px 7px 0 7px;
	margin: -5px -7px 0 -7px;
	overflow: hidden;
}

.b_cn {
	position:absolute;
	background:url(../images/box_blue.png) no-repeat;
	left:-7px;
	z-index:-1;
}

.b_tl,
.b_tr {
	height:1000px;
	top: -29px;
}

.b_tl,
.b_bl {
	width:100%;
}

.b_tr,
.b_br {
	width:7px;
	margin-left:100%;
}

.b_bl,
.b_br {
	height: 29px;
}

.b_bl {
	left: -14px;
	padding-right: 14px;
	clip:rect(auto auto auto 7px);
}

.b_br {
	left: 0px;
}

/*
.b_cn {
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box_blue.png', sizingMethod = 'crop' );
}
*/

.b_tl,
.b_tr {
	_padding-right:14px;

}

.box.b_blue {
	color: #fff;
}
.box.b_blue .box_content {
	padding: 10px;
}

/* Typography */


h1,h2,h3,h4,h5 {
	line-height: 1.2;
	font-weight: bold;
}

h1 {
	font-size: 210%;
	margin-bottom: 0.3em;
	letter-spacing: -0.03em;
}

h2 {
	font-size: 180%;
	margin: 1em 0 0.4em 0;
	letter-spacing: -0.04em;
}

h3 {
	font-size: 160%;
	margin: 1em 0 0.4em 0;
	letter-spacing: -0.03em;
}

h4 {
	font-size: 140%;
	margin: 1.2em 0 0.4em 0;
	letter-spacing: -0.02em;
}

h5 {

	font-size: 120%;
	margin: 1.2em 0 0.4em 0;
	letter-spacing: -0.02em;
}

p {
	line-height: 1.4;
	margin: 0 0 1em 0;
}

ul {
	margin: 1em 0 2em 1em;
}

li {
	margin: 0 0 0.3em 0;
	line-height: 1.4;
	padding: 0.5em 0 0 0.8em;
	background: url(../images/listing_item.gif) 0% 1em no-repeat;
}

#logo {margin:auto;display:block;width:254px !important;position:relative;left:-7px;}