/* ------------------------------------------------------------------------------------- */
/* Copyright Einstein Industries 2003. Used with Permission.                             */
/* May not be duplicated or reproduced.                                                  */
/*                                                                                       */
/* Please check for cross-browser compatibility prior to making changes                  */
/* MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari                                     */
/*                                                                                       */
/* CSS Document                                                                          */
/* ------------------------------------------------------------------------------------- */
fieldset,img,a img,:link img,:visited img {border:0;}


/* basic elements
 * ------------------------------------------------------------------------------------- */

h1 {
font:Georgia, "Times New Roman", Times, serif;
font-weight:500;
font-size:20px;
}

#middle h1{
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.img-paddingright {margin:0; padding:0px 15px 15px 0px; float:left;}
.img-paddingleft {margin:0; padding:0px 0px 15px 15px; float:right;}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #AFDFE5;
}

a img, :link img, :visited img { border: none }

/* main structural elements
 * ------------------------------------------------------------------------------------- */
#middle {
text-align:left;
margin-top:0px;
background-image:url(../images/index/middlebackground.jpg);
background-position:top;
background-repeat:no-repeat;
}

#middle p, h1{
margin:0px;
padding:5px 30px 10px 30px;
color: #00667C;
}

#formmargins{
margin:0px;
padding:8px 30px 12px 13px;
}

.rightmargins{
margin: 0 0 5px 13px;
}


#middle-lower p{
margin:0px;
padding:5px 30px 10px 30px;
color: #00667C;
}

#middle-lower {
text-align:left;
margin:0px;
background-image:url(../images/index/middlelower.jpg);
background-repeat:repeat-y;
}

#background {
background-image:url(../images/index/middleback.jpg);
background-repeat:repeat-y;
}

#right {
background-image:url(../images/index/contactback.jpg);
background-position:top;
text-align:left;
margin:0px;
background-repeat:no-repeat;
}

#backtile {
background-image:url(../images/index/backtile.jpg);
background-repeat:repeat-y;
}

#subbackground {
background-image:url(../images/sub/index2sub.jpg);
background-repeat:repeat-y;
}

.leftcolumn p{
margin:0px;
text-align:left;
padding:5px 10px 10px 32px;
}

.submargins {
background-image:url(../images/sub/index3sub.jpg);
background-position:top;
margin:0px;
text-align:left;
padding:25px 27px 10px 42px;
background-repeat:no-repeat;
}

.submargins p{
color:#00667C;
}

.submargins h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
text-align:left;
margin:0px;
line-height:24px;
padding:5px 0px 5px 0px;
color:#00667C;
}

.submargins h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-align:left;
margin:0px;
font-weight:600;
line-height:24px;
padding:5px 0px 5px 0px;
color:#00667C;
}

/* navigation
 * ------------------------------------------------------------------------------------- */


/* header
 * ------------------------------------------------------------------------------------- */


/* content
 * ------------------------------------------------------------------------------------- */


/* footer
 * ------------------------------------------------------------------------------------- */
.footer {
	background-image:url(../images/index/index_slice31.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
	color:white;
	background-position:top;
	background-repeat:repeat-y;
	margin:0px;
	padding:15px 25px 20px 25px;
	}
	
.lower-footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#AFDFE5;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
	color:#00667C;
	margin:0px;
	padding:15px 25px 20px 25px;
	}
	
.footer a:link {color:#fff;}
.footer a:active {color:#fff;}
.footer a:hover {color:#99CCCC;}
.footer a:visited {color:#fff;}
	
.leftcolumn a:link {color:#fff;}
.leftcolumn a:active {color:#fff;}
.leftcolumn a:hover {color:#00CCCC;}
.leftcolumn a:visited {color:#fff;}

#right a:link {color:#fff;}
#right a:active {color:#fff;}
#right a:hover {color:#00CCCC;}
#right a:visited {color:#fff;}

#middle a:link {color:#00667C;}
#middle a:active {color:#00667C;}
#middle a:hover {color:#007E97;}
#middle a:visited {color:#00667C;}

p a:link {color:#00667C;}
p a:active {color:#00667C;}
p a:hover {color:#027C91;}
p a:visited {color:#00667C;}

.submargins h2 a:link {color:#00667C;}
.submargins h2 a:active {color:#00667C;}
.submargins h2 a:hover {color:#027C91;}
.submargins h2 a:visited {color:#00667C;}



/* misc layout elements 
 * ------------------------------------------------------------------------------------- */
 
input, textarea {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00667C;
	margin:1px;
	border: 1px solid #00667C;
	background-color: #fff;
}

.quickcontact {
	width: 155px;
}

.submit {
border:0px;
}

#big-contact { 
	padding:20px 0 10px 0; 
}

#big-contact form, #big-contact label, #big-contact input, #big-contact textarea { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#00667C; 
}

#big-contact label { 
	position:relative; 
	display:block; 
	text-align:right; 
	color:#00667C; 
	width:150px; 
}

#big-contact label input, #big-contact label textarea { 
	background-color:#fff; 
	border:1px solid #00667C; 
	position:absolute; 
	left:110%; 
	top:-2px; 
}

#big-contact label input { 
width:155px; 
}

#big-contact label textarea { 
	top:0; 
	width:225px; 
	height:100px; 
}

.submit-big-contact { 
	margin:85px 0 0 165px;
	border:0px;
}


/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#00667C;} 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF; !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #00707F;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/index/btn-submit.jpg") no-repeat;
	width:54px;
	height:26px;
	border:none;
	cursor:pointer;
	}
