* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#2B4312;
	margin:0 0;
	padding:0px 0;
	background-color:#000;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.5em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:normal;
	color:#8E009B;
	margin-top:0em;
	margin-bottom:0.2em;
}

h1.agency {
	color:#5A97CF;
	font-size:30px;
}

h1.contact {
	color:#709A31;
	font-size:30px;
}

h1.work {
	color:#8E009B;
	font-size:30px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#EB6700;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

h2 .agency {
	color:#ff6600;
	font-size:15px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#EB6700;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color:#0547A0;
}

a:hover {
	text-decoration:none;
	color:#275A98;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:754px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
	margin-top:25px;
	margin-bottom:35px;
}

#header {
	height:200px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#000;
	position:relative;
	
}

#body {
	margin:0 14px;
	padding-top:39px;
}

#content {
	width:499px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0px 25px 10px 30px;
	margin-top:50px;
	margin-bottom:20px;
	float:right;
	background-image:url(../images/content-bg.png);
	background-position:left;
	background-repeat:repeat-y;
}

#content-contact {
	width:499px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0px 25px 10px 30px;
	margin-top:50px;
	margin-bottom:20px;
	float:right;
	background-image:url(../images/content-bg.png);
	background-position:left;
	background-repeat:repeat-y;
}

#content-contact a {
	color:#666;
}


#sidebar {
	width:125px;
	padding:50px 25px 10px 15px;
	float:left;
}

#footer {
	padding:0 8px;
	height:10px;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}

/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:72px;
	top:27px;
}

#logo a {
	width:222px;
	display:block;
	padding-top:135px;
	height:0px !important; /* for most browsers */
	height /**/:135px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}

#header-img {
	position:absolute;
	left:17px;
	bottom:0px;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	text-align:right;
	font-size:95%;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#679A01;
	font-size:110%;
	padding-bottom:0px;
	padding-top:8px;
	margin:10px 0px 5px 0px;
}
#sidebar ul  {
	line-height: 12px;
}

#sidebar li {
margin-left: -15px;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:16px;
	margin-bottom:13px;
	text-align:center;
}

#footer a {
	color:#FFF;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:center;
	margin:15px auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:500px;
	height:33px;
	padding-left:254px;
	top:200px; 
	left:0px;
	background-color:#CCC;
}

#main-nav li {
	margin:0;
	padding:0 3px;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	padding:0px;
	display:block;
	padding-top:39px;
	height:0px !important; /* for most browsers */
	height /**/:39px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}


#main-nav-agency a { 			background-image:url(../images/main-nav/agency.png); width:79px; }
#main-nav-work a {		background-image:url(../images/main-nav/work.png); width:79px; }
#main-nav-contact a {		background-image:url(../images/main-nav/contact.png); width:79px; }



#main-nav li a:hover {
	background-position:0 -39px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -39px;
}


/* Sub nav */

#sidebar h2.sub-nav {
	
}

#sidebar #sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
}	

#sub-nav li a {
	display:block;
	padding:6px 0px;
	color:#666;
	text-decoration:none;
	font-size:105%;
}

#sub-nav li a:hover {
	color:#ff9900;
	
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ff9900;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#5A7129;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #EAF3DE;
}

#crumbs li {
	display:inline;
}

#crumbs a {
	color:#5A7129;
}


/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.posts .date {
	font-weight:normal;
	color:#275A98;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #C3D0E2;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.post .date {
	font-weight:normal;
	color:#275A98;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border:solid 1px #CCC;
}


div.picture-right a ,
div.picture-left a ,
div.picture-center a {
	border:none;

}

div.picture-right a:hover ,
div.picture-left a ,
div.picture-center a {
}

#work-thumbnails table {
	width:100%;
}

#work-thumbnails td {
	width:33%;
	color:#989896;
	font-weight:500;
}

#work-thumbnails a {
	border:none;
	display:block;
	width:119px;

	height:87px;
	padding-left:2px;
	padding-top:2px;
	background-image:url(../images/picture-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#work-thumbnails a:hover  {
	border:none;
	background-image:url(../images/picture-bg-hover.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#work-thumbnails img {
	width:108px;
	height:77px;
}	


div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#989896;
	text-align:left;
	font-weight:bold;
	padding-left:4px;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

div .hr {
	background-color:#C3D0E2;
}

div .hr-transparent {
	background-color:#FFF;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #BDD997;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #BDD997F;
}

fieldset table th {
	width:140px;
	background-color:#EAF3DE;
	border-right:1px solid #BDD997;
	text-align:right;
	color:#465920;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */
#google-map {
	color:#333333;
}


/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
width: 100%;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#173D93;
    border-bottom:1px solid #C3D0E2;
	color:#FFF;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #C3D0E2;
}

table.listing div.picture-left {
    font-weight: bold;
}

table.listing img {
border: 1px solid #275A98;
}

/* Other Content
============================================================ 
--------------------------------------------------------- */

#people table {
	width:100%;
}

#people td {
	width:33%;
}

#people a {
	border:none;
	display:block;
	width:110px;
	height:158px;
	padding-left:2px;
	padding-top:2px;
	background-image:url(../images/agency-picture-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#people a:hover  {
	border:none;
	background-image:url(../images/agency-picture-bg-hover.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#people img {
	width:94px;
	height:143px;
}	

#lightbox-body .name {
	color:#ff6600;
	text-decoration:underline;
	font-size:130%;
}

#lightbox-body .right {
	width:320px;
	float:right;
	padding-left:20px;
	color:#666;	
	font-size:120%;
	line-height:1.7em;
}

#lightbox-body .hr {
	background:none;
	background-image:url(../images/hr-bg.png);
	background-repeat:repeat-x;
	height:3px;
	clear:none;
	margin:20px 0 20px 0px;
}
