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

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
img{border:none;}
#servicespage #container #sidebar1 .sidebar_services{
display:block !important;
}
.twoColFixLt #container { 
	width: 818px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(/images/top_nav_shadow.gif) repeat-y;
}
.twoColFixLt #header {background:url(/images/top_nav_shadow.gif) repeat-y;
	width: 818px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixLt #sidebar1 {
display:inline;
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	overflow:hidden;
margin:0 0 0 9px;
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0 !important;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
width:655px;
} 
.twoColFixLt #mainContent p{padding:10px; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#foot{
clear:both;
background:url(/images/bottom_nav_shadow.gif) no-repeat bottom left;
margin:0 0 0 0;
width: 818px;
list-style:none;
list-style-position:inherit;
padding:0 0 10px 0;
overflow:hidden;
}

ul#nav{
list-style:none;
list-style-position:inherit;
margin:0;
padding:0;}

ul#foot1{
list-style:none;
list-style-position:inherit;
margin:0 !important;
padding:0;
text-align:center;
}


ul#foot1 li{
display:inline;
}

p#copy{
background:#008826;
margin:0 0 0 9px;
padding:2px 8px;
height:20px;
line-height:18px;
overflow:hidden;
text-align:right;
font-size:9px;
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
clear:both;
width:785px;
}

#mainContent h1{
font-size:16px;
color:#ff6400;
margin:0;
padding:10px 55px 10px 24px;
}

#mainContent h2{
font-size:13px;
margin:0;
padding:10px 55px 10px 24px;
}

#mainContent h3{
font-size:12px;
margin:0;
padding:10px 55px 10px 24px;
font:Arial, Helvetica, sans-serif;
}

#mainContent h4{
text-decoration: underline;
padding:10px 55px 10px 24px;

}
#mainContent h5{
font-size:12px;
margin:10px 55px 10px 24px;
padding:10px 10px 20px 10px;
font:Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#007c7d;
}

#mainContent ul{
font-size:12px;
margin:0;
padding:10px 55px 10px 54px;
font:Arial, Helvetica, sans-serif;
}

#homepage #mainContent p{margin:0;
padding:10px 55px 10px 34px !important;
font-size:12px;
color:#000000;
}

#mainContent p{margin:0;
padding:10px 55px 10px 24px !important;
font-size:12px;
color:#000000;
}

#mainContent p.orange{
font-size:14px;
color:#FF6D07;
font:Arial, Helvetica, sans-serif;
}

#copy2{
font-size:12px;
color:#FFFFFF;
padding:10px;
text-align:left;
font:Arial, Helvetica, sans-serif;
}
#copy3{
font-size:10px;
color:#FFFFFF;
padding:10px;
text-align:left;
font:Arial, Helvetica, sans-serif;
}

#mainCopy p{
padding:0px 55px 0px 34px;

}
#main_image{
display:block;
margin:0 0 26px 0;

}
#main_bottom{
display:block;
margin:28px 0 0 0;

}

ul#nav img{display:block;}


#aboutcopy p{
font-size:9px;
color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
clear:both;

}
#rebecca p{
color:#FF6400;
font-size:16px;
font:Arial, Helvetica, sans-serif;
}

/* clients */

ul#colum1{
list-style:none;
list-style-position:inherit;
margin:0 0 10px 24px;
padding:0;
float:left;
width:315px;
border-right:1px solid red !important;
border:#CC6600;


}
ul#colum2{
list-style:none;
list-style-position:inherit;
margin:0 0 10px 24px;
padding:0;
float:left;
width:260px;
}
ul#colum1 li{
padding:8px 10px 2px 0px;

}
ul#colum2 li{
padding:8px 10px 2px 0px;

}

#main_clients{
display:block;
margin:0 0 40px 0;
}

/* portfolio */
#portfolio a{
color:#3a518d;
font-size:14px;
text-decoration:none;
}


#portfolio li{

list-style:none;
list-style-position:inherit;
margin:0;
padding:0;

}

.download_link{background:url(/images/about_arrow.gif) no-repeat center left;
display:block;
margin:12px 12px 0 0;
padding:0 0 0 30px;
float:right;
}
.dowload_link{
text-decoration:none;
color:#3a518d;
}


#contact_image{
padding:0 0 20px 0;
clear:both;
}

#quick_btn{
display:block;
background: url(/images/quicklinks.gif) no-repeat top left;
width:200px;
height:19px;
overflow:hidden;
text-indent:-9000px;
}

#subnav ul.quicklinks li {
margin:0;
padding:0;
border:1px solid white;
}

#subnav ul.quicklinks li ul{
list-style:none;
margin:0;
padding:0;
display:none;
position:absolute;
background:#c9d4ef url(/images/quicklink_top.gif) no-repeat top left;
width:200px;
}

#subnav ul.quicklinks li ul li.last{background:#c9d4ef url(/images/quicklink_bottom.gif) no-repeat bottom left;}

#subnav ul.quicklinks{
list-style:none;
margin:0 0 0 20px;
padding:0;
width:200px;
}
#subnav ul.quicklinks li ul {margin:0;padding:0;}

#subnav ul.quicklinks li ul li{border:none;padding:3px 4px 3px 10px;margin:0;line-height:16px;}

#subnav ul.quicklinks li ul li a{
color:#3a518d;
margin:0;
font-size:11px;
text-decoration:none;}

.index_text{
color:#000000;
text-decoration:underline;
}
.email_link{
color:#000000;
text-decoration:underline;
}

#portproj{width:589px;height:350px;border:0px solid #cccccc;margin:0 auto;}
.marketingplans{background:url(/images/portfolio_marke_p1.gif) no-repeat top right;height:350px;}
.branding{background:url(/images/portfolio_marke_p2.gif) no-repeat top right;height:350px;}
.writing{background:url(/images/portfolio_writ_p1.gif) no-repeat top right;height:350px;}
.writing2{background:url(/images/portfolio_writ_p2.gif) no-repeat top right;height:350px;}
.nonprofit{background:url(/images/portfolio_nonp_p1.gif) no-repeat top right;height:350px;}
.nonprofit2{background:url(/images/portfolio_nonp_p2.gif) no-repeat top right;height:350px;}
.publicity{background:url(/images/portfolio_pub_p1.gif) no-repeat top right;height:350px;}
.publicity2{background:url(/images/portfolio_pub_p2.gif) no-repeat top right;height:350px;}
#portproj h1{color:#545454;width:148px;padding:20px 0 20px 15px !important;}
#portproj p{font-size:11px;color:#545454;width:148px;padding:0 0 0 15px !important;}

#portpages{padding:4px 0;
width:589px;
border:0px solid #cccccc;
border-top:none;
margin:0 auto 30px;
}
#portpages a{
text-decoration:none;
color:#545454;
padding:0 15px 0 10px;
}

#portfolio{margin:0 0 0 0;padding:20px 0 10px 35px !important;}
#portfolio li a{display:block;padding:0 0 5px 15px;}
#portfolio li a:hover{background:url(/images/li_arrow2.gif) no-repeat center left}

#portfolio li a.active{background:url(/images/li_arrow2.gif) no-repeat center left}




/* Nav */ 


a#nav_portfolio{display:block;background:url(/images/Nav_Portfolio.gif) top left;height:38px;width:145px;overflow:hidden;text-indent:-9000px;}
a#nav_about{display:block;background:url(/images/Nav_About.gif) top left;height:38px;width:145px;overflow:hidden;text-indent:-9000px;}
a#nav_home{display:block;background:url(/images/Nav_Home.gif) top left;height:47px;width:145px;overflow:hidden;text-indent:-9000px;}
a#nav_contact{display:block;background:url(/images/Nav_Contact.gif) top left;height:38px;width:145px;overflow:hidden;text-indent:-9000px;}
a#nav_clients{display:block;background:url(/images/Nav_Clients.gif) top left;height:38px;width:145px;overflow:hidden;text-indent:-9000px;}
a#nav_service{display:block;background:url(/images/Nav_Service.gif) top left;height:38px;width:145px;overflow:hidden;text-indent:-9000px;}



a#nav_portfolio:hover{background-position:top right;}
a#nav_about:hover{background-position:top right;}
a#nav_home:hover{background-position:top right;}
a#nav_contact:hover{background-position:top right;}
a#nav_clients:hover{background-position:top right;}
a#nav_service:hover{background-position:top right;}