html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #002558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002558;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu {
	width: 100%;
	background-image: url(images/menu_background.gif);
}
#menu_wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
}
.menu_item {
	float: right;
	margin-top: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}
.menu_separator {
	background-image: url(images/navigation_item_bar.gif);
	height: 34px;
	width: 2px;
	float: right;
	margin-left: 5px;
}
/*#menu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}*/
#header {
	width: 100%;
	background-image: url(images/header_mainpage_background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#header_wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	width: 100%;
}
#content_wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left_column {
	float: left;
	width: 250px;
	margin-left: 5px;
	display: inline;
}
#phone_number {
	width: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #B59F46;
	border-right-color: #B59F46;
	border-bottom-color: #B59F46;
	border-left-color: #B59F46;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#company_address {
	width: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #B59F46;
	border-right-color: #B59F46;
	border-bottom-color: #B59F46;
	border-left-color: #B59F46;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#address_column_left {
	float: left;
	margin-right: 5px;
	font-weight: bold;
	width: 100px;
}
#address_column_right {
	float: right;
	width: 100px;
	margin-right: 1px;
}
#guild {
	width: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #B59F46;
	border-right-color: #B59F46;
	border-bottom-color: #B59F46;
	border-left-color: #B59F46;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#guild_column_left {
	float: left;
	padding-right: 3px;
}
#guild_column_right {
	float: left;
	width: 174px;
	margin-top: 8px;
	font-size: 10px;
	color: #333333;
}
#logos {
	width: 225px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#logos_right_column {
	float: left;
	margin-left: 40px;
}
#middle_column {
	float: left;
	width: 250px;
	margin-left: 10px;
	display: inline;
}
.title1 {
	font-size: 12px;
	font-weight: bold;
	color: #B59F46;
}
.highlighted_text1 {
	color: #B59F46;
	font-weight: bold;
}
#right_column {
	float: right;
	width: 240px;
}
#property_image_mainpage {
	float: left;
	width: 206px;
}
#footer {
	height: 60px;
	width: 100%;
	bottom: auto;
	position: relative;
	background-image: url(images/footer_background.gif);
}
#footer_wrapper {
	height: 60px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#footer_menu {
	margin-top: 24px;
	width: 600px;
	float: left;
	padding-left: 20px;
}
#three_wise_logo {
	float: right;
	margin-top: 10px;
}
#content ul {
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	list-style-image: url(images/arrow1.gif);
	list-style-position: outside;
}
#content li {
	font-weight: normal;
	list-style-position: inside;
	list-style-image: url(images/arrow1.gif);
	text-align: left;
	line-height: 15px;
	margin-bottom: 5px;
	list-style-type: none;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.float_right {
	float: right;
}
#header_subpage {

	width: 100%;
	background-image: url(images/header_subpage_background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#main_column_subpage {
	float: left;
	width: 490px;
	margin-left: 10px;
	text-align: justify;
}
#contact table {
	border-collapse: collapse;
	background-color: #8D7C38;
	text-align: left;
	color: #FFFFFF;
}
#contact th, #contact td {
	border: 1px solid #FFFFFF;
	padding: 6px;
}
#contact tbody td {
	color: #2B2611;
	background-color: #C4B16A;
}
caption {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-color: #4E441F;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
}
/*#contact tbody tr.alt td {
	background-color: #00FF33;
}
#contact tbody tr.over td, #contact tbody tr:hover td {
	color: #ffffff;
	background-color: #002558;
}*/
h1 {
	font-size: 15px;
}
/* {
padding:0px;
margin:0px;
}
caption {
	color: #FF0000;
}
caption {
	color: #FF0000;
	text-align: left;
}
caption {
	color: #3D3518;
	text-align: left;
}
*/

#content a {
	color: #B49F46;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#support_form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002558;
	border: 1px solid #002558;
}
#support_form textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002558;
	border: 1px solid #002558;
}

.bigText{
	font-size:12px;
}

