@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/synergy_backing.jpg);
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}


a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}



#butterflylink a {
	color:#6CC;
	background-color: none;
	border:none;
	text-decoration: none;
}
#butterflylink:link, #butterflylink a:visited {
	color: #6CC;
}

#butterflylink a:hover, #butterflylink a:active {
	color: #6CC;
}


#outer {
	margin-right: auto;
	margin-left: auto;
	width: 1066px;
	
}
#center {
	width: 1066px;
	background-color: #FFFFFF;
	background-image: url(images/center_back.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	border: 1px none #999999;
}
.header {
	float: left;
	width: 1066px;
	margin-top: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #000000;
}
.subbanner {
	float: left;
	height: 34px;
	width: 1066px;
	background-color: #000000;
	background-image: url(images/subanner_black.jpg);
	background-repeat: no-repeat;
}
.hometop {
	height: 258px;
	width: 580px;
}
.homebottom {
	float: left;
	width: 580px;
}
.logo {
	float: left;
	width: 420px;
}
.menu {
	float: left;
	margin: 0px;
	padding: 0px;
}
.maincontent {
	width: 1066px;
	float: left;
	background-color: #FFFFFF;
}
.left {
	background-color: #000000;
	float: left;
}
.right {
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 619px;
	height: 495px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/gradient_body.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer_top {
	float: left;
	width: 1066px;
}
.footer {
	float: left;
	background-color: #000000;
	height: 50px;
	width: 1066px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.footerleft {
	float: left;
	width: 850px;
	padding-top: 12px;
}
.footerright {
	float: left;
	width: 216px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 17px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 10px;
}

#nav li { /* all list items */
	float: left;
	width: 87px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #005DAB;
	clip: rect(auto,auto,auto,auto);
	padding-top: 1px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #666666;
}
#nav li a:hover, #nav li.current{
	color: #666666;
}
.padding {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.rightscroll {
	width: 615px;
}
.footertopleft {
	float: left;
	width: 515px;
	height: 61px;
}
.rightscrolltext {
	overflow: auto;
	width: 500px;
	height: 400px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 40px;
}
.footertopright {
	float: right;
	width: 400px;
	text-align: right;
	height: 61px;
}
.rightslide {
	height: 435px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #f5f5f5;
	border-left-color: #f5f5f5;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
