/* =Global reset styles
--------------------------------------------------------------------- */
			
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,
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;
}
pre { display:none; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1; /* sets baseline line height for the document */
	z-index:1;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
 
img, div 
{ 
	behavior: url("/assets/scripts/iepngfix.htc");
}

/* Additional reset styles 
--------------------------------------------------------------------- */

/* Reset Global reset to values we would expect for some elements */
strong		{ font-weight: bold;}
 
/* Remove Mozilla's dashed borders */
a 	{outline:none;}
a:active {outline:none;}

/* Remove border around fieldset even on Opera 7 */
fieldset {
  border: solid 0 transparent;
}

/* Remove blue border around linked images */
a img {
	border: 0;
}
.fl
{
	float:left;
}
/*
--------------------------------------------------------------------- */





/**********************************/

/* 

	CONTENTS
	+ Site Wide
	+ Page Setup
	+ Header
	+ Footer

*/



/**********************************/
/* SITE WIDE */

body {
	font-family: Helvetica, "Lucida Grande", Georgia, Arial, "Gill Sans", Sans-Serif;
	background-color: #FFF;
}



/**********************************/
/* TEXT AND LINK STYLING */

p, td, div, li span {
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
}


p { 
	color: #666;
	font-size: 15px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

blockquote {
	font-family: Georgia, "Gill Sans", Sans-Serif;
	color: #666;
	font-size: 24px;
	padding: 0;
	margin: 10px 0 20px 10px;
}

cite {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}

.box {
	float: left;
	margin-bottom: 10px;
}

/**********************************/
/* PAGE SETUP */

#container { 
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}



/**********************************/
/* HEADER */

#header { 
	width: 960px;
	clear: both;
	padding: 0px;
}


/* H1 and TAGLINE */

#header h1, h2 {
	font-family: "Lucida Grande", Georgia, Arial, Sans-Serif;
}

#header h1 { 
	font-size: 34px;
	font-weight: normal;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	padding-bottom: 5px;
}

#header h1 a {
	color: #000; /* #C03 */
	text-decoration: none;
}

h2 {
	color: #999; /* #C03 */
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}


/**********************************/
/* FOOTER */

#footer {
	clear: both;
	height: 15px;
	font-size: 10px;
}

#footer p {
	line-height: 15px;
	font-family: "Lucida Grande", Georgia, Arial, Sans-Serif;
	font-size: 10px;
	color: #999999;
}



#headshots {
	width: 960px; 
	height: 400px; 
	overflow: hidden;
	padding: 10px 0 10px 0;
}

#surround {
	width: 9600px; 
	height: 400px; 
}

div.picture {
	float: left;
	margin-right: 30px;
}

div.picture p {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
	font-style: italic;
}


#headerbar {
	background-color: #333;
}

#headerbar div {
	line-height: 40px;
	font-size: 15px;
	margin: 0 auto 0 auto;
	width: 960px;
	color: #FFF;
	text-align: right;
	font-family: "Lucida Grande", Georgia, Arial, Sans-Serif;
}