 
/* default styles
   -------------- */
   
body {
	padding: 0;
	margin: 0;
	/*width: 960px;*/
	font: 0.8em "Calibri", Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
	margin-left: auto;
	margin-right: auto;

}

/* Urgent msg */

#urgent-msg {
	background: #CC0000;
	width: 100%;
	height: 55px;
	margin: 0 auto;
	padding: 10px;
	text-align:center;
	color: #fff;
	border-bottom: 2px solid #CCC;
}

#urgent-msg a {
	color: #A9C0CE;
	text-decoration:none;
}

#urgent-msg a:hover {
	color: #fff;
	text-decoration:underline;
}

a {	color: #009966;}
a:hover { color: #6C757A; }

h1 {
	font: "Calibri", Tahoma, Verdana, Helvetica, Sans-Serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	font-size: 70px;
	font-weight: normal;
}
h1.dark  { color: #585858; font-weight: bold; margin:-10px 0 0 170px; display:block;line-height: 1.0em;}
h1.dark a { color: #585858; }
h1.subtext {font-size: 50px;font-weight: bold;margin: 0px 0 0 370px; display:block;}
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #0099CC;}


h2 { margin: 0; padding: 0; font: bold 1.7em "Calibri", Tahoma, Verdana, Helvetica, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h3 {font-size: 30px; color: #585858; margin: 15px 0; }
h4 {
	font: Arial, Sans-Serif;
	padding: 15px 0 0 265px;
	margin: 0 0 0 0;
	font-size: 15px;
	border-bottom-color: #FFFFFF;
}

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }


/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 940px;
	padding: 0px;

}

.header {
	width: 940px;
	height: 130px;
	color: #808080;
	margin: 0;
	padding: 10px 0 0 0;
	background: #fff;
	
}

.siteTitle {
	position:relative;
	height:130px;
}


.top_info {
	float: left;
	position:absolute;
	margin-top: 10px;
	width: 940px;
	padding: 0 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 172px;
		float: left;
	}

	.top_info_right {
		background: transparent url(lgPhone.jpg) right top no-repeat;
		float: right;
		width: 180px;
		height: 120px;
		padding: 0 110px 0 0;
	}
	
	.image {
		float: left;
		margin: 0 9px 3px 0;
		border: 0;
	}


.browse_category  {
	font-size: 0.9em;
	color: #FFF;
	background: inherit;
	padding: 10px 10px 0 10px;

}

.bar {
	clear: both;
	font-size: 1.7em;
	height: 38px;
	color: #FFF;
	margin: 0;
	background: #006699;
	text-align: center;

}

	.bar li { 
		margin: 0;
		height: 26px;
		color: #FFEADC;
		background: #006699;
		float: left; 
	}
	
	
	.bar li.active { 
		background: #0099CC url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 30px 5px 30px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar ul li a {
		display: block;
		padding: 7px 30px 5px 30px;
	}
	
	.bar li a:hover { 
		color: #00CC66; 
		background: inherit;
	} 


.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 10px 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 4px 0 4px 5px;
	font: bold 1.3em "Calibri", Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 32%;
	margin: 10px 0 10px 0;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}

.remote {
	margin:0;
	padding: 0;
}
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* Testimonial slider */
	#slider{}	
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:605px;
		height:150px;
		
		overflow:hidden; 
		}	
	#slider p {
		padding: 10px 30px 0 30px;
		margin: 10px 30px 0 30px;
		border:#999 1px dotted;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:300;
		font-style:italic;
		font-size:18px;
	}
	
	#slider p:first-letter {
		font-size:55px;
		line-height: 1em;
		font-weight: 400;
		float: left;
		margin: 0px 0.107em 0 0.107em;
	}

	#slider span.name {
		padding-left: 70%;
		text-align:right;
		font-size: 12px;
		font-weight:normal;
	}
		
		
		
	p#controls {
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn { 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:24px;
		height:24px;
		position:absolute;
		left:0px;
		top:-100px;
		}	
	#nextBtn { 
		left:580px;
		}														
	#prevBtn a, #nextBtn a {  
		display:block;
		width:24px;
		height:24px;
		background:url(btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a { 
		background:url(btn_next.png) no-repeat 0 0;	
		}	


#contactImg {
	height: 200px;
	float: left;
	display:inline;
}

/* twitter status
   -------------- */

.twitter {
	height: auto;
}

#recentTweets {
	color: #454545;
	width: 385px;
	margin-left:130px;

}

#recentTweets a {
	color: #009966;
	text-decoration:underline;
}

#recentTweets a:hover {
	color: #6C757A;
}

#recentTweets ul li {
	margin-top: 8px;
}
#recentTweets ul.aboutme { color:#d8caa8; margin:8px 5px 0 0px;}
#recentTweets ul.tweet {
	color:#454545;
	font-size:inherit;
	line-height:1.2em;
	margin:2px 5px 0 0px;
}
#recentTweets ul.tweet_list { color:#454545; margin:2px 5px 0 0px;}
#recentTweets span.tweet_join { color:#454545; font-style:italic;}
#recentTweets span.tweet_text { color:#454545;}
#recentTweets a.tweet_avatar { margin:2px 6px 0 8px;}   

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}

.footer a { color: #808080; background: #fff; }
.footer a:hover { color: #009966; background: #fff; }