/* basics */

img, div, a, input, .feature_entry, .button {
	behavior: url(iepngfix.htc)
}

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

body, html {
	min-height: 101%;
}

body {
	background: #f8f8f8;
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
}

a:focus {
	outline: none;
}

p {
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
}

.bold {
	font-weight: bold;
}

h1 {
	font-size: 18pt;
}

h2 {
	font: bold 22px/25px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
}

h3 {
	font-size: 15pt;
}

h4 {
	font: bold 18px/24px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	margin-bottom: 10px;
	margin-top: 20px;
}

h5 {
	font: bold 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
}

img {
	border: none;
	padding: 0;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

code {
	font-family: "Courier New", Courier, monospace;
}

strong {
	font-weight: bold;
	margin: 0px;
}

/* links */

a {
	color: #4f4795;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* container */

#container {
	width: 960px;
	margin: 0px auto 40px auto;
	padding: 0px 0px 10px 0px;
}

#wrapper {
	float: left;
	width: 940px;
	margin: 0px 0px 40px 0px;
	padding: 0px 10px 10px 10px;
	background: #ffffff;
}

/* header */

#header {
	float: left;
	width: 940px;
	height: 182px;
	margin-bottom: 20px;
	background: #4f4795 url(images/header_bg.gif);
}

#header #left-col {
	float: left;
	width: 700px;
	height: 182px;
	margin-right: 20px;
}

#header #left-col .logo {
	float: left;
	width: 700px;
	height: 149px;
}

#header #left-col .logo img {
	margin: 20px 0px 0px 30px;
}

#header #left-col #nav {
	float: left;
	width: 700px;
	height: 33px;
}

ul#navlist {
	margin-left: 10px;
	padding-left: 0;
	_position: absolute;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist li a {
	margin-right: 2px;
	padding: 10px 8px 10px 8px;
	line-height: 30px;
	color: #fff;
	background-color: #776fbb;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#navlist li a:hover {
	color: #555555;
	background-color: #fff;
	text-decoration: none;
}

#navlist li.active a {
	color: #555555;
	background-color: #fff;
	text-decoration: none;
}

#navlist li.get-involved a {
	color: #ffffff;
	background-color: #029ad5;
	text-decoration: none;
}

#navlist li.get-involved a:hover {
	color: #555555;
	background-color: #ffffff;
	text-decoration: none;
}

#navlist li.shops a {
	color: #ffffff;
	background-color: #faca00;
	text-decoration: none;
}

#navlist li.shops a:hover {
	color: #555555;
	background-color: #ffffff;
	text-decoration: none;
}

#navlist li.donate a {
	color: #ffffff;
	background-color: #99d62b;
	text-decoration: none;
}

#navlist li.donate a:hover {
	color: #555555;
	background-color: #ffffff;
	text-decoration: none;
}

#header #right-col {
	float: left;
	width: 220px;
	height: 182px;
}

#header #right-col p {
	font: 14px/14px Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

#header #right-col #telephone {
	float: left;
	width: 200px;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px dotted #776fbb;
	margin-top: 20px;
	margin-bottom: 10px;
}

#header #right-col #telephone p {
	font: bold 17px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

#header #right-col #textsize {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	height: 22px;
	text-align: right;
}

#header #right-col #textsize p {
	display: inline;
	vertical-align: 7px;
}

#header #right-col #textsize .button-wrap {
	display: inline;
	width: 55px;
	height: 22px;
	margin-left: 5px;
}

#header #right-col #textsize .button {
	width: 25px;
	height: 22px;
	margin-left: 3px;
}

#header #right-col #rssfeed {
	float: left;
	width: 200px;
	margin-bottom: 5px;
	text-align: right;
}

#header #right-col #rssfeed p {
	display: inline;
	vertical-align: 7px;
}

#header #right-col #rssfeed .icon {
	display: inline;
	width: 25px;
	height: 22px;
	margin-left: 5px;
}

#header #right-col #search {
	float: left;
	width: 200px;
	height: 22px;
	margin: 0px;
	background-image: url(images/search_bg.gif);
}

#header #right-col #search form {
	margin: 0;
}

#header #right-col #search #s {
	float: left;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border: 0;
	width: 157px;
	height: 14px;
	background: none;
}

#header #right-col #search #go {
	float: right;
	margin: 0px 0px 0px 0px;
}

/* FEATURE SLIDER  */

.karmic_flow_container {
	overflow: hidden; 
	position: relative;
	width: 700px; 
	height: 297px;
}

.karmic_flow_slider, .karmic_flow_slider li {
	list-style:none;
	margin: 0;
	padding: 0;
}

.karmic_flow_slider {
	overflow: hidden; 
	position: relative;
	
	/* optional */
	margin-left: 0;
}

.karmic_flow_slider li {
	float: left;
	position: relative;
	overflow:hidden;
}

.karmic_flow_slide_overflow {
	/* optional */
	/*overflow:auto;*/
}

.karmic_flow_sliding .karmic_flow_slide_overflow {
	overflow:hidden;
}

.karmic_flow_sliding object, .karmic_flow_sliding embed {
	display: none;
}

.karmic_flow_controller {
	color: #fff;
	text-decoration: none;
}
.karmic_flow_controller:hover {
	text-decoration: underline;
}


.karmic_flow_controller_selected{
	color: #776fbb ;
}

/* Home page boxes  */

#feature-wrap {
	float: left;
	width: 940px;
	height: 330px;
	margin-bottom: 20px;
}

#feature {
	float: left;
	width: 700px;
	height: 330px;
	margin: 0px 20px 0px 0px;
	background: #f1f1f1;
}

#feature #feature-story {
	float: left;
	width: 700px;
	height: 297px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

#feature #feature-story .feature_img {
	float: left;
	width: 700px;
	height: 297px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#feature #feature-story .feature_entry {
	width: 280px;
	height: 217px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(images/feature_trans_bg.png) repeat;
	padding: 20px;
}

#feature #feature-story .feature_entry {
	width: 280px;
	height: 217px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(images/feature_trans_bg.png) repeat;
	_background: #ffffff;
	padding: 20px;
}

#feature #feature-story .feature_entry h2 {
	font: bold 40px/42px Arial, Helvetica, Geneva, sans-serif;
		color: #ffffff;
		_color: #4f4795;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

#feature #feature-story .feature_entry p {
	font: bold 14px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	_color:#333333;
}

#feature #feature-story .feature_entry .button:hover {
	background: url(images/read_more_btn.png) no-repeat 0px -29px;
}

#feature #nav-wrap {
	float: left;
	width: 700px;
	height: 33px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/feature_nav_bg.gif) no-repeat;
}

#feature #nav-wrap a {
	color: #fff;
}

#feature #nav-wrap .feature1 {
	float: left;
	width: 175px;
	height: 25px;
	margin: 0px 0px 0px 35px;
	_margin: 0px 0px 0px 17px;
	padding: 8px 0px 0px 0px;
}

#feature #nav-wrap .feature2 {
	float: left;
	width: 195px;
	height: 25px;
	margin: 0px 0px 0px 45px;
	_margin: 0px 0px 0px 45px;
	padding: 8px 0px 0px 0px;
}

#feature #nav-wrap .feature3 {
	float: left;
	width: 205px;
	height: 25px;
	margin: 0px 0px 0px 45px;
	_margin: 0px 0px 0px 45px;
	padding: 8px 0px 0px 0px;
}

#donate {
	float: left;
	width: 220px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	background: #99d62b;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#donate .header {
	float: left;
	width: 220px;
	height: 34px;
	display: block;
}

#donate #donate-content {
	float: left;
	width: 180px;
	padding: 20px;
}

#donate #donate-content .img {
	width: 180px;
	height: 99px;
	margin-bottom: 20px;
}

#donate #donate-content p {
	color: #000000;
	font: 16px/19px Arial, Helvetica, Geneva, sans-serif;
}

#donate #donate-content .button {
	float: left;
	width: 99px;
	height: 29px;
	margin-top: 20px;
	background: url(images/home_donate_button.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#donate #donate-content .button:hover {
	background: url(images/home_donate_button.gif) no-repeat 0px -29px;
}

#donate-small {
	float: left;
	width: 220px;
	height: 220px;
	margin: 0px 0px 20px 0px;
	background: #99d62b;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#donate-small .header {
	float: left;
	width: 220px;
	height: 34px;
	display: block;
}

#donate-small #donate-content {
	float: left;
	width: 180px;
	padding: 20px;
}

#donate-small #donate-content .img {
	width: 180px;
	height: 63px;
	margin-bottom: 10px;
}

#donate-small #donate-content p {
	color: #000000;
}

#donate-small #donate-content .button {
	float: left;
	width: 99px;
	height: 29px;
	margin-top: 10px;
	background: url(images/home_donate_button.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#donate-small #donate-content .button:hover {
	background: url(images/home_donate_button.gif) no-repeat 0px -29px;
}

#our-services {
	float: left;
	width: 340px;
	height: 460px;
	margin-right: 20px;
	background: #f1f1f1;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#our-services .header {
	float: left;
	width: 340px;
	height: 34px;
	display: block;
}

#our-services #left-col {
	float: left;
	width: 150px;
	height: 386px;
	background: #f8f8f8;
	margin: 20px 0px 0px 20px;
	_margin: 20px 0px 0px 10px;
}

#our-services #left-col #service-wrap {
	float: left;
	width: 150px;
}

#our-services #left-col #service-wrap .service-head {
	float: left;
	width: 140px;
	height: 66px;
	background: #4f4795;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
}

#our-services #left-col #service-wrap .service-head p {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 5px;
}

#our-services #left-col #service-wrap .service-head a {
	font-weight: normal;
	color: #776fbb;
	font-size: 14px;
	line-height: 14px;
}

#our-services #left-col #service-wrap .image {
	float: left;
	width: 150px;
	height: 116px;
	margin: 0px 0px 0px 0px;
}

#our-services #right-col {
	float: right;
	width: 149px;
	height: 386px;
	background: #f8f8f8;
	border-left: 1px solid #f1f1f1;
	margin: 20px 20px 0px 0px;
	_margin: 20px 10px 0px 0px;
}

#our-services #right-col #service-wrap {
	float: left;
	width: 149px;
}

#our-services #right-col #service-wrap .service-head {
	float: left;
	width: 139px;
	height: 66px;
	background: #4f4795;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
}

#our-services #right-col #service-wrap .service-head p {
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 7px;
}

#our-services #right-col #service-wrap .service-head a {
	font-weight: normal;
	color: #776fbb;
	font-size: 14px;
	line-height: 14px;
}

#our-services #right-col #service-wrap .image {
	float: left;
	width: 149px;
	height: 116px;
	margin: 0px 0px 0px 0px;
}

#latest {
	float: left;
	width: 340px;
	height: 460px;
	margin-right: 20px;
}

#latest #events {
	float: left;
	width: 340px;
	height: 220px;
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#latest #events .header {
	float: left;
	width: 340px;
	height: 34px;
	display: block;
	margin-bottom: 5px;
}

#latest #events .entry {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 20px;
	_margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #bbbbbb;
}

#latest #events .entry a {
	font-weight: bold;
}

#latest #news {
	float: left;
	width: 340px;
	height: 220px;
	background: #f1f1f1;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#latest #news .header {
	float: left;
	width: 340px;
	height: 34px;
	display: block;
	margin-bottom: 5px;
}

#latest #news .entry {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 20px;
	_margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #bbbbbb;
}

#latest #news .entry a {
	font-weight: bold;
}

#actions {
	float: left;
	width: 220px;
	height: 460px;
	margin-right: 0px;
}

#get-involved {
	float: left;
	width: 220px;
	height: 220px;
	background: #029ad5;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#get-involved .header {
	float: left;
	width: 220px;
	height: 34px;
	display: block;
}

#get-involved-content {
	float: left;
	width: 180px;
	padding: 20px;
}

#get-involved-content .img {
	width: 180px;
	height: 60px;
	margin-bottom: 10px;
}

#get-involved-content p {
	color: #ffffff;
}

#get-involved-content .button {
	float: left;
	width: 99px;
	height: 29px;
	margin-top: 10px;
	background: url(images/home_get_involved_button.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#get-involved-content .button:hover {
	background: url(images/home_get_involved_button.gif) no-repeat 0px -29px;
}

#shops {
	float: left;
	width: 220px;
	height: 220px;
	background: #faca00;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#shops.last {
	margin-bottom: 40px;
}

#shops .header {
	float: left;
	width: 220px;
	height: 34px;
	display: block;
}

#shops-content {
	float: left;
	width: 180px;
	padding: 20px;
}

#shops-content .img {
	width: 180px;
	height: 54px;
	margin-bottom: 10px;
}

#shops-content p {
	color: #000000;
}

#shops-content .button {
	float: left;
	width: 99px;
	height: 29px;
	margin-top: 10px;
	background: url(images/home_shops_button.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#shops-content .button:hover {
	background: url(images/home_shops_button.gif) no-repeat 0px -29px;
}

#content {
	float: left;
	width: 940px;
}

/* Bread Crumbs */

#breadcrumbs-wrap {
	float: left;
	width: 930px;
	padding: 0px 0px 10px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d0d0d0;
}

#breadcrumbs-wrap li {
	float: left;
	list-style-type: none;
	margin: 0px;
	color: #555555;
}

#breadcrumbs-wraps p {
	float: left;
	padding: 0px;
}

/* Page Columns */

#content-left {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#content-left #contact-details {
	float: left;
	width: 200px;
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 20px 0px;
}

#content-left #contact-details h2 {
	margin: 0px 0px 10px 0px;
}

#content-left #contact-details p {
	margin: 0px 0px 20px 0px;
}

#sidebar-menu {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#sidebar-menu .header {
	float: left;
	width: 220px;
	height: 34px;
	background: #4f4795;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar-menu .pagenav{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
	width: 220px;
}

#sidebar-menu ul li.page_folder	{
	background: #E9E9E9;
	border-top: solid 1px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 27px;
	text-indent: 10px;
	background-image: url(images/arrow_purple_down.gif);
	background-repeat: no-repeat;
	background-position: 200px 9px;
}

#sidebar-menu ul li.page_folder.current_page_item {
	background: #4F4795;
	border-top: solid 1px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 27px;
	text-indent: 10px;
	background-image: url(images/arrow_white_down.gif);
	background-repeat: no-repeat;
	background-position: 200px 9px;
}

#sidebar-menu .pagenav ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}	

#sidebar-menu .pagenav li{
	background: #E9E9E9;
	border-top: solid 1px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 27px;
	text-indent: 10px;
}	

#sidebar-menu .pagenav li a{
	color: #4F4795;
	font-weight: bold;
}

#sidebar-menu .pagenav ul li.page_item {
	background: #f8f8f8;
	border-top: solid 1px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 27px;
	text-indent: 10px;
}

#sidebar-menu .pagenav ul li.page_item a{
	color: #4F4795;
}

#sidebar-menu .pagenav ul li.current_page_item{
	background: #4F4795;
}	

#sidebar-menu .pagenav ul li.current_page_item a{
	color: #ffffff;
}	

#sidebar-menu .pagenav ul ul li.page_item {
	background: #f8f8f8;
	border-top: solid 1px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar-menu .pagenav ul ul li.page_item a{
	color: #4F4795;
}		

#sidebar-menu .pagenav ul ul li.current_page_item{
	background: #4F4795;
}	

#sidebar-menu .pagenav ul ul li.current_page_item a{
	color: #ffffff;
}

#sidebar-menu .pagenav .current_page_item {
	background: #4F4795;
	}
#sidebar-menu .pagenav .current_page_item a{
	color: #ffffff;
	}

#sidebar-menu .menu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}	

#sidebar-menu .menu li{
	background: #E9E9E9;
	border-top: solid 1px #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 27px;
	text-indent: 10px;
	list-style-type: none;
}	

#sidebar-menu .menu li a{
	color: #4F4795;
	font-weight: bold;
}

#sidebar-menu .menu li a:hover {
	text-decoration: underline;
}	

#content-middle {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#news-wrap {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#news-wrap #news-entry {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #bbbbbb;
}

#news-wrap #entry-details {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#news-wrap #entry-details .date {
	float: left;
	padding: 5px 8px 5px 8px;
	margin: 0px 10px 0px 0px;
	background: #f1f1f1;
	color: #555555;
	text-transform: uppercase;
	font: bold 14px/14px Arial, Helvetica, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-top: 3px;
}

#news-wrap #entry-details .read-more a{
	float: left;
	padding: 5px 8px 5px 8px;
	margin: 0px 0px 0px 0px;
	background: #4f4795;
	color: #ffffff;
	text-transform: uppercase;
	font: bold 14px/14px Arial, Helvetica, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-top: 3px;
	display: block;
	text-decoration: none;
}

#news-wrap #entry-details .read-more a:hover{
	background: #776fbb;
}

#content-middle h1 {
	font: bold 30px/32px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	letter-spacing: -0.5px;
	margin-bottom: 18px;
}

#content-middle h2 {
	margin-bottom: 5px;
}

#content-middle .services_link {
	font: bold 18px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	margin-bottom: 10px;
	text-decoration: none;
}

#content-middle .services_link:hover {
	text-decoration: underline;
}

#content-middle h3 {
	font: bold 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	margin-bottom: 20px;
	border-bottom: 3px solid #4f4795;
	padding-bottom: 3px;
}

#content-middle h5 {
	margin-bottom: 5px;
	color: #4f4795;
}


#content-middle p {
	margin-bottom: 20px;
}

#content-middle ul {
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 0px 0px;
	list-style-type: none ;
}

#content-middle ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	background-image: url(images/arrow_purple.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color: #555555;
}

#content-middle ol {
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 0px 13px;
}

#content-middle ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #555555;
}

#content-middle blockquote {
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 20px 20px 1px 20px;
	border-left: 5px solid #4f4795;
}

#content-middle #service-container {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

#content-middle #service-container p {
	margin: 0px 0px 0px 0px;
}

#content-middle #service-container .left-col {
	float: left;
	width: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-middle #service-container .right-col {
	float: right;
	width: 340px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-middle textarea {
	border-style: inset;
	border-width: 1px;
}

#content-middle input {
	border-style: inset;
	border-width: 1px;
}

#content-middle #wp-email-button{
	float: none;
}
#content-middle .Button{
float: none;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	background: #4f4795;
	color: #ffffff;
	font: bold 14px/14px Arial, Helvetica, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-top: 3px;
	display: block;
	text-decoration: none;
	border: none;
}

#content-middle .Button:hover{
	background: #776fbb;
}

#content-middle .search-result {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

#content-middle p.search-title {
	font: bold 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	margin-bottom: 5px;
}

#content-middle p.search-excerpt {
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	margin: 0px 0px 0px 0px;
}

#content-middle a.search-link {
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 20px 0px;
}

#content-right {
	float: right;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content-right #social-wrap {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#content-right #social-wrap .email {
	float: left;
	width: 175px;
	height: 25px;
	padding: 8px 0px 0px 45px;
	margin: 0px 0px 10px 0px;
	background: url(images/email_to_friend_button.gif) no-repeat;
}

#content-right #social-wrap .bookmark {
	float: left;
	width: 175px;
	height: 25px;
	padding: 8px 0px 0px 45px;
	margin: 0px 0px 0px 0px;
	background: url(images/bookmark_this_page_button.gif) no-repeat;
}

#content-right #shops {
	float: left;
	width: 220px;
	height: 220px;
	background: #faca00;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#content-right #shops .header {
	float: left;
	width: 220px;
	height: 34px;
	display: block;
}

#content-right #shops #shops-content {
	float: left;
	width: 180px;
	padding: 20px;
}

#content-right #shops #shops-content .img {
	width: 180px;
	height: 54px;
	margin-bottom: 10px;
}

#content-right #shops #shops-content p {
	color: #000000;
}

#content-right #shops #shops-content .button {
	float: left;
	width: 99px;
	height: 29px;
	margin-top: 10px;
	background: url(images/home_shops_button.gif) no-repeat 0px 0px;
	text-indent: -9999px;
}

#content-right #shops #shops-content .button:hover {
	background: url(images/home_shops_button.gif) no-repeat 0px -29px;
}

#content-right #quote {
	float: left;
	width: 220px;
	background: #f1f1f1;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#content-right #quote .header {
	float: left;
	width: 220px;
	height: 34px;
	display: block;
}

#content-right #quote #quote-content {
	float: left;
	width: 180px;
	padding: 20px;
}

#content-right #quote #quote-content .img {
	width: 180px;
	height: 110px;
	margin-bottom: 20px;
}

#content-right #quote #quote-content p {
	color: #000000;
}

#content-right #quote #quote-content .button {
	float: left;
	width: 81px;
	height: 29px;
	margin-top: 10px;
	background: url(images/read_more_btn.png) no-repeat 0px 0px;
	text-indent: -9999px;
}

#content-right #quote #quote-content .button:hover {
	background: url(images/read_more_btn.png) no-repeat 0px -29px;
}

#content-right #quote #quote-content blockquote {
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	background-image: url(images/openquote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-bottom: 10px;
}

#content-right #quote #quote-content blockquote span {
	display: block;
	background-image: url(images/closequote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.alignleft a {
	float: left;
	margin: 25px 0;
}

.alignright a {
	float: right;
	margin: 25px 0;
}

/* misc */

img.none {
	float: none;
	margin: 0px 0px 20px 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 20px 0px 20px 20px;
	display: inline;
}

img.alignleft {
	margin: 20px 20px 0px 20px;
	display: inline;
}

img.alignnone {
	float: none;
	margin: 0px 0px 0px 0px;
}

.alignright {
	float: right;
	margin: 20px 0px 20px 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 0px 20px;
}

.alignnone {
	float: none;
	margin: 20px 0px 20px 0px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional 

rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* footer */

#footer {
	float: left;
	width: 900px;
	height: 131px;
	margin: 30px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	border-top: 6px solid #4f4795;
	background: #f1f1f1;
}

#footer p {
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	margin-bottom: 10px;
}

#footer h3 {
	font: bold 15px/15px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	margin-bottom: 10px;
}

#footer-contact {
	float: left;
	width: 299px;
	min-height: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	border-right: 1px solid #e0e0e0;
}

#footer-siteinfo {
	float: left;
	width: 299px;
	min-height: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	border-right: 1px solid #e0e0e0;
}

#footer-companyinfo {
	float: left;
	width: 180px;
	min-height: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

#footer-companyinfo p {
	font-size: 10px;
}

#designed-by {
	float: left;
	text-align: right;
	width: 940px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#designed-by p {
	font: 10px/10px Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
}

#designed-by a {
	font: 10px/10px Arial, Helvetica, Geneva, sans-serif;
}

/* Sitemap */

#sitemap-wrap {
	float: left;
	width: 670px;
	padding: 0px 0px 0px 30px;
	margin: 0px 20px 0px 0px;
}

#sitemap-wrap  h1 {
	font: bold 30px/32px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}


#sitemap-wrap ul {
	margin: 0px 0px 10px 10px;
	padding:0;
	}

#sitemap-wrap ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: disc;
	}

#sitemap-wrap ul ul {
	margin: 0px 0px 10px 20px;
	padding:0;
}

#sitemap-wrap ul ul li {
	list-style-type: circle;
	}

#sitemap-wrap ul ul ul{
	margin: 0px 0px 10px 40px;
	padding:0;
}

#sitemap-wrap ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


/* Contact page */

#contact-wrap {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#contact-wrap .wpcf7 {
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background-color: #f1f1f1;
}

#contact-wrap .wpcf7 textarea {
	width: 410px;
	height: 150px;
	display: block;
	border: 1px solid #666666;
	background: #fff;
	overflow: auto;
	padding: 5px;
	color: #666666;
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
}

#contact-wrap .wpcf7 input {
	width: 410px;
	height: 17px;
	padding: 5px;
	border: 1px solid #666666;
	text-align: left;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 30px;
	color: #666666;
	font: 14px/17px Arial, Helvetica, Geneva, sans-serif;
}

#contact-wrap .wpcf7 p {
	display: inline;
	display: block;
	margin: 0px 0px 5px 0px;
	color: #4f4795;
	font: bold 14px/17px Arial, Helvetica, Geneva, sans-serif;
}

#contact-wrap .wpcf7 .required {
	color: #666666;
	font-weight: normal;
}

#contact-wrap .wpcf7 span {
	color: #666666;
	font-weight: normal;
}

#contact-wrap .wpcf7 .submit-button {
	float: left;
	width: 100px;
	height: 32px;
	margin: 20px 0px 0px 0px;
	background: url(images/send_email.gif) no-repeat;
	border: none;
	text-indent: -9999px;
}

#contact-wrap .wpcf7 .submit-button:hover {
	float: left;
	width: 100px;
	height: 32px;
	margin: 20px 0px 0px 0px;
	background: url(images/send_email.gif) no-repeat 0px -32px;
	border: none;
	text-indent: -9999px;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

#contact-wrap .wpcf7 div.wpcf7-response-output {
	position: relative;
	top: 30px;
	left: -6px;
	border: none;
	width: 360px;
	padding: 30px;
	background: #4f4795;
	color: #ffffff;
	margin-bottom: 30px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

#contact-wrap .wpcf7 div.wpcf7-validation-errors {
	position: relative;
	top: 30px;
	left: -6px;
	border: none;
	width: 360px;
	padding: 30px;
	background: #4f4795;
	color: #ffffff;
	margin-bottom: 30px;
}

span.wpcf7-form-control-wrap {
	position: absolute;
}

#contact-wrap .wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 100;
	border: none;
	width: 280px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	color: #4f4795;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/*Shop Styles*/

#shop-sidebar {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
}

#shop-sidebar .header {
	float: left;
	width: 220px;
	height: 34px;
	background: #4f4795;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#shop-categories {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#shop-categories ul {
	float: left;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#shop-categories li {
	background: #f1f1f1;
	width: 220px;
	height: 25px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
}

#shop-categories li a {
	padding: 0px 0px 0px 10px;
}

#sidebar-menu .shop-donate {
	float: left;
	background: #e9e9e9;
	width: 180px;
	padding: 20px;
	margin: 0px 0px 1px 0px;
}

#shop-content {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#shop-content #shop-intro{
	float: left;
	width: 700px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px dotted #d0d0d0;
}

#shop-content #shop-intro h1 {
	font: bold 30px/32px Arial, Helvetica, Geneva, sans-serif;
	color: #4f4795;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

#shop-wrap {
	float: left;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideshoppingcart h3{
	display: none;
}

/* Donate styles */

#donate-wrap {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#donate-wrap form{
	padding: 20px;
	margin-bottom: 30px;
	background: #f1f1f1;
}

#donate-wrap form p{
margin-bottom: 10px;
}

#donate-wrap select{
	border: 1px solid #999999;
	margin-left: 20px;
}

#donate-wrap input{
	border: 1px solid #999999;
	margin-left: 0px;
	width: 50px;
	height: 17px;
}

#donate-wrap .submit-button{
	border: none;
	margin-left: 0px;
	width: 100px;
	height: 25px;
	padding: 3px 5px 6px 5px;
	color: #fff;
	background-color: #4f4795;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#donate-wrap .submit-button:hover{
	background-color: #776fbb;
}