body {
	margin: 0px;
	padding: 0px;
	color: #aeaeae;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #bbcce0;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	overflow-y: scroll;
}

a, a:link, a:visited { 
	color: #298bff; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

p { 
	margin: 0px; 
	padding: 0; 
	color: #777;
}

img { 
	border: none; 
}

h1, h2, h3, h4, h5, h6 { 
	color: #bbcce0; 
}

h1 { 
	font-size: 40px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 5px 0; 
}

h2 { 
	font-size: 28px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 0;
}

h3 { 
	font-size: 21px; 
	margin: 15px 0 15px 0; 
	padding: 0; 
	padding: 0; 
	font-weight: normal; 
	color: #333; 
}

h3.noTopM { 
	margin: 0 0 15px 0; 
}

h3 span.lighter {
	color: #999;
}

h4 { 
	font-size: 18px; 
	margin: 0 0 15px 0; 
	padding: 0; 
}

h5 { 
	font-size: 16px; 
	margin: 0 0 10px 0; 
	padding: 0; 
	color: #ccc; 
}

h6 { 
	font-size: 14px; 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #ccc; 
}

.float_l { 
	float: left; 
}

.float_r { 
	float: right; 
}

.image_wrapper { display: inline-block; border: 1px solid #000; background: #343239; padding: 8px; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#fff; }
cite span { color: #ccc; }
em { color: #fff; }

.tmo_list { margin: 20px 0 20px 20px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(../images/list.png) no-repeat scroll 0 0px; margin:0 0 20px; padding: 0 0 0 20px; 	line-height: 1em; }
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }

.btn_more a {
	float: right;
	display: block;
	width: 100px;
	height: 26px;
	margin-top: 10px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
	background: url(../images/btn.png) no-repeat;
}

.btn_more a:hover {
	/* text-shadow: 1px 1px 1px #000; */
	text-decoration: none;
	background: url(../images/btn_hover.png) no-repeat;
}

.hr_divider {
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(../images/hr_divider.png) bottom repeat-x;	
}

#wrapper_outer {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

/* header */

#header {
	width: 940px;
	height: 125px;
}

#header  #site_title {
	float: left;
	width: 500px;
	padding-top: 20px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
	height: 35px;
}

#header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #edecec;
	font-weight: normal;
	text-decoration: none;
}

#header  #site_title a span {
	margin-top: 8px;
	display: block;
	font-size: 18px !important;
	color: #edecec;
}

#header  #site_title a strong {
	color: #fff;
}

#header  #site_title a {
	margin-top: -3px;
}

div.phoneNumber {
	margin-top: 25px;
	height: 32px;
	padding-left: 15px;
	background-image: url('../images/phone.png');
	background-repeat: no-repeat;
	
	font-size: 25px;
	padding-top: 7px;
	color: #bebfd5;
	font-weight: bold;
}

#social_box {
	float: right;
	display: inline-block;
	margin: 40px 7px 0;
	padding: 0;
	list-style: none;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a img {
	width: 46px;
	height: 46px;
	margin-right: 5px;
	opacity: 0.5;
}

#social_box li a img:hover {
	opacity: 1.0;
}

/* end of header */

/* menu */

#menu {
	background: url('../images/menu_bar.png');
	width: 940px;
	height: 36px;
	border-left: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	text-align: center;
	position: relative;
}

#menu div.right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 36px;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	outline: none;
	line-height: 36px;
	
	cursor: pointer;
	
	border-left: 1px solid #555555;
}

#menu div.right:hover {
	background: url('../images/btn_hover.png');
}

#menu ul {
	margin: 0 auto;
	_margin-left: 30px;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
}

#menu ul li a {
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	display: block;
	width: 100px;
	height: 36px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	outline: none;
	line-height: 36px;
}

#menu ul li a:hover, #menu ul li a.current {
	background: url('../images/btn_hover.png');

}

/* end of menu */

#content_wrapper {
	margin-top: 10px;
	width: 940px;
	padding: 40px 0px;
	background: #f2f2f2;
	border: 1px solid #9a9a9a;
}

#content {
	padding: 0 50px;
	width: 840px;
}

#content p {
	margin-bottom: 10px;
}

.reasons {
	float: left;
	width: 240px;
	padding-right: 40px;
	text-align: justify;
}

.reasons img {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.col_w280 {
	float: left;
	width: 240px;
	padding-right: 40px;
}

.col_w560 {
	float: left;
	width: 520px;
	padding-right: 40px;
}

.col_w420 {
	float: left;
	width: 380px;
	padding-right: 40px;
}

.last_box {
	margin: 0;
	padding: 0;
}

ul.services {
	color: #555;
	font-size: 13.5px;
	list-style-type: square;
	line-height: 25px;
}

div.content-text {
	color: #555;
	font-size: 13.5px;
}

table.content-text {
	color: #555;
	font-size: 13.5px;
}

div.content-text hr {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #f2f2f2; 
	background-color: #f2f2f2;
	border: 1px dotted #b4b4b4;
	border-style: none none dotted;
}

div.content-text img.heading {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	width: 120px;
	vertical-align: top;
	margin: -5px 10px 10px 0;
}

img.services {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	width: 230px;
	margin-left: 50px;
}

#popup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(000,000,000,0.5);
	display: none;
}

#popup div.module {
	margin: 50px auto;
	width: 500px;
	height: 300px;
	background-color: #f2f2f2;
}

#popup div.header {
	width: 500px;
	height: 39px;
	background-color: #cccccc;
}

#popup div.content {
	padding: 20px;
	width: 460px;
	height: 181px;
	color: #333333;
}

#popup div.buttons {
	float: right;
}
#popup div.buttons a {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background-color: #298bff;
	display: block;
	font-size: 15px;
}

#popup div.buttons a:hover {
	background-color: #2076dc;
	text-decoration: none;
}
#popup a.close {
	float: right;
	padding: 10px;
	color: #ffffff;
	background-color: #298bff;
}

#popup a.close:hover {
	text-decoration: none;
	background-color: #2076dc;
}

#popup div.title {
	color: #333333;
	float: left;
	padding: 10px;
	font-size: 18px;
}

/* footer */

#footer {
	width: 940px;
	padding: 10px;
	text-align: center;
	color: #364256;
}

#footer a {
	color: #364256;
}

/* end of footer */