/* Global Styles */

body {
	margin:15px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

td {
	font:14px Arial, Helvetica, sans-serif;
	color:#000000;
	}

/* ID Styles */

#container {
position:relative;
vertical-align:middle;
}

#navigation a {   /* works */
	color: #666600;  /* dark olive */
	/* color: #4D0A28;  */ /* maroon */
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding: 0px 10px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;  
	}
			
#navigation a:hover {  /* works */
	color: #FFFFFF;				/* white */
	background-color: #660033;	/* maroon */
	}
	
#navigation a:active {   /* works - when link has been clicked */
	color: #FFFFFF;    	 
	}  
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	font-style:bold;
	color: #000000; 
	letter-spacing:.1em;
	line-height:16px;
	}

.navTextOn {    /* background-color works, but color of text doesn't */
	color: #003366;   
/*	background-color: #660033; */	/* maroon */
/*	background-color: #FFFFCC; *//* pale yellow */
/*	background-color: #CCCCCC;*/ /* pale gray */
 	background-color: #DBEDC9; /* pale green */
	}
	
.navTextLight {
	color: #FFCC33 ;
	letter-spacing:.1em;
	}
	
#padding {
	padding:14px;
	}

.border_rounded {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #897048;
	padding: 10 px;
	width: 600 px;
}

img.floatRight {
	float: right;
	margin: 4px;
}

img.floatLeft {
	float: left;
	margin; 4px;
}

.img-shadow {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff; 
  border: 1px solid #a9a9a9;  
  margin: -6px 6px 6px -6px; 
/*  padding: 4px; */
  } 
	

/* Class Styles */


.logo {
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
	
.bodyText {
	line-height:normal;
	color:#000000;
/*	letter-spacing:.1em; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.PageTitle {
	color: #666600;  /* maroon */
 	letter-spacing:.2em;  
	line-height:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-variant: normal;
	}
	
.SectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666600;   /* dark olive */
	font-weight: bold;
	line-height: 24px;
	font-variant: small-caps;
	text-transform: capitalize;
}

.customerQuote {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666600;
}
.customerName {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	white-space: normal;
}
