/* CSS for Argus Interactive - 2006*/

/* Body */
body {
	background-color: #2b2b2b;
	left: 0px;
	top: 0px;
}

/* Main container */
/* Container of: 
	MainBody (Header, Content, Footer)
*/
/* */
#main_container {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Main Body*/
/* Container of
	Header, Content
*/
#main_body {
	background-color: #FFFFFF;
	padding: 14px 14px 12px 15px;
	display: block;
	position: relative;
	float: left;
}

/* Header*/
/* Container of:
	Header_right_menu
*/
#header {
	height: 114px;
	width: 746px;
	position: relative;
	display: table;
}
#header_right {
	float: right;
	width: 558px;
	position: relative;
	height: auto;
}
#header_left {
	float: left;
	height: auto;
	width: 173px;
	position: relative;
}
/* Header_right_menu*/
/* Container of:
	Menu Options
*/
#header_right #header_right_menu{
	height: 35px;
	width: 100%;
	background-color: #641020;
	float: right;
	position: relative;
	margin-top: 22px;
}
/* OptionMenu */
/* Container of:
	text option, visual effects
*/
#option_menu, #option_menu a, MENU1 a, MENU2 a, MENU3 a, MENU4 a{

	width: auto;
	height: 30px;
}

/* Visual effect */
#option_menu a:hover, MENU1 a:hover, MENU2 a:hover, MENU3 a:hover, MENU4 a:hover{
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
}
.off{
	text-align: left;
	margin-right: 15px;
	margin-left: 12px;
	float: left;
	margin-top: 5px;
}
.on
{
	text-align: left;
	margin-right: 15px;
	margin-left: 12px;
	float: left;
	margin-top: 5px;
	text-decoration: none;
}
.off.item_selected
{
	float: left;
	background-image: url(../images/bg_home_button.gif);	
}
/* Text option*/
.op_menu, .op_menu a{
	float: left;
	width: auto;
	height: 30px;
	white-space: nowrap;
	text-align: left;
	vertical-align:top;
	position: relative;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}
/* adjunstment for visual effect */
.op_menu a:hover{
	float: left;
	background-image: url(../images/bg_home_button.gif);	
}
/* Top space*/
#option_top{
	height: 2px;
	width: auto;
}
/* Content*/
/* Contain:
	Left Column, Right Column
*/
#content {
	position: relative;
	width: 746px;
	height: auto;
	top: 18px;
	border: 0px;
	margin: 0px;
	padding: 0px;	
	display: table;
	margin-bottom: 20px;
}
#left_column {
	width: 190px;
	border-right: 2px solid #783731;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
}
#center_column{
	width: 256px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	vertical-align: top;
	padding: 5px 12px 5px 16px;
}
#right_column {
	width: 243px;
	height: 100%;
	background-color: #f6f5f5;
	color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 12px;
	vertical-align: top;
	padding: 9px 14px 7px 14px;
	border: 1px solid #e6e6e6;
}
/*
#right_text_box a{
	color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#right_text_box a:hover{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
*/
#logoAI {
	position: relative;
	width: auto;
	top: 39px;
}


#lines {
	height: auto;
	width: 100%;
}
#lines_up {
	float: right;
	position: relative;
	
}
#golden_line {
	height: auto;
	width: 100%;
	background-color: #c6a53d;
}
#white_line {
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
}
#grey_line {
	height: auto;
	width: 100%;
	background-color: #c2c6ca;
}


#point_of_interest {
	width: 740px;
	height: 37px;
	position: absolute;
	left: 0px;
	top: 74px;
	margin-right: auto;
	margin-left: auto;
}
#poi_pointer {
	float: left;
	height: 35px;
	width: 220px;
	position: relative;
}
#poi_text {
	float: left;
	height: 25px;
	width: 165px;
	position: relative;
	background-color: #78352D;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;

	padding-left: 15px;
}
#poi_arrow{
	float: left;
	height: 35px;
	width: 35px;
	position: relative;
	background-image: url(../images/arrow_op.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#poi_title {
	float: left;
	position: relative;
	height: auto;
	width: 450px;
	margin: 0px;
	padding: 0px;
	left: -15px;
	top: -5px;
}
#poi_title h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 37px;
	color: #78352D;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7c7c7c;
	text-align: right;
	float: right;
	right: 12px;
	position: relative;
	width: 770px;
}
#footer a {
	font-size: 11px;
	color: #a7a7a7;

	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	line-height: 20px;
}
#left_content {
	position: relative;
	float: left;
	width: 162px;
	height: 100%;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#left_column>#left_content{
	width: 170px;
}
#right_content
{
}
#login {
	background-color: #e9e7e7;
	width: auto;
	height: 76px;
	border: 1px solid #d7d5d4;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 22px;
	position: relative;
}
.client_form {
	float: left;
	height: auto;
	width: 150px;
	margin-top: 5px;
}
.client_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	top: -2px;
	vertical-align: middle;
}
.client_login b {
	font-weight: bold;
	color: #000000;
}
#left_column>#login {
	margin-right: 5px;
}
#contact {
	width: 300px;
	height: 50px;
	float: right;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

	text-align: right;
	display: table;

	top: 12px;
}
#left_column ul {
	position: relative;
	left: -5px;

}
#left_column li {
	font-size: 9px;
	list-style-position: outside;
	list-style-image: url(../images/arrow.jpg);
	list-style-type: none;
	font-weight: bold;
	color: #000000;
	vertical-align: text-top;
	margin-bottom: 20px;
	margin-left: -19px;
	margin-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li{
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: none;
}
#right_text_box {
	font-size: 12px;
	vertical-align: top;
	text-align: justify;
}
#text_body {
	font-size: 12px;
	width: auto;
	vertical-align: top;
}
a {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color: #CBAC59;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
h1 b {
	color: #CBAC59;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
h2 b {
	color: #CBAC59;
	font-weight: normal;
}
.title {
	color: #630f1f;
	font-weight: bold;
}
#right_text_box a.title {
	color: #630f1f;
	font-weight: bold;
	text-decoration: none;
}
#right_text_box a.title:hover {
	color: #630f1f;
	text-decoration: underline;
}

#image_header {
	height: auto;
	width: 745px;
	position: relative;
}
h2 strong {
	font-weight: normal;
	color: #000000;
}

.t_field {
	background-color: #d4d4d4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	height: 18px;
	width: 127px;
	margin-bottom: 4px;
	float: left;
	clear: both;
	border: none;
}
.t_button {
	background-color: #e9e7e7;
	float: right;
	margin-right: 21px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	cursor: hand;
}
.client_form>.t_button {
	margin-right: 23px;
}
#indented {
	width: 60px;
	height:auto;
	position: relative;
	left: 9px;
}
#edge {
	height: 5px;
	width: 100%;
	border: 1px solid #666666;
	position: relative;
}
#left_links, #left_links a {
	position: relative;
	color: #000000;
	width: 145px;
	text-decoration: none;
}
#left_links a:hover {
	color: #666666;
	text-decoration: none;
}
#image_bg {
	height: 156px;
	width: 746px;
}
.hilite
{
/*	background-image: url(../images/home_image_hilite.gif);*/
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	background-color:#E4E7EE;
}
#image_head_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4d565f;
	position: relative;
	float: inherit;
	left: 20px;
	top: 45px;

	height: 20px;
	width: auto;
}
