/* Start of CMSMS style sheet 'styles_general' */
/*
====Colours Used=======
white bg		= #f7f6f7   
internal bg white = #F1EEF0

light green = #b5da88
mid green	= #76be2f
dark green	= #224432

light grey	= #C2C5B2
dark grey = #6E7769

link	= #76be2f
text black	= #6E7769
text white	= #f7f6f7
=======================
*/

body{
	background-color:#f7f6f7;
	margin:0px;
	font-family:Arial, sans-serif;
	color:#6E7769;
	font-size:12px;
}

/* HTML tag styles START */
/* ======================================================*/
a:link, a:visited{
	color:#76be2f;
	text-decoration:none;
		text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#76be2f;
}
p{
	margin-top:0px;
}
h1{
	font-size:2em;
	color:#224432;
	font-weight:normal;
}
h2{
	font-size:1.4em;
	font-weight:bold;
	color:#224432;
	padding-bottom:10px;
}
h3{
	font-size:1.3em;
	font-weight:normal;
	color:#9EA384;
}
h4{
	font-size:1.1em;
	font-weight:bold;
	color:#9EA384;
	margin-bottom:3px;
}
ul.basic_list{
	list-style-image:url(images/list_arrow.gif);	
}
.basic_list li{

}
/* HTML tag styles END */
/* ======================================================*/

/* text styles START */
/* ======================================================*/
.light_green{
	color:#748C80;
}
.dark_green{
	color:#748C80;
}
.white_green{
	color:#a4d173;
}
.dark_grey{
	color:#463C3C;
}

.body_text{
	font-family:Verdana, Arial, sans-serif;
	color:1A1A1A;
	font-size:1.1em;
}
.bold_text{
	font-family:Verdana, Arial, sans-serif;
	color:#1A1A1A;
	font-size:1.1em;
	font-weight:bold;
}
.large_body_text{
	font-family:Verdana, Arial, sans-serif;
	color:1A1A1A;
	font-size:1.2em;
}
.feature_text{
	font-family:Verdana, Arial, sans-serif;
	color:#44725B;
	font-size:1.2em;
}

/* text styles END */
/* ======================================================*/

/* form styles START */
/* ======================================================*/
form input{
	background-color:##a4d173;
	border:1px solid #9EA384;
}
form textarea{
	background-color:##a4d173;
	border:1px solid #9EA384;
}
/* form styles END */
/* ======================================================*/




/* page layout skeleton START */
/* ======================================================*/
#page_container{
	width:100%;
	margin-top:20px;
	border:0px solid red;
}
#footer_container{
	background-color:#ECEDE1;
	width:980px;
	height:45px;

}
#footer{
	width:900px;
	border:0px solid red;
	padding:8px 5px 5px 5px;
	color:#BEBFB2;	
	float:right;
}
#footer a{
	color:#BEBFB2;
}


/* page layout skeleton END */
/* ======================================================*/

/* ======================================================*/
/* General  START */
.clearboth{
	clear:both;
	font-size:0px;
	height:0px;
}
.hideItem{
	visibility:hidden;
}
/* General END */
/* ======================================================*/

/* ======================================================*/
/* Home page layout  START */

#page_home{
	width:980px;
	text-align:left;
	border:0px solid red;
	background:#FFFFFF;
}

#page_home #page_header{
	width:900px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid red;
}
#page_home #page_nav{
	height:30px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/nav_bg.jpg) no-repeat;
	}
#page_home #internal_nav{
	height:30px;
	width:900px;
	padding-bottom:45px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/nav_bg.jpg) no-repeat;
	}
#page_home #page_banner{
	height:300px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#page_home #page_main{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	
}
#page_home .left_col{
	width:205px;
	border:0px solid green;
	margin-left:40px;
	margin-bottom:40px;
	float:left;
	}
#page_home .mid_col{
	width:270px;
	border:0px solid blue;
	float:left;
	margin-bottom:40px;
	margin-right:10px
}
#page_home .right_col{
	width:235px;
	border:0px solid red;
	float:left;
	margin-bottom:40px;

}
#page_home .internal_left_col{
	width:300px;
	border:0px solid green;
	margin-left:40px;
	margin-bottom:40px;
	float:left;
	}
#page_home .internal_mid_col{
	width:370px;
	border:0px solid blue;
	float:left;
	margin-bottom:40px;
	margin-right:10px
}
#page_home .internal_right_col{
	width:235px;
	border:0px solid red;
	float:left;
	margin-bottom:40px;

}
#page_home #contact{
	float:right;
	width:250px;	
	height:50px;
	border:0px solid red;	
}
#page_home #logo{
	float:left;	
}
#page_home #logo img{
	border:0px;
}
#page_home #banner{
	border:0px solid red;
	height:275px;
}
.column{
	float:left;
	width:195px;
	margin-right:8px;
	background-color:#f7f6f7;
	border:0px solid #b5da88;
	padding-bottom:1000px;
	margin-bottom:-1000px;

}

/* ======================================================*/
/* Home page layout  END */






/* End of 'styles_general' */

