/* 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;
}


/* End Reset */
body {font-family: Helvetica, Arial, sans-serif; font-size: 12px;}

a {color: #5c5c5c;}

#contentWrap {margin: 0 auto; width: 960px;}
#header {width: 960px; height: 70px;}
#header h1 {float: left; height: 70px; visibility: visible !important;}
#header #nav {float: right; width: 148px; padding-top:29px;}
#header #nav li {float: left; height: 32px; text-indent: -1234em;}
#header #nav li a {display: block; height: 32px;}
#header #nav #aboutLink {background: url(images/btn_about.gif); width: 68px;}
#header #nav #contactLink {background: url(images/btn_contact.gif); width: 80px;}

#header #nav #aboutLink:hover {background: url(images/btn_about_over.gif); width: 68px;}
#header #nav #contactLink:hover {background: url(images/btn_contact_over.gif); width: 80px;}

#main_image {background:black; height: 500px; margin-top: 10px;}

.caption {float: left; margin-top: 10px; padding: 10px; color: #5c5c5c; font-size: 12px; line-height: 18px;}
.caption strong {font-weight: bold; display: block; height: 14px; width: 400px;}
.caption em {height: 11px; display: block; width: 400px; margin-top: 1px;}
.nav {float: right; margin-top: 10px; text-indent: auto;}
.gallery {position: absolute;}

.nav a {display: block; height: 30px; text-indent: -1234em; float: left;}
.nav #prev {width: 78px; background: url(images/btn_previous.gif) no-repeat; }
.nav #next {width: 51px; background: url(images/btn_next.gif) no-repeat; }
.nav #prev:hover {background: url(images/btn_previous_over.gif) no-repeat; }
.nav #next:hover {background: url(images/btn_next_over.gif) no-repeat; }

.sIFR-ignore {visibility: visible !important;}

#mainContent h1 {margin: 12px 10px 14px 10px; font-size: 38px;}
#mainContent h2 {margin: 4px 0 4px 0; font-size: 0; color: #5c5c5c;}

.subContent {float: left; font-size: 13px; line-height: 18px; color: #5c5c5c; padding: 0 10px;}
.subContent p, ul {line-height: 18px; margin-bottom: 15px;}
.subContent ul {list-style: disc;}
.subContent ul li {margin-left: 20px;}

#bio {width: 450px; margin-right: 20px; }
#services {width: 205px; margin-right: 20px;}
#moreAbout {width: 205px;}

.bigText {font-size: 26px; font-weight: bold; line-height: 30px !important; }