/* --------------------------------- RESET styles --------------------------------- */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-style: inherit;
	font-size: 15px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: blue;
  font-size: inherit;
}

a:active, a:hover {
  color: #000;
  font-size: inherit;
}

ul {  list-style: none;	 }

p {	margin: 0 0 12px 0; }

b {	font-weight: bold; color: #444;}

em { font-style: italic; font-size: 12px;}

hr { border-bottom: 1px solid #777; margin: 40px 0; }




/* --------------------------------- H1, H2, H3, H4 styles --------------------------------- */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	color: #111;
	font: 45px Georgia, serif;
	margin: 20px 0;
}

h2.home {
	color: #111;
	font: 18px Georgia, serif;
	padding: 10px 0 5px;
	margin: 5px 0 0 0;
	font-weight: bold;
}

h3 {
	color: #111;
	font-size: 20px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

.right_column h3 {
	font-size: 20px;
	font-family: Georgia, serif;
	margin: 5px 20px;
	font-weight: normal;
	color: #222;
}

#footer h3 {
	color: #78A433;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

h4 {
	color: #111;
	text-align: center;
	font: 36px Georgia, serif;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

/* --------------------------------- GENERAL styles --------------------------------- */


ul.bullets {  
	list-style: disc;	 
	margin: 30px 0;
}

ul.bullets li{  
	margin: 0 0 7px 20px; 
	font-family: Georgia, serif;
}

ol {
	margin: 30px 0;
}

ol li {
	margin: 0 0 7px 20px;
	font-family: Georgia, serif;
}

.cb {	clear: both; }

body {	
	background: #eee;
}

#ticker_container {
	background: #000;
}

.ticker {
	width: 895px;
	font-size: 11px;
	text-align: right;
	margin: 0 auto;
	padding: 5px 5px 5px 0;
	color: #fff;
}

.ticker span {
	color: yellow;
	font-size: 11px;
}

#main_content {
	width: 940px;
	margin: 0 auto;
	padding: 20px 30px;
	overflow: hidden;
	background: #fff;
}

#header {
		width: 940px;
		margin: 0 auto;
		padding: 0 0 10px 0;
		overflow: hidden;
		text-align: right;
		font-size: 18px;
		border-bottom: 1px solid #ccc;
}

#header_home {
		width: 940px;
		margin: 0 auto;
		padding: 0 0 10px 0;
		overflow: hidden;
		text-align: right;
		font-size: 18px;
}

.nav {
	margin-top: 20px;
	width: 500px;
	float: right;
}

.nav li {
	margin-right: 18px;
	float: right;
}

.nav a {
	font-size:14px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	padding: 5px 10px;
}

.nav a:hover, .nav a.active {
	background: #444;
	color: #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 10px;
}

.nav li a {
	color:#333333;
	font-family: Georgia, serif;
	font-size: 17px;
	
}

.subnav a, .subnav a:visited, .subnav a:active {
	font-size: 12px;
	margin-right: 20px;
	background: #eee;
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 2px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 10px;
}

.subnav a:hover {
	background-color: #888;
}

.bare {
	border: 0 !important;
}

.left_column {
	color: #747266;
	width: 610px;
}

.left_column p {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 22px;
}

img.interior {
	float: right;
	margin: 10px 0 10px 20px;
}

img.interior_left {
	float: left;
	margin: 10px 20px 10px 0;
}

#related {
	border-top: 1px dotted #ccc;
	margin-top: 40px;
	padding-top: 30px;
}

#related h3 {
	font: 18px Georgia, serif;
	color: #000;
	margin: 0 0 10px 0;
}

#related p {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color: #222;
}

.related_2 {
	float: right;
	width: 280px;
}

.related_1 {
	width: 280px;
	border-right: 1px dotted #ccc;
	padding-right: 25px;
}

#related img {
	height: 80px;
	width: 80px;
	background: #ddd;
	padding: 5px;
	float: right;
	margin-left: 10px;
}

.right_column {
	float: right;
	width: 300px;
	padding: 10px 0 0;
	background: #ccc;
}

.right_column p {
	margin: 10px 20px 0;
	font: 13px Helvetica, sans-serif;
}

.right_column b {
	color: #000;
	font-size: inherit;
}

.right_column img {
	margin: 15px 0 5px;
}

img.sidebar {
	float: right;
	margin: 0 0 0 30px;
}

.didyouknow {
	padding: 20px;
	background: #fff;
	color: #444;
	font-family: Georgia, serif;
	font-size: 12px;
	margin: 20px 0 0 0;
}

#footer {
	width: 940px;  
	background: #222;
	color: #fff;
	padding: 20px 30px 30px 30px;
	margin: 0 auto;
	overflow: hidden;
}

#footer p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
}

#footer .contact_info {
	float: right;
	width: 200px;
}

#footer .what_we_do {
	width: 685px;
	border-right: 1px dashed #444;
	margin-right: 20px;
	padding-right: 20px;
}

#footer .copyright {
	font-size: 11px;
	padding-top: 20px;
	width: 820px;
	overflow: hidden;
}

/*------------------------------------ home page styles ---------------------------------------*/

#service_container {
	width: 700px;
	overflow: hidden;
}

.service {
	float: right;
	width: 215px;
	margin: 0 15px 15px 0;
	color: #777;
}

.service h3 {
	color:#000;
	font: 16px Georgia, serif;
	margin: 0 0 3px 0;
}

.service p {
	font-size: 12px;
}

.service img {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 12px 0 0;
	border: 1px solid #444;
}

#featured_service {
	width: 240px;
	float: right;
	margin: 0 0 20px 0;
	background: #ccc;
}

#featured_service h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #000;
	margin: 10px;
}

#featured_service p {
	margin: 10px;
	font-size: 12px;
}


/*------------------------------------ featured slider styles ---------------------------------------*/

#featured{ 
	width:940px; 
	position:relative; 
	height:300px; 
	background:#fff;
	margin: 20px 0 40px;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:620px; 
	list-style:none; 
	padding:0; margin:0; 
	width:320px; 
	z-index: 500;
}
#featured ul.ui-tabs-nav li{ 
	padding:0;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-family:Verdana; 
	line-height:25px;
	font-size: 20px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;
	line-height:20px;
	padding: 20px 20px 20px 30px;
	font-size: 20px;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	color: #000;
}
#featured li.ui-tabs-selected{ 
	background:#000 url('../images/tab_bg.gif'); 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 5px; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	color: #fff;
}
#featured .ui-tabs-panel{ 
	width:630px; 
	height:300px; 
	background:#999; 
	overflow: hidden;
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:230px; left:0; 
	width: 610px;
	height: 60px; 
	background: url('../images/transparent-bg2.png'); 
	padding: 5px 10px;
}
#featured .info h2{ 
	font-size:18px; 
	color:#fff; 
	padding:2px 0 0 5px; 
	margin:0;
	overflow:hidden; 
	font-family: Lucida Grande,Verdana,Geneva,Arial,Helvetica,sans-serif;
}
#featured .info p{ 
	margin:0 5px; 
	font-family: Lucida Grande,Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-size:11px; 
	line-height:15px; 
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration: underline; 
	color: #fff; 
	font-size: 11px;
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
