@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	/*overflow-x: hidden;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url('../images/right.jpg');
	background-repeat: repeat-x;
}

.black{
	color:#000;
}

.italic {
	font-style:italic;
}

.orange {
	color: #f26531;	
}

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	border: 0px;
	text-decoration: none;
}

.content {
	width: 1024px;
}

.page-text {
	width: 1024px;
	text-align: center;
}

.page-text ul {
  margin-left: -55px;
}
.about-charity-link img {
	border: 0px;
}
.footer {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

#services {
	width: 500px;
	margin-left: 262px;
}

.center {
	width: 1024px;
	text-align: center;
}

.service {
	width: 200px;
	height: 50px;
	position: relative;
	left: 10px;
}

.service-doc {
	position: relative;
	left: 20px;
	top: -10px;
	border: 0px;
}

#our-work {
	width: 860px;
	margin-left: 100px;
}



.work-list, .about-list {
	margin-left: 20px;
}

#about-us {
  width: 680px;
  margin-left: 162px;
}

.about-list {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}


li {
	list-style-image: none;
	display: inline;
}

#contact { 
		line-height: 18px;
}

.whole {
	width: 100%;
}

.service-list {
	width: 250px;
	line-height: 18px;
}

.ui-tabs .ui-tabs-nav { list-style: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-hide { display: none !important; }
