/* general */

body, html {
	margin: 0;
	background-color: #d7d7d7;
}

/* links */

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

/* nav */

div#nav a:link {
	color: #333333;
	font-weight: normal;
}

div#nav a:visited {
	color: #333333;
	font-weight: normal;

}
div#nav a:hover {
	color: #999999;
	font-weight: normal;
}

div#nav a:active {
	color: #999999;
	font-weight: normal;
}

/* subnav */

div#contentLeft ul {
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
}

div#contentLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#contentLeft ul li a {
	display: block;
	line-height: 14px;
	color: #333333;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	text-decoration: none;
	padding-left: 10px;
/*	text-indent: 10px;*/
	margin-bottom: 14px;
}

div#contentLeft ul li a:hover { 
	background: transparent url("../images/navTriangle.png") 0% 50% no-repeat;
	background-position: left;
}

.snavHit { 
	background: transparent url("../images/navTriangle.png") 0% 50% no-repeat;
	background-position: left;
} 

/* divs */

#mainContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: 800px;
	padding: 0 50px 0 50px;
}

#header {
	margin: 0;
	width: 800px;
	height: 180px;
	padding: 0;
	background-image: url(../images/freeRangeHeader.jpg);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	}

#nav {
	margin: 0;
	position: relative;
	text-align: right;
	padding-right: 80px;
	top: 60px;
}

#flash{
	margin: 0;
	width: 800px;
	background-image: url(../images/flash.jpg);
	height: 210px;
}

#top{
	margin: 0;
	width: 800px;
	background-image: url(../images/top.jpg);
	height: 20px;
}

#content {
	margin: 0;
	overflow: auto;
	width: 100%;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-top: 1px;
	background-image: url(../images/bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#contentLeft {
	margin: 0;
	width: 195px;
	padding-right: 30px;
	float: left;
	position: inherit;
	padding-bottom: 30px;
}

#contentRight {
	margin: 0;
	width: 390px;
	margin-left: 225px;
	padding-left: 30px;
	float: none;
	border-left: solid;
	border-left-color: #CCCCCC;
	border-left-width: thin;
}

#contentRightBtm {
	margin: 0;
	width: 390px;
	padding-top: 30px;
	border-top: solid;
	border-top-color: #CCCCCC;
	border-top-width: thin;
}

#testimonial {
	padding-top: 30px;
	border-top: solid;
	border-top-color: #CCCCCC;
	border-top-width: thin;
	margin-right: 160px;
}
	
#footer {
	margin: 0;
	width: 640px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: center;
	background-image: url(../images/btm.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* text */

p {	
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	color: #333333;
}

h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
	text-transform: uppercase;
}

h3 {	
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}

ul {	
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	list-style-type: disc;
/*	text-indent: 20px;*/
/*	list-style-position: outside;*/
}

.quote {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #666666;
}

img.clientlogo {
	vertical-align: middle;
	margin: 20px;
}