/*---------Site Name---------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #EFEFEF;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #3D2C25;
}

a:link, a:visited {
	color: #3EBBE8;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3D2C25;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

br { margin: 0; }

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	position: relative;
	width: 765px;
	margin: 30px auto 25px auto;
	background: url(sitegraphics/bg_wrapper.gif) 0 0 no-repeat;
}


/*--------------------BRANDING--------------------*/

#branding {
	position: relative;
	float: right;
	padding: 25px 30px 0 0;
}


/*----------------------NAV--------------------*/


#nav {
	position: absolute;
	top: 137px;
	left: 0;
	width: 170px;
	height: 93px;
	margin: 0;
	padding: 0;
}


#nav li,
#nav a {
	display: block;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 31px;
	background-image: url(sitegraphics/nav.gif);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav li a:hover { background-image: none;}

#nav-home a { background-position: 0px 0px;}
#nav-theApproach a { background-position: 0px -31px;}
#nav-ourService a { background-position: 0px -62px;}

#nav-home { background-position: -170px 0px;}
#nav-theApproach { background-position: -170px -31px;}
#nav-ourService { background-position: -170px -62px;}


/*--------------------CONTENT--------------------*/


#contentWrapper {
	background-color: #FFF;
}

#contentMain {
	float: left;
	width: 495px;
	padding: 65px 0 0 35px;
	font-size: 120%;
}
#contentMain ul {
	margin: 0 0 1em 2em;
}
#contentMain li {
	padding: 0 0 0.6em 10px;
	background: url(sitegraphics/bullet.gif) 0 0.4em no-repeat;
}

#contact {
	position: absolute;
	top: 430px;
	left: 30px;
	height: 76px;
	padding: 18px 0 0 90px;
	background: url(sitegraphics/icon_contact.gif) 0 0 no-repeat;
}
#contact h2 {
	margin: 0 0 0.05em 0;
	font-size: 140%;
	color: #3EBBE8;
}
#contact p {
	margin: 0 0 0.2em 0;
	font-size: 110%;
}
#contact p.registered {
	font-size: 80%;
}


highlight {
	font-weight: bold;
}


#title-Home {
	width: 465px;
	height: 56px;
	background: url(sitegraphics/title_home.gif) 0 0 no-repeat;
	text-indent: -1976px;
}
#title-TheApproach {
	width: 465px;
	height: 56px;
	background: url(sitegraphics/title_theapproach.gif) 0 0 no-repeat;
	text-indent: -1976px;
}
#title-OurService {
	width: 465px;
	height: 56px;
	background: url(sitegraphics/title_ourservice.gif) 0 0 no-repeat;
	text-indent: -1976px;
}


/*---------------------FORMS-----------------------*/


#form {
	width: 400px;
	margin: 0 0 25px 0;
}
#form ul {
	margin: 0;
	padding: 0;
}
#form li {
	background: none;
}

label {
	font-weight: bold;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 99%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #C4C4C5;
	background: #FFF;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 99%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #C4C4C5;
	background: #FFF;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #C4C4C5;
}
.fileUpload {
	border: 0;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	background-color: #4E4E4E;
	border: 0;
	color: #FFF;
}
#form .checkboxes {
	margin: 5px 0 10px 0;
	padding: 0;
}
#form .checkboxes li {
	margin: 0 0 5px 0;
	padding: 0;
}
#form .checkboxes input {
	margin: 3px 4px 0 0;
	padding: 0;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #3EBBE8;
}
.termsandconditions {
	font-size: 90%;
}


/*-----------------------CAPTCHA-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 170px; }


/*---------------------FOOTER---------------------*/

#footer {
	clear: both;
}