/* @override 
	http://new.cricketdesignworks.com/index.php?css=stylesheets/main-css.v.1266996779
	http://new.cricketdesignworks.com/index.php?css=stylesheets/main-css.v.1267657905
	http://new.cricketdesignworks.com/index.php?css=stylesheets/main-css.v.1267790292
	http://new.cricketdesignworks.com/index.php?css=stylesheets/main-css.v.1267937646
	http://mac.local/cdwx/index.php?css=stylesheets/main-css.v.1254173935
	http://new.cricketdesignworks.com/index.php?css=stylesheets/main-css.v.1268091740
	http://new.cricketdesignworks.com/index_ee.php?css=stylesheets/main-css.v.1268091740
	http://www.cricketdesignworks.com/?css=stylesheets/main-css.v.1268288431
*/

/* @group BASELINE */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.remove{text-indent: -9999px;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* generic classes */

.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.left {float: left; display: inline;}
.right {float: right;display: inline;}
.hidden {display: none;}
.column {display: inline; float: left;}
.column.right {float: right;}
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.finder {border: 1px solid red;}
.remove {position: absolute;left: -9999em;} /* for search engines */
.unbullet {list-style: none;}
.plainlist {list-style: none; margin-left: 0;}
.border-t {border-top: 1px solid #d6d6d6;}
/* @end */

/* @group GLOBAL */

/* layout and global styles */



/* @end */

body {
	background-color: #fff;
	background-repeat: repeat;
	font-size: 12px;
	color: #929292;
}

p {
	font-size: 1em;
}

a {
	color: #608c93;
	text-decoration: none;
}

a:hover, a.current {
	color: #cd3a2c;
}

#wrapper {
	width: 944px;
	padding: 160px 44px 0 44px;
	margin: 0 auto;	
	position: relative;
	background: url(images/site/wrapper-bg-tile.png);

}

#content {	
	background: #fff8d2 url(../images/content-bg-tile.png) repeat-y;
	padding: 80px 50px 30px 50px;
	min-height: 500px;
  	/* IE 6 "Min-Height Fast Hack" */
  	height:auto !important;
  	height:500px;
  	/* IE 6 "Min-Height Fast Hack" */  
}

#footer {

}

#homelink {
	position: absolute;
	top: 20px;
	left: 44px;
	width: 309px;
	height: 58px;
	display: block;
	background: url(images/site/cricket-design-works-logo.png) no-repeat;
	outline: none;
}

#nav-wrap {
	height: 35px;
	background: url(images/site/nav-tile.png) repeat-x;
	position: absolute;
	top: 0px;
	right: 44px;
	display: inline;
}

#nav-begin {
	height: 35px;
	float: left;
	width: 6px;
	background: url(images/site/nav-begin.png) repeat-x;
}

#nav-end {
	height: 35px;
	float: left;
	width: 6px;
	background: url(images/site/nav-end.png) repeat-x;
}

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

ul#nav li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	padding-right: 10px;
	color: #ccc;
	background: url(images/site/nav-divider.png) no-repeat right;
	float: left;
}

ul#nav li.last {
	margin-right: 0;
	background: transparent;
}

ul#nav li a {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #676465;
	font-weight: bold;
	line-height: 30px;
	outline: none;
}


ul#nav li a:hover, ul#nav li a.current {
	color: #cd3a2c;
}

ul#nav li a .shrink {
	font-size: 0.9em;
}

#footer-upper {
	clear: both; /* vital for layout */
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: -40px;
	/* do not apply height, breaks IE */
}

#work-for-good-link {
	display: block;
	float: left;
	height: 22px;
	width: 193px;
	text-indent: -9999em;
	background: url(images/site/work-for-good-sprite.png) no-repeat;
	margin-right: 16px;
	outline: none;
}

#work-for-good-link:hover {
	background-position: 0 -22px;
}

#footer-upper #contact-info {
	line-height: 22px;
	height: 22px;
}

#footer-upper #contact-info a {
	color: #929292;
}

#footer-upper #contact-info a:hover {
	color: #cd3a2c;
}

#footer-lower {
	width: 1022px;
	padding: 20px 5px 30px 5px;
	margin: 0 auto;	
	background: url(images/site/wrapper-shoe.png) no-repeat top;
}

#client-links {
	float: right;
	display: inline;
	margin-right: 20px;
	height: 29px;
	line-height: 29px;
	position: relative;
	text-align: right;
}

#client-links a {
	color: #787677;
	font-size: 0.9em;
}


#client-links a:hover {
	color: #cd3a2c;
}

#affiliates {
	height: 29px;
	float: right;
	width: 160px;
}

.affiliate-link {
	display: block;
	float: right;
	background-image: url(images/site/affiliate-sprite.png);
	height: 29px;
	margin-left: 10px;
}

#affiliate-da {
	width: 28px;
	background-position: 0 0;
}

#affiliate-da:hover {
	background-position: 0 -29px;
}

#affiliate-aiga {
	width: 28px;
	background-position: 28px 0;
}

#affiliate-aiga:hover {
	background-position: 28px -29px;
}

#affiliate-segd {
	width: 32px;
	background-position: 63px 0;
}

#affiliate-segd:hover {
	background-position: 63px -29px;
}

#affiliate-dm {
	width: 28px;
	background-position: 92px 0;
}

#affiliate-dm:hover {
	background-position: 92px -29px;
}

#sign-up {
	float: left;	
	display: inline;
	margin-left: -20px;
	position: relative;
	width: 415px;
	height: 28px;
}


#sign-up form#cm #email {
	border: 1px solid #ccc;
	padding: 6px;
	width: 158px;
	color: #aaa;
	font-style: italic;
}

#sign-up form#cm div {
	position: absolute;
}


#sign-up form#cm div#msg {
	left: 19px;
	text-transform: uppercase;
	font-size: .8em;
	color: #676465;
	font-weight: bold;
	letter-spacing: 1px;
	top: 6px;
}

#sign-up form#cm div#in {
	left: 134px;
	top: -5px;
}

#sign-up form#cm div#btn {
	left: 314px;
	top: 4px;
}

h2.section-name, h3.section-name {
	color: #597a32;
	font-size: 2em;
	font-family: Serif;
	text-transform: lowercase;
}

h2.section-name .main a, h3.section-name .main a {
	color: #597a32;
}

/*h3.section-name {
	text-indent: -9999em;
	background: url(images/site/work.png) no-repeat left;
	width: 200px;
	display: inline;
	padding-bottom: 4px;
}*/


/*h3.section-name .subtext {
	background: url(images/site/arrow-right-green.png) no-repeat left center;
	padding-left: 20px;
	font-size: 13px;
	color: #929292;
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	text-transform: none;
}*/


.subtext {
	font-size: 14px;
	line-height: 20px;
}

#intro {
	float: left;
	height: 20px;
}

/* @group  WORK */

#work.client #footer-upper, #work.medium #footer-upper {
	padding-top: 200px;
}

#work .section-name {
	border-bottom: 1px solid #d6d6d6;
	text-indent: -9999em;	
	background: url(images/site/work.png) no-repeat;;
}

ul#work-nav {
	list-style: none;
	padding-left: 0;
	width: 158px; /* any wider breaks ie6 */
	float: left;
}

ul#work-nav li {
	margin-top:  5px;
	font-weight: bold;
}

ul#work-nav li a {
	font-size: 1.3em;
	text-transform: lowercase;
}

ul#work-nav li a.current {
	color: #676465;
}

ul#work-nav li ul {
	list-style: none;
	padding-left: 7px;
	margin-bottom: 10px;
}

ul#work-nav ul li {
	font-weight: normal;
	margin-top: 3px;
}

ul#work-nav ul li a {
	color: inherit;
	font-size: 11px;
	text-transform: none;
}

ul#work-nav ul li a:hover {
	text-decoration: underline;	
}

ul#work-nav ul li a.current {
	text-decoration: underline;	
	font-weight: normal;
}

#work-content {
	float: right;
	position: relative;
	width: 762px;
	height: 306px;
	margin-top: 14px;
}

.js-enabled .work-unit {
	display: none;
}

.work-unit {
	height: 306px;
	width: 762px;
	position: absolute;
}

.work-slide {
	float: left;
}

.work-descr {
	width: 206px;
	height: 305px;
	overflow: hidden;	
	float: right;
	background: #fff;
}

.work-descr h2, .work-descr h3, .work-descr p {
	border-left: 1px solid #fff;
} 

.work-descr h2 {
	margin-bottom: 3px;
    color:#454344;
}

.work-descr h3 {
	color: #777;
	font-size: 1.2em;
	line-height: 1.3em;
}

.work-descr .work-link {
	padding-left: 15px;
	background: url(images/site/arrow-right.png) no-repeat left;
	line-height: 15px;
	margin-top: 15px;
}

.work-descr ul#awards {
	list-style-type: none;
	position: absolute;
	left: -40px;
	top: 318px;
}

.work-descr ul#awards li {
	height: 14px;
	line-height: 14px;
	padding-left: 20px;
	background: url(images/site/awards-star.png) no-repeat left;
}

.work-descr h2 {
	font-size: 1.5em;
}

.work-descr span {
	font-size: 1.5em;
	font-weight: bold;
}

#slides-nav {
	font-family: serif;
	font-size: 1.3em;
	/*text-align: right;*/
	/*float: right;
	display: inline;
	clear: right;
	width: 150px;
	margin: 9px 220px 20px 100px;*/
	position: absolute;
	top: 537px;
	right: 272px;
	width: 200px;
	height: 17px;
}

.js-enabled #slides-nav {
	display: none;
}

#slides-nav div {
	display: inline;
	float: right;
	clear: none;
	height: 15px;
	line-height: 15px;
}

#slides-nav a {
	outline: none;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: block;
	float: right;
	clear: none;
}

#slide-prev {
	cursor: pointer;
	width: 10px;
	padding-left: 20px;
	background: url(images/site/arrow-left.png) no-repeat center center;
}

#slide-next {
	cursor: pointer;	
	width: 10px;
	padding-right: 20px;
	background: url(images/site/arrow-right.png) no-repeat center center;
}

#current-slide {
	padding-right: 4px;
}

#total-slides {
	padding-left: 3px;
}

#work-testimonial {
	width: 521px;
	margin-left: 181px;
	color: #676465;
	/*clear: both;*/
	margin-top: 381px;
}

#work-testimonial p {
	margin-bottom: 5px;
	font-style: italic;
}

#work-testimonial #author {
	font-size: 0.9em;
	font-weight: bold;
	color: #929292;
	font-style: normal;
}

/* @end */

/* @group  CASE STUDIES */

#work.case-study #work-nav {
	width: 139px;
}

#work.case-study #slides-nav {
	top: 466px;
	right: 39px;
}

#work.case-study #text-content {
	clear: both;
	float: right;
	width: 783px;
	margin-top: 40px;
}

#work.case-study #text-content .main {
	float: left;
	width: 454px;
	padding-right: 40px;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
	margin-bottom: 40px;
	min-height: 492px;
  	/* IE 6 "Min-Height Fast Hack" */
  	height:auto !important;
  	height:492px;
  	/* IE 6 "Min-Height Fast Hack" */   
}

#work.case-study #text-content .secondary {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 30px;
	padding-top: 10px;
}

#work.case-study #text-content .secondary .testimonial {
	font-size: 1.3em;
	color: #608c93;
	margin-bottom: 5px;
}

#work.case-study #text-content .secondary .source {
	font-size: 1.1em;
	margin: 0;
}


#work.case-study h2 {
	color: #676465;
	font-weight: bold;
	font-size: 1.3em;
}

#crew-learn-more {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 34px;
	display: block;
}



/* @end */

/* @group  NEWS */

#news #intro {
	width: 75px;
	background: url(images/site/title-news.png) no-repeat 0 3px;
}

#news h3.section-name {
	margin-bottom: 35px;
}

#news .entry {
	margin-bottom: 30px;
}

#news .entry h2 {
	color: #676465;
	font-weight: bold;
	font-size: 1.3em;
}

#news.view .entry img.main {
	margin: 20px 0;
}

#news.view .entry .date {
	margin-bottom: 0;
}

#news #entries {
	width: 537px;
	margin-left: 82px;
	margin-bottom: 40px;
}

#news #side {
	width: 200px;
	padding-top: 69px;
}

#news #side h4 {
	color: #676465;
	font-size: 1em;
	font-weight: bold;
}

#news #side ul {
	list-style: none;
	padding-left: 0;
}

#news #side ul li {
	margin-bottom: 6px;
}

#news #pagination {
	margin-top: 50px;
}

#news.archive h2 {
	color: #929292;
	font-size: 1.5em;
}

/* @end */



/* @group  EXPERIENCE */

#experience .subtext {
	margin-bottom: 40px;
}


#experience #intro {
	width: 113px;
	background: url(images/site/title-experience.png) no-repeat 0 3px;
}

#experience #intro.note {
	width: 139px;
	background: url(images/site/title-noteworthy.png) no-repeat 0 3px;
}


#experience-content {
	/* This ID is used in other sections! */
	width: 787px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: 80px;
}

#experience-content ul {
	list-style: none;
	padding-left: 0;
}

#experience-content ul#clients {
	width: 285px;
	float: left;
}
	
#experience-content ul li {
	margin-bottom: 6px;
}

#experience-content ul li a {
	outline: none;
}

#experience #testimonial-images {
	float: right;
	margin-bottom: 30px;
	height: 606px;
	width: 472px;
	position: relative;
}

#experience #testimonial-images img {
	position: absolute;	
	top: 0;	
	left: 0;
}

#experience .clear.border-t {
	padding-top: 30px;
}

p.sweet  {
	font-size: 1.4em;
	color: #ccc;
}



/* @end */




/* @group  HOME */


#hilite-boxes {
	float: right;
	width: 288px;
}

.hilite-box {
	border: 1px solid #e8e8e8;
	width: 284px;
	height: 105px;
	float: right;
	display: inline;
	margin: 0 0 20px 0;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
}

.hilite-box#blog-box {
	background: url(images/site/hilite-blog.png) no-repeat top;
}

.hilite-box#news-box {
	height: 131px;
	background: url(images/site/default-news-hilite.jpg) no-repeat top;
}

.hilite-arrow {
	position: absolute;
	left: 0;
	top: 7px;
	width: 96px;
	height: 24px;
}

.hilite-box#blog-box .hilite-arrow {
	background: url(images/site/sprite-blog.png) no-repeat;
}

.hilite-box#case-box .hilite-arrow {
	background: url(images/site/sprite-cases.png) no-repeat;
}

.hilite-box#news-box .hilite-arrow {
	background: url(images/site/sprite-news.png) no-repeat;
}

.hilite-box a {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #929292;
	font-size: 11px;
}



#home-slides {
	float: left;
	position: relative;
	overflow: hidden;
}

.home-slide h2 {
	position: absolute;
	font-size: 32px;
	left: 269px;
	color: #fff;
	width: 350px;
	top: 316px;
	/*top: 379px;*/
}

.home-slide .slogan {
	position: absolute;
	font-size: 32px;
	left: 190px;
	top: 324px;
	right: 0;
}

.home-message {
	width: 639px;
	/*height: 77px;*/
	font-size: 14px;
	margin-top: 26px;
	line-height: 23px;
	background-color: #fff;
}

.home-message .clarendon {
	line-height: 3em;	
}

#home #footer-upper {
	padding-top: 100px;
	/* SEE IE6, IE6-7 */
}

/* @end */

/* @group  CAST & CREW */

#cc-content {
	background: url(images/site/cast-and-crew-bg.jpg) no-repeat;
	min-height: 925px;
  	/* IE 6 "Min-Height Fast Hack" */
  	height:auto !important;
  	height:925px;
  	/* IE 6 "Min-Height Fast Hack" */  
}

#about #wrapper {
	width: 1024px;
	padding: 170px 1px 0 4px;
}

#about #footer-upper {
	margin-left: 0;
	padding-top: 50px;
}

#panes {
	width: 942px;	
	float: left;	
	display: inline;
	margin: 0 0 0 43px;
}

.pane {
	background: #333;
	padding: 10px 40px;
	color: #fff;
}


#pane-nav {
	position: absolute;
	top: 151px;
	left: 746px;
}

#pane-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	float: left;
	background: #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#pane-nav li a {
	padding: 0 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	outline: none;
}

/* BEGIN nav tabs and panes bg */

#pane-nav li#crew-tab, #content-crew {
	background: #333; 
	opacity: 0.9;
}

#pane-nav li#crew-tab.current {
	border-bottom: 1px solid #333;
}

#pane-nav li#contact-tab, #content-contact {
	background: #00554f; 
	opacity: 0.9;
}


#pane-nav li#contact-tab.current {
	border-bottom: 1px solid #00554f;
}

#pane-nav li#talent-tab, #content-talent {
	background: #3c5e15; 
	opacity: 0.9;
}

#pane-nav li#talent-tab.current {
	border-bottom: 1px solid #3c5e15;
}

/* END nav tabs and panes bg */

.pane#content-talent {
	padding-left: 260px;
	padding-top: 25px;
	background-image: url(images/site/talent-bg.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
	height: 175px; 
	overflow: hidden;
}

.pane#content-talent .text {
	width: 550px;
}

.pane#content-talent a, .pane#content-talent a:hover {
	color: #d5d352;
}

.pane#content-contact {
	background-image: url(images/site/map-cricket-design-works-location.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 350px;
	overflow: hidden;
}

.pane#content-contact .text {
	width: 318px;
	float: right;
	margin-top: 40px;
}

.pane#content-contact a, .pane#content-contact a:hover {
	color: #82a338;
}

.pane#content-crew {
	padding: 17px 20px;
}

#content-crew h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
}

.favs {
	color: #608c93;
}

.favs a {
	color: #fff;
}

#content-crew p.title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #608c93;
}

.crewmember {
	float: left;
	width: 668px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}

#crewmember-nav {
	float: right;
	width: 196px;
}

#crewmember-nav ul {
	list-style: none;
	padding: 0;
	margin-top: 5px;
}

#crewmember-nav ul li {
	margin-bottom: 5px;
}

#crewmember-nav ul a {
	color: #fff;
	outline: none;
}

#crewmember-nav ul a:hover, #crewmember-nav ul a.current {
	color: #ea8f0c;
}

.asterisk {
	width: 14px;
	height: 15px;
	position: absolute;
	background: url(images/site/asterisk-yellow.png) no-repeat;
}

/* SEE IE6-CSS! */

#m512-asterisk {
	top: 570px;
	left: 127px;
}

#m513-asterisk {
	top: 580px;
	left: 285px;
}

#m510-asterisk {
	background: url(images/site/asterisk-orange.png) no-repeat;
	top: 618px;
	left: 689px;
}

#m511-asterisk {
	top: 1009px;
	left: 609px;	
}

#m514-asterisk {
	visibility: hidden;
}


/* @end */

/* @group  SERVICES */

#services-content {
	width: 787px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: 80px;
}

#services .subtext {
	margin-bottom: 40px;
}

#services .service-box {
	padding-left: 321px;
	height: 110px;
	margin: 0 0 36px;
}

#services.view .service-box {
	height: 237px;
	padding-left: 15px;
	margin-bottom: 46px;
}

.js-enabled #services .service-box {
	cursor: pointer;
}

.js-enabled #services.view .service-box {
	cursor: default;
}

#services .service-box h3 {
	font-size: 1.8em;
	color: #fff;
	padding-top: 29px;
	margin-bottom: 2px;
}

#services.view .service-box h3 {
	font-size: 1.8em;
	color: #fff;
	padding-top: 89px;
	margin-bottom: 0;
}

#services .service-box h3 a {
	color: #fff;
}


#services .service-box p {
	color: #333;
	font-size: 1.2em;
}

#services.view .service-box p {
	width: 230px;
}

#services #intro {
	width: 103px;
	background: url(images/site/title-services.png) no-repeat 0 3px;
}

#services.view #entry .main {
	float: left;
	width: 454px;
	padding-right: 40px;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
	margin-bottom: 40px;
}

#services.view #entry .secondary {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 30px;
}

#services.view #entry .secondary ul {
	list-style: none;
	padding-left: 0;
	margin-top: -10px;
	margin-bottom: 40px;
}

#services.view #entry .secondary ul li {
	margin-bottom: 5px;
}

.service-link {
	position: absolute;
	top: 327px;
	display: block;
	height: 13px;
	width: 13px;
}

#next-service {
	position: absolute;
	left: 922px;
	background: url(images/site/services-next.png) no-repeat;
}

#prev-service {
	left: 96px;
	background: url(images/site/services-prev.png) no-repeat;
}


/* @end */

/* @group  ERROR */

#error #intro {
	width: 163px;
	height: 21px;
	background: url(images/site/title-error.png) no-repeat 0 3px;
}

/* @end */

/* @group  WORK FOR GOOD */

#work-for-good .main {
	float: left;
	width: 454px;
	padding-right: 40px;
	font-size: 1.2em;
	margin-bottom: 40px;
	margin-top: 30px;
}

#work-for-good .secondary {
	float: left;
	width: 200px;
	display: inline;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#work-for-good h3 {
	color: #676767;
	font-weight: bold;
	font-size: 0.9em;
}

#work-for-good h4 {
	color: #929292;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 5px;
}

#work-for-good .recipient-year {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#work-for-good #intro {
	width: 163px;
	background: url(images/site/title-work-for-good.png) no-repeat 0 3px;
	height: 21px;
}

#work-for-good .subtext {
	line-height: 21px;
} 

/* @end */