/* Eric Meyer CSS reset - v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- layout ----- */

html{height:100%;}  

body{
	min-height:101%;	/* prevents centred fixed-width design jumping in Firefox with vertical scrolling. */
	text-align:center;
	font:.625em/1.5em "Lucida Grade", Verdana, Arial, sans-serif;
	color:#666;
	background:#e1e1e1 url(../image/bgStars.gif) 0 0 repeat-x fixed;
}

#wrapper{
	overflow:visible;
	width:980px;
	margin:20px auto;
	text-align:left;
}

#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapperHeader{
	float:left;
	display:inline;
	width:980px;
	height:160px;
	background:transparent url(../image/bgHeader.png) 0 0 no-repeat;
}

#wrapperContent{
	float:left;
	clear:left;
	display:inline;
	width:980px;
	padding-top:10px;
	min-height:400px;
	background:transparent url(../image/bgContent.png) 0 0 repeat-y;
}

#contentMain{
	float:left;
	display:inline;
 	margin:0 0 20px 40px;
  padding:15px 40px 0 20px;
	width:459px;
	border-right:1px solid #f8f8f8;
	background:#fff url(../image/bgContentMain.gif) 0 0 no-repeat;
}

#contentRight{
	float:right;
	display:inline;
	margin:0 60px 20px 0;
	padding:15px 20px 0 40px;
	width:300px;
	background:#fff url(../image/bgContentRight.jpg) 0 0 no-repeat;
}

#footer{ 
  clear:both;
	float:left;
	display:inline;
	width:980px;
	height:80px;
	background:transparent url(../image/bgFooter.png) top left no-repeat;
}

.clearLeft{
	clear:left;
}

/* ----- navigation / anchors ----- */

a{
  color:#EB750A;
	text-decoration:underline;
	outline:none;
}

a:hover{
	text-decoration:none;
}

#flashNav{
	float:left;
	display:inline;
	margin:70px 0 0 18px;
	width:auto;
}

#flashNav ul{
	display:inline;
}

#flashNav ul li{
  float:left;
	width:129px;
	background:none;
}

#flashNav ul li a{
	display:block;
	width:129px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}

#flashNav ul li.home a{
	background:url(../image/bgNav.gif) 0 0 no-repeat;
}

#flashNav ul li.home a:hover{
	background-position:0 -26px;
}

#flashNav ul li.portfolio a{
	background:url(../image/bgNav.gif) -129px 0 no-repeat;
}

#flashNav ul li.portfolio a:hover{
	background-position:-129px -26px;
}

.skip{
  position:absolute;
  left:-1000em;
  width:20em;
}

#footer a{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/* ----- typography & miscellaneous styles ----- */

#flashBanner{
	float:right;
	display:inline;
	margin:20px 21px 0 0;
	width:520px;
}

h1, h2, h3{
	font-family:"Lucida Console", Verdana, Arial, sans-serif;
}

h1{
	text-indent:-9999px;
	background:url(../image/bannerNoflash.jpg) 0 0 no-repeat;
	height:130px;	
}

h2{
	color:#987061;
	font-size:2em;
	line-height:.75em;
	margin-bottom:.75em;
}

h3{
	color:#987061;
	font-size:1.4em;
	line-height:1.071em;
	margin-bottom:1.071em;
}

p{
	font-size:1.1em;
	line-height:1.364em;
	margin-bottom:1.364em;
}

img{
	border:none;
}

ul{
	margin:0 0 15px 20px;
}

li{
	padding:0 0 .3em 20px;
	font-size:1.1em;
	line-height:1.364em;
	background:url(../image/star.png) 0 .2em no-repeat;
}

acronym, abbr{
	border-bottom:none;
}

.highlight {
  color:#EB750A;
}

/* ----- contact form ----- */

.row{
	float:left;width:100%;
	position:relative;
}

label {
	float:left;
	width:100%;	
	font-size:1em;
	line-height:1.364em;
}

input, textarea{
	float:left;
	padding:2px;
	border:solid 1px #987061;
	background-color:#fff;
	font:1.1em "Lucida Grade", Verdana, Arial, sans-serif;
}

.contact{
	margin-right:5px;
	width:250px;
}

.contact:focus{
	background:#FCD7B6;
}

.button{
	padding:2px;
	font:1.1em "Lucida Console", Verdana, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background-color:#EB750A;
}

.button:hover { 
	opacity:.8;
}

.required{
	font-size:1.5em;
	font-weight:bold;
	color:#EB750A;
}

.error{
	clear:both;
	font-weight:bold;
}

/* ----- footer ----- */

#footer p{
	float:left;
	padding:20px 0 0 60px;
}

#footer ul{
	float:right;
	padding:20px 60px 0 0;
}

#footer ul li{
	display:inline;
	font-size:1em;
	padding:0;
	background:none;
}

#footer ul li:after{
   content:" |";
}

.lastLI:after{
  color:#fcfcfc;
}

/* ----- portfolio ----- */

ul#portfolioItems li.click a{
	padding:2px 4px 3px 4px;
	margin-left:-4px;
	color:#fff;
	background:#EB750A;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:.2em;
}

ul#portfolioItems li.click a:hover{
	color:#EB750A;
	background:#fff;
	text-decoration:underline;
}

ul#portfolioNav li{
	float:left;
	display:inline;
	padding:10px 20px 5px 0;
	background:none;
}

ul#portfolioNav li a{
	padding:5px;
	border:solid 1px #987061;
	color:#fff;
	text-decoration:none;
	background-color:#EB750A;
}

ul#portfolioNav li a:hover,
ul#portfolioNav li a.selected{
	padding:4px 3px 4px 4px;
	border:solid 2px #EB750A;
	color:#EB750A;
	font-weight:bold;
	background-color:#fff;
}

li.click{
	position:relative;
	padding:30px 0 0 0;
	width:459px;
	background:none;
}

li.click img{
	float:left;
}

.portfolioItem{
	float:left;
	display:inline;
	padding-left:20px;
	width:236px;
	background:url(../image/bgPortfolioItem.gif) bottom right no-repeat;
}

.portfolioItem p{
	font-size:1em;
	line-height:1.5em;
}

.portfolioItem li{
	font-size:1em;
	line-height:1em;
	background:url(../image/starOrange.png) 0 0 no-repeat;
}

.portfolioItem span.indev{
	padding:2px 4px 3px 4px;
	margin-left:-4px;
	color:#fff;
	background:#EB750A;
	text-decoration:none;
}

.portfolioItem span.dev{
	line-height:2em;
	color:#EB750A;
}

/* ----- jQuery SerialScroll - override some of the above CSS classes ----- */

div#scroll{
	overflow:hidden;
	position:relative;
	float:left;
	width:459px;
}

li.click{
	float:left;
	display:inline;
}

ul#portfolioNav{
	display:none;
}