/* GENERAL STYLES setting up the page */

* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-image: url(../images/masthead-ends.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 15px;
}/* SPECIFYING HEADER and WRAPPER CONTAINER PROPERTIES */
#wrapper, #header, #footer {
	width: 920px;
	margin: 0 auto;
	clear: left; /* contain your floats */
}
/* HEADER STYLES */
#masthead {
	width:1248px;
	height:95px;
	margin: 0 auto;
	background-image: url(../images/masthead.jpg);
}
#header {
	width: 924px;
}
#logo {
	padding-top: 36px;
	float:left;
}
#logo a {
	display: block;
	text-indent: -9999px;
	background-image: url(../images/logos/logo-trans.png);
}
#logo, #logo a {
	width:188px;
	height: 29px;
	overflow:hidden;
}
#nav {
	float: right;
	width: 52.8em;
	list-style-type:none;
}
#nav li {  float:left;
	border-right: 1px solid #82828b;
	height:95px;
	text-align:center;
	float: left;
}
#nav li.last {
	border-right-style: none;
}

#nav #services {
	width: 8.4em;
}
#nav #work {
	width: 12.5em;
}
#nav #clients {
	width:10.8em;
}
#nav #experience {
	width:10.2em;
}
#nav #contact {
	width:10.2em;
}
#nav li a {
	color: #9f3;
	display:block;
	height:55px;
	background-image:url(../images/nav/nav.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
	font-size: 1.4em;
	font-family:Futura, "Century Gothic", "Trebuchet MS", Sans-Serif;
	padding-top: 40px;
	line-height: 1;
}


#nav li a:hover, #nav li.current a {
	background-image:url(../images/nav/nav-over.jpg);
}
#lastestWork {
	list-style-type: none;
	padding-bottom: 40px;
}

#lastestWork li {
	font-size: 1.2em;
	line-height: 1.4;
	color: #333;
	width: 260px;
	float: left;
	margin-right: 70px;
}
#lastestWork li.last {
	margin-right: 0px;
}
#lastestWork li .seemore {
	font-size: 1.1em;
	color: #390;
	border-bottom: 1px dotted #390;
	text-decoration: none;
}



/* FOOTER */
#footer {
	clear: both;
	border-top: 6px solid #e5e5e7;
	padding-top: 20px;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
}
#footer a {
	color: #390;
	text-decoration: none;
	border-bottom: 1px dotted #390;
	padding:0 1px;
	margin: 0 2px;
}
#footer a:hover {
	color: #999999;
}
#footer a#Mm {
	color: #000000;
	border-bottom: none;
	padding-top: 5px;
}
#footer a#Mm span {
	color: #390;
}
#footer p {
	font-size: 1.1em;
}
#footer #copyright {
	text-align: right;
	float: right;
	width: 200px;
	font-size: 1.1em;
}
.off-left {
	width: 990px;
	position: absolute;
	left: -999px;
}
.submit {
	margin-left: 10px;
	position: relative;
	top: 6px;
}

/* show users that this is an pdf link */
#maincontent a[href$=".pdf"] {
 padding-left: 15px;
 background: url(/images/pdf.png) no-repeat left center;
}

/* show users that links are external */
#maincontent a[href^="http:"], #maincontent a[href^="https:"] {
 padding-right: 18px;
 background: url(/images/externalLink.png) no-repeat right center;
}
/* show users that this is an email link */
 #maincontent a[href^="mailto:"] {
 padding-left: 18px;
 background: url(/images/email.png) no-repeat 2px center;
}
#homecontent h1 , #subpagecontent h1{
	color: #f00;
	font-weight: normal;
	font-family:Futura, "Century Gothic", "Trebuchet MS", Sans-Serif;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 6px solid #e5e5e7;
	margin-bottom: 20px;
	font-size:2.4em;
}
#subpagecontent h1{
	padding-top: 27px;}
#homecontent h1 {
	font-size: 1.8em;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 13px;
}

#homecontent {
	padding-top: 25px;
}
#homecontent #lastestWork li p {
	color: #333;
	padding: 10px 5px 5px;
}

#homecontent #stage {
	margin-bottom: 13px;
}
#CollapsiblePanel1 .current a {
	color:#999;
	}
footer sup{
		font-size:.7em;
		}
