/* Default Styles
////////////////////////*/

body {
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, "Lucida Grande", sans-serif;
	font-size: 75%;
	background-color: #B0B0B0;
	}

a {
	color: #ffffff;
	text-decoration: underline;
	}

p {
	color: #555;
	font-family: arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 13px;
	padding: 0px;
	}

q {
	color: #555;
	font-family: arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
	}
	
p a {
	color: #000000;
	background-color: #E1F1FC;
	padding: 1px 1px 0px 1px;
	border-bottom: double #ffffff;
	text-decoration: none;
	}
	
p a:hover {
	color: #ffffff;
	background-color: #6699CC;
	padding: 1px 1px 0px 1px;
	border-bottom: double #ffffff;
	text-decoration: none;
	}
	
ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 12px;
	padding-left: 12px;
	}

li {
	color: #555;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 3px;
	}

	form {
		padding:0;
		margin:0;
	}

/* Main Structure
////////////////////////*/

.wrapper {
	position: relative;
	text-align: left;
	width: 740px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.background {
	background-image: url(http://boost.cachefly.net/boost/images/bg.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 749px;
}

/* Our Work
////////////////////////*/

.worknav p
{
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 20px;
	margin-left: 13px;
	padding: 0px;
}
	
.worknav a {
	color: #555;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	}
	
.worknav a:hover {
	color: #000;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	}
	
.worknav .selected, .worknav li.selected a {
	color: #000;
	background-color: #ffffff;
	border: none;
	text-decoration: none;
	}
	
.worknav a.selected:hover, .worknav li.selected a:hover {
	color: #000;
	background-color: #ffffff;
	border: none;
	text-decoration: none;
	}
	
.work {
	background-color: #efefef;
	color: #444;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	}

.latestwork { 
	margin: 0px 10px 6px 13px;
	padding: 2px 0px 4px 5px;
	background-color:#e1f1fc;
}
.latestwork li {
	list-style-type: none;
	padding: 3px 0px 3px 0px;
}
.latestwork li a {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
.latestwork li a:hover {
	color: #000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	}
.latestwork a.selected {
	color:#000;
	text-decoration:none;
	border:none;
}

/*work nav styles start*/
img.tuanzImg { float: left; padding-right: 3px;}
p.tuanz, p.tuanzSpell { margin: 2px 0px 12px 2px; font-weight: bold; color: #777777; padding-right: 10px; }
p.tuanzSpell { margin: 12px 0px 20px 2px; }
.worknav ul li { list-style-type: none; padding: 3px 0px 3px 0px; }
.worknav ul { margin: 0px; padding: 0px 0px 0px 14px; }

a.winner, a.winnerTaiaha, a.winnerAhiko { width: 165px; border-bottom: none; display: block; }
span.underline { border-bottom: 1px dotted #999; }

a:hover.winner
{
	border-bottom: none;
	background-image: url(http://boost.cachefly.net/boost/images/winner.gif);
	background-repeat: no-repeat;
	background-position: 75px 5px;
}
a:hover.winnerTaiaha, a:hover.winnerTaiaha
{
	border-bottom: none;
	background-image: url(http://boost.cachefly.net/boost/images/winner.gif);
	background-repeat: no-repeat;
	background-position: 135px 5px;
}

a:hover.winnerAhiko, a:hover.winnerAhiko
{
	border-bottom: none;
	background-image: url(http://boost.cachefly.net/boost/images/winner.gif);
	background-repeat: no-repeat;
	background-position: 95px 5px;
}

a:hover.winner span.star, a:hover.winnerTaiaha span.star, a:hover.winnerAhiko span.star { color: #cc0000; }
a:hover.winner span.underline, a:hover.winnerTaiaha span.underline, a:hover.winnerAhiko  span.underline { border-bottom: 1px dotted #cc0000; }

a.selected span.underline {
	text-decoration:none;
	border-bottom: 0px dotted #999;
}

/*work nav styles end*/
	
.worklink {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	}
	
.hilight {
	color: #006699;
	font-weight: bold;
	}
	
.quote {
	font-style: italic;
	}
	
img.h_portfolio {
	margin-top:16px;
	}

.portfolio_heading {
	margin-bottom:-10px;
	}

	
/* Mailing List Footer
////////////////////////*/

.dottedline {
	text-align:center;
	display:block;
	margin:20px auto 15px auto;
	}

#mailinglist {
	height:61px;
	background:#ddebf6 url("http://boost.cachefly.net/boost/images/bg_mailinglist.gif") 0px 0px no-repeat;
	width:712px;
	margin:0px auto 10px auto;
	padding:0;
	color:#636568;
	}

	#mailinglist .field {
		font-size:11px;
		border:none;
		border-bottom:solid 1px #b7b7b7;
		margin-top:1px;
		width:130px;
		padding:1px;
		color:#555;
		}
	
	#mailinglist .label {
		font-size:11px;
		width:150px;
		}
	
	#mailinglist .submit {
		text-align:left;
		}
	
		.submit input {
			margin-top:6px;
			}
			
			#mailinglist.done {
				height:61px;
				background:#ddebf6 url("http://boost.cachefly.net/boost/images/bg_mailinglist_sent.gif") 80px 0px no-repeat;
				width:712px;
				margin:0px auto 10px auto;
				color:#636568;
				}
				
	#mailinglist span.error {
		display:inline;
		color:#d31f1c;
		font-weight:bold;
		}
		
		/* Navigation
		////////////////////////*/

		ul#nav {
		  list-style:none;
		  display:block;
		  width:740px;
		  height:25px;
		  padding:0;
		  margin:0;
		}

		ul#nav li {
		  float:left;
		  padding:0;
		  margin:0;
		}

		ul#nav li#how-we-can-help a{
		  width:186px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_how_large.gif) no-repeat 0px 0px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#how-we-can-help a:hover, ul#nav li#how-we-can-help.active a {
		  width:186px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_how_large.gif) no-repeat 0px -25px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#working-with-boost a{
		  width:184px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_working_large.gif) no-repeat 0px 0px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#working-with-boost a:hover, ul#nav li#working-with-boost.active a {
		  width:184px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_working_large.gif) no-repeat 0px -25px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#about-boost a{
		  width:184px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_about_large.gif) no-repeat 0px 0px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#about-boost a:hover, ul#nav li#about-boost.active a {
		  width:184px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_about_large.gif) no-repeat 0px -25px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#work a{
		  width:186px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_work_large.gif) no-repeat 0px 0px;
		  display:block;
		  text-indent:-9999px;
		}

		ul#nav li#work a:hover, ul#nav li#work.active a {
		  width:186px;
		  height:25px;
		  background:url(http://boost.cachefly.net/boost/images/nav_work_large.gif) no-repeat 0px -25px;
		  display:block;
		  text-indent:-9999px;
		}