@import url("complex.css");
@import url("rounded-corners.css");
@import url("sifr.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 0.3em; 
}

html, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {border:none;}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background-color:#fff;
	display: block;
	text-align: center;
	color: #333333;
	font-size: 62.5%; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	height: auto;
	padding: 0;
	width: 980px;
}

p {
	color: #333;
  	font-size: 1.2em;
  	line-height: 1.4em;
	font-weight: normal;
	background-color: transparent;
}

ul {
	font-size: 1.2em;
	line-height: 1.7em;
}

a:link {
	text-decoration: underline;
	color: #A44495;
	font-weight: bold;
	background-color: transparent;
}
a:visited {
	text-decoration: underline;
	color: #A44495;
	font-weight: bold;
	background-color: transparent;
}

a:active{
	text-decoration: none;
	color: #A44495;
	font-weight: bold;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #A44495;
	font-weight: bold;
	background-color: transparent;
}

/* ####### Links Swap ####### 
###################################### */

#expert a:link,#expert a:visited,#expert a:active,#expert a:hover {
color:#E60073;
}

#communication a:link,#communication a:visited,#communication a:active,#communication a:hover {
color:#FF6117;
}

#consultation a:link,#consultation a:visited,#consultation a:active,#consultation a:hover {
color:red;
}

#advocacy a:link,#advocacy a:visited,#advocacy a:active,#advocacy a:hover {
color:#0150B8;
}

#intensive a:link,#intensive a:visited,#intensive a:active,#intensive a:hover {
color:#62a600;
}

/* ###################################### */

h1 {
color: #060709;
font-size:2.4em;
font-weight: normal;
}
  
h2 {
	color: #000;
	font-weight: normal;
	font-size: 2.0em;
	line-height: 1.3em;
	background-color: #fff;
}

h3 {
	color: #000;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #fff;
}


fieldset {border: solid 0 transparent; float: left; width: 100%;}
legend {display: none;}
label {float: left; width: 10em; display: block;}
.label {float: left; width: 30em; display: block;}
input {width: 250px; height: auto; font-size: 1.4em; font-weight:normal; float: left; margin-left: 5px; margin-bottom: 15px;}
input:focus, textarea:focus {background: #ffc; color: #333;}
input[type="text"] {width: 250px;}
input.radio, input.checkbox, input.submit { width: auto; margin-top: 5px;}
input.submit { width: auto; margin-top: 5px; font-size: 1.4em; font-weight: bold; font-family: Arial, Helvetica, sans-serif; padding: 3px; float: left; }
input.checkbox {float: left; margin-left: 0; margin-right: 1em; margin-top: 3px;}
textarea {margin-left: 5px;}

table {float:left; width: 100%; height: auto; margin-left: 0; margin-bottom: 5px;}
td, th {border: 1px dotted #bbb; padding: .5em;}

table.cart   {
color: #555;
background-color: #fff;
width: 95%;
float: left;
margin-top: 25px;
font-size: 1.3em;
}

.cart caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: #fff;}

.cart thead th, .cart tfoot th {
text-align: left;
font-size: 1.1em;
font-weight: bold;
color: #333;
background: #f5f5f5;
}

.cart tbody th, .cart tbody td {vertical-align: top;
text-align: left;
background: #fff;
color: #333;}

.cart th {white-space: nowrap; color: #333; background: #fff;}

.cart .odd {background: #fcfcfc; color: #333;}

 input#search {font-size: 1.6em; margin-top: 10px;}
#content table img {border: none !important;}

