@charset "utf-8";
/* CSS Document */
body,p,
.heading-10,
.heading-12,
.heading-14,
.heading-16,
.heading-18,
.heading-20,
.heading-30,
#global_body_text,
.global_footer_text
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #2E5397;
font-size: 14px;	
}

body {
	text-align:center;
	padding:0;
	margin: 0 0 0 0;
	font-weight: normal;
 }

p,body {
	text-align:left;

}
li,ul {
	list-style-image: url(graphics/bullet.png);
}
.heading-10,
.heading-12,
.heading-14,
.heading-16,
.heading-18,
.heading-20,
.heading-30
{
font-weight: bold;	
} 

.heading-10
{
	font-size: 12px;
	margin-bottom: 1px;
	padding-top: 3px;
}


.heading-12
{
	font-size: 14px;
	margin-bottom: 1px;
	padding-top: 3px;
}

.heading-14
{
	font-size: 16px;
	margin-bottom: 1px;
	padding-top: 3px;
}

.heading-16
{
	font-size: 18px;
	margin-bottom: 1px;
	padding-top: 3px;
}
.heading-18
{
	font-size: 20px;
	margin-bottom: 1px;
	padding-top: 3px;
}

.heading-20
{
	font-size: 24px;
	margin-bottom: 1px;
	padding-top: 3px;
}
.heading-30
{
	font-size: 36px;
	margin-bottom: 1px;
	padding-top: 3px;
}

/*
css div's
*/
#colins {
	width: 240px;
	top: 0px;
	float: right;
	position: relative;
	clear: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px 10px;
	background-repeat: no-repeat;
	height: 635px;
}

#green_left{
	margin:14px auto 0;
	width: 580px;
	background-color: #2C7977;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
}
#white_left{
	margin:14px auto 0;
	width: 580px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	list-style-type: square;
	list-style-position: outside;
	background-color: #8A9725;
}
#green_wrap{
	background-color: #8A9725;
	float: left;
	width: auto;
}
#bottom_data{
	margin:0 auto;
	width: 890px;
	float: left;
	position: relative;
	background-color: #8A9725;
}
#rh_data{
	margin:0 auto;
	width: 400px;
	float: right;
	position: relative;
	right: 15px;
	background-color: #C5DD5B;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	padding: 12px;
}

#enquire{
	margin:0 auto;
	width: 297px;
	height: 92px;
	float: left;
	position: relative;
	left: 40px;
}
#global_heading{
	margin:0 auto;
	width: 900px;
	height: 320px;
}
#global_main_top_heading{
	width: 900px;
	clear: both;
	height: 64px;
	padding-top: 15px;
}
#global_footer {
	clear:both;
	padding:15px 10px 5px;
}

.global_footer_text
{
font-size: 12px;		
}


#global_wrapper{
	margin:0 auto;
	width: 900px;
	background-color: #8A9725;
}

#global_line{
	margin:0 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	float: left;
	position: relative;
	clear: both;
	width: 900px;
	padding-bottom: 2px;
	border-bottom-color: #2E5397;
	padding-top: 2px;
}
#global_body_text{
	margin:0 auto;
	float: none;
	padding: 10px;
	background-color: #8A9725;
	height: 660px;
}
#navigation{
	margin:0 auto;
	height: 25px;
	width: 900px;
}
/*- Menu Tabs B--------------------------- */

    #tabsB {
	float:none;
	width:80%;
	font-size:10pt;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	left: 80px;
      }
    #tabsB ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("cssgraphics/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
	float:left;
	display:block;
	background:url("cssgraphics/tabrightB.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#3C6AA1;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
