html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Tahoma, "Times New Roman", Times, serif;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #ebeae4;
}

div#main {
	width: 1003px;
	margin: auto;
	position: relative;
}

div#main_wrapper {
	float: left;
}

div#main_image {
	float: left;
	width: 1003px;
	height: 289px;
}

div#left_column {
	float: left;
	width: 448px;
	padding: 48px 0 50px 48px;
}

div#left_column p {
	font-size: 13px;
	color: #394751;
	padding: 0 0 20px 0;
	margin: 0px;
	line-height: 18px;
}

div#right_column {
	float: right;
	width: 330px;
	padding: 65px 60px 40px 0;
	position: relative;
}

div#right_column div#call_us {
	position: absolute;
	z-index: 10;
	top: 33px;
	right: 58px;
	text-indent: -9999px;
	width: 190px;
	height: 52px;
	background-image: url(../images/call_us.jpg);
	background-repeat: no-repeat;
}

a {
	outline: 0 !important;
}

div#left_column p a {
	color: #045596;
	font-weight: bold;
	font-size: 13px;
}

div#left_column p a:hover {
	text-decoration: none;
}

div#main h1 {
	font-size: 26px;
	margin: 0px;
	padding: 4px 0 15px 0;
	color: #394751;
	font-weight: normal;
}

ul.first_list {
	margin: 0px;
	padding: 0px;
}

ul.first_list li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #394751;
	line-height: 18px;
}

ul.first_list li.dotted_list {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted;
	border-color: #020100;
}

ul.first_list li a {
	text-decoration: none;
	color: #394751;
	background-image: url(../images/list_bullet_normal.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 0 0 24px;
}

ul.first_list li a.active_list {
	background-image: url(../images/list_bullet_active.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

ul.first_list li ul {
	display: none;
}

ul.third_list li a {
	background: none !important;
	padding: 0px !important;
	color: #0158a1;
	text-decoration: underline;
}

ul.third_list li a:hover {
	text-decoration: none;
}

div#brown_bg {
	width: 100%;
	position: absolute;
	z-index: 14;
	left: 0px;
	top: 0px;
	background-color: #b6834e;
}

/***** MENU *****/
div#menu {
	width: 520px;
	height: 180px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 271px;
	
}

/* IE6 */
* html div#menu {
	top: 160px !important;
}

/* IE7 Only */
*:first-child+html div#menu {
	top: 159px;
}