/*---------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 #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #565656;
}

a:link, a:visited {
	color: #9DD42E;
}

a:hover, a:active {
	color: #333;
}

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

br { margin: 0; }

ul {
	margin: 0 0 1.2em 0;
	list-style-type: none;
}
li {
	margin: 0 0 0.6em 0;
}

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


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

#wrapper {
	width: 760px;
	margin: 15px auto 25px auto;
}


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

#branding {	
}


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

#nav {
}


#nav ul {
	width: 760px;
	height: 35px;
	margin: 0;
	padding: 0;
	background-image: url(sitegraphics/nav.jpg);
}


#nav li,
#nav a {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
	background-image: url(sitegraphics/nav.jpg);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

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

#nav-home a 					{ width: 125px; background-position: 0px 0px;}
#nav-profile a					{ width: 90px; background-position: -125px 0px;}
#nav-services a					{ width: 105px; background-position: -215px 0px;}
#nav-contact a					{ width: 105px; background-position: -320px 0px;}

#nav-home						{ width: 125px; background-position: 0px -35px;}
#nav-profile					{ width: 90px; background-position: -125px -35px;}
#nav-services					{ width: 105px; background-position: -215px -35px;}
#nav-contact					{ width: 105px; background-position: -320px -35px;}

#nav-homeSelected				{ width: 125px; background-position: 0px -35px;}
#nav-profileSelected			{ width: 90px; background-position: -125px -35px;}
#nav-servicesSelected			{ width: 105px; background-position: -215px -35px;}
#nav-contactSelected			{ width: 105px; background-position: -320px -35px;}

#nav-homeSelected a				{ width: 125px; background-position: 0px -35px;}
#nav-profileSelected a			{ width: 90px; background-position: -125px -35px;}
#nav-servicesSelected a			{ width: 105px; background-position: -215px -35px;}
#nav-contactSelected a			{ width: 105px; background-position: -320px -35px;}


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

#contentWrapper {
	width: 700px;
	padding: 30px;
	background: url(sitegraphics/bg_contentwrapper.jpg) 0 0 no-repeat #CECECE;
}


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

#contentMain {
	float: left;
	width: 400px;
	padding: 30px;
	background-color: #FFF;
	font-size: 120%;
}

#contentMain h2 {
	margin: 0 0 0.25em 0;
	color: #555;
}
#contentMain ul {
	padding: 0;
}
#contentMain li {
	padding: 0 0 0 11px;
	background: url(sitegraphics/bullet_contentmain.gif) 0 0.4em no-repeat;
}

#titleHome { width: 400px; height: 20px; margin: 0 0 15px 0; text-indent: -1976px; background: url(sitegraphics/title_home.gif); }
#titleProfile { width: 400px; height: 20px; margin: 0 0 15px 0; text-indent: -1976px; background: url(sitegraphics/title_profile.gif); }
#titleMediation { width: 400px; height: 45px; margin: 0 0 15px 0; text-indent: -1976px; background: url(sitegraphics/title_mediation.gif); }
#titleContact { width: 400px; height: 20px; margin: 0 0 15px 0; text-indent: -1976px; background: url(sitegraphics/title_contact.gif); }

#homeLinks a:link, #homeLinks a:visited {
	text-decoration: none;
	color: #565656;
}
#homeLinks a:active, #homeLinks a:hover {
	text-decoration: none;
	color: #9DD42E;
}

#address {
	border-bottom: 1px solid #9DD42E;
	text-align: center;
	margin-bottom: 1.2em;
	padding-bottom: 1em;
}
#address h2 {
	margin-bottom: 0.2em;
}
#address p {
	margin-bottom: 0em;
}
#address .caption {
	font-weight: bold;
}


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

#contentSub {
	position: relative;
	float: right;
	width: 170px;
	padding: 50px 20px 0 20px;
	background: url(sitegraphics/bg_contentsub.jpg) 0 0 no-repeat #FFF;
}

#contentSub h2 {
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #9DD42E;
	text-transform: Xuppercase;
	font-weight: normal;
	font-size: 150%;
}

#contentSub ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#contentSub li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 11px;
	background: url(sitegraphics/bullet_contentsub.gif) 0 0.4em no-repeat;
	font-size: 110%;
}

#contentSub .contacts {
	position: absolute;
	top: 0;
	left: 0;
}


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


#form {
	margin: 0 0 25px 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #CCC;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 80px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CCC;
	font-weight: bold;
	color: #FFF;
}
.mandatory {
	font-size: 90%;
}
.mandatoryAsterisk {
	padding: 0 3px;
	font-weight: bold;
	color: #9DD42E;
}


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

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

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 170px; }


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

#footer {
	clear: both;
}