/* Start of CMSMS style sheet 'Layout' */
body {
text-align: left;
margin:0;
padding:0;
background-color: #fff;
}
	img {
	border: 0;
	}

a,
a:link 
a:active {
text-decoration: underline;
padding-bottom: 10px;
color: #336699;
}
	a:visited {
	text-decoration: underline;
	color: #336699;
	}
	a:hover {
	text-decoration: none;
	color: #336699;
	}

.clearboth {
clear: both;
}

div#container {
margin: 0 auto;
clear: both;
width: 870px;
}


/* HEADER ///////////////////////////////////////////////////////////////////////// */

#header {
margin: 0 auto;
width: 870px;
height:90px;
clear: both;
}
#header p {
margin: 0px;
}
#header h1 {
color: #f0f0f0; 
font-size: 18px;
font-weight: normal;
}
#header #logo { 
float: left; 
margin-top: 15px;
width: 210px;
color: #4A7195; 
font-family: Arial; 
}
#header #logo a img { 
border:none; 
}

/* HEADERLINKS ///////////////////////////////////////////////////////////////////////// */

#headerlinks {
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
color: #333;
padding-top: 45px;
padding-right: 10px;
text-align: right;
float: right;
} 

/* BANNER ================================= */

div#banner {
height : 300px;
width: 100%;
}
div#banner img {
margin: 0px;
padding:0px;
overflow: hidden;
float : left;
}
div#banner p {
margin: 0px;
padding:0px;
}

/* ACTION-AREA ///////////////////////////////////////////////////////////////////////// */

#action {
background-image : url(uploads/images/background/background-actionarea.gif);
background-repeat :repeat-x;
background-position : top;
background-color : #fff;
border-top:2px solid #fff;
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
line-height: 20px;
margin: 0 auto;
width: 100%;
clear:both;
} 
#action ul {
margin: 25px;
margin-bottom: 0px;
padding: 0px;
list-style-type: square;
color: #006633;
} 
#action .mainbox {
float:left;
width:542px;
padding:10px;
padding-bottom: 50px;
border-right:2px solid #fff;
} 
#action .box1 {
float:left;
width:260px;
padding:10px;
border-right:2px solid #fff;
} 
#action .box2 {
float:left;
width:260px;
padding:10px;
border-right:2px solid #fff;
} 
#action .box3 {
float:left;
width:260px;
padding:10px;
}

#action h2 {
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 18px;
margin-left: 10px;
color: #006633;
font-weight: bold;
margin-bottom:10px;
text-transform: capitalize;
}

/* LEFT SIDE ================================ */

div#leftside {
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
width: 190px;
padding:10px;
float: left;
}
	
/* HOME PAGE ================================ */

div#content-home {
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
line-height: 20px;
padding: 15px;
}
	div#content-home p {
	font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
	
/* LAYOUT PAGES ================================ */

div#content {
width:600px;
float:left;
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
line-height: 20px;
padding: 30px;
}
	div#content p {
	font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
	
/* LAYOUT PAGES 2 ================================ */

div#content2 {
width:600px;
float:left;
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
line-height: 20px;
padding: 30px;
padding-left: 15px;
}
	div#content2 p {
	font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	line-height: 20px;
	}


/* FOOTER ================================ */

div#footer {
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 13px;
margin-top: 10px;
width: 100%;
height: 140px;
clear:both;
}
div#footer div.container {
background-image : url(uploads/images/background/background-actionarea.gif);
background-repeat :repeat-x;
background-position : top;
margin: 0 auto;
width: 870px;
color: #333;
border-top: 2px solid #006633;
}

div#footer p {
line-height: 20px;
margin: 0;
}
	div#footer a {
	color: #336699;
	text-decoration: underline;
	}
	div#footer a:hover {
	color: #336699;
	text-decoration: none;
	}

div#left {
font-family:'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
font-size: 12px;
width:350px;
text-align: left;
float: left;
}
div#right {
text-align: right;
padding-top: 10px;
padding-right: 15px;
float: right;
}

/* H-STYLES ////////////////////////////////////////////////////////////////////////// */

h1 {
color: #006633; 
font-size: 24px;
font-weight: bold;
}
h2 {
color: #006633; 
font-size: 18px; 
margin-top: 0px;
font-weight: normal;
}

h3 {
color: #666; 
font-size: 13px;
}
h4 {
color: #666; 
font-size: 12px;
}
h5 {
color: #333; 
font-size: 11px;
}
h6 {
color: #333; 
font-size: 10px;
}

/* QUESTIONS AND ANSWERS ================================ */
	
#question {
font-weight: bold;
}
#ask textarea {
width: 100%;
height: 100px;
}


/* End of 'Layout' */

