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

body { margin:0; padding:0; background:#d8d8d8 url(/resources/page_style/bg_grad.jpg) repeat-x;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size:14px;
	line-height:16px;
	display:block; color:#000;
}

h1 {  font-size:20px; font-weight:normal; border-bottom:1px dotted #BBB; padding-bottom:5px; }

h2 {  font-size:16px; margin:10px 0px; }

p { line-height: 1.6em; font-size:14px; color:#333; }

a { color:#0067c8; }

li a { color:#222; width:100%; }

a img { border:none; }

#page { background:#FFF; width:973px; margin:0 auto; min-height:100px; padding-bottom:10px; }

	#header { height:81px; width:100%; }
	
		#header .img { margin:15px 0px 10px 30px; }
		
		#header .button { position:relative; top:5px; left:5px; }
		
		#help { float:right; margin:10px 20px; font-size:11px; }
		#help a { text-decoration:none; }
	
	#navigation { height:30px; background:#eaeaea; border-top:1px solid #dedede; border-bottom:1px solid #dedede; margin:0px 20px; }
	
		ul { margin:0; padding:0; }
		.li {  margin-left:0px; font-size:12px; color:#222; list-style:none; font-weight:bold; float:left; height:30px; line-height:30px; width:155px; text-align:center; }
		.li:hover { background:#f7a327 url(/resources/page_style/hover.png) repeat-x; color:#FFF; cursor:pointer; }
		
		.list { font-size:12px; color:#333; font-weight:bold; height:30px; line-height:30px; margin-left:20px; }
	
	#content { margin: 30px 20px; min-height:100px; }
	
		.pane { width: 267px; padding:0px 20px; float:left; margin-bottom:10px; }
		
		#home-feature-tour { background: #E5E5E5; font-size: 12px;padding: 30px; width:860px; height:260px; margin-top:20px; }
		#home-feature-tour p { font-size:12px; }
		#home-feature-tour div { float: left;margin-right: 35px;width: 250px;}
		
		.clientDisplay { background: #E5E5E5; font-size: 12px; padding:10px; margin-bottom:20px; height:155px; border-bottom:1px solid #c7c7c7; }
		
		.clientDisplay img { background:#fff; padding:4px; border:1px solid #ccc; float:left; margin-right:10px; }
		
	.blogPost { width:600px; float:left; margin-bottom:20px; }
		.blogPost h2 { font-weight:normal; color:#0067C8; font-size:20px; }
		.blogPost .stamp { background:url(resources/icons/clock.png) no-repeat; text-indent:20px; border:1px solid #ddd; color:#666; padding:2px; font-size:12px; }
		.blogPost .comment { background:url(resources/icons/comment.png) no-repeat; text-indent:25px; margin-right:5px; float:right; }
		.blogPost p { font-size:13px; }
	
	.blogAd { float:right; width:160px; height:600px; }
	
	#footer { height:30px; margin:0px 20px 20px 20px; color:#919191; font-size:11px; line-height:28px; border-top:1px dotted #BBB; }
	
		#footer .link { padding: 0 10px; }
		
		#footer a { text-decoration:none; font-size:12px; color:#5F5F5F; font-weight:bold; }
		
		#copyright { float:right; }
