/*
grey text #666
green #51B52D
blue #518CF2
light blue #E2F2F8
*/

#map {
      margin-top: 40px;
      margin-bottom: 20px;
      width: 694px;
      height: 550px;
      border: 1px solid #51B52D;
      overflow: hidden;
      color: #000;
      letter-spacing: 0px;
    }
    
  #mapdata {
      width:335px; 
      height:250px; 
      overflow:hidden;
    }

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff;
	/*background: #fff url("../images/background-blend.jpg") repeat-x 0 0;*/
	/*background: url("../images/globe.gif") no-repeat bottom right;*/
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal 12px/18px Verdana, Arial, Verdana,  Helvetica, sans-serif;color: #666}

a:link 			{color:#518CF2; text-decoration:underline;}
a:visited 	{color:#518CF2; text-decoration:underline;}
a:hover 		{color:#51B52D; text-decoration:none;}
a:active 		{color:#518CF2; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size: 16px; margin:20px 0 12px;}
h2 					{font-size: 14px; margin:8px 0;}
h3 					{font-size: 12px; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}

h1, h2, h3, h4 		{color: #518CF2; font-family: arial;}
h1.taglines, h2.taglines, h3.taglines {color: #666;}

h1.taglines {font-size: 20px;margin-bottom: 0; margin-top: 0;}
h2.taglines {font-size: 18px;margin-bottom: 8px; margin-top: 0;}
h3.taglines {font-size: 16px;margin-bottom: 4px; margin-top: 0;}

#content-side h1 {font-size: 14px;}
#content-side ul {margin-left: 0;list-style: none;}

#header h1, #header h2 {
   display: none;
}





table #testimonial-table {
   border: 1px solid #CDC295;
}

table #testimonial-table th {
   font-weight: bold;
   background: #ccc;
   border-bottom: 1px solid #CDC295;
}

table #testimonial-table td {
   background: #666;
   border-bottom: 1px solid #CDC295;
}






hr 					{border: 0; border-top: 1px solid #51B52D; margin-top: 20px; margin-bottom: 20px;}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {
	clear:both;
}

/* Standard Layout */



#wrapper {
	position: relative;
	background: #fff url("../images/background-blend.jpg") repeat-x 0 0;
	/*background: #fff url("../images/globe.gif") no-repeat bottom right;*/
	/*background: url("../images/globe.gif") no-repeat bottom 620px;*/
	width: 950px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
	z-index: 0;
}

#header {
	position: relative;
	background: url("../images/header-slimline.jpg") repeat-x 0 0;
	padding: 0px;
	width: 950px;
	height: 169px;
	margin: 0 auto;
	z-index: 9;
}

#content {
	position: relative;
	margin-left: 145px;
	height:auto;
	padding-top:20px;
	width: 697px;
	/*background-color: #fff;*/
	z-index: 5;
}

#content-main {
	position: relative;
	width: 400px;
	height: 100%;
	padding: 0px;
/*	background-color: #FFC;*/
}

#content-side {
	float:right;
	width: 216px;
	padding: 20px 20px 0 20px;
	background: url("../images/content-side2.jpg") no-repeat 0 0;
	height:403px;
}

#content-side-bottom {
	clear: right;
	float:right;
	width: 211px;
	height: 240px;
	padding: 0;
	/*background: url("../images/globe.gif") no-repeat 0 0;*/
	
}

#footer {
	clear:left;
	height: 20px;
	padding:15px;
	/*background-color:#fff;*/
	text-align: left;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 130px;
}

.emphasis {
        background: #E2F2F8;
        padding: 6px 15px 4px 15px;
}

span.red {
  color: #FF0000;
}

/*-- FORM STYLING --*/

form {
	
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:160px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input.mailer-button {
	width:80px;
	height: 28px;
	margin-left: 93px;
	margin-right: 10px;
        margin-top: 15px;
	border: 1px solid #51B52D;
	background: #fff;
}

input.mailer-button:hover {
  color: #fff;
  background: #518CF2;
}

input{
	border: 1px solid #ccc;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #ccc;
  width: 360px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}

select{
  width:190px;
}




