@charset "utf-8";

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri, Arial;
}
#main {
	width: 810px;
	margin: auto;
	background-color: #F1F1F1;
}
#main_menu {
	color: white;
	padding: 3px;
	background-color: #002E62;
	text-align: center;
}
#main_menu a, #main_menu a:visited {
	color: white;
	display: inline-block;
	margin: 0 3px;
}
#content {
	width: 547px;
	margin: 0 20px;
}
	
.txt {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
}
.head, h1 {
	font-family: Calibri, Arial;
	font-size: 24px;
	color: #336699;
}
.sub-head {
	font-family: Calibri, Arial;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.txt-bottom {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}
a:link {
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}
a:hover {
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}
a:active {
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}
a:visited {
	font-family: Calibri, Arial;
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}
a.txt-links:link, hover, active, visited {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.txt-left {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 18px;
}
embed, object {
	display: block;
	margin:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 0;
	height: 0;
	font-family: Calibri, Arial;
}
.style1 {
        color: #336699;
        font-weight: bold;
        font-size: 13px;
}
.style2 {
        color: #003366;
        font-weight: bold;
}
.style3 {color: #002d62}
.style4 {color: #00aeef}
.style5 {font-size: 14px}
.style7 {font-size: 11px}

table.product {
	width: 95%;
	margin: auto;
	border: 1px solid black;
}
table.product th {
	font-family: Calibri, Arial;
	font-size: 14px;
	line-height: 18px;
	height: 40px;
	color: #003366;
	font-weight: bold;
	background-color: #E5E5E5;
}
table.product td {
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 18px;
}
table.product td p {
	padding: 6px;
}
table.product img {
	display: block;
	float: right;
}

#real_estate_form textarea, #real_estate_form input[type="text"],
#contact_form textarea, #contact_form input[type="text"] {
	width: 250px;
	border: 1px solid black;
	margin: 4px;
}
