/* Global styles */
body {
	margin:0px;
	padding:0px;
	
	background: #585858 url(images/body_bg.gif) top left repeat;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F2631;
}
* {
	padding:0px;
	margin:0px;
}
table {
	border:0px none;
	border-collapse: collapse;
}
table td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}
p {
	padding:0px;
	margin:0px 0px 15px 0px;
}
img {
	border:none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border:none;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
h1 {
	font-size:24px;
	font-weight: normal;
	color:#000000;
	margin-bottom:20px;
}
input, select, textarea {
	font-size:11px;
	font-family:Tahoma, sans-serif;
	color: #333333;
}


/* *** *** *** *** *** */
.main_box {
	width:810px;
	text-align:left;
	margin:28px auto;
	background:#FFFFFF url(images/mb_bg.gif) center repeat-y;
}

.header {
	width:791px;
	height:444px;
	margin:0px auto;
	padding:11px 0px 0px 11px;
	background:url(images/mb_t_bg.gif) top center no-repeat;
}
.header #hlc {
	float:left;
	width:541px;
	height:444px;
	background:url(images/head_lc_bg.jpg) top left no-repeat;
}
.header #logo_s {
	height:162px;
}
.header #logo_s img {
	margin:18px 0px 0px 18px;
}
.header #menu_s {
	height:35px;
}
.header #slogan_s {
	width:520px;
	height:207px;
	background:url(images/head_sl_bg.jpg) top left no-repeat;
	padding:40px 0px 0px 21px;
	font-family:Tahoma;
}
.header #hrc {
	float:left;
	width:246px;
	height:444px;
}
.header .c_home {
	background:url(images/head_rc_bg.jpg) top left no-repeat;
}
.header .c_started {
	background:url(images/head_rc_3_bg.jpg) top left no-repeat;
}
.header .c_contact {
	background:url(images/head_rc_2_bg.jpg) top left no-repeat;
}

.header #phone_s {
	width:233px;
	height:77px;
	margin:352px 0px 0px 0px;
	padding:15px 0px 0px 7px;
	background:url(images/phone_s_bg.jpg) top left no-repeat;
	text-align:center;
}

.content_box {
	width:781px;
	margin:0px auto;
	padding:0px 10px 0px 11px;
}
.content_table {
	width:100%;
}
.content_table #l_col {
	padding:0px 0px 0px 20px;
}
.content_table #r_col {
	width:264px;
	background:url(images/cb_bg.gif) bottom right no-repeat;
	border-right:1px solid #d1d6da;
	text-align:right;
	padding:10px 15px 120px 0px;
}
.menu a {
	display:block;
	width:141px;
	height:25px;
	float:right;
	padding:4px 0px 0px 1px;
	text-decoration:none;
	background:url(images/menu_bg.gif) top left no-repeat;
	color:#FFFFFF;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}

.menu .selected , .menu a:hover {
	height:30px;
	background:url(images/menu_bg_sel.gif) top left no-repeat;
	cursor:pointer;
}

/* Begin Apply form styles */
.apply_form {
	width:100%;
	margin:0px;
	
	color:#444654;
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #bcbfcb;
}
.apply_form th {
	font-weight:normal;
	text-align:left;
	padding:7px;
	background:#e5e5e5;
	border-top:1px solid #bcbfcb;
	border-bottom:1px solid #bcbfcb;
}
.apply_form td {
	padding:7px;
}
.apply_form .f_input, .apply_form .f_select, .apply_form .f_textarea {
	font-size:11px;
	font-family:Tahoma;
	color:#333333;
}
.apply_form .f_input {
	width:200px;
}
.apply_form .f_select {
	width:204px;
}
.apply_form .f_select option {
	padding:0px 0px 0px 4px;
}
.apply_form .f_textarea {
	width:200px;
	height:45px;
}
.submit_button {
	width:163px;
	height:33px;
	background:url(images/submit_btn.gif) top left no-repeat;
	border:0px none;
	cursor:pointer;
}

/* End Apply form styles */

.red {
	color:#c22925;
}
.errors {
	border:1px solid #ba2424;
	background-color:#fed3d3;
	margin:10px 0px;
}
.errors ul {
	margin:0px;
	padding:5px 5px 5px 20px;
}
.errors ul li {
	font-family:Tahoma;
	font-size:11px;
	color:#990000;
}
/* *** End Content styles *** */

/* *** Footer styles *** */

.footer {
	width:781px;
	margin:0px auto;
	padding:0px 10px 4px 11px;
	background:url(images/mb_b_bg.gif) bottom center no-repeat;
}
.footer .inner_box {
	width:781px;
	height:60px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	margin:0px 0px 11px 0px;
	background:url(images/footer_ib_bg.gif) top left no-repeat;
}
.footer p {
	
}


/* *** End Footer styles *** */
