﻿body { font-family: Arial; font-size: 12pt; color: #454545; background-color: #ffffff; margin: 0px; line-height: 25px }


/*-----------------------------------------------------------Elements-------------------------------------------------------------------------------------------------------------------------------*/



a {	color: #669270; text-decoration:none }
a:active {color: #669270}   
a:visited {color: #669270}
a:hover {color: #555f51}

ul, li {line-height:27px}
img {	border-width: 0px; }

h1 { font-family: "Trebuchet MS"; font-style: italic; font-size: 14pt; }
h2 { font-family: "arial"; font-size: 13pt; font-style:oblique; color: #7f7059}
h3 { font-family: "arial"; font-size: 13pt; color: #7f7059; font-style:oblique }


input, textarea { background-color: #fff; font-size: 10pt; color: #151515; font-family: Arial, Helvetica, sans-serif; border: 1px solid gray;
		resize: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border:1px solid #cccccc;}





/*-----------------------------------------------------------ids (mainly for dwt file)-------------------------------------------------------------------------------------------------------------------------------*/



#top { width: 100%; min-width:1024px}

#nav { width: 100%; height:36px; background-color:#FFFFFF; height:70px}

#header { width: 100%; color:#FFFFFF; min-width:1024px; text-align:center}

#middle { width: 100%; background-color:#FFFFFF}

#footer { width: 100%; font-size:10pt;} 
#footer a { color: #454545; font-size:10pt; text-decoration:underline} 
#footer a:hover { color: #d67744; font-size:10pt}



/*-----------------------------------------------------------Classes-------------------------------------------------------------------------------------------------------------------------------*/

.contact {
	 background-position:center top; background-repeat:no-repeat; background-image:url('images/design/contact.jpg'); }

.active { width: 1024px; margin-left: auto; margin-right: auto; table-layout: fixed  }
.table { width: 100%; margin-left: auto; margin-right: auto; table-layout: fixed }
.large-font { font-family:Arial;	font-size:22pt; color:#d67744 }
.small-font{	font-family: Arial; font-size: 10pt; line-height: 15px; margin-right:10px} 

.margin {margin:10px}
.center {text-align:center}
.right {text-align:right}
.hover img:hover { opacity:0.7 }

.image_border { border: 3px solid #ffffff; margin: 7px;	-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#b0b0b0')";

		/* For IE 5.5 - 7 */

		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#b0b0b0') }
 
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
.fade:hover {opacity: 0.6;}

.submit { background-image:url('images/design/submit.png');	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
   	 cursor:pointer; width: 96px; height: 56px; border: none; background-color:transparent }