/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	}

body {		/* could also use .windowBackground */
	background-color:#ffffff;
	}


p, ul, li, td, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#040404;
	margin: 0px;
	padding: 0px;
	}

p, ul, li, td {
	font-size: 12px;
	}

td {
	vertical-align:top;
	}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#616140;
	/*background-color:#ffffff;*/
	}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#616140;
	/*background-color:#ffffff;*/
	}

h3 {font-size:12px;
	font-weight:bold;
	color:#616140;
	/*background-color:#ffffff;*/
	}

#header {
	/*font-size:11px;*/
	/*text-align:center;*/
	/*color:#000000;*/
	background-color:#ffffff;
	}

#tagline {
	text-align:right;
	}

#homeImg {
	vertical-align:bottom;
	}
	

#subLeft {
	/*font-size:11px;*/
	/*text-align:center;*/
	/*color:#000000;*/
	background-color:#f9f1d9;
	}

/*
.subRightBridge {
	background-image:url(images/rock-bridge.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
*/

#navMain {
	text-align:right;
	background-color:#ffffff;
	}


.navList {
	list-style-type:none;
	}
	

ul.navList  li{
	display:inline;
	font-size:10px;
	font-weight:normal;
	color:#535353;
	white-space:nowrap;
}

.navList a {
	text-decoration:none;
	color:#535353;
	font-weight:normal;
	}

.navListCurrent {
	/*text-decoration:none;*/
	color:#040404;
	font-weight:bold;
	}

.navList a:hover {
	text-decoration:none;
/*	color:#939393;*/
	color:#040404;
	font-weight:bold;
	}
	
.sideNavListHeader {
	text-align:left;
	color:#616140;
	font-size:14px;
	font-weight:bold;
}

.sideNavListHeader a {
	text-decoration:none;
	color:#616140;
	}

.sideNavList {
	list-style-type:none;
	text-align:left;
	}

ul.sideNavList  li{
	font-size:11px;
	font-weight:bold;
/*	color:#b7b78f;	*/
	color:#616140;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sideNavList a {
	text-decoration:none;
	color:#616140;
	font-weight:normal;
	}

.sideNavList a:hover {
	text-decoration:none;
	font-weight:bold;
/*	color:#b7b78f;	*/
	}


.subscribe a {
	font-size:12px;
	text-decoration:none;
	color:#616140;
	font-weight:normal;
	}

.subscribe a:hover {
	font-size:12px;
	text-decoration:none;
	color:#616140;
	font-weight:bold;
	}

#footer {
	text-align:center;
	/*color:#000000;*/
	background-color:#ffffff;
	}

.copyright {
	font-size:10px;
	color:#665400;
	}

.copyright a {
	color:#665400;
	}
	
	

.textLinkCurrent {
	color:#665400;
	font-weight:bold;}



.textLink {
	list-style-type:none;
	}
	
ul.textLink  li{
	display:inline;
	font-size:11px;
	font-weight:normal;
	color:#665400;
	white-space:nowrap;
}

.textLink a {
	text-decoration:none;
	color:#665400;
	font-weight:normal;
	}

.textLink a:hover {
	text-decoration:none;
	color:#665400;
	font-weight:normal;
	}


.quoteSidebar {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color: #616140;
	/*background-color:#FFFFCC;*/
	}

.quoteSidebarA {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight:bold;
	font-style:normal;
	text-align:right;
	color: #616140;
	/*background-color:#FFFFCC;*/
	}

.aboutImg {
	border-width:1px;
	border-color:#616140;
	border-style:solid;
	}

.testimonial {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color: #040404;
	/*background-color:#FFFFCC;*/
	}

.testimonialA {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	color: #040404;
	/*background-color:#FFFFCC;*/
	}
	
.caseStudy {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;*/
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color: #040404;
	/*background-color:#FFFFCC;*/
	}



hr {
	border: 0;
	color:#616140;
	background-color:#616140;
	height:1px;
	width:100%;
	text-align:center;
	}

.action {
	/*font-size:13px;*/
	font-weight:bold;
	color:#616140;
	/*background-color:#ffffff;*/
	}


/* Color info */

/*.windowBackground {
	background-color:#FFFFCC;
	}*/

.outsideLeft, .outsiteRight {
	background-color:#ffffff;
	}


.pageBorder {
	background-color:#ffffff;
	}

.pageBackground {
	background-color:#ffffff;
	}


.footerBreak {
	background-color:#bdb288;
	}

.headerBreak {
	background-color:#bdb288;
	}

.pageDivider {
	background-color:#660099;}
