/*link color*/
a:link {
	font-family: Verdana, Arial, sans-serif;
	color: #CC6633;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #CC6633;
	/*#CC6633;
was 00cc99*/
	text-decoration: none;
	border-bottom: 1px solid #CC6633;
}
/*but we don't want to let the top-right navs have an underline...*/
table.navigation-area tr td a:link {
	text-decoration: none;
	border: 0;
}

table.navigation-area tr td a:visited {
	text-decoration: none;
	border: 0;
}

table.navigation-area tr td a:hover {
	text-decoration: none;
	border: 0;
}

#logo {
	float: left;
}

#sidebar #logo {
	float: none;
	margin-left:40px;
	position:relative;
	top:-28px;
	margin-top: 28px;
}

#homePage #sidebar #logo {
	margin-top: 0px;
}

#sidebar #navigation {
	float: none;
	padding-top: 0px;
	position:relative;
	top:-18px;
}

#navigation {
	float: right;
	padding-top: 77px;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:hover {
	color: #333333;
}

#navigation li {
	font-size: 1em;
	float:right;
	list-style-type:none;
	margin-left: 39px;
	margin-top: 8px;
	text-decoration: none;
}

#navigation li.first {
	margin-top: 0px;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited, #navigation ul ul li a:hover {
	color: #CC6633;
}

#navigation ul ul li {
	font-size: .9em;
	margin-top: 0px;
}

#navigation ul ul {
	padding-left: 14px;
}

#navigation ul ul li.selected {
	list-style-type: square;
}

#sidebar #navigation li {
	float: none;
	margin-left: 0px;
}

#homePage {
}

body {
	background: #FFF;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 2em;
	margin: 0;
}

#wrapper {
	width: 100%;
	background: #FFF;
}

#header-wrapper {
	width: 900px;
	margin: 0 auto;
	height: 154px;
	background: #FFFFFF none repeat scroll 0 0;
}

#slim-wrapper {
	background: #FFF;
}

#slim-wrapper #header-wrapper {
	height: 120px;
}

#content-wrapper {
	width: 100%;
	background: #FFF;
	padding-bottom: 14px;
}

#footer-wrapper {
	width: 100%;
	background: #FFF;
	float: left;
	margin-top: 16px;
}

#header {
	margin: 0 auto;
	float: left;
	width: 900px;
}

#menu {
	border-top:1px solid #EEEEEE;
	float:left;
	margin:0 auto;
	position:relative;
	text-align:right;
	width:900px;
}

#sidebar {
	float: left;
}

#menu ul {
    margin: 0;
}

#menu li {
    background:#EEE none repeat scroll 0 0;
	font-size: .9em;
	float: right;
	list-style-type: none;
	margin-left: 6px;
	margin-bottom: 12px;
	text-decoration: none;
}

#menu li:hover {
	background: #DDD none repeat scroll 0 0;
}

#menu a {
	line-height: 24px;
	padding: 5px 10px;
}

#menu a:hover {
	text-decoration: none;
	border: none;
}

#content {
	margin: 0 auto;
	width: 900px;
}

#content-text {
	padding-top: 10px;
	font-size: .9em;
}

#content-text h1 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

#content-text h2 {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 8px;
	border-bottom: 2px solid #CC6633;
}

#homePage #content {
	min-height: 300px;
}

#slideShow #content {
	min-height: 300px;
}

#main-wrapper #content {
	width: 650px;
	float: left;
}

#main-wrapper {
	margin: 30px auto 0;
	width: 900px;
}

#footer {
	margin: 0px auto 30px;
	width: 900px;
	color: #333;
	padding-top: 10px;
	border-top: 2px solid #CC6633;
}
p, input, select, ul, li {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 2em;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size: 1.8em;
	font-weight: normal;
	margin-top:0px;
}
h3 {
	margin-bottom: 0px;
}
HR {
	SIZE: 1;
	margin-top: 20px;
}
img {
	border: 0;
}
sup {
	font-size: 8px;
}
/*the bottom navigation and the copyright*/
.bodytext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.bodyfainttext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #A3ABC5;
}
.bodycolortext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*color: #0055B3;
*/
}
.bodyboldtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 16px;
	color: #000000;
}
.bodylisttext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.footertext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: 500;
	line-height: 14px;
	color: #333333;
}
/*the generic tags are used in the pages with main body copy*/
.genericbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.generic {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.genericbodylink {
	color: #333333;
	font-family: Verdana, Arial, sans-serif
}
.genericbodybox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
}
.genericbullet {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.lightbodybox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-left: 13px;
}
.lightbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}
div.c1 {
	position: relative;
	left: 166px;
	width: 730px;
	padding-top:8px;
}
div.c1 p {
  color: #333333;
	font-size: 11px;
	line-height: 170%;
	padding-top: 10px;
	margin: 0 0 0 0;
	padding: 4px 0 4px 0;
}
.testimonial-break {
	border:none;
	height:1px;
	width: 50%;
	background-color: #CC6633;
}
#footer-content {
	margin: 0 0 5px;
}
#footer-left {
	float: left;
}
#footer-right {
	text-align: right;
}
#footer-bottom {
	position: fixed;
	bottom: 3px;
	left: 0px;
	width: 100%;
	text-align: right;
	color: #CCC;
	background: #FFFFFF none repeat scroll 0 0;
	height: 20px;
	padding-left: 5px;
	padding-top: 2px;
}
#footer-bottom a:link, #footer-bottom a:visited {
	color: #CCC;
}
#footer-bottom a:hover {
	text-decoration: none;
	border: none;
	color: #777;
}
