.header {
    margin: 1px;
    padding: 1px 1px 1px 1px;
}

.img_header {
    width: 99%;
    height: 150px;
}

.menubar {
    margin: 1px;
    padding: 1% 1% 1% 6%;
    color: red;
}

.menubar2 {
    margin: 1px;
    color: red;
}

.footer {
    margin: 20px;
    padding: 1px 1px 1px 1px;
    color: black;
    clear: both;
    width: 70%;
    min-width: 900px;
	border-top-style:dashed;
	border-top-color:#555555;
	border-top-width:thin;
}



.home_content {
    margin: 5px;
    padding: 1px 1px 1px 1px;
    color: blue;
    border-left: none;
    border-right: none;
    border-top: ridge;
    clear: both;
}

.home_content2 {
    margin: 10px auto auto 40px;
    padding: 1px 1px 1px 1px;
    background-color: #E0E9E1;
    width: 70%;
    clear: both;
    min-width: 900px;
}

.about_content1 {
    position: static;
    left: 300px;
    padding: 1px 1px 1px 1px;
    color:#015058;
}
.about_content_head
{
    font-size:16px;
	font-weight:800;
    color:#EC0D17;
}

.about_content_leaveMSG
{
    font-size:14px;
	font-weight:800;
    color:#015058;
}


.menu_item {
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 15pt;
    cursor: hand;
}

a {
	font-weight: bold;
	text-decoration: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/
/* Columns section */
.column1 {
    float: left;
    width: 20%;
    /* Min-height: */
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

.column2 {
    float: left;
    width: 60%;
    Min-height: 1000px;
    margin-left: 20px;
    height: auto !important;
    height: 600px;
}

.div_about_left_img {
    width: 22%;
    height: 400px;
    /*background-image:url(condo.JPG);*/
    padding-left: 0%;
    /* left: 20px; */
    position: absolute;
}

.home_div_layout1 {
    width: 66%;
    height: auto;
    padding-top: 20px;
    padding-left: 6%;
    border: solid;
}

.home_img1 {
    margin-left: 200px;
}

.movable_menubar {
    width: 890px;
    position: absolute;
    top: 10px;
    display: none;
    min-width: 900px;
    background-color: #C4C9FE;
}

.menubar_normal {
    width: 70%;
    margin-left: 20px;
    position: absolute;
    top: 10px;
    min-width: 985px;
    left: 20px;
    background-color: #C4C9FE;
}

.dummyheader1 {
    width: 66%;
    height: 50px;
    top: 10px;
    min-width: 700px;
    display: block;
}

.dummyheader2 {
    width: 66%;
    height: 120px;
    top: 10px;
    min-width: 700px;
    display: block;
}


.home_transparency {
    opacity: 0;
}

.about_us {
    font-family: "Arial";
    font-size: 10pt;
    position: static;
	color:#555555;
}

.sub_menu_popup {
    background-color: #A4A9A9;
    display: none;
    width: 300px;
    height: 30px;
    z-index: 10000;
    position: absolute;
    padding-left: 10px;
    padding-top: 10px;
}

.about_menu_head {
    background-color: #FFDDA5;
    height: 20px;
    width: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 11pt;
    font-weight: bolder;
}
.LeftContainer
{
	width:245px;
	float:left;
}
.RightContainer
{
	width:745px;
	float:right;
}
