/* *************************** 
  Site - Devon Group
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* 
{
    font-family:Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
	color: #474747;
}
a {
	color:#555555;
	text-decoration:none;
}
a:hover {
	color:#555555;
	text-decoration:underline;
}
a:hover p{
    text-decoration: none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	background:#c6ddeb url(/images/bg_body.jpg) repeat-x;
}
#container {
	margin:25px auto 0 auto;
	width:921px;
	text-align:left;
	position:relative;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header{
	height:72px;
	position:relative;
}
#header h1 a {
	width:219px;
	height:40px;
	position:absolute;
	top:0;
	left:17px;
	display:block;
	background:url(/images/logo.jpg) no-repeat;
	text-indent:-9999px;
	outline-style:none;
}
#navbar{
	width:650px;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	position:absolute;
	top:18px;
	right:0;
	z-index:100;
}
#navbar a:hover {
	text-decoration:none;
}
#home_banner {
	width:921px;
	height:296px;
	background:url(/images/banner_home.png) no-repeat;
	margin-bottom:-20px;
	position:relative;
}
#home_banner h2{
	position:absolute;
	top:102px;
	left:370px;
	font-weight:normal;
	color:#FFFFFF;
	font-size:22px;
}
#home_banner h2 span {
	color:#b1d918;
}
#sub_banner {
	width:921px;
	height:186px;
	background:url(/images/banner_sub.png) no-repeat;
	margin-bottom:-20px;
	position:relative;
}
#sub_banner h2{
	position:absolute;
	top:73px;
	left:350px;
	font-weight:normal;
	color:#FFFFFF;
	font-size:22px;
}
#sub_banner h2 span {
	color:#b1d918;
}
.green_bar{
	height:84px;
	padding-top:26px;
	color:#FFFFFF;
	background:url(/images/bg_green_bar1.jpg) repeat-x;
}
.green_bar:hover{
	background:url(/images/bg_green_bar2.jpg) repeat-x;
}

.green_bar .featured_box{
	float:left;
	height:80px;
	width:179px;
	padding:4px 26px 0px 25px;
	background:url(/images/bg_green_bar_div.jpg) right bottom no-repeat;
}
.green_bar .receive_our_newsletter{
	float:left;
	height:80px;
	width:179px;
	padding:4px 26px 0px 25px;
	background:url(/images/bg_green_bar_div.jpg) right bottom no-repeat;
}
.green_bar h3{
	font-size:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	font-weight:normal;
}
.green_bar div a{color:#FFFFFF;}
.green_bar div a:hover{color:#FFFFFF; }
.green_bar .receive_our_newsletter .input_box{
	width:145px;
	height:20px;
	float:left;
	margin-right:3px;
	margin-top:1px;
	border:none;
	padding:1px 0px 0px 3px;
	background:url(/images/green_bar_box.jpg) no-repeat;
}
.green_bar .receive_our_newsletter .sub_button{
	width:25px;
	height:23px;
	float:left;
	border:none;
	cursor:pointer;
	background:url(/images/green_bar_button.jpg) no-repeat;
}
.green_bar p 
{
    color:#FFFFFF;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:921px;
	overflow:hidden;
	padding-bottom:7px;
	background:#c6ddeb url(/images/bg_bb.gif) bottom no-repeat;
}
.content_bm{
	background:#ffffff;
	width:921px;
	padding-bottom:20px;
	overflow:hidden;
}
.content_left{
	float:left;
	width:389px;
	padding:0px 35px;
}

.content_left h3, .content_right h3{
	font-size:16px;
	color:#005ea7;
	line-height:21px;
	padding-top:22px;
	font-weight:normal;
}
.content_left p{
	line-height:15px;
	padding-top:15px;
	color:#474747;
}
.content_left .left_sub_button{ padding-top:30px;}
.content_right{
	float:left;
	padding-left:32px;
	width:430px;
	overflow:hidden;
	padding-top:15px;
	background:url(/images/content_right_bg.jpg) left top no-repeat;
}
.case_study{
	padding-top:5px;
	overflow:hidden;
	width:400px;
}

.case_study img{
	float:left;
	margin-top:3px;
}
.case_study .case_content{
	float:left;
	margin-left:0px;
	margin-top:15px;
	width:400px;
}
.case_study .case_content h1{
	font-size:16px;
	font-weight:normal;
	color:#8cac13;
	line-height: 110%;
}
.case_study .case_content p{
	line-height:15px;
	padding:1px 0px;
	color:#474747;
	font-size: 12px;
	line-height: 125%;
}
.case_study .case_content p a{ color:#005ea7; text-decoration:underline;}
#maincontent{
	float:left;
	padding-left:34px;
	width:478px;
	overflow:hidden;
	padding-right:180px;
	background:url(/images/content_right_bg.jpg) left top no-repeat;
	line-height: 125%;
	font-size: 14px;
}
#maincontent h1{
	font-size:20px;
	font-weight:normal;
	color:#005ea7;
	padding-top:10px;
	line-height: 110%;
}
#maincontent p{
	font-size:14px;
	padding-top:15px;
	color:#474747;
}
#maincontent div{
	padding-top: 7px;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar{
	float:left;
	width:194px;
	padding-left:35px;
}
#sidebar h1{
	font-size:12px;
	color:#005ea7;
	font-family:Tahoma, Verdana, Arial;
	padding-top:20px;
	font-weight:bold;
}
#sidebar div{
	padding-top: 7px;
}
#subnav li{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	padding-top:11px;
	font-family:Tahoma, Verdana, Arial;
	color:#474747;
    width:150px;
}
#subnav li a{
	display:block;
	width:100%;
	padding-left:29px;
	line-height:21px;
	height:21px;
	color:#575757;
}
#subnav li a:hover,
#subnav li.selected a{
	color:#ffffff; 
	text-decoration:none;
	background:url(/images/bg_subnav1.jpg) no-repeat;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	padding-bottom:7px;
	margin:0px auto;
	overflow:hidden;
	color:#474747;
	margin-bottom:18px;
	font-size:12px;
	margin-top:6px;
	background:url(/images/bg_bb.gif) left bottom no-repeat;
}

#footer .bt{
	height:7px;
	overflow:hidden;
	background:url(/images/bg_bt.gif) no-repeat;
}
#footer .bm{
	background:#FFFFFF;
	overflow:hidden;
	width:921px;
	padding-bottom:10px;
}

#footer .bm h3{
	font-size:14px;
	color:#005ea6;
	padding-top:8px;
	font-weight:normal;
}
#footer .bm p{line-height:15px;}
.footer_contact div,.footer_news div{padding:10px 0px;}
.specialize a{color:#8cac13; text-decoration:underline;}
.specialize a:hover{color:#8cac13; text-decoration:underline;}
.footer_contact a{color:#8cac13; text-decoration:underline;}
.footer_contact a:hover{color:#8cac13; text-decoration:underline;}
.footer_contact{
	width:201px;
	background:url(/images/foot_bg.jpg) right top no-repeat;
	height:120px;
	float:left;
	padding-left:30px;
}
/*NO LONGER USED
.footer_news{
	width:172px;
	background:url(/images/foot_bg.jpg) right top no-repeat;
	height:120px;
	float:left;
	padding:0px 30px;
}
*/
.specialize{
	width:350px;
	height:120px;
	float:left;
	padding-left:30px;
	padding-right:20px;
}
.specialize h3{
	padding-bottom:8px;
}
.twitterBox{
	width:201px;
	height:130px;
	float:left;
	padding-left:30px;
	padding-right:20px;
	background: url('/images/twitter.jpg') right no-repeat;
}
.twitterBox #twitterComments{
	width: 198px;
	height: 75px;
    margin: 8px 0px 0px 13px;
    color: Black;
}
.twitterBox a{color:#8cac13; text-decoration:underline;}
.twitterBox a:hover{color:#8cac13; text-decoration:underline;}
.twitterBox #twitterStaticLink
{
    position:absolute;
    bottom: 27px;
    right: 75px;
}
#footer ul{
	color:#a03303;
}
#footer ul li{
	color:#a03303;
	background:url(/images/foot_ul_bg.jpg) left 9px no-repeat;
	line-height:26px;
	padding-left:13px;
}
#footer ul li a{color:#474747;}
#footer ul li a:hover{color:#474747;}
.specialize img{
	float:right;
	padding-left:5px;
	margin-top:3px;
}
h2 
{
    font-size: 18px;
    color: #555555;
}

.testimonialRotator
{
    margin: 20px 20px 20px 0px;
}

.startQuote
{    
    float: left;
    width: 12px;
    background: url('/images/startQuote.gif') top left no-repeat;
}

.endQuote
{
    float: right;
    width: 160px;
    background: url('/images/endQuote.gif') top right no-repeat;
}

#copyFooter
{
    margin: 0px 0px 15px 30px;
    color: #555555;
    width: 350px;
    float: left;
}

.black
{
    color: Black;
}

#copyFacebook
{
    float: right;
    width: 80px;
    height: 44px;
}

.panAm
{
    background: url('/images/background2.jpg') no-repeat; 
    height: 340px; 
    margin-top:10px;
}

.panAm .innerBox
{
    float: left; 
    width: 225px; 
    padding: 11px 0px 0px 175px; 
}

.panAm .innerBox a
{
    font-size:14px;
    color:#005ea7;
    font-weight: bold;
}
