/* INPUT, TEXTAREA, SUBMIT */
input {margin:0; padding:0;}
input[type=text], input[type=password], textarea { border:1px solid #e3e3e3; padding:7px; font-size:11px; color:#777; }
input[type=text], input[type=password], textarea, select { background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;
outline:0 none !important;
}
input[type=text].rounded, input[type=password].rounded, textarea.rounded, select.rounded, input[type=submit].rounded, button.rounded {-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;  }
input[type=text]:hover, input[type=password]:hover, textarea:hover { border:1px solid #b4b4b4; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { -moz-box-shadow: 0 0 3px #EB540A;-webkit-box-shadow: 0 0 3px #EB540A; box-shadow: 0 0 3px #EB540A; border: 1px solid #EB540A; }
input[type=submit], button { background:#EB540A; padding: 4px 14px; color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.5); text-transform:uppercase; cursor:pointer; border:1px solid #444;
-webkit-box-shadow: 0 2px 6px rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 2px 6px rgba(255, 255, 255, 0.5) inset; box-shadow: 0 2px 6px rgba(255, 255, 255, 0.5) inset; }
input[type=submit]:hover, button:hover { -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 -2px 6px rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 -2px 6px rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 -2px 6px rgba(255, 255, 255, 0.5) inset;}
input[type=submit]:active, button:active {-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) inset;}
/* you can activate the rounded fields only setting the .rounded-fields class to the parent form */
.rounded-fields input[type=text], .rounded-fields input[type=password], .rounded-fields textarea, .rounded-fields select, .rounded-fields input[type=submit], .rounded-fields button {-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;  }

select {padding:7px; border:1px solid #e3e3e3;}
select:hover { border:1px solid #b4b4b4; }

form > div {margin-bottom:15px;}
form label {color:#454545;}

form.infield > div, form.infield > p {position:relative;}
form.infield label {position:absolute; left:7px; top:5px; font-size:11px; color:#888;}

.form-preset input[type=text], .form-preset input[type=password] {width:240px;}
.form-preset textarea {width:450px;}

.headerRow {
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	background-color:#900;
}
.companyRow {
	color: #CCC;
	background-color: #000 ;
}
img{padding:5px}
.clear {
	clear: both;
}

#content {
	background: #fff;
	font-family: "Trebuchet MS", Geneva, sans-serif;
	
}

td {
	
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size:12px;
	padding:5px
	
}

h1 {
	margin: .75em 1.5em .25em 1.5em;
	color: #187CA3;
	font-size: 130%;
}

h2 {
	margin: .75em 1.5em .25em 1.5em;
	color: #187CA3;
	font-size: 125%;
}

h3 {
	margin: .75em 1.5em .25em 1.5em;
	color: #448888;
	font-size: 120%;
}

h4 {
	margin: .75em 1.5em .25em 1.5em;
	color: #52ADAD;
	font-size: 115%;
}

h5 {
	margin: .75em 1.5em .25em 1.5em;
	color: #74BEBF;
	font-size: 110%;
}

h6 {
	margin: .75em 1.5em .25em 1.5em;
	color: #272526;
	font-size: 105%;
}

p {
	margin: 1.0em 2em; font-size:13px
}

ul, ol {
	margin: 0 2em;
	padding: .5em 0;
	 font-size:13px
}

li {
	margin: .5em 2em;
	 font-size:13px
}
/*
img[align=right] {
	margin: 1em 0 1em 10px;
}

img[align=left] {
	margin: 1em 1.0em 1em 0;
}
*/
a:link, a:visited {
	color: #187CA3;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #3CB5E2;
}

a:hover, a:active {
	color: #000;
	border-bottom: 0px dashed #000;
}

div.testimonial {
	
	padding: 0;
	width: 710px;
	background: url(images/testimonial-mid-1.jpg) top center repeat-y;
	margin-left:65px
}

div.testimonial p {
	margin: 0.5em 55px 0 55px;
	padding: 0;
	color: #000;
	font-size:12px
}

div.testimonial p.testimonial-source {
	float: right;
	margin: .5em 55px 0 0;
	padding: 0;
}

div.testimonial-top {
	width: 710px;
	height: 60px;
	background: url(images/testimonial-top-1.jpg) top center no-repeat;
	
}

div.testimonial-top p {
	margin: 1em;
	padding: 1em 0;
	color: #fff;
	font-weight: bold;
	font-size:14px
}

div.testimonial-bot {

	width: 710px;
	height: 30px;
	background: url(images/testimonial-bot-2.jpg) bottom center no-repeat;
}

img.photoRight {
	float: right;
	clear: none;
	margin: 0 0 0 1em;
	padding: 0;
}

span.photoRight {
	float: right;
	clear: right;
	margin: 0 1em 0.5em 0;
	padding: 0;
	font-size: 0.70em;
	text-align: right;
}

p.photoCenter {
	text-align: center;
}

img.photoCenter {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

span.photoCenter {
	margin: 0 auto 0.5em auto;
	padding: 0;
	font-size: 0.70em;
	text-align: center;
}



