body {	
	margin: 0;	
	padding: 0;	
	font-family: Arial, Verdana, Tahoma, sans-serif;	
	font-size: 1em;	
	background: #fff;	
	color:#000;
}

img { border: none;}

h1 {	
	padding: 20px 0 0 0;	
	margin: 0;
	font-size: 1.8em;	
	color: #003366;
	text-transform: uppercase;
	font-weight: normal;
}

h1.arrow, h2.arrow {	
	background: url(../images/arrows.gif) top left no-repeat;
	margin: 0;	
	padding: 0 0 0 29px;	
	font-size: 1.5em;	
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
}
h3  {
	background: url(../images/arrows-sm.gif) top left no-repeat;
	margin: 0 0 3px 0;	
	padding: 0 0 0 23px;	
	font-size: 1.2em;	
	color: #003366;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
}

h4 {
	font-size: 1em;	
	font-weight: bold;
	margin: 0 0 3px 0;	
}

p {
  padding: 7px 0 5px 0;	
  margin: 0;
  color: #666;
}

span {	
	color: #006633;
}

form, ul, li  {
	padding: 0px;
	margin: 0px;
	color: #666;
}

a {	
  color: #006633;
  text-decoration: none;
}

a:hover {	
  text-decoration: underline;
  /*
  color: #003366;
  */
  color: #ffffff;
	background-color: #006633;
}

h1 a {	
  color: #003366;
  text-decoration: none;
}

h1 a:hover {	
  text-decoration: none;
  color: #003366;
	background-color: #FFF;
}

.clear {
	clear: both;
}

/* STRUCTURE	*/
#frame	{
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	font-size: 0.9em;
}

#ContentFrame {
	clear: both;
}

#page {
	width: 850px;
	margin: 0px auto;
}
  
#header	{
	width: 850px;
	padding: 0px;
	margin: 18px 0 0 0;
} 

/* HEADER	*/
#logo {
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
}

#nav {	
  background: url(../images/bg-nav.jpg) top left no-repeat;
  font-weight: bold;
  _font-size: 0.9em;
  height: 25px;
  margin: 0;
  padding: 8px 0 0 18px;
  list-style: none;
  color: #fff;
  width:100%;
  float:left; /*needed to contain floated children. 
  The children when contained will give the nav its height.
  If it has height, then the background colour will show.*/
}

#nav li {	
  float: left;
  position: relative; /*so that we can use this
  as a reference point for positioning the child submenu.*/
  padding: 0 30px 0 0;
  _padding: 0 0px 0 0;
  margin:0;
}

* html body #nav li {width:9em;} /*for Mac/IE, keeps nav links floated correctly */


#nav li a { /* formats the look of the menu items */
  display:block;
  margin:0;
  padding: 0;
  height:26px;
  _height:25px;
  font-weight:bold;
  background-color: transparent;
  _background-color: #0a3b6c;
  color: #fff;
}




/*-------- SUBMENU ---------*/
#nav li ul { /* submenu background*/
display: none;
list-style:none;

}

#nav li > ul { /* to override top and left in browsers other than IE, 
which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}



#nav li:hover ul,
#nav li.over ul { /* positions and formats submenu background , class over is for javascript file*/
display: block;
  background: #fff url(../images/bg-submenu.gif) bottom left no-repeat;
color:#fff;
float:none;
position: absolute;
top: 25px;
left: 0;
width:120px;
padding:0 0 2px 0;
margin:0;
}

#nav li:hover ul li a,
#nav li.over ul li a {/*formats submenu individual items */
color:#fff;
background-color: #0a3b6c;
text-decoration: none;
font-weight:normal;
margin:0 0 1px 0;
padding:5px 7px;
width: 106px;
height:100%;
text-align:left;/*need to override earlier Mac/IE text-centre rule on the parent*/
}

#nav li:hover ul li a:hover ,
#nav li.over ul li a:hover { /*formats submenu links for hover */
color: #fff;
background-color: #227a4e;
}

#nav li ul li a#current {/*sets the current (where the user is) submenu item to be highlighted*/
color: #bb2838;
background-color:#EFF2C3;}



/*-------- General ---------*/


#contact {
  float: right;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

#search {
  text-align: right;
  clear: right;
  float: right;
  margin: 0;
  padding: 0;
  
}

#search label {
  color: #003366;
  font-size: 0.9em;
  float: left;
  padding: 2px;

}
#search label {
  width: 150px;
  text-align: right;
}
#search form {
  clear: left;
}
.inputbox {
  border: 2px solid #6685a3;
  padding: 0;
  margin: 0 0 3px 0;
  width: 115px;
  height: 12px;
}

#search .inputbox {
  height: 15px;
  font-size: 12px;
  line-height: 12px;
  float: left;
  margin: 0 0 3px 3px;
}

#search .button {
  padding: 0 0 0 0;
  margin: 0 0 0px -4px;
float: left;
}

#styleswitcher{
	float: right;
}
#styleswitcher a:hover{
	background-color: #006633;	
}
#styleswitcher .original{
	font-size: 0.8em;
}
#styleswitcher .big{
	font-size: 1.1em;
}
#styleswitcher .bigger{
	font-size: 1.3em;
}

#breadcrumb {
  margin: 0 0 0 20px;
  padding: 0;
}

#breadcrumb a {
  color:#003366;
  text-decoration: none;
  padding: 0 20px 0 0;
}
 
#breadcrumb a:hover {
  /*
  color: #003399;
  */
  text-decoration: underline;
  color: #ffffff;
  background-color: #006633;
}

#innerContentFrame {
  margin: 0;
  padding: 0;
}

.welcome {
  background: url(../images/banner-top.gif) top left no-repeat;
  width: 850px;
  height: 170px;
  padding: 0;
  margin: 0;
}

.welcome-content {
	float: left;
  width: 380px;
  margin: 15px 0 0 20px;
  padding: 0px;
}
.welcome-content p {
  padding: 7px 0px 5px 0px;
  font-weight: bold;
  font-size: 1em;
}

.welcome-box-btm {
	background: url(../images/banner-btm.gif) bottom left no-repeat;
	width: 850px;
	height: 170px;
	padding: 0;
	margin: 0;
}

.peopleImg {
	float: left;
  margin: 0px;  /* ie6 test */
  padding: 0px; /* ie6 test */
}


.welcome ul {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #666;
  font-weight: bold;
}

.welcome h1 {
}


#centerLeft {
  float: left;
  width: 220px;
  margin: 0 0 10px 0;
  padding: 0;
}

.newsbox {
	background: url(../images/box-btm.gif) bottom left no-repeat;
	width: 167px;
	margin: 0 0 15px 0;
	padding: 15px 20px 20px 20px;
	min-height: 77px;
    height: auto !important;
}

.partner {
	width: 187px;
	margin: 0 0 0 20px;
	padding: 0;
}
.partner a:hover{
	background-color: transparent; 
	color: #006633;
}

.testdrive a:hover{
	background-color: transparent; 
	color: #006633;
}

.mainContent {
  float: left;
  width: 368px;
  margin: 15px 0 0 0;
  padding: 0 0 0 40px;
}
.mainContent .csc-textpic-image a:hover{
	background-color: transparent;
}
.mainContent-inner {
  float: left;
  width: 174px;
  margin: 0 10px 0 0;
  padding: 0;
}

.mainContent-inner2 {
  float: left;
  width: 174px;
  margin: 20px 10px 0 0;
  padding: 0;
}

.mainContent-inner-one {
  float: left;
  width: 350px;
  margin: 0 10px 0 0;
  padding: 0;
}

.mainContent-inner-one a {
	color: #666;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

#rightCol {
  float: right;
  margin: 0;
  padding:0;
}

#rightCol span {
  font-weight: bold;
  margin: 0;
  padding:0;
}

#rightCol .right-box {
  background: url(../images/box-top.gif) top no-repeat; 
  margin: 5px 0 0 0;
  padding: 10px 20px 0 20px;
  width: 172px;
  min-height: 20px;
  height: auto !important;
}
	
#rightCol .right-box-btm {
	background: url(../images/box-btm.gif) bottom no-repeat;
	margin: 0 0 0 0px;
    padding: 0;
	width: 212px;
	min-height: 15px;
	height: auto !important;
}	

#rightCol .right-box ul, #centerLeft .newsbox ul {
margin: 0 0 0 15px;
padding: 7px 0 0 0;	
color: #006633;
}	

#rightCol .right-box ul li, #centerLeft .newsbox ul li {
list-style-image: url(../images/bullet.gif); 
}	

#rightCol .right-box ul li a, #centerLeft .newsbox ul li a {
color: #006633;
}	

#rightCol .right-box ul li a:hover, #centerLeft .newsbox ul li a:hover {
color: #fff;
background-color: #006633;
text-decoration: none;
}	

.testimonial {
border-bottom: 3px dotted #666;
}

/* TABLE */
table{
	background: #fff;
	color: #666;
	border-collapse: collapse;
	border-color: #999;
}
.tr-0{
	font-weight: bold;
}



/* FOOTER */
#footer {
  background: #fff url(../images/shadow.gif) top left repeat-x;
  clear: both;
  margin: 0 0 10px 0;
  color: #666;
  padding: 15px 0;
}

#footer ul li {	
  display: inline;
  padding: 0 8px 0 0;
}

#footer ul li.border {	
border-left: 1px solid #666;
padding: 0 8px;
}

#footerleft {
float: left ;
}
#footer a {
  color: #666;
  margin: 0;
  text-decoration: none;
}
#footer a:hover { 
  color: #666;
  background-color: #fff;
  text-decoration: underline;
}

#moustique {
  float: right;
  margin: 0;
  font-size: 0.9em; 
}
#moustique a {
  padding: 0;
}




/*  CONTENT */

.c2l1-left {
  border-right: 0px;
  padding-right: 10px;
}
.c2l1-middle {
  padding-left: 10px;
}


/*  CONTACT */
#mailform fieldset.csc-mailform {
  border: 0px;
}
#mailform label {
  width: 140px;
  display: block;
  float: left;
  clear: left;
  padding: 3px 0 0 0;
}
#mailform input {
  width: 190px;
  float: left;
  margin: 0 0 1px 0;
}
#mailform  textarea {
  width: 330px;
}

#mailform .csc-mailform-submit {
  width: auto;
  float: right;
  padding: 0 3px;
  margin: 2px 12px 0 0;
}


