/* Bondaflex CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
  	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
 	background: url(../layout/body-bg.gif) repeat-x #FFF;
}

#maincontent {
	background: url(../layout/leftcol-bg.jpg) no-repeat top right #FFF;
	min-height: 335px;
	height: auto !important;
  	height: 335px;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0 10px;
}

p {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 12px
}

ul {
	font-size: 12px
}

ul li ul li {
	font-size: 12px;
}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0 0 0 10px;
}

strong {color: #OOO}

a:link, a:visited {color: #00693F;text-decoration: underline}
a:hover, a:active {color: #FFF;background: #666;text-decoration: none}

#footer a:link, #footer a:visited {color: #666;text-decoration: underline}
#footer a:hover, #footer a:active {color: #FFF;background: #666;text-decoration: none}

#col1 {
   	float:left;
  	width:33%;
	bottom: 0;
	margin: 0;
  	height:100%;
}
	
#col2 {
   	float:left;
  	width:33%;
	bottom: 0;
	margin: 0;
  	height:100%;
}
	
#col3 {
   	float:left;
  	width:33%;
	bottom: 0;
	margin: 0;
  	height:100%;
}
	
.clear {
	  clear:both;
	  margin: 0;
	  padding: 0;
	  height: 1px;
}

form.contact fieldset {   
  border: 1px solid #00693F;   
  padding: 10px;
  margin: 20px 20px 10px 10px;
  text-transform: capitalize;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: 12px;   
  color: #00693F;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-size: 12px;
  color: #666;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left;
  padding: 0 5px 0 0;
  text-align: right;
}

input, textarea { background: #CCC}
.changedField { background: #CCC}
.currentField{ background: #FFF}

form.contact .buttonarea input {   
  background: #666;
  color: white;
  text-transform: uppercase;
  font-weight: bold;   
  padding: 1px;   
  border: 1px solid #CCC; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 2px;   
  background-color: #00693F; 
}