@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
margin: 0; padding: 0; text-indent: 0;
border: none; outline: none;
text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}
p, ul, ol { margin-bottom: 10px;  }
h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h1 { font-family: Georgia; color: #444444; font-size: 1.4em; }
h2 { font-size: 1.1em; color: #a1803d; font-weight: bold;}
h3 { font-size: 1.0em; }
h4, h5, h6 { font-size: 1em; }

/*****************  TYPOGRAPHY   ********************/

body { font-size: 0.9em; background: #a2a2a2; color: black; font-family: Trebuchet, sans-serif; }

a, a:visited {
	color: #394f91;
	text-decoration: underline;
}
a:hover, a:active {
	color: #394f91;
}

#sidebar h1 {
	color: #54a33c;
	font-size: 0.9em;
}

/*****************   MENU - SELECTED STAES   ********************/

body.home a#nav-home,
body.meet  a#nav-meet,
body.services  a#nav-services,
body.infrared  a#nav-infrared,
body.overview  a#nav-overview,
body.sample  a#nav-sample,
body.access  a#nav-access,
body.articles  a#nav-articles,
body.surprises  a#nav-surprises,
body.request  a#nav-request,
body.contact  a#nav-contact {
background-image: url('/images/nav_bg.jpg');
background-repeat: no-repeat;
background-position:top right;
width: 234px;
height: 31px;
text-align: right;
padding-right: 4px;
padding-top: 8px;
}

/*****************  FORMS   ********************/
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 30em;
	margin-left: 0px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #253350;
}

/* style for  labels */
label {
	float: left;
	width: 9em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/*****************  SUBMIT   ********************/

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 260px;
	padding: 0 .25em;
	background-color: #253350;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group { display: block; }

/*****************  END OF DEFAULT   ********************/

#main {
	width: 743px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
        height: 100%;
	background: url('../images/content_bg.jpg') repeat-y;
}
ul {
	line-height: 1em;
}
li {	
color: #000;	
}
li a{	color: #666666;	
}

/*****************   LOGO PLACEMENT   ********************/

#header h1 a {
float: left;
	display: block;
	width: 290px;
	height: 150px;
	text-indent: -5000px;
	outline: none;
}
#header h2{
	text-align: center;
padding-top: 50px;
margin: 3px;
float: left;
}
#header h2 a {
color: #dfd6c2;
font-family: Times New Roman;
font-size: 1.9em;
line-height: .6em;
text-decoration: none;
}
#header h2 a span{
font-size: .5em;
margin-top: 2px;
}
#description {
	float: left;
	padding: 40px 0 0 10px;
	display: block;
	width: 400px;
	height: 75px;
}
#description p{
	font-size: .8em;
	color: #696969;
}

/*****************   LAYOUT   ********************/

#header {
	height: 158px;
	width: 743px;
	background: url('../images/header.jpg') no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	border-bottom: 9px solid #d7d0be;
}
#header_call {
	height: 138px;
	width: 743px;
	background: url('../images/header_call.jpg') no-repeat;
	border-bottom: 9px solid #d7d0be;
}
#sidebar {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#nav{
	margin: 0px;
	padding: 10px 0 0 0;
width: 259px;
}
#nav img{
float: right;
}
#nav ul li a{

}

#rightcol{
	float: right;
	width: 460px;
	padding: 0px;
	margin: 0px;
}
#content_main{
width: 420px;
float: right;
margin-right: 20px;
margin-top: 20px;
}
#content_sub{
width: 420px;
float: right;
margin-right: 20px;
margin-top: 20px;
}
#footer {
	clear: both;
	display:  block;
	overflow:  hidden;
	width: auto;
	height: 66px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px 0 30px;
}
#footer p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#footer p.top {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.cleaner {
	clear: both;	
}
#leftcol_txt {
	width: 215px;
	margin-left: 14px;
	float: left;
	padding-top: 20px;
	padding-bottom: 12px;
}

.meet table td {
border: 1px solid #e2e2e2;

}
