/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Main CSS follows */

html {
	 background-color: #ededed;
}
body {
	background-color: white;
	background-image: url(../images/body-bg.jpg);	
	background-repeat: repeat-x;
	background-position:0 7.8125em;
	*background-position:0 7.75em;
	border-top: 0.25em solid #000;
	min-height: 30em;
	padding: 0 1.3em 0 1.3em;
	font-family: helvetica, arial;
}
body.support, body.support #container {
	background-image: none;
}
body.support #terms-and-conditions {
	display: none;
}
h1,h2,h3,h4 {
	font-family: avenir,arial,sans-serif;

}
.show-grid-link span {
	display: none;
}
#grid {
	z-index: 0;
	position: absolute;
	display: none;
	left: 0;
	width: 100%;	
}
body.with-grid #grid {
	display: block;
	background-image: url(../images/grid.png) !important;
	background-repeat: repeat;
}
body.with-grid .show-grid-link span {
	display: inline;
}
body.with-grid a, body.with-grid input, body.with-grid textarea, body.with-grid  {
	z-index: 11; position: relative;
}
/* default links */

a {
	text-decoration: none;
}
a:focus{-moz-outline-style:none;}
	
p a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}

#container {
	width: 58.75em;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position:0 7.75em;
	background-color: white;
	border:1px solid transparent; /* forces consistent top across browsers */
	*border:none;
}

#header {
	margin-top: 3.75em; height: 4.0625em;
}

#header h1 {
	width: 218px; height: 4em;
	border-right: 1px solid #e5e5e5;
	background-image: url(../images/maybe-for-you-logo.gif);
	background-repeat: no-repeat;
}
#header h1 a {
	display: block;
	width: 100%;height: 100%;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h1 span {
	 visibility: hidden;
}

#header h2 {
	position: absolute;
	top:5.5em;
	left: 21.6em;
	font-size: 0.75em;
	color: #666;
}
#header h3 {
	position: absolute;
	font-size: 1.75em;
	top: 3em;
	left: 9.175em;
	color: #629cce;
}

#header ul#primary-nav {
	position: absolute;
	margin-left: 35em;
	top: 4px;
}
#header ul#primary-nav li {
	float: left;
	width: 5em;
	height: 8px;
}
#header ul#primary-nav li.selected {
	background-color: #ffff66;
}
#header ul li a {
	color: #333; text-decoration: none;
	font-size: 0.875em;	
}
#header ul li a:hover {
	color: #000;
}

#primary-nav li a{background:url(/assets/images/nav_sprite.gif) 0px 0px no-repeat; text-indent:-5000px; height:27px;  width:80px; display:block;}

.home_nav_item a{background-position:0 0;}
 #primary-nav li a.selected {background-position:0 -54px !important;}
 #primary-nav li a:hover{background-position:0 -27px !important;}
		
#primary-nav .agency-nav a {background-position:-80px 0 !important;}
#primary-nav .agency-nav a.selected {background-position:-80px -54px !important;}
#primary-nav .agency-nav a:hover{background-position:-80px -27px !important;}
		
#primary-nav .services-nav a{background-position:-160px 0 !important;}
#primary-nav .services-nav a.selected {background-position:-160px -54px !important;}
#primary-nav .services-nav a:hover {background-position:-160px -27px !important;}
		
#primary-nav .portfolio-nav a{background-position:-240px 0 !important;}
#primary-nav .portfolio-nav a.selected{background-position:-240px -54px !important;}
#primary-nav .portfolio-nav a:hover {background-position:-240px -27px !important;}
		
#primary-nav .contact-nav a{background-position:-320px 0 !important;}
#primary-nav .contact-nav a.selected {background-position:-320px -54px !important;}
#primary-nav .contact-nav a:hover {background-position:-320px -27px !important;}




/* Rectangular Promo Spot */

#promo {
	height: 16.375em;
	position: relative; /* allow positioning of child elements */
	color: white;
	border: 1px solid transparent; /* weird FF fix */
	*border:none;
}

#promo-image, #promo-scroller {
	background-image: url(../images/promo-image-frame.png);
	background-repeat: no-repeat;
	width: 43.25em;
	height: 13.625em;
	position: absolute; 
	left: 14.5em;
	top: 0.5em;
}

#promo-image img {
	position: relative;
	top: 11px;left: 11px;
	width: 41.95em;
	height: 12.25em;
}

#promo-image h3 {
	width: 30em;
	float: right;
	margin-right: 0.75em;
	padding-left: 1em;
	margin-top: -2em;
	line-height: 2.5em;
	z-index: 6;
	position: relative;
	background-color: #000;
	font-size: 0.875em;
	display: block;
	*padding-top:0.75em;
	*padding-bottom:0.75em;
}
#promo-image h3 a {
	color: #ffff66;
}
#promo-image h3 span {
	position: absolute; 
	font-size: 0.5em; 
}
#promo ul.navigation {
	margin-top: 1em;
}

#promo ul.navigation li {
	margin-bottom: 2em;
}
#promo ul.navigation a {
	display: block;
	margin-bottom: 0.5em;
	color: #999;
}
#promo ul.navigation li.selected a, #promo ul.navigation li a:hover {
	color: #ffff66;
	text-decoration: none;
}

#promo .promo-features {
	margin-left: 15em;
}

div.agency-team-member, div.agency-service { 
	margin:0; padding:0; 
	float:left;
	width:700px;
	}
	
#promo div.agency-team-member .agency-team-member-image {
	position: absolute;
	left: 4.2em;
	top: 4.5em;
	width: 160px;
	height: 149px;	
	background-image: url(../images/agency-team-member-image-frame.png);
	background-repeat: no-repeat;
	text-align:center;
	line-height:149px;
}
	#promo .agency-team-member-image img { margin:13px auto; }

#promo .agency-service-image {
	position: absolute; float: left;
	left: 4.2em;
	top: 4.5em;
	width: 160px;
	height: 149px;	
	text-align:center;
	line-height:149px;
}

#promo .agency-service-image img { margin:13px auto; }

#promo div.promo-features h3 {
	color: #999999;
	font-size: 0.875em;
}
#promo div.promo-features h4 {
	color: #629cce;
	font-size: 1em; margin-bottom: 1em;
	font-weight: bold;
}
#promo div.promo-features p {
	color: #ccc;
	font-size: 0.75em;
	line-height: 1.5em;
	width: 87%;
}
#promo .support-image, .promo-spot-image {
	position: absolute;
	right: 0.5em;
	top: 5.7em;
	z-index: 3;
	width: auto; height: auto;
}
.section-agency #promo .support-image {
	right: 1em;
	top: 4em !important;
	
	
}
.section-portfolio.page-index #promo .support-image {
	top: 13.25em;
	right: 0em;
}

.section-home #main {
	padding-bottom: 1em;
}
.section-home #main p.intro {
	padding-top: 1em;
}
.section-home #promo .promo-spot-image {
	width: 10em; height: 120%;
	position: absolute;
	top: 0;right: -1.25em;
	background-position: bottom right;
	z-index: 7;
	background-repeat: no-repeat;
	*display:none;
}
.section-home #promo .promo-cdc .promo-spot-image {
	right: -3em;
}

/* Main Content */

#main {
	margin-left: 15em;
	min-height: 21.5em;
	margin-bottom: 2em;
	padding-bottom: 1em;	

}
#main h2 {
	color: #666;
	margin-bottom: 1.5em;
	font-size: 23px;
	width: 700px !important;
	
}
#main h2 strong {
	font-weight: bold;
}
#main h2 em {
	font-style: italic;
}

#main p, #main li {
	font-size: 0.75em;
	color: #666;
}
#main p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding-right:1em;
}
#main p em, #terms-and-conditions p em {
	font-style: italic;
	font-weight: bold;
}

#main.with-sidebar {
	width: 28.5em;
}
#main.with-sidebar h2 {
	width: 29.2em; 
}
#main .sidebar {	
	float: right;
	margin-right: -15.35em;
	width: 13.75em;
	border-left: 1px solid #e5e5e5;
	padding-left: 0.6em;
	margin-bottom: 0;
	height: 100%;
}

#main .sidebar li {
	margin-bottom: 0.5em;
}
#main .sidebar h3 {
	color: #666; font-size: 1em; margin-bottom: 1em;
}
#main .sidebar h4 {
	font-size: 0.75em; font-weight: bold; margin-bottom: 0.5em; color: #333;
	font-family: helvetica;
}

#main .sidebar .sidebar-promo {
	margin-top: 0.75em;
	border-top: 1px dotted #666;
	padding-top: 0.75em;
}

#main #sidebar-vcard {}
	#main #sidebar-vcard abbr.geo span{font-weight:bold;font-size:0.75em;color:#666;}
	#main #sidebar-vcard p.tel{margin-bottom:0 !important;}

#main .sidebar a, .error-message a{
	color: #629cce;	
}

div.sidebar a.gray { color:#666 !important; }
div.sidebar a.gray:hover { text-decoration:none; }

#main .main-support {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
/* Support area - secondary nav etc. */

#support {
	position: absolute;
	top: 23.25em; left: 0;
	width: 13.7em;
	padding-left: 1.3em;	
	border-right: 1px solid #e5e5e5;
	min-height: 21.5em;
}

#support a {
	color: #629cce;
}
#support a.back-link {
	display: block;
	margin-left: -1.3em;
	padding-left: 1.3em;
	font-size: 0.875em;
	color: #333;
	line-height: 3em;
	background-color: #ededed;
	border-bottom: 1px dotted #bfbfbf;
}

#support select {
	font-size: 0.75em;
	margin-top: 1em;
}
#secondary-nav {
	margin-left: -1.3em;
}
#secondary-nav li {
	line-height: 2em;
	border-bottom: 1px dotted #bfbfbf;
	padding-left: 1.3em;
}
#secondary-nav li.selected {
	background-color: #ffffb2;
}
#secondary-nav li a {
	font-size: 0.75em;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#secondary-nav li.selected a {
	color: #333;
}


/* Contact forms */

form.contact-form {
	width: 28.6em; 
	*width:28em;
}
form.contact-form label{
	display:block;
	font-weight:bold;
}

form.contact-form p input{
	width: 99.5%;
}

form.contact-form p.half-line{
	float: left; 
	width: 46.75%;
	*width:45%;
}

	form.contact-form p.half-line.first
	{
		margin-right: 6%;
	}

	
form.contact-form p textarea {
	width: 100%;
	height: 120px;
}

form.contact-form p.error-message{
	display:none;	
	float: left;
}

form.contact-form p.send{
	text-align:right;	
}

form.contact-form p.send input{
	width: auto;
}

form.contact-form img.sending{
	display:none;	
}
	
	




/* Footer */

#footer-container {
	margin-left: -1.3em; margin-right: -1.3em;
	padding: 1.3em 1.3em 3em 1.3em;
	border-top: 2px solid #e0e0e0;
	background-color: #ededed;
}

#footer {
	width: 58.75em;
	min-height: 8em;
}
#footer-nav {
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
}
#footer a {
	color: #666;
}
#footer #contact-information {
	float: right;
	text-align: right;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #666;
}
#footer #contact-information .org {
	font-weight: bold;
}

#footer .email abbr{
	display:none;	
}

/* "Spread" list - defaults to four-wide */

ul.spread li {
	float: left;
	width: 20em;
	font-size: 0.75em;
}
ul.spread li.last {
	width: 18em;
}


/* Partner images */

#partner-katapult, #partner-sumo {
	height: 49px; width: 255px;
	background-repeat: no-repeat;
	display: block;
}
#partner-katapult:hover, #partner-sumo:hover {
	background-position: 0 -49px;

}
#partner-katapult img, #partner-sumo img {
	visibility: hidden;
}
#partner-katapult {
	background-image: url(../images/partners/katapult.jpg);
}
#partner-sumo {
	background-image: url(../images/partners/sumo.jpg);
}

/* Portfolio */

dl#portfolio-icon-definitions {
	margin-top: 1.5em;
}
dl#portfolio-icon-definitions dt {
	text-indent:-5000px;
	width: 0.5em; margin-right: 0.5em; height: 1em; margin-top: 0.1em;
	float: left; clear: both;
	background-repeat: no-repeat;
}
dl#portfolio-icon-definitions dd.case-study {
	background-color: #ffffca;
}
dl#portfolio-icon-definitions dd {
	color: #666;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 1em;
	/*float:left;*/
	padding:3px 3px 3px 0;
	
}
ul#portfolio-list.spread li {
	width: 16em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	color: #666;
	font-weight: bold;
	font-size: 0.75em;
	background-repeat: no-repeat;
	background-position: 17px 50%;
	padding-left: 25px;
}
ul#portfolio-list li a {
	color: #666;
	display: block;
}
ul#portfolio-list li a:hover {
	color: #000;
}


li.case-study {
	background-color: #ffffca; 
}
li.web-project, dl#portfolio-icon-definitions dt.web-project {
	background-image: url(../images/portfolio/icon-web.gif);
	background-position: 0 center;
}
li.mobile-project, dl#portfolio-icon-definitions dt.mobile-project {
	background-image: url(../images/portfolio/icon-mobile.gif);
	background-position: 0 center;
}
li.desktop-project, dl#portfolio-icon-definitions dt.desktop-project {
	background-image: url(../images/portfolio/icon-desktop.gif);
	background-position: 0 center;
}
li.web-project.mobile-project {
	background-image: url(../images/portfolio/icon-web-mobile.gif);
	background-position: 0 50% !important;		
}
li.web-project.desktop-project {
	background-image: url(../images/portfolio/icon-web-desktop.gif);
	background-position: 0 50% !important;			
}
li.web-project.mobile-project.desktop-project {
	background-image: url(../images/portfolio/icon-web-mobile-desktop.gif);
	background-position: 0 50% !important;	
}
li.mobile-project.desktop-project {
	background-image: url(../images/portfolio/icon-mobile-desktop.gif);	
}



/* Services */

.section-services #promo .support-image.index {
	top: -0.5em; right: -1em;
}
.section-services #promo .support-image {
	top: auto;	bottom: -1em; right: -0.5em;

}
.section-services #promo .support-image.web {
	bottom: -0.5em;
}

#main .sidebar .services-provided li {
	font-weight: bold;
	margin-bottom: 1em;
}


/* Scrollables */

div.scrollable {
	position: relative;
	left: 10px; top: 12px; width: 672px;
	overflow:hidden;
	height:223px;
}
.scrollable .items {	
	width:20000em;	
	position:absolute;
	clear:both;	
	z-index: 2;	
	}
#promo-scroller li {
	float:left;
	text-align:center;
	width:680px;
	height:223px;
	font-size:30px;
	font-family: 'bitstream vera sans';
	border:none;
	position:relative;
	z-index:-10;
}
#promo-auto-navigation{
	position: absolute;
	top: 205px;
	left: -90px;
	width: 70px;
	z-index: 3;
	text-align:right;
	height:8px;
	margin:0 !important;
	padding:0 !important;
	font-size:1px;
}
#promo-auto-navigation a{
	width:8px;
	height:8px;
	line-height:8px;
	/*float:left;*/
	display:inline-block;
	display:-moz-inline-box;
	margin:0 3px !important;
	padding: 0 !important;
	background:url(../images/scrollable/navigator.png) 0 0 no-repeat;     
	background-repeat: no-repeat;
	cursor:pointer;	
	outline:none;
	font-size:1px;
}
#promo-auto-navigation a:hover{background-position:0 -8px;}
#promo-auto-navigation a.active {background-position:0 -16px;} 	

#nav-fullscreen {
	background-image: url(../images/portfolio/icon-maybe-portfolio-example-full-screen.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 8px; width: 8px;
	position: absolute;
	top: 213px;
	left: 13.6em;
	z-index: 8;
}

#nav-fullscreen a {
	display: block;
	width: 8px; height: 8px;
	line-height:8px;
	font-size:0;
}
#nav-fullscreen a span {
	display: none;
} 

#full-screen-close { position:absolute; top:-10px; right:-10px; text-indent:-10000px; background:url(../images/portfolio/icon-maybe-portfolio-example-full-screen-close.gif) 0 0 no-repeat; width:23px; height:23px; }

/* prev, next, prevPage and nextPage buttons */
#promo-navigation {
	position: absolute;
	top: 100px;
	left: -15px;
	width: 722px;
	z-index: 5;
}	

strong.subhead { font-weight:bold; display:block; color:#333; margin-bottom:5px; }

a.prev, a.next, a.prevPage, a.nextPage {
display:block;
width:18px;
height:18px;
background:url(../images/scrollable/left.png) no-repeat;
cursor:pointer;
}
#promo-navigation .hidden {
	display: none;
}
#promo-navigation a.prev {
	float: left;
}
#promo-navigation a.next {
	float: right;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
 background-position:0px -18px;
}

/* next button uses another background image */
a.next, a.nextPage {
background-image:url(../images/scrollable/right.png);
}	

/* Homepage Specific */
#web-desktop-mobile-services {
	border-top: 1px dotted #e5e5e5;
	border-bottom: 1px dotted #e5e5e5;
	padding-top: 0.5em;
	min-height: 7.5em;
	font-size: 1.3333em;
}
#web-desktop-mobile-services li {
	width:8.45em;
	border-right: 1px dotted #e5e5e5;
	padding-left: 6em;
	background-repeat: no-repeat;
	min-height: 7em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-position: 0 1em;
	margin-bottom: 2em;
}
#web-desktop-mobile-services li p {
	width: 90%;
}
#web-desktop-mobile-services li h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#web-desktop-mobile-services a.more-information {
	color: #629cce;
	font-size: 0.75em;
}

#web-desktop-mobile-services li#web-development {
	background-image: url(../images/home/web-development.gif);
	background-position: 1em 1em;
}
#web-desktop-mobile-services li#desktop-development {
	background-image: url(../images/home/desktop-development.gif);
	width: 8.85em;
}
#web-desktop-mobile-services li#mobile-development {
	background-image: url(../images/home/mobile-development.gif);
	background-position: 2em 1em;	
	width: 8em;
}

#extra-promo h3 {
	background-image: url(../images/home/brands-helped-by-maybe.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#extra-promo {
	border-top: 1px dotted #e5e5e5;
	margin-top: -2em;
	margin-left: -2em;
	padding: 1em 0 1em 4em;
}
#extra-promo p {
	text-align: right; font-size: 0.625em;
}
#extra-promo p a {
	color: #629cce;
}
#extra-promo ul {
	background-image: url(../images/home/branding-arrow.gif);
	background-repeat: no-repeat;
	min-height: 5em;
	margin-top: -1em;
	margin-left: -2em;
}
#extra-promo ul li {
	float: left;
	margin-right: 1em;	
	margin-top: 2.5em;
	background-repeat: no-repeat;
	text-indent: -5000px;
	min-height: 4em;
	*height:4em; *margin-left:-0.5em;	
	width: 90px;
}
#extra-promo ul li.first {
	margin-left: 3em;
}
#extra-promo li#brand-bank-of-america {
	background-image: url(../images/home/brand-logo-bank-of-america.gif);
}
#extra-promo li#brand-canon {
	background-image: url(../images/home/brand-logo-canon.gif);
	width: 110px;	
}
#extra-promo li#brand-disney {
	background-image: url(../images/home/brand-logo-disney.gif);
	width: 100px;	
}
#extra-promo li#brand-intercontinental {
	background-image: url(../images/home/brand-logo-intercontinental.gif);
}
#extra-promo li#brand-microsoft {
	background-image: url(../images/home/brand-logo-microsoft.gif);
	width: 120px;	
}
#extra-promo li#brand-nbc {
	background-image: url(../images/home/brand-logo-nbc.gif);
	width: 60px;	
}
#extra-promo li#brand-pga {
	background-image: url(../images/home/brand-logo-pga.gif);
	width: 80px;	
}
#extra-promo li#brand-turner {
	background-image: url(../images/home/brand-logo-turner.gif);
	width: 118px;
	margin-right: 0;	
}

/* twitter spot */

#promo #twitter-feed {
	width: 18em;
	height: 21em;
	background:url(../images/home/twitter-feed-bg.png) 0 bottom no-repeat;     
	font-size: 0.75em;
}
#promo #twitter-feed-details {
	position: absolute;
	width: 16em;
	bottom: 92px;
	*bottom:82px;
	background: url(../images/home/maybe-twitter-feed.jpg) 0 bottom repeat-y;
	background-color: #3f3f3f;
	padding: 1em;
	color: #ccc;
}
#promo #twitter-feed-details p {
	margin-bottom: 0.5em;
	line-height: 1.5em;	
}

#promo #twitter-feed-details a {
	color: #629cce;
}

#promo #twitter-feed-details p.twitter-info {
	text-align: right;
	font-style: italic;
	color: #999;
	margin-bottom: 0;
}
.section-home #support {
	margin-top: 1em;
}
.section-home #support .twirler {
	font-size: 0.75em;
	color: #629cce;
}
.section-home #email-signup {
	margin-top: 1em;
	color: #333;
}
.section-home #email-signup p {
	font-style: italic;
	font-size: 0.75em;
	color: #333;
	line-height: 1.5em;
	width: 16em;
	margin-top: 0.5em;
}
.section-home #email-signup p strong {
	font-weight: bold;
}
.section-home #email-signup label {
	clear: both;
	font-weight: bold;
	display: block;
	font-size: 0.75em;
	margin-bottom: 0.5em;
}
.section-home #email-signup input {
	clear: both;
	margin-bottom: 0.75em;
	font-size: 0.825em;
	color: #666;
	width: 14em;
}

.section-home #email-signup label span {
	font-weight: normal;
}
.section-home #email-signup #general-send {
	margin-top: 0.5em; 
	width: auto;
}
.section-home #email-signup-container .status {
	font-size: 0.75em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.section-home #email-signup-container .status .error {
	color: red;
}

.twirler-image {
	background-image: url(../images/twirler.gif);
	background-repeat: no-repeat;
	background-position: -6px 0;
	width: 6px;height: 6px;position: relative;display: block; float: left;top: 5px;
	margin-right: 5px;
}
.twirler.open .twirler-image {
	background-position: 0 0;

}

/* TERMS AND CONDITIONS */

#terms-and-conditions {
	border: 2px solid black;
	height: 34em;
	background-color: white;
	padding: 0;
	display: none;
}
#terms-and-conditions h2 {
	color: #629cce;
	font-size: 1.75em;
	margin-bottom: 0.5em;
}
#terms-and-conditions h3 {
	color: #666;
}
#terms-and-conditions h4 {
	font-family: helvetica;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#terms-and-conditions p,#terms-and-conditions li  {
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 0.75em;
	width: 24em;
}
#terms-and-conditions li {
	list-style: disc;
	margin-left: 2em;
	width: 22em;
}
#terms-and-conditions #terms-inner {
	overflow: auto;
	border-left: 1px solid #e5e5e5;
	margin-left: 3.75em;
	padding-left: 1.25em;
	padding-top: 1em;
	height: 31.1em;		
}
	#terms-and-conditions #terms-inner a {
	color: #629cce;	
	}

#terms-closer {
	background: #ededed;	
	width: 100%;
	line-height: 1.75em;
	
}

#terms-closer a {
	color: #666;
	font-size: 0.625em;
	margin-left: 1em;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 30px;
    left: 50%;
    
    margin-left: -13.125em;
    width: 26.25em;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#maybe-portfolio-full-screen.jqmWindow { background:none; width:800px; margin-left:-420px; top:0; border:none; }
	
ul.awards li { list-style:disc; line-height:1.5em; margin-left:12px; }