/* ---- BODY STYLES ----- */

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

p {
	margin: 0px;
	font-size: 11px;
}

table {
	font-size: 11px;
}

.table {
	height: 100%;
}

/* -- 1st HYPERLINK STYLE -- */

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:visited:hover {
	color: #333333;
	text-decoration: underline;
}



/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #FFFFFF;
	text-decoration: none;
}

.a2:link {
	color: #FFFFFF;
	text-decoration: none;
}

.a2:active {
	color: #FFFFFF;
	text-decoration: none;
}

.a2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.a2:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.a2:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* --- CONTENT STYLES --- */

.main_content {
	margin: 18px 0 10px 0;
	font-size: 11px;
	line-height: 15px;
}

.content {
	margin: 15px 15px 0px 15px;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	text-align: justify;
}

.title {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.text {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

/* --- UL & LI STYLES --- */

ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 0px 15px;
	line-height: 25px;
 }

/* ----- FORM STYLES ----- */

input {
	border: solid 1px #3578c0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

textarea {
	border: solid 1px #3578c0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* ---- IMAGE STYLES ---- */

.image {
	border: solid 1px #3578c0;
}

/* ---- OTHER STYLES ---- */

.bg_gray {
	background-image: url(../img/bg_gray.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.bg_top {
	background-image: url(../img/bg_top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.bg_middle {
	background-image: url(../img/bg_middle.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.sun {
	background-image: url(../img/sun.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.house2 {
	background-image: url(../img/house2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.benja_build {
	margin-top: 26px;
}

.bottom_info {
	margin: 0 39px 0 29px;
}

.menu_table {
	margin: 14px 20px 10px 15px;
}

.menu_item {
	margin-left: 5px;
}

.menu_line {
	margin: 4px 0 4px 0;
}

.menu_box {
	margin: 30px 0 0 5px;
	line-height: 16px;
}

.menu_box_img {
	margin-bottom: 5px;
}

.bg_bottom {
	background-image: url(../img/bg_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.pix_blue {
	margin: 5px 0 8px 0;
}
.align-top {
	vertical-align: top;
}
