@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/page_bg.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #3C3C34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {margin:0 0 10px 0}
.wrap {
	width: 966px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}
.top_contact {
	float: left;
	height: 214px;
	width: 338px;
	color: #FFF;
	text-align: center;
}
.top_contact .info {
	padding-top: 40px;
}

.top_contact a {
	color: #b3ae8e;
	text-decoration: none;
}
.top_contact a:hover {
	text-decoration: underline;
}


.miamiweb {
	color: #b3ae8e;
	text-decoration: underline;
}

.miamiweb:hover {
	color:#D7C073;
}

.top_visual {
	float: right;
	padding-top: 21px;
}
.info span { font-size:16px; font-weight:bold; color:#D7C073;
}
.header {
	height: 214px;
}

.bottom {
	height: 117px;
	font-size: 11px;
	color: #949177;
	padding-left: 40px;
}
.bottom .title {
	font-size: 20px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content_holder {
	background-image: url(../img/center_bg.jpg);
	background-repeat: repeat-y;
}
.main_navigation {
	height: 83px;
	background-image: url(../img/navigation_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.main_navigation ul,li {
	display: block;
	height: 83px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

.main_navigation a {
	height: 83px;
	display: block;
}
.menu1 {
	width: 150px;
	left: 0px;
}
.menu2 {
	width: 178px;
	left: 150px;
}
.menu3 {
	width: 134px;
	left: 328px;
}
.menu4 {
	width: 160px;
	left: 461px;
}
.menu5 {
	width: 180px;
	left: 621px;
}
.menu6 {
	width: 165px;
	left: 801px;
}
.menu1 a:hover, .menu1 a.active {background: transparent url(../img/navigation_bg1.jpg) 0px 0px no-repeat;} 
.menu2 a:hover, .menu2 a.active {background: transparent url(../img/navigation_bg1.jpg) -150px 0px no-repeat;} 
.menu3 a:hover, .menu3 a.active {background: transparent url(../img/navigation_bg1.jpg) -328px 0px no-repeat;} 
.menu4 a:hover, .menu4 a.active {background: transparent url(../img/navigation_bg1.jpg) -461px 0px no-repeat;} 
.menu5 a:hover, .menu5 a.active {background: transparent url(../img/navigation_bg1.jpg) -621px 0px no-repeat;} 
.menu6 a:hover, .menu6 a.active {background: transparent url(../img/navigation_bg1.jpg) -801px 0px no-repeat;} 


.content {
	background-color: #f2f0e2;
	margin-top: 19px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #023123;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #ff;
	padding: 20px;
	color: #48463a;
	overflow: hidden;
	margin-bottom: 15px;
}
.content img {
	
}

.leftcol {
	width: 265px;
	height: 174px;
	float: left;
	border: 1px solid #696860;
	padding:2px;
	margin:0 20px 20px  0
}

.right_col {
	float: right;
}

.text-content {
/*height:170px;
	overflow:auto;*/
	}

.small_nav{
	font-size: 11px;
	color: #e6e4d9;
	text-decoration: none;
	height: 60px;
	background-image: url(../img/center_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.small_nav_holder {
	padding-left: 40px;
}

.small_nav a{
	
	color: #e6e4d9;
}
.small_nav a:hover{
	text-decoration: none;
}


.anum {float:right; text-align:right; width:250px; font-size:14px; padding:0 35px}

.inquiry input {width:200px; margin-bottom:5px;}
.inquiry textarea{width:200px; height:50px; margin-bottom:5px;}
.inquiry input [type="image"] {width:120px; height:32px;}