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

* {
	margin: 0;
	padding: 0;
	border: 0;
}

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

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #372937;
	background: #D5E0FF;
}

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

#wrapper {
	width: 910px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #EFF3FF;
	/*background: url(../images/wrapperBG.jpg) repeat-x;*/ 
	min-height: 400px;
}

#header {
	min-height: 70px;
	
}

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

#header ul {
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	list-style-type: none;
	margin: 10px 20px 10px 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #C5C5C5;
}

#header li a {
	color: #372937;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #866600;
}

li a#marker   {
	color: #D3A000;
	
}

#strap {
	height: 140px;
	background: url(../images/strapBG.jpg) no-repeat;
	border-bottom: 1px solid #88AAFF;
	border-top: 1px solid #88AAFF;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 0px 5px 0px 25px;
	padding-bottom: 0px;
	position: relative;
}

#innercontent {
	background-color: #88AAFF;
	border-right: 1px solid #C5C5C5;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	min-height: 200px;
	margin-left: 160px;
	padding: 1px 10px 10px 10px;
	width: 522px;
	line-height: 1.7em;
}

#innercontent li {
	margin-left: 40px;
	line-height: 1.5em;
}

#innercontent ul {
	margin-top: 0px;
}

#innercontent ul ul{
	margin-top: 0px;
}

#innercontent li li{
	line-height: 1.3em;
}

.twocol #innercontent {
	width: 698px;
}

#rightcol {
	min-height: 150px;
	float: right;
	background-color: #88AAFF;
	border: 1px solid #C5C5C5;
	width: 175px;
}

.twocol #rightcol {
	display: none;
}

#rightcol img {
	display: block;
	margin: 6px auto 5px auto;
	border: 1px solid #C5C5C5;
}


#leftcol {
	float: left;
	width: 180px;
	min-height: 200px;
	border-top: 1px solid #C5C5C5;
	margin-left: -20px;
}

#footer {
	width: 910px;
	margin: 0 auto;
	font-size: 70%;
	background-color: #648EEF;
	min-height: 20px;
}

#footer p{
	padding: 0px;
	text-align: right;
	margin-top: 0;
}

#footer a{
	text-decoration: none;
	color: #372937;
}

#footer a:hover{
	text-decoration: underline;
	color: #6B0613;
}

/***************** Leftcol main navigation*******************/

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	padding: 5%;
	color: #fff;
	background-color: #648EEF;
	border-right: 1px solid #C5C5C5;
}

#leftcol li a:hover {
	background-color: #4D7DED;
	color: #FFCF3A;
}

#leftcol li a#here {
	background-color: #88AAFF;
	width: 144px;
	color: #0E1835;
	border-right: none;
}


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

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #090F21;
}

h1 {
	color: #372937;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 95%;
}

p {
	margin: 20px 20px 0px 20px;
}


/************** 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;
}

.bold {
	font-weight: bold;
}	

.testimonials {
	font-size: .7ems;
	background-color: #D6E0FF;
	border: 1px solid #C5C5C5;
	margin-left: 20px;
	font-style: italic;
	color: #000033;
	padding: 10px;
}	

.special {
	font-size: 1em;
	background-color: #D6E0FF;
	border: 2px solid #9B081B;
	margin-left: 20px;
	font-weight: bold;
	color: #000033;
	padding: 10px;
}	

.specialLeftCol {
	font-size: 1em;
	background-color: #88AAFF;
	border: 1px solid #929292;
	margin-left: 0px;
	font-weight: bold;
	color: #71000F;
	padding: 3px;
	width: 170px;
}	
/************** styling for the "current" page *******************/

#leftcol a.current {
	background-color: #88AAFF;
	width: 162px;
	color: #0E1835;
	border-right: none;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #610516;
}

a:hover {
	color: #9B081B;
}

 /*\*//*/
 #innercontent {
 	width: 180px;
 }
	
	.twocol #innercontent {
 	width: auto;
 }
 
 
 #header ul {
	height: 22px;
	margin-bottom: 5px;
}

/**/
