body,
html {
	margin:0;
	padding:0;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#7C7C7C;
}
#wrap {
	width:770px;
	margin:0 auto;
}


/** header **/
#header {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#header h1{
	  height:45px;
	  background-image:url(../images/logo.jpg);
	  background-repeat:no-repeat;
  }
#header span {
	display:none;
}


/** columns **/

#single-col {
	float:left;
	width:748px;
	padding-left:12px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
}

#left {
	float:left;
	width:490px;
	padding-left:12px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;

}
#right {
	float:right;
	width:200px;
	padding:10px;
	
	height:400px;
	font-size:10px;
	background-color:#F9FAFC;
}

#right-practices {
	float:right;
	width:200px;
	padding:10px;
	height:850px;
	font-size:10px;
	background-color:#F9FAFC;
}


/** home page **/
#main-home-top {
	float:left;
	width: 765px;
	padding:0px;
	margin-bottom:6px;

	background-image:url(../images/body-top-grad.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-left:5px;
	padding-top:10px;
}
#home-top {
	float:left;
	width: 770px;
	padding:0px;
	background-image:url(../images/body-top-grad.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.main-bottom-col{
	float:left;width:250px;padding:3px;
}
#main-home-bottom{
	background-image:url(../images/body-bottom-grad.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	float:left;
	width:770px;
}

/** footer **/
#footer {
	clear:both;
	padding:5px 10px;
	background-image:url(../images/footer-grad.jpg);
	background-repeat:repeat-x;
	height: 40px;	
}
#footer p {
	margin:0;
	color:#CCC;
	font-size:11px;
	padding-top:7px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
* html #footer {
	height:1px;
}



/** navigation **/
#nav {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom:0;
	padding-right:0;
	background-image:url(../images/nav-grad2.jpg);
	background-repeat:repeat-x;
	height: 30px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	background: transparent url(../images/nav-separator.jpg) no-repeat right top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 17px;
	padding-bottom:15px;
}

#nav li a{
	font-family:Tahoma;
	font-size:13px;
	color: #fff;
	text-decoration:none;
}
#nav li a span{
	
}

#nav ul li a#current{

	padding-bottom: 14px;
	background-image:url(../images/nav-current.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}



/** headings **/

#heading-welcome h2{ background-image:url(../images/headings/heading-welcome.jpg); background-repeat:no-repeat; height:30px}
#heading-welcome span{display:none;}

#heading-about-us h2{ background-image:url(../images/headings/heading-about-us.jpg); background-repeat:no-repeat; height:30px}
#heading-about-us span{display:none;}

#heading-contact-us h2{ background-image:url(../images/headings/heading-contact-us.jpg); background-repeat:no-repeat; height:30px}
#heading-contact-us span{display:none;}

#heading-contact-us h2{ background-image:url(../images/headings/heading-contact-us.jpg); background-repeat:no-repeat; height:30px}
#heading-contact-us span{display:none;}

#heading-services h2{ background-image:url(../images/headings/heading-services.jpg); background-repeat:no-repeat; height:30px}
#heading-services span{display:none;}

#heading-practices h2{ background-image:url(../images/headings/heading-practices.jpg); background-repeat:no-repeat; height:30px}
#heading-practices span{display:none;}

#heading-case-studies h2{ background-image:url(../images/headings/heading-case-studies.jpg); background-repeat:no-repeat; height:30px}
#heading-case-studies span{display:none;}

#heading-newsroom h2{ background-image:url(../images/headings/heading-newsroom.jpg); background-repeat:no-repeat; height:30px}
#heading-newsroom span{display:none;}

#recent-blog-posts h2{ background-image:url(../images/heading-recent-blog-posts.jpg); background-repeat:no-repeat; height:30px}
#recent-blog-posts span{display:none;}


h1 {
	margin:0;
}
h2 {
	margin:0 0 1em;
}
#divider{
	height:3px;
}



.blue-point{
	color:#128CA8;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
}
.sidebar{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #4B7691;
	text-decoration: none;
}

a{
	color:#128CA8;
	text-decoration:none;
}
h2{
	margin:0;
	padding:0;
	color:#128CA8;
	font-weight:bold;
	font-size: 14px;
	text-decoration:none;
}
.blog-title{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	/*color: #128CA8;*/
	color:#333;
	text-decoration: none;
	font-weight:bold;
}
.blog-description{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	/*color: #128CA8;*/
	color:#666;
}


/** footer **/
#copyright {
	clear:both;
	padding-left:10px;
	padding-bottom: 10px;
	padding-top:0;
	padding-right:0;
	margin:0;
}
#copyright p {
	margin:0;
	color:#999;
	font-size:11px;
}
#copyright a{
	color:#999;
	text-decoration:none;
}
* html #copyright {
	height:1px;
}

.small{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}


.tahoma-11-aqua {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #128CA8;
	text-decoration: none;
}

#single-col h3{
	color:#333;
	margin-top:10px;
	margin-bottom:10px;
	-moz-text-shadow: yellow 0 5px 5px;
	-webkit-text-shadow: #FFF 0 1px;
	text-shadow: #ccc 1px 1px 0;
}

.rss_date{
	font-size:10px;
	color:#333;
}

.dark-gray{color:#333}

#single-col img{
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	margin-right:10px;
	margin-right:10px;
	float:left;
}
