/*
Theme Name: Executive
Theme URL: Customized Theme
Description: Customized StudioPress theme created for CMCG, LLC.
Author: John Webster
Author URI: http://johnwebster.name
Version: 1.0
Tags: two-columns, three-columns, fixed-width, threaded-comments
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #FFF;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	line-height:1.5em;
}

#wrap-home {
	background: #8D0104 url(images/!wrap_home.png) top center no-repeat;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	display: table;
	min-width: 960px;
	width: 100%;
}

#wrap {
	margin: 0px auto 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/!content-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	margin:0 0 1.5em ;
}

p.small-type {
	font-size:.8em;
	line-height:1.2em !important;
}

/************************************************
*  Hyperlinks									*
************************************************/
a img {
border: none;
}

a:focus, a:hover, a:active {
outline: none;
}

/************************************************
*  Header  									    *
************************************************/
#headerbg {
background-color: #ffffff;
}

#header {
/*background: url(images/header.png);*/
width: 960px;
height: 128px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px;
overflow: hidden;
}

#header #imageheader {
width: 320px;
height: 128px;
text-indent: -10000px;
background: #8D0104 url(images/logo.png) left top no-repeat;
}

#header #imageheader a {	
display: block;
width: 320px;
height: 128px;
}

#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {
color: #CCCCCC;
font-size: 36px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 0px;
text-decoration: none;
text-shadow: #000000 0px -2px 2px;
}

#header h1 a:hover, #header h4 a:hover {
color: #CCCCCC;
text-decoration: none;
}

.headertext {
margin: 0px;
padding: 20px 0px 0px 0px;
}

.headerleft {
width: 700px;
float: left;
margin: 0px;
padding: 0px;
}

.headerleft p {
color: #FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-size: 14px;
font-style: italic;
margin: 0px;
padding: 0px 0px 5px 0px;
line-height: 20px;
text-shadow: #000000 0px -2px 2px;
}

.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.headerright {
	width: 450px;
	float: right;
	margin: 0px;
	padding: 10px 20px 0px 0px;
}

.headerright p {
	color:#555555;
	font-family:Baskerville,Georgia,Cambria,Times,"Times New Roman",serif;
	font-size:1.5em;
	font-style:italic;
	margin:0;
	padding:85px 0 5px;
	text-align:right;
	text-transform:lowercase;
}

.headerright p span#new-millenium {
	color:#8D0104;
}
	
	
/************************************************
*  Navbar      								    *
************************************************/
#navbarbg {
background: url(images/nav.png);
}

#navbar {
width: 960px;
margin: 0px auto 0px;
padding: 0px;
}

.navbarleft {
width: 960px;
float: left;
margin: 0px;
padding: 0px;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}

/*
.navbarright {
width: 170px;
float: right;
margin: 0px;
padding: 15px 0px 0px 0px;
text-align: right;
}

.navbarright a, .navbarright a:visited {
color: #FFFFFF;
font-size: 12px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
}

.navbarright a:hover {
color: #CCCCCC;
text-decoration: none;
}
*/

#nav {
margin: 0px;
padding: 0px;
}

#nav ul {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}

#nav li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
width:156px;
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}

#nav li a, #nav li a:link, #nav li a:visited {
color: #333333;
display: block;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: capitalize;
text-decoration: none;
text-align:center;
margin: 0px;
padding: 21px 0px 21px 0px;
}

#nav li a:hover, #nav li a:active {
color: #ffffff;
text-decoration: none;
background: url(images/navhov.png);
}

#nav li ul {
	border-top:2px solid #9a9a9a;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #b4b4b4;
width: 136px;
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-transform: none;
text-align:left;
float: none;
margin: 0px;
padding: 5px 10px 5px 10px;
border: none;
border-bottom: 2px solid #9a9a9a;
border-left: 0px solid #555555;
border-right: 0px solid #555555;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;

}

#nav li li a:hover, #nav li li a:active {
background: #888888;
color: #FFFFFF;
text-decoration: none;
}

#nav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 156px;
margin: 0px;
padding: 0px;
}

#nav li li {
	border:none;
}

#nav li ul a { 
width: 100px;
}

#nav li ul a:hover, #nav li ul a:active { 
}

#nav li ul ul {
margin: -25px 0 0 151px;
/*width:100px;*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

#nav li:hover, #nav li.sfhover { 
position: static;
}

.rsslink {
margin: 0px 0px 0px 10px;
padding: 3px 25px 3px 0px;
background: url(images/rss_navbar.png) no-repeat right center;
}
	
/************************************************
*  Homepage Main					     	    * 
************************************************/
#hpmainbg {
/*width: 960px;
height:324px;
position:relative;
margin:0px auto 0px;
padding: 0;
overflow:hidden;*/
display:block;
height:324px;
margin:0 auto;
padding:0;
width:960px;
}

.hpmain {
width: 960px;
height:324px;
margin: 0;
padding: 0;
/*line-height: 20px;*/
overflow:hidden;
}

/*
height:232px;
margin:0;
overflow:hidden;
padding:0;
width:232px;
*/

#hpmainbg h2, #hpmainbg h2 a, #hpmainbg h2 a:visited {
color: #333333;
font-size: 24px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
text-decoration: none;
text-transform: none;
margin: 0px;
padding: 0px;
}

#hpmainbg h2 a:hover {
color: #333333;
text-decoration: underline;
}

.hpmainleft {
width: 450px;
float: left;
margin: 0px;
padding: 30px 0px 15px 0px;
}

a.more-link:link, a.more-link:visited {
background: url(images/navhov.png);
float: right;
color: #FFFFFF;
font-family: Georgia, Times New Roman, Trebuchet MS;
text-decoration: none;
text-transform: uppercase;
font-style: italic;
margin: 0px;
padding: 5px 10px 5px 10px;
border: 1px solid #555555;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

a.more-link:hover {
background: url(images/nav.png);
border: 1px solid #555555;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

.hpmainright {
width: 437px;
float: right;
margin: 0px;
padding: 22px 0px 15px 0px;
}

.hpmainright embed, .hpmainright object {
width: 400px; 
height: 270px;
margin: 0px; 
padding: 0px;
}

/************************************************
*  Homepage Bottom 					     	    * 
************************************************/
#hpbottombg {
background: #e1e1e1 url(images/!hpbottom.png) repeat-x;
overflow:hidden;
}

#hpthirdrowbg {
background: #bababa url(images/!hpbottom.png) repeat-x;
overflow:hidden;
}

#hpbottom, #hpthirdrow {
width: 960px;
margin: 0px auto 0px;
padding: 0px;
}
	
#hpbottom a, #hpbottom a:visited, #hpthirdrow a, #hpthirdrow a:visited {
color: #8D0104;
font-family: Georgia, Times New Roman, Trebuchet MS;
text-decoration: none;
text-transform: normal;
font-style: normal;
}

#hpthirdrow a.read-more-home-category, #hpthirdrow a.read-more-home-category:visited {
	color:#787878;
	margin:0px 0px 0px 23px;
}

#hpbottom a:hover, #hpthirdrow a:hover {
color: #8D0104;
text-decoration: underline;
}

#hpthirdrow a.read-more-home-category:hover {
color: #787878;
margin:0px 0px 0px 23px;
}

#hpbottom h2, #hpbottom h2 a, #hpbottom h2 a:visited, #hpthirdrow h2, #hpthirdrow h2 a, #hpthirdrow h2 a:visited {
color: #FFFFFF;
font-size: 16px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

#hpbottom h2 a:hover, #hpthirdrow h2 a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#hpbottom h4, #hpthirdrow h4 {
color: #FFFFFF;
font-size: 20px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 15px 0px 5px 0px;
}

#hpbottom p, #hpthirdrow p {
color: #FFFFFF;
/*margin: 0px;*/
padding: 0px;
}

#hpbottom embed, #hpbottom object, #hpthirdrow embed, #hpthirdrow object {
width: 200px; 
height: 140px;
margin: 0px; 
padding: 0px;
}

.video {
border: 5px solid #FFFFFF;
margin: 0px 0px 10px 0px;
padding: 0px;
}

.excerpt {
margin: 0px;
padding: 0px 0px 10px 0px;
}

.hpbottom1 {
width: 285px;
float: left;
margin: 10px 0px 20px 0px;
padding: 0px 19px 0px 0px;
/*border-right: 1px solid #FFFFFF;*/
}

.hpbottom2 {
width: 285px;
float: left;
margin: 10px 0px 20px 0px;
padding: 0px 19px 0px 20px;
border-right: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
}

.hpbottom3 {
width: 285px;
float: left;
margin: 10px 0px 20px 0px;
padding: 0px 19px 0px 20px;
/*border-right: 1px solid #FFFFFF;*/
}

.hpbottom4 {
width: 210px;
float: right;
margin: 10px 0px 20px 0px;
padding: 0px 0px 0px 0px;
display:none;
}

.thumb-hpbottom {
background: #FFFFFF;
float: left;
margin: 0px 0px 10px 0px !important;
border: 5px solid #FFFFFF !important;
}

/************************************************
*  Content 					     		        * 
************************************************/
#content {
width: 960px;
margin: 0px auto 0px;
padding: 10px 0px 0px 0px;
line-height: 18px;
}

#contentleft {
float: left;
width: 660px;
margin: 0px;
padding: 0px 0px 5px 10px;
}

#contentright {
float: right;
width: 660px;
margin: 0px;
padding: 0px 10px 0px 0px;
}

#contentsplit {
float: left;
width: 500px;
margin: 0px;
padding: 0px 0px 5px 20px;
}

#contentfull {
float: left;
width: 960px;
margin: 0px;
padding: 10px 0px 0px 0px;
}

#content a img {
border: none;
}

#content blockquote {
background: #F4F4F4;
margin: 0px 25px 15px 25px;
padding: 10px 20px 0px 15px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

#content blockquote p {
margin: 0px;
padding: 0px 0px 15px 0px;
}

#content img.wp-smiley {
float: none;
border: none;
margin: 0px;
padding: 0px;
}

#content img.wp-wink {
float: none;
border: none;
margin: 0px;
padding: 0px;
}

.breadcrumb {
background: #8d0104 url(images/content-bg.gif) center top repeat-x;
color:#ffffff;
font-size: 11px;
margin: 0px 0px 20px 0px;
padding: 5px 10px 5px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

.breadcrumb a, .breadcrumb a:visited {
color: #ffffff;
text-decoration: underline;
}

.breadcrumb a:hover {
color: #ffffff;
text-decoration: none;
}

.post {
margin: 0px 0px 40px 0px;
padding: 0px;
}

.post a, .post a:visited, .comments a, .comments a:visited, .navlink a, .navlink a:visited {
color: #8D0104;
text-decoration: none;
}

.post a:hover, .comments a:hover, .navlink a:hover {
color: #8D0104;
text-decoration: underline;
}

.post p {
margin: 0px;
padding: 0px 0px 15px 0px;
}

.post ul {
list-style-type: square;
margin: 0px;
padding: 0px 0px 15px 0px;
}

.post ul li {
list-style-type: square;
margin: 0px 0px 0px 20px;
padding: 0px;
}

.post ul ul {
list-style-type: square;
margin: 0px;
padding: 0px 0px 0px 0px;
}

.post ol {
margin: 0px;
padding: 0px 0px 15px 0px;
}

.post ol li {
margin: 0px 0px 0px 20px;
padding: 0px;
}

.date {
font-size: 11px;
font-weight: bold;
}

.authorbox {
background: #F4F4F4;
margin: 0px 0px 40px 0px;
padding: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

.postmeta {
font-size: 11px;
font-weight: bold;
margin: 0px;
padding: 5px 0px 0px 0px;
border-top: 1px dotted #CCCCCC;
}

.postmeta p {
margin: 0px;
padding: 0px;
}

.authorbox p {
margin: 0px;
padding: 0px;
}

.authorbox img {
background: #FFFFFF;
float: left;
margin: 0px 10px 0px 0px;
padding: 3px;
border: 1px solid #CCCCCC;
}

.comments {
margin: 0px 0px 15px 0px;
padding: 0px;
}

.clear {
clear: both;
}

.archive {
float: left;
width: 225px;
margin: 0px;
padding: 0px 20px 0px 0px;
}

/************************************************
*  Headline Classes 					        * 
************************************************/
#contentleft h1, #contentright h1, #contentfull h1, #contentsplit h1 {
color: #333333;
font-size: 20px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
text-decoration: none;
margin: 0px 0px 10px 0px;
padding: 0px 0px 5px 0px;
border-bottom: 1px dotted #CCCCCC;
}

#contentleft h1 a, #contentleft h1 a:visited, #contentright h1 a, #contentright h1 a:visited, #contentsplit h1 a, #contentsplit h1 a:visited {
color: #333333;
font-size: 20px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
text-decoration: none;
margin: 0px;
padding: 0px;
}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover {
color: #8D0104;
text-decoration: none;
}

#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
color: #333333;
font-size: 18px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
color: #333333;
font-size: 16px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0px 0px 5px 0px;
border-bottom: 1px dotted #CCCCCC;
}

#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
color: #333333;
font-size: 14px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
color: #333333;
font-size: 12px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

#contentleft h6, #contentright h6, #contentsplit h6, #contentfull h6 {
color: #333333;
font-size: 10px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

/************************************************
*  Images  					     		        * 
************************************************/
img.centered  {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 0px;
}

img.alignnone {
padding: 0px;
margin: 0px 0px 10px 0px;
display: inline;
}

img.alignright {
padding: 0px;
margin: 0px 0px 10px 10px;
display: inline;
}

img.alignleft {
padding: 0px;
margin: 0px 10px 10px 0px;
display: inline;
}

div.post img.centered, div.post img.alignleft, div.post img.alignright, #content div.post a img {
border:4px solid #CCCCCC;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

.alignright {
float: right;
margin: 0px 0px 10px 10px;
}

.alignleft {
float: left;
margin: 0px 10px 10px 0px;
}

.wp-caption {
background: #FFF;
text-align: center;
padding: 7px 2px 7px 2px;
border:4px solid #CCCCCC;
/*-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;*/
}

.wp-caption img {
margin: 0px 0px 0px 0px;
padding: 0px;
border: 0px;
}

.wp-caption p.wp-caption-text {
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 11px;
font-weight: normal;
line-height: 12px;
}

/************************************************
*  Sidebar(s)                                	* 
************************************************/
#sidebar_main_left {
width: 270px;
float: left;
margin: 0px;
padding: 0px 0px 20px 0px;
display: inline;
}

#sidebar_main_right {
width: 270px;
float: right;
margin: 0px;
padding: 0px 0px 20px 0px;
display: inline;
}

#sidebar_split {
width: 150px;
float: left;
margin: 0px;
padding: 0px 0px 20px 0px;
display: inline;
}

#sidebar_main_left .widget, #sidebar_main_right .widget, #sidebar_split .widget {
margin: 0px 0px 30px 0px;
padding: 0px 10px 0px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px; 
}

#sidebar_main_left h4, #sidebar_main_right h4, #sidebar_split h4 {
color: #333333;
display: block;
font-size: 16px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px 0px 3px 0px;
padding: 0px 0px 5px 0px;
border-bottom: 1px dotted #CCCCCC;
}

#sidebar_main_left a, #sidebar_main_left a:visited, #sidebar_main_right a, #sidebar_main_right a:visited, #sidebar_split a, #sidebar_split a:visited {
color: #333333;
text-decoration: none;
}

#sidebar_main_left a:hover, #sidebar_main_right a:hover, #sidebar_split a:hover {
color: #8D0104;
text-decoration: underline;
}

#sidebar_main_left p, #sidebar_main_right p, #sidebar_split p {
margin: 0px;
padding: 0px;
}

#sidebar_main_left a img, #sidebar_main_right a img, #sidebar_split a img {
border: none;
margin: 0px;
padding: 0px;
}

#sidebar_main_left ul, #sidebar_main_right ul, #sidebar_split ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#sidebar_main_left ul li, #sidebar_main_right ul li, #sidebar_split ul li {
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 0px;
}

#sidebar_main_left ul ul, #sidebar_main_right ul ul, #sidebar_split ul ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

#sidebar_main_left ul li li, #sidebar_main_right ul li li, #sidebar_split ul li li, #news-and-information ul li, #case-studies ul li, #staff-profiles ul li, #service-highlights ul li {
background: url(images/arrow.png) no-repeat top left;
padding: 0px 0px 3px 12px;
margin: 0px;
border-bottom: 1px dotted #CCCCCC;
}

#sidebar_main_left ul li ul li, #sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
background: url(images/arrow.png) no-repeat top left;
padding: 0px 0px 4px 12px;
margin: 0px 0px 3px 0px;
}

#news-and-information ul li {
background: url(images/arrow-red.png) no-repeat top left;
}

#case-studies ul li, #staff-profiles ul li, #service-highlights ul li { 
background: url(images/arrow-third-row.png) no-repeat top left;
}


#cat {
background: #FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
width: 250px;
color: #666666;
margin: 0px;
padding: 1px;
display: inline;
border: 1px solid #DDDDDD;
}

.enews {
background: url(images/enews.png) top right no-repeat;
margin: 0px;
padding: 0px;
}

.twitter {
background: url(images/twitter.png) top right no-repeat;
margin: 0px;
padding: 0px;
}

span#why-choose-us {
background-color:#EFEFEF;
border-bottom:1px dotted #CCCCCC;
border-left:1px dotted #CCCCCC;
border-right:1px dotted #CCCCCC;
display:block;
margin:-3px 0 0;
padding:5px 10px 0;
}

/************************************************
*  Search Form									*
************************************************/
#searchform-header {
margin: 0px;
padding: 47px 0px 0px 40px;
}

#s-header {
background: none;
width: 175px;
color: #666666;
font-size: 12px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
font-style: italic;
text-transform: uppercase;
padding: 3px 0px 3px 0px;
margin: 0px;
border: none;
}

#searchform {
color: #333333;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-size: 16px;
font-weight: normal;
margin: 0px;
padding: 0px;
display: inline;
}

#s {
background: #FFFFFF;
width: 175px;
color: #666666;
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
padding: 3px 0px 3px 3px;
margin: 5px 1px 0px 0px;
border: 1px dotted #DDDDDD;
}

#searchsubmit {
background: #8D0104 url(images/!content-bg.gif) repeat-x scroll center top;
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
margin: 0px;
padding: 1px 5px 2px 5px;
border: 1px solid #555555;
}

/************************************************
*  eNews Subscribe								*
************************************************/
#subscribe {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}

#hpbottom .home-widget #newsletter-signup p {
	color:#FFFFFF;
	font-family:Arial,Tahoma,Verdana;
	font-size:10px;
	margin:0px;
}

#subbox {
	background: #F4F4F4 !important;
	width: 195px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 7px 0px 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#subbutton {
	background-color: #8D0104;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #D5585A;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#hpbottom #newsletter-signup {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #C00105 url(images/feedburner-icon.png) top right no-repeat;
	margin-left:10px;
	width:260px;
	/*height:97px;*/
	overflow:hidden;
}

#hpbottom #newsletter-signup h3 {
	font-size:2.25em;
	font-weight:normal;
	margin:15px 0 0;
	padding-top:10px;
	text-transform:lowercase;
	color:#ffffff;
}

/************************************************
*  Footer  							            *
************************************************/
#footerbg {
	background-color:#ffffff;
	height: 80px;
	border-top: #bababa solid 4px;
}

#footer {
	width: 960px;
	margin: 0px auto 0px;
	padding: 15px 0px 15px 0px;
	line-height: 20px;
}

#footer p {
color: #555555;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
margin: 0px;
padding: 0px;
}

#footer a, #footer a:visited {
color: #555555;
text-decoration: none;
}

#footer a:hover {
color: #555555;
text-decoration: underline;
}

.footer-arrow {
margin: 0px 0px 0px 5px;
padding: 2px 0px 2px 18px;
background: url(images/arrow_footer.png) no-repeat left center;
}

.footer-rss-posts {
margin: 0px 5px 0px 0px;
padding: 2px 0px 2px 15px;
background: url(images/rss_footer.png) no-repeat left center;
}
	
.footer-rss-comments {
margin: 0px;
padding: 2px 0px 2px 15px;
background: url(images/rss_footer.png) no-repeat left center;
}

.footerleft {
width: 770px;
float: left;
margin: 0px;
padding: 0px;
}

.footerright {
width: 180px;
float: right;
margin: 0px;
padding: 0px;
text-align: right;
}

/************************************************
*  Comments									    *
************************************************/
#author, #email, #url {
background: #FFFFFF !important;
width: 250px;
color: #333333;
font-size: 12px;
font-weight: normal;
margin: 5px 0px 0px 0px;
padding: 3px 0px 3px 5px;
border: 1px solid #DDDDDD;
display: inline;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;	
}

#comment {
background: #FFFFFF;
width: 95%;
color: #333333;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
margin: 5px 0px 1px 0px;
padding: 5px 5px 5px 5px;
border: 1px solid #DDDDDD;
display: inline;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

#submit {
background:#8D0104 url(images/content-bg.gif) repeat-x scroll center top;
color: #FFFFFF;
display: block;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
padding: 2px 0px 2px 8px;
border: 1px solid #555555;
}

.commentlist li ul li {
font-size: 12px;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
background: #FFFFFF;
float: right;
border: 1px solid #DDDDDD;
margin: 0px 5px 0px 10px;
padding: 3px;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 12px;
}

.commentlist p {
font-weight: normal;
text-transform: none;
}

.commentmetadata {
font-weight: normal;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0px;
}

#respond:after {
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

#commentform p {
margin: 5px 0px 5px 0px;
}

#commentform #submit {
margin: 0px;
float: left;
}

.alt {
margin: 0px;
padding: 10px;
}

.commentlist {
margin: 0px;
padding: 0px;
}

.commentlist ol {
margin: 0px;
padding: 10px;
}

.commentlist li {
margin: 15px 0px 5px 0px;
padding: 10px 5px 10px 10px;
list-style: none;
}

.commentlist li ul li { 
margin-right: -6px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0px;
padding: 0px;
}

.children { 
margin: 0px;
padding: 0px;
}

.nocomments {
text-align: center;
margin: 0px;
padding: 0px;
}

.reply a, .reply a:visited {
background: url(images/nav.png);
color: #FFFFFF;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
padding: 3px 8px 3px 8px;
border: 1px solid #555555;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

.reply a:hover {
background: url(images/navhov.png);
color: #FFFFFF;
border: 1px solid #555555;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}

.commentmetadata {
font-size: 10px;
margin: 0px;
display: block;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 40px;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

.thread-alt {
background: #FFFFFF;
margin: 0px;
padding: 0px;
}

.thread-even {
background: #F4F4F4;
margin: 0px;
padding: 0px;
}

.depth-1 {
border: 1px dotted #CCCCCC;
margin: 0px;
padding: 0px;
}

.even, .alt {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}

/* Home Page Widgets */

h3.section-title {
	font-size:2.25em;
	margin:15px 0 0 0;
	padding-top:10px;
	text-transform:lowercase;
	font-weight:normal;
}

#hpbottom .home-widget h1, #hpbottom .home-widget h2, #hpbottom .home-widget h3, #hpbottom .home-widget h4, #hpbottom .home-widget h6, #hpbottom .home-widget p, 
#hpthirdrowbg .home-widget h1, #hpthirdrowbg .home-widget h2, #hpthirdrowbg .home-widget h3, #hpthirdrowbg .home-widget h4, #hpthirdrowbg .home-widget h6, #hpthirdrowbg .home-widget p 
{
	font-family:Baskerville,Georgia,Cambria,Times,Times New Roman,serif;
	color:#555555;
	padding:0 15px 0 10px;
}

#hpbottom .home-widget p.section-title-subhead, #hpthirdrow .home-widget p.section-title-subhead {
	color:#787878;
	font-size:1em;
	text-transform:lowercase;
	margin: 4px 0 15px 0;
}

#hpbottom .home-widget p.open-quote, #hpthirdrow .home-widget p.open-quote {
	color:#BCBCBC;
	float:left;
	font-family:helvetica,sans;
	font-size:9em;
	font-weight:normal;
	line-height:0;
	margin:0 0 0 -0.35em;
	position:relative;
	top:0.4em;
}

#hpbottom img.testimonial-portrait {
	border:2px solid #CCCCCC;
	float:left;
	margin:0 1.5em 0 10px;
	padding:0;
}

#hpbottom #client-bio p {
	margin:0;
	padding:0;
	line-height:1.5em;
}

/*#hpbottom li {
	margin: 0 0 5px 0;
}*/

#news-and-information ul, #case-studies ul, #staff-profiles ul, #service-highlights ul  {
	padding:10px;
	list-style-type:none;
}

p.sidebar-read-more {
	display:none;
}

/*********************** Testimonial Template *****************************/

#testimonial-contact-info {
padding:10px;
background-color:#EEE;
border:1px solid #BABABA;
margin:0 0 10px 0;
}

.post #testimonial-contact-info p {
	margin:0;
	padding:0;
}

/**************************************************************************/

#sidebar_main_right a.rsswidget img {
	float:left;
	margin:2px 5px 3px 0;
}