#home-cont-wrapper{
	float:left;
	width: 100%;
	margin-top: 0px;
	border: 0px solid blue;
}


#header-cap{
	width: 968px; 
	w/idth: 1012px;
	height: 60px; 
	margin-top: 5px;
	border: 1px solid transparent; 
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	background-color: #000;
	padding: 0px 15px;
}

#enquiry-panel{
/* container for the enquiries form */
	float: right;
	width: 270px; 
	height: 420px; 
	border: 3px solid #dedede; 
	background-color: #f8f8f8;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	padding: 0px 15px;
	margin-right: 20px;
	margin-top: 20px;
}

#page-sub-head{
	margin-left: 13px;
	text-align: left;
}

#page-sub-head p{
	    font-family: Tahoma, Arial,Times New Roman;
        font-size: 14pt;
		color: black;
		text-align: left;
}
#page-sub-head-txt {
		margin-left: 13px;
	    font-family: Arial,Times New Roman;
        font-size: 10pt;
		word-spacing:0.30em;
		color: black;
		font-weight: normal;
		font-style: italic;
		text-align: left;
}

#page-headline p{
	    font-family: Tahoma, Arial,Times New Roman;
        font-size: 14pt;
		color: black;
		text-align: left;
}

.home-cont-section-wrapper{
	float:left; 
	width: 248px;
	border: 0px solid red;
}

/* section head */
.home-cont-section-head{
	width: 90%;
	height:50px;
	margin: auto;
	border: 1px solid blue;
}

.home-cont-section-head p{
	    font-family: Tahoma, Arial,Times New Roman;
        font-size: 12pt;
        f/ont-weight: bold;
        text-align: center;
		color: black;
}
.home-cont-section-head a{
	color: #000;
	text-decoration: none;
}
.home-cont-section-head a:hover{
	color: #f00;
	font-size: 14pt;
	t/ext-transform:lowercase;
	text-decoration: none;
}

/* end section head */

/* section title */
.home-cont-section-title{
	width: 98%;
	height:90px;
	margin: auto;
	background: #5e687c;
	background-image:url('img/home-title-bg.jpg');
	border: 0px solid green;
}
.home-cont-section-title p{
	    font-family: Tahoma, Arial,Times New Roman ;
        font-size: 13pt;
        font-weight: bold;
		padding-top:10%;
        text-align: center;
		vertical-align: middle;
		color: white;
		margin-top: 0px;
}
.home-cont-section-title a{
		color: white;
		text-decoration: none;
}

.home-cont-section-title a:hover{
		color: #f8ff01;
		font-size: 14pt;
		text-decoration: none;
}




/* end section title */

/* section content */
.home-cont-section-content{
	width: 90%;
	height:420px;
	margin: auto;
	border: 1px solid blue;
}
.home-cont-section-content p{
	    font-family: Arial, Tahoma, Times New Roman ;
		line-height: 145%;
		w/ord-spacing:0.10em;
        font-size: 9pt;
        f/ont-weight: bold;
		p/adding-top:10%;
        text-align: justify;
		v/ertical-align: middle;
		color: #606060;
		margin: 10px;
		m/argin-top: 0px;
}

#home-cont-sub-head {
	    font-family: Tahoma, Arial,Times New Roman ;
        font-size: 12pt;
		font-style: italic;
		color: red;
}
/* end section content */ 

/* home 4 columns */
#home-col-1{
	background: #e5e5e5;
	border: 1px solid #c8c8c8;
}

#home-col-2{
	background: #fcf9c8;
	border: 1px solid #e1deb5;
}

#home-col-3{
	background: #ededce;
	border: 1px solid #d9d9a9;
	
}

#home-col-4{
	background: #fcecc7;
	border: 1px solid #f2d180;
}

#page-tail{
float: left;
	margin-top: 20px;
	margin-left: 12px;
	border: 0px solid red;
}

#page-tail p{
	    font-family: Tahoma, Arial,Times New Roman;
        font-size: 14pt;
		font-style: italic;
		color: #c0c0c0;
		text-align: left;
}


#footnote{
	margin: 5px 20px 0px 12px;
	b/order-top: 1px dashed #c0c0c0;
}
#footnote p{
	    font-family: Tahoma, Arial,Times New Roman;
        font-size: 14pt;
		color: #c0c0c0;
		font-style:italic;
		text-align: right;
}

#lnk_contact{
	margin-top: 20px;
	border-top: 1px dashed #c0c0c0;
}
#lnk_contact p{
	color: #a0a0a0;
	font-family: Tahoma, Arial,Times New Roman;
    font-size: 10pt;
	font-style: italic;
	text-align:left;
}

#lnk_contact a{
	color: #ffbd0b;
	text-decoration:none;
}
#lnk_contact a:hover{
	color: #00f;
}

.example1{
	color: #00ff00;
}
