@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;	
	background: #FFD5E9;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.box {
	border: 1px dotted #662D91;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}


h1 {
	font: 150% Arial, Helvetica, sans-serif;
	color: #9B1260;
}
	
h2 {
	font: 125% Arial, Helvetica, sans-serif;
	color: #9B1260;
	margin-top: 40px;
}

h3 {
	font: 110% Arial, Helvetica, sans-serif;
	color: #662D91;
	margin-bottom: -10px;
}

h4 {
	font: 105% Arial, Helvetica, sans-serif;
	color: #662D91;
	margin-bottom: -10px;
}

h5 {
	font: 95% Arial, Helvetica, sans-serif;
	color: #9B1260;
	margin-top: -18px;
	margin-bottom: 5px;
}

h6 {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #662D91;
	text-align: center;
	margin-bottom: -10px;
	margin-top: 30px;
}

.download {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #662D91;
	text-align: center;
	line-height: 1.4em;
}




#header {
	position:relative;
	width:900px;
	height:300px;
	background:url(../images/header.jpg) no-repeat top left;
}





#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #666;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	height: 32px;
}

#navcontainer ul li {
	display: inline;
	list-style-type: none;
}

#navcontainer ul li a {
	padding: 0.7em 1em;
	margin-left: 10px;
	background-color: #666;
	color: White;
	text-decoration: none;
	float: left;
/*	border-right: 1px solid #999;*/
	list-style-type: none;
}

#navcontainer ul li a:hover {
/*	background-color: #999;*/
	color: #999;
}

.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(../images/bg.gif) center top repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #container1 { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #mainContent { 
	margin: 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.thrColFixHdr #mainContent2 { 
	margin: 0 300px 0 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent3 { 
	margin: 0 265px 0 260px;; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent-1col { 
	margin: 0 40px 0 5px;; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.thrColFixHdr #header {
	padding: 0 0 0 0px;
	color: #BE1676;
} 

.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColFixHdr #sidebar-left {
	float: left; 
	width: 210px; 
	background: #333;
	padding: 10px 20px 10px 20px; 
}

.thrColFixHdr #sidebar-right {
	float: right;
	width: 250px; 
	height: 100%;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #CCC;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9B1260;
} 

.thrColFixHdr #footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 220px; }
.thrColFixHdr #sidebar2 { width: 200px; }


/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 10px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */




.sidebarheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 16px;
	color: #FFF;
	width:250px;
	height:60px;
	background:url(../images/sidebar-head.jpg) no-repeat top left;
	margin-top: 10px;
	margin-bottom: -25px;
}


p {
	color: #333;
	font-size: 80%;
	text-align: left;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
} 

p a:link {
	color: #662D91;
	font-weight: bold;
}

p a:hover {
	color: #9B1260;
	text-decoration: underline;
	font-weight: bold;
}

p a:visited {
	color: #9B1260;
	font-weight: bold;
}

p a:active {
	color: #662D91;
	font-weight: bold;
}

p.footer {
	color: #fff;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
} 

p.footer a:link {
	color: #FFf;
	text-decoration: none;
} 

p.footer a:hover{
	color: #FFf;
} 

.centre {
	text-align:center;
}

.right {
	text-align:right;
}


p.belowfooter {
	color: #FAF317;
	text-align: right;
	font-size: 70%;
	margin: 3px 6px 4px 0;
}

p.belowfooter a:link {
	color: #FAF317;
	text-decoration: none;
}

p.belowfooter a:hover{
	color: #FAF317;
}

.descriptionshead {
	color: #9B1260;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

.descriptions {
	color: #333;
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.3em;
} 

.readmore {
	color: #695E4A;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
} 

.bold {
	font-weight: bold;
} 

.boldcentre {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	color: #333;
} 


.topofpage {
	font-size: 70%;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
} 

.topofpage a:link {
	color: #695E4A;
}

.topofpage a:hover{
	color: #788E1E;
}

.greenitalic {
	color: #788E1E;
	font:Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
	font-style:italic;
	font-weight: bold;
} 



.box2 {
	border: 1px dotted #690;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}


.box3 {
	border: 1px dotted #690;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}


.box-services {
	border: 1px dotted #690;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	width:40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}


.box-services a:link{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}


.box-services a:hover{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #888;
}



#photo {
	text-align: center;
	padding: 5px; 
	float: left;
	border: 1px #999 solid;
	margin: 20px;
}

.clearboth {
	clear: both;
}


.testimonials {
	margin-left: 50px;
	margin-right: 50px;
}

.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1E87BF;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;

}

.signupfont {
	color: #333;
	font:Arial, Helvetica, sans-serif;
	font-size: 70%;
} 

.signupfontheading {
	color: #333;
	font:Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
} 

.contact-hp {
	margin-left: 20px;
}

.contactbold-hp {
	font-weight: bold;
}



.testimonial-hp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;
	padding-top: 4px;
	color: #333;
	height:28px;
	background:url(../images/test-bg.jpg) no-repeat top left;
	margin-top: 30px;
	margin-bottom: -15px;
}

.image2 {
	border: 1px #9B1260 solid;
	padding: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

.imagecentre {
	border: 1px #9B1260 solid;
	padding: 5px;
	text-align:center;
}

.imageleft {
	border: 1px #9B1260 solid;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}



