﻿body { font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 10pt; color: #4d4d4d; background-color: #000000; margin: 0px; line-height: 22px }


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



a {	color: #9f833b; text-decoration:underline }
a:active {	color: #9f833b; text-decoration:underline}   
a:visited {	color: #9f833b; text-decoration:underline}
a:hover {	color: #5d4c23; text-decoration:underline}

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

h1 { font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; font-size: 16pt; color: #9f833b; font-weight:normal }
h2 { font-family: "Georgia"; font-size: 13pt; font-style:oblique;  color: #4d4d4d; margin-bottom:0px }
h3 { font-family: "Georgia"; font-size: 11pt; color: #9f833b; 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%; background-image:url('images/design/top.jpg'); min-width:1200px; background-repeat:no-repeat; background-position: center top}

#nav {margin-top: 10px }

#header { width: 100%; color:#FFFFFF;}

#middle { width: 100%; background-image:url('images/design/middle.jpg'); min-width:1200px; background-repeat: repeat-y; background-position: center top}

#footer { width: 100%; font-size:10pt; background-image: url('images/design/bottom.jpg'); min-width:1200px; background-repeat: repeat-y; background-position: center top; color: #fff } 
#footer a { color: #fff; font-size:10pt; text-decoration:none} 
#footer a:hover { color: #e5e5e5; font-size:10pt; text-decoration:underline}



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



.active { width: 980px; margin-left: auto; margin-right: auto; table-layout: fixed  }
.table { width: 100%; margin-left: auto; margin-right: auto; table-layout: fixed }
.large-font { color: #BC9D4F; font-size:13pt; font-family:Georgia, 'Times New Roman', Times, serif }
.small-font{	font-family: Arial; font-size: 10pt; line-height: 15px; margin-right:10px} 

.margin {margin-top:30px; margin-bottom: 30px}
.center {text-align:center}
.right {text-align:right}
.location {line-height:19px; margin-left:15px; margin-top:0}


.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.5;
   }	
	


.submit { background: #eeeeee;	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
   	 cursor:pointer; width: 82px; height: 33px; border: none; }