/* Global */
html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body
{
    width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background: url(/resources/background.gif);
	background-repeat: repeat-x;
	background-color: rgb(255,255,255);
	-moz-user-select: none;
}
.context
{
    position: relative;
    width: 850px;
    min-height: 580px;
    margin-left: auto;
    margin-right: auto;
    background: rgb(183,183,183);
}
*html .context
{
    height: 580px;
}
.base
{
    position: relative;
    clear: both;
    width: 850px;
    height: 50px;
    background: url(/resources/base.gif);
    background-repeat: repeat-x;
}
.footer
{
    position: relative;
    width: 850px;
    height: 26px;
    background: rgb(255,255,255);
    font-size: 18px;
    font-family: arial narrow;
    font-weight: bold;
    color: rgb(123,123,123);
    text-align: center;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: rgb(183,183,183);
}
.title
{
    position: relative;
    width: 850px;
    height: 140px;
    background: url(/resources/newheader.jpg);
    background-repeat: no-repeat;
    background-position: 204px 17px;
    background-color: rgb(183,183,183);
    cursor: pointer;
}
.main_menu
{
    position: relative;
    width: 670px;
    height: 50px;
    padding-left: 180px;
    background: rgb(183,183,183);
    z-index: 2;
}
*html .main_menu{
    padding-left: 170px;
}
.main_menu_item
{
    position: relative;
    float: left;
    width: 70px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer;  
}
.main_menu_item_label
{
    position: relative;
    width: 70px;
    height: 20px;
    font-weight: bold;
    font-family: arial;
    font-size: 16px;
    text-align: center;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
.main_menu_item_capture
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgb(255,255,255);
}
.sub_menu
{
    position: absolute;
    width: 320px;
    height: 241px;
    top: 30px;
    left: 0px;
}
.sub_menu_item
{
    position: relative;
    width: 150px;
    height: 20px;
    padding-top: 2px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    border-style: solid;
    border-color: rgb(150,150,150);
    border-width: 1px;
    background: rgb(255,255,255);
    cursor: pointer;
}
.sub_menu_icon
{
    position: absolute;
    left: 150px;
    top: 5px;
    width: 6px;
    height: 10px;
    background: url(/resources/sub_menu_icon.gif);
    font-size: 0px;
}
.drop_menu
{
    position: absolute;
    top: 0px;
    left: 160px;
}
.drop_menu_item
{
    position: relative;
    width: 150px;
    height: 20px;
    padding-top: 2px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    border-style: solid;
    border-color: rgb(150,150,150);
    border-width: 1px;
    background: rgb(255,255,255);
    cursor: pointer;
}
.loading
{
	position: absolute;
	width: 32px;
	height: 32px;
	margin-left: 409px;
	margin-top: 250px;
	background: url(/resources/loading.gif);
	font-size: 0px;
	z-index: 5;
}
.page
{
    position: relative;
    float: left;
    width: 850px;
    min-height: 300px;
    background: rgb(183,183,183);
    z-index: 0;
}
*html .page
{
    height: 300px;
}
.extras
{
    position: absolute;
    left: 580px;
    width: 230px;
    height: 300px;
    border-top-color: rgb(80,80,80);
    border-top-width: 7px;
    border-top-style: solid;
    z-index: 1;
}
.extra_label
{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    color: rgb(255,255,255);
}
.extra_button_panel
{
    position: relative;
}
.extra_button
{
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 0px;
}
.extra_title
{
    position: relative;
    float: right;
    width: 230px;
    height: 173px;
    margin-top: 10px;
}
.main_section
{
    position: relative;
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}
.main_section_heading
{
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    padding-bottom: 10px;
}
.main_section_content
{
    position: relative;
    width: 100%;
    clear: both;
}
.text
{
    position: relative;
    width: 480px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: tahoma;
    font-size: 11px;
    color: rgb(60,60,60);
    text-align: justify;
}
.bullet_section
{
	position: relative;
	left:90px;
	width: 580px;
	padding-bottom: 10px;
	margin-top:10px;
	display:block;
}
#company_about_us_page .bullet_section {
	position:absolute;
	left:230px;
}
.bullet
{

	position: relative;
	margin-left: 100px;
	margin-right: 50px;
	margin:0px;
	padding:0px;
}
.bullet_icon
{
	left:0px;
	position: absolute;
	width: 8px;
	height: 7px;
	background: url(/resources/bullet_icon.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	font-size: 0px;

}
.bullet_label
{
	position: relative;
	display:block;
	left:15px;
	padding-bottom:5px;
    font-family: tahoma;
    font-size: 11px;
	color: rgb(60,60,60);
}
.form
{
	position: relative;
	margin-top: 10px;
	margin-left: 50px;
}
.label
{
	font-size: 11px;
	font-family: arial;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	color: rgb(60,60,60);
}
.value
{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	white-space: nowrap;
	color: rgb(60,60,60);
}
.text_input
{
    position: relative;
	width: 150px;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	border-color: rgb(127,157,185);
	border-width: 1px;
	border-style: solid;
}
.text_input_small
{
    position: relative;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	width: 62px;
	border-color: rgb(127,157,185);
	border-width: 1px;
	border-style: solid;
}
.select_input
{
    position: relative;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	width: 150px;
	border-color: rgb(127,157,185);
	border-width: 1px;
	border-style: solid;
}
.area_input
{
    position: relative;
	font-size: 11px;
	font-family: arial;
	font-weight: normal;
	width: 300px;
	height: 100px;
	border-color: rgb(127,157,185);
	border-width: 1px;
	border-style: solid;
	overflow-x: hidden;
	overflow-y: auto;	
}
.button_panel
{    
	position: relative;
	display:block;
	height:30px;
    width: 400px;
    padding-top: 10px;
}
.button_panel2
{    
	position: relative;
	display:block;
	height:30px;
    width: 83px;
    margin-left:250px;
    padding-top: 10px;
}
.button
{
    position: relative;
    float: right;
    width: 81px;
    height: 22px;
    margin-right: 2px;
	padding-top:7px;
    text-align: center;
    background: url(/resources/buttonback.jpg);
    font-size: 11px;
    font-weight: bold;
    font-family: arial;
    cursor: pointer;
}

/* Home */
.intro_panel
{
    position: relative;
    height: 200px;
}
.intro
{
    position: absolute;
    background: url(/resources/intro.jpg);
    overflow: hidden;
}
.intro_text
{
    position: absolute;
    left: 10px;
    top: 175px;
    font-size: 18px;
    font-family: arial narrow;
    font-style: italic;
    font-weight: 900;
    color: rgb(255,255,255);
}
.intro_button
{
    position: absolute;
    left: 790px;
    top: 170px;
    font-size: 26px;
    font-family: arial narrow;
    font-weight: bold;
    color: rgb(255,255,255);
    cursor: pointer;
}
.fade_panel
{
    position: relative;
    width: 850px;
    height: 14px;
}
.fade
{
    position: relative;
    float: right;
    width: 124px;
    height: 14px;
    background: url(/resources/fade.gif);
}
.link
{
	position: relative;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	white-space: nowrap;
	color: rgb(72,0,222);
	text-decoration: underline;
	cursor: pointer;
}

/* Company */
.about_us_photo
{
    float: left;
    margin: 0px 20px 0px 20px;
}
.industry_contact_logo
{
    position: relative;
    float: left;
    margin-left: 50px;
    margin-right: 20px;
    width:137px;
}
*html .industry_contact_logo
{
    margin-left: 25px;
}
.industry_contact_form
{
    position: relative;
}

/* Properties */
.property
{
	position: relative;
	width: 540px;
	height: 100px;
	margin-left: 20px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
}
.property_image
{
	position: absolute;
	width: 100px;	
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	opacity: 1;
    filter: alpha(opacity=100);
}
.property_title
{
	position: absolute;
	margin-top: 10px;
	margin-left: 120px;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	color: rgb(60,60,60);
	background: rgb(255,255,255);
    opacity: 1;
    filter: alpha(opacity=100);
	white-space: nowrap;
}
.property_form
{
	position: absolute;
	margin-top: 25px;
	margin-left: 120px;
	background: rgb(255,255,255);
    opacity: 1;
    filter: alpha(opacity=100);
}
.property_description
{
	position: absolute;
	width: 360px;
	height: 16px;
	margin-left: 120px;
	margin-top: 67px;
	font-size: 11px;
	font-family: arial;
	color: rgb(100,100,100);
	background: rgb(255,255,255);
    opacity: 1;
    filter: alpha(opacity=100);
	overflow: hidden;
}
.property_capture
{
    position: absolute;
    width: 850px;
    height: 100px;    
    background: rgb(255,255,255);
    opacity: 0;
    filter: alpha(opacity=0);
}
.inspection_main_selling_point
{
    position: relative;
    margin-left: 50px;
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: verdana;
    color: rgb(100,100,100);
}
.inspection_image_panel
{
    position: relative;
    float: left;
    width: 180px;
    padding-left: 60px;
}
.inspection_image
{
	position: relative;
	width: 160px;
	height: 120px;
	margin-top: 20px;
	cursor: pointer;
}
.inspection_image_panel_label
{
    position: relative;
    width: 160px;
    padding-top: 20px;
    text-align: center;
    font-size: 11px;
    font-family: verdana;
    color: rgb(255,255,255);
}
.inspection_form
{
	position: relative;
	width: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.inspection_description
{
    position: relative;
    width: 300px;
    margin-left: 250px;
    font-size: 11px;
    font-family: verdana;
    color: rgb(60,60,60);
    text-align: justify;
}

/* Tour */
.tour_image
{
    position: relative;
    width: 600px;
    height: 450px;
}
#contact_us_contact_us_details_target{
	font-size:14px;
}