* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	background-color:#1049a8;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	color:#1049A8;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#E1962F;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#E1962F;
	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;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#E1962F;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:796px;
	margin:0 auto;
	margin-top:30px;
	padding:0;
	background-color:transparent;
	text-align:left;
	position:relative;
	background-image:url("../images/page-bg.png");
	background-position:left 70px;
	background-repeat:no-repeat;
}

#header {
	height:87px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.png");
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}

#body {
	margin:0px;
	padding-top:0px;
	min-height:451px;
	_height:451px;
}

#content {
	width:500px; /* 2px less due to IE bug with overflowing <em>s */
	padding:30px 20px 0px 30px;
	float:left;
	
}

#sidebar {
	width:205px;
	padding:0px 25px 50px 10px;
	margin-top:25px;
	float:right;
}

#footer {
	padding:0 10px;
	height:98px;
	background-image:url("../images/footer-bg.png");
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
	text-align:right;
	background-color:#3F85EB;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:23px;
	top:20px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:123px;
	display:block;
	padding-top:51px;
	height:0px !important; /* for most browsers */
	height /**/:51px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
}

#sidebar h2 {
	width:159px;
	color:#1049A8;
	font-size:120%;
	margin-bottom:2px;
}

#sidebar .featured-client {
	width:205px;
	position:absolute;
	bottom:120px;
}

#sidebar h2.freshthinking {
	background-image:url(../images/sidebar-fresh-thinking-heading.png);
	background-repeat:no-repeat;
	width:83px;
	display:block;
	padding-top:14px;
	height:0px !important; /* for most browsers */
	height /**/:14px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#sidebar h2.freshservices {
	background-image:url(../images/sidebar-fresh-services-heading.png);
	background-repeat:no-repeat;
	width:77px;
	display:block;
	padding-top:14px;
	height:0px !important; /* for most browsers */
	height /**/:14px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#sidebar h2.freshtalent {
	background-image:url(../images/sidebar-fresh-talent-heading.png);
	background-repeat:no-repeat;
	width:67px;
	display:block;
	padding-top:14px;
	height:0px !important; /* for most browsers */
	height /**/:14px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#sidebar h2.freshwork {
	background-image:url(../images/sidebar-fresh-work-heading.png);
	background-repeat:no-repeat;
	width:63px;
	display:block;
	padding-top:14px;
	height:0px !important; /* for most browsers */
	height /**/:14px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:75%;
	margin:0;
	padding-right:12px;
	padding-top:33px;
	padding-bottom:3px;
	text-align:right;
}

#footer a {
	color:#FFF;
	font-size:80%;
	margin:0;
	padding-top:9px;
}

#newline-signature {
	display:none;
	float:right;
	width:209px;
	margin-top:-5px;
	padding-right:10px;
	padding-top:20px;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:0px auto;
	width:209px;
	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;
	width:630px;
	position:absolute;
	top:57px; 
	left:155px;
	height:12px;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	display:block;
	padding:0 8px;
}

#main-nav li a {
	padding:0px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	padding-top:12px;
	height:0px !important; /* for most browsers */
	height /**/:12px; /* for IE5.5's bad box model */
	overflow:hidden;	

}

#main-nav-freshthinking a {		background-image:url(../images/main-nav/fresh-thinking.png); width:92px; }
#main-nav-freshservices a {		background-image:url(../images/main-nav/fresh-services.png); width:88px; }
#main-nav-freshtalent a {background-image:url(../images/main-nav/fresh-talent.png); width:77px; }
#main-nav-freshwork a {	background-image:url(../images/main-nav/fresh-work.png); width:69px; }
#main-nav-client-log-in a {	background-image:url(../images/main-nav/client-log-in.png); width:53px; }
#main-nav-media-log-in a {	background-image:url(../images/main-nav/media-log-in.png); width:51px; }
#main-nav-careers a {	background-image:url(../images/main-nav/careers.png); width:33px; }
#main-nav-contact a {	background-image:url(../images/main-nav/contact.png); width:33px; }


#main-nav li a:hover {
	background-position:0 -12px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -12px;
}




/* Sub nav */

h2.sub-nav {
	
}

#sub-nav {
	margin-left:0;
	margin-bottom:120px;
	padding:0;
	list-style:none;
	margin-left:-5px;
}

#sub-nav li {
	padding:0;
	margin:0;
	width:165px;
}

#sub-nav li a {
	display:block;
	padding:2px 0px;
	padding-left:6px;
	margin:0px;
	color:#333333;
	text-decoration:none;
	width:159px;
	font-size:85%;
	
	
}

#sub-nav li a:hover {
	color:#000000;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	color:#000;
	font-weight:bold;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#999;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:3.5em;
	list-style:none;
	margin-left:130px;
	margin-top:-30px;
}

#crumbs a{
	color:#999;
}

#crumbs a:hover{
	color:#666;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:110%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#E1962F;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	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 #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#E1962F;
}

.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 #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* 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-color:#005597;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #ddd;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#eee;
    border-bottom:1px solid #ddd;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #ddd;
}

.sub-h1 {
	color:#E1962F;
	font-size:90%;
}