/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
#navbar {
	clear: both;
	height: 32px;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/************** Layout Elements *******************/

#wrapper {
	width: 960px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 570px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	line-height: 1.4;
	position: relative;
}

#header {
	height: 60px;
}

#header #title {
	margin-top: 5px;
}

#strap {
	height: 206px;
	margin-top: 6px;
	background-image: url(../images/strapBG.jpg);
	background-repeat: no-repeat;
	
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	margin: 0;
	background-color: #FFFFFF;
	
}

#innercontent {
	min-height: 450px;
	margin: 0 350px 0 0;
	color: #333333;
}

.twocol #innercontent {
	margin: 0 20px 0 187px;
}

#rightcol {
	float: right;
	width: 350px;
	border-left: solid 1px #c8c8c8;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
}

/***************** Leftcol flyout navigation*******************/

#leftcol {
	float: left;
	min-height: 200px;
	margin-left: 8px;
}

#leftcol .navholder {
	float: left;
	display: inline;
	position: relative;
	margin: 8px 0;
}
#footer {
	font-size: 90%;
	color: #333333;
	text-align: center;
	margin: 0;
	height: 35px;
	border-top: solid 1px #cccccc;
}





/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 0 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	font-size: 200%;
	text-align: center;
}

h2 {
	font-size: 160%;
	color: #666666;
}

h3 {
	font-size: 150%
}

h4 {
	font-size: 140%
}

h5 {
	font-size: 130%;
}

h6 {
	font-size: 120%;
}

p {
	margin: 10px 10px 0 10px;
	line-height: 1.4;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}



/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

#innercontentMod {
	min-height: 200px;
	margin: 0 0 0 0;
	color: #333333;
	
}

.leftimage {
	width: 566px;
	font-size: 95%;
	margin: 10px auto;
	padding: 0 10px 10px 0px;
	text-align: left;
}
#testimonials {
	position: absolute;
	top: 385px;
	left: 10px;
}
.leftimage h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}
