/*---- MAIN PAGE LAYOUT ----*/

body{
  	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000000;
	background-color: #bcbec0;
	margin: 0px auto;
	padding: 0px;
}

#wrapper {
	display:block;
	width:740px;
	/*min-height:300px;*/
	background-color: #ffffff;
	padding: 0px 12px 12px 12px;
	margin: 0px auto;
	margin-top:20px;
	border-top: 1px solid #656668;
	border-bottom: 1px solid #656668;
	border-left: 2px solid #656668;
	border-right: 2px solid #656668;
}

#header { 
	background-color: #ffffff;
	width:740px;
	height:67px;
	margin:0px;
	padding:0px;
}

#logo_left { 
	float:left;
	margin:0px;
}

#logo_right { 
	float:right;
	margin:0px;
}

#menu_bar { 
	font-size: 80%;
	width: 720px;
	height: auto;
	color: #ffffff;
	background-color: #c9000d;
	padding: 7px 10px 7px 10px;
	margin-bottom:13px;
}

#main_content { 
	float:left;
	width:516px;
	min-height: 463px;
	padding:8px;
	background-color:#f2f2f3;
	margin-right: 10px;
}

#content_right { 
	float:right;
	width:198px;
	background-color:#c9000d;
}

#info_panel {
	border: 1px solid #cd1a25; 
	background-color:#ffffff; 
	padding-left:0px; 
	padding-right:10px;	
}

#form_panel {
	border: 1px solid #cd1a25; 
	background-color:#ffffff; 
	padding:12px;	
}

#footer_spacer {
	background-color: #ffffff;
	height:28px;
	width: 740px;
	clear:both;
}

#footer_bar {
	background-color: #c9000d;
	height:13px;
	width: 740px;
	clear:both;
}

/*---- END MAIN PAGE LAYOUT ----*/


/*---- TEXT STYLE ----*/

h1{
	font-size: 130%;
	font-weight: bold;
	color: #231f20;
	background-color: inherit;
}

h2{
	font-size: 90%;
	font-weight: bold;
	color: #c9000d;
	background-color: inherit;
}

h3{
	font-size: 80%;
	font-weight: bold;
	color: #231f20;
	background-color: inherit;
}

h4{
	font-size: 70%;
	font-weight: bold;
	color: #231f20;
	background-color: inherit;
}

p {
  font-size:80%;
  color: #000000;
  background-color:inherit;
  font-weight:normal;
  /*line-height: 1.2em;*/
}

ul, li {
  font-size:90%;
  color: #231f20;
  background-color:inherit;
  font-weight:normal;
}

#rhs_title {
  font-size:100%;
  color: #ffffff;
  font-weight:bold;
  padding:8px 4px 8px 4px;
}

.contact td {
	background-color:#231f20;
	font-size:75%;
	font-weight:bold;
	color:#ffffff;
}

.contact td  a:link, .contact td  a:visited{ color:#ffffff; text-decoration: none;}
.contact td  a:active, .contact td  a:hover{ color:#ffffff; text-decoration: underline;}


#main_content a:link, #main_content a:visited {color: #c9000d; font-size:100%; font-weight:bold; background-color:transparent; text-decoration: none;}
#main_content a:active, #main_content a:hover {color: #c9000d; font-size:100%; font-weight:bold; background-color:transparent;  text-decoration: underline;}

#menu_bar a:link, #menu_bar a:visited {color:#dddddd; background-color:transparent; text-decoration: none;}
#menu_bar a:active, #menu_bar a:hover {color:#ffffff; background-color:transparent; text-decoration: underline;}

#menu_bar a:link.active, #menu_bar a:visited.active {color:#ffffff; background-color:transparent; text-decoration: none;}
#menu_bar a:active.active, #menu_bar a:hover.active {color:#ffffff; background-color:transparent; text-decoration: underline;}

/*---- END TEXT STYLE ----*/



/*CSS FORM FIELDS:*/

input {
	font-size: 100%; 
	color: #000000; 
	background-color: #f6f6f6;
	border: 1px solid;
	border-top-color:#e6e7e8;
	border-left-color:#e6e7e8;
	border-right-color:#e6e7e8;
	border-bottom-color:#e6e7e8;
}

.elem_wrapper{
	font-size: 70%;
	float:left;
	clear:left;
	margin-bottom:1em;
	padding:3px;
	border:1px solid #ffffff;
	width:450px;
}

/*
.elem_wrapper:hover{
	border:1px solid #dddddd;
	background:#fafafa;
} 
*/

.elem_desc{
	font-size: 100%;
	color: #000000;
}

.elem_wrapper label{
	width:100px;
	float:left;
	display:block;
	font-size:1em;
	/*text-transform:capitalize;*/
	font-weight:bold;
}

.elem_wrapper input{
	width:330px;
	font-size:100%;
	padding:1px;
}

.elem_wrapper select{
	font-size:90%;
	color: #231f20;
	background-color: #f6f6f6;
}

#enquiry{
	font-size:1em;
	width:200px;
	padding:1px;
	border: 1px solid #e5e5e5;
}

.fm_checkbox {
	border: 1px;
}

#submit{
	clear:left;
	float:left;
	background-color:#ffffff;
	margin-left:103px;
	border: 0px;
}

.mandatory{
	color:#c9000d;
	font-weight:bold;
}

/*END CSS FORM FIELDS:*/