/*
Albert Goodman Technology // Coded by Jonathan Mann // www.ag-technology.com 
*/
body, html {
	font-family: Arial, Sans;
	font-size:12px;
	color:#000;
	background-color:#184A6D;
	margin:0; padding:0;
}
/* Font Classes & Styles */
a {
	font-family: Arial, Sans;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Sans;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
}
ul {
	list-style-type:none;
    padding-left:10px;
	margin-left:0px;
}
li {
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}
.a_class {
	font-size:12px;
	color:#009AF2;
	text-decoration:none;
}
.a_class:hover {
	font-size:12px;
	color:#009AF2;
	text-decoration:underline;
}
.title_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-indent:4px;
	line-height:2.5;
}
.subtitle {
	font-family: Arial, Sans-serif;
	font-size:16px;
	color:#083F61;
	z-index:2;
}
.job_title {
	font-family: Arial, Sans;
	font-size:12px;
	color:#083F61;
}
.link {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#009AF2;
	text-decoration:none;
}
.link:hover {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#009AF2;
	text-decoration:underline;
}
.text-box {
	width:98%;
	border:1px solid #7FA2B7;
	font-size:8pt;
	font-family: Arial, Sans;
}
.drp-box {
	font-family: Arial, Sans;
	font-size:8pt;
}
.button-quote {
	border:0;
	width:117px;
	height:23px;
	background-image:url(button-submit.png);
	position:relative;
	left:-6px;
}
hr {
  border : 0;
  height : 20px;
  background : url(hr.png) 50% 0 no-repeat;
  margin-left:-1px;
  margin-bottom:5px;
  margin-top:-15px;
  z-index:1;
}
/* --- IE hack --- */
* HTML hr,
*:first-child+html hr {
  display : list-item;
  list-style-image : url(hr.png);
  list-style-position : inside;
  border : 1px solid #fff;
  width : 0;
  height : 0;
  margin-bottom : -2px;
  z-index:0;
}
/* --- end hack --- */
.hr-home {
  border : 0;
  height : 20px;
  background : url(hr-home.png) 50% 0 no-repeat;
  margin-left:-1px;
  margin-bottom:5px;
  margin-top:-15px;
  z-index:1;
}
/* --- IE hack --- */
* HTML .hr-home,
*:first-child+html .hr-home {
  display : list-item;
  list-style-image:url(hr-home.png);
  list-style-position : inside;
  border : 1px solid #fff;
  width : 0;
  height : 0;
  margin-bottom : -2px;
  z-index:0;
}
/* --- end hack --- */

/* Font Classes & Styles - End */

/* Top Left Image */
#top_left {
	width:192px;
	height:183px;
	position:absolute;
	left:0px;
	top:0px;
}

/* Navigation CSS Start */
.main_menu {
	background-image:url(mainbkg.jpg);
	background-repeat:no-repeat;
	width:229px;
	height:30px;
	line-height:2.7;
	text-indent:-10px;
	margin-left:3px;
	padding-left:20px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.sub_menu {
	width:249px;
	background-image:url(subbkg.jpg);
	background-repeat:no-repeat;
	line-height:2.3;
	text-indent:10px;
	display: block;
	cursor:pointer;
	margin-left:3px;
	height: 28px;
	padding-top: 2px;
	padding-left: 7px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.quotation-image {
	position:relative;
	top:-60px;
}
/* Navigation CSS End */
#wrapper {
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}
#container {
	width: 742px;
	margin-right: auto;
	margin-left: auto; 	
	background: #FFFFFF;
	position:relative;
}
#left-frame {
	width:249px;
	height:auto;
	float:left;
}
#title {
	width:484px;
	height:30px;
	background-color:#00B4E1;
}
#right-container-news {
	width:485px;
	float:right;
	position:relative;
	left:-2px;
	line-height:1.4;
	clear:both;
}
#footer {
	width:742px;
	height:30px;
	background-image:url(footer.png);
	color:#646464;
	font-size:8pt;
	line-height:33px;
	text-indent:8px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-2px;
}
h1 {
	color:#77CCFF; 
	font-size:9px; 
	margin:0 0; 
	font-weight:normal;
}
h2 {
	font-size:9px;
	margin:0 0;
	font-weight:bold;
}
b {
	font-weight:normal;
}
.homedetail h1 {
	font-size:12px; 
	color:#000000; 
	font-weight:bold;
}
.homedetail h2 {
	font-size:12px;
}
div.homedetail {
	width:100%; 
	height:0px; 
	z-index:2;
	position:relative;
	top:-12px;
}
.bottom {
	height:0px
}
.bottom_big {
	height:1200px; 
}