
/* RESET STYLE */
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 */



/********** GENERAL STYLE DEFINITIONS *************/

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
margin: 0;
padding: 0;
background-color:#fff;

}

.hidden {
visibility:hidden;
}

.clear {
clear:both;
}

a:link, a:visited {
color:#666666;
text-decoration:none;
}

a:hover {
color:#b3b3b3;
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
padding:10px 0 10px 0;
}

h1 {
font-size:2.0em;
}

#header h1 {
margin:0; 
padding:0; 
border: 0;
display: block; 
border: none; 
text-decoration:none; 
background: #fff url(img/img_above_nav_website.gif) no-repeat;
}


h2 {
font-size:1.8em;
}

h3 {
font-size:1.6em;
}

h4 {
font-size:1.5em;
}

h5 {
font-size:1.0em;
}

h6 {
font-size:0.5em;
}


p {
margin:10px 0 10px 0;
line-height:1.3em;
}

ul, ol {
margin:10px 0 10px 10px;
}

li {
margin:0;
}


#content {
margin: 0 auto;
width: 942px;
height: auto;
}

#header {
background-color: #fff;
width: 942px;
height: 22px;
margin: 0;
padding: 0;
border: 0;
}

#main_home {
width: 942px;
height: 557px;
background: #fff url(img/home_main_img_webpage.jpg) no-repeat;
margin: 0;
padding: 0;
}

#main {
width: 942px;
height: 557px;
background: #fff url(img/bg_main.jpg) no-repeat;
margin: 0;
padding: 0;
}

#home_text {
margin: 0;
padding: 117px 255px 0 70px;
font-size:14px;
line-height: 1.2em;
}

#main_text {
margin: 0;
padding: 20px 15px 30px 0;
font-size:14px;
line-height: 1.2em;
}

#bio_bottom {
width: 942px;
height: 150px;
}

#bio_bottom img {
margin: 17px 5px 0 5px;
padding: 0;
float: left;
border: 2px #CCC solid;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top:0;
background-color: #fa0000;
width: 400px;
min-width:400px;
padding: 5px;
border:2px dashed #333;
font:bold 12px Times;
line-height:12px;
z-index:100;
visibility: hidden;
color:#231f20;
text-align:left;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
margin: 0 2px;
}

.document_image {
margin: 10px 10px 5px 0;
padding: 0;
}

#leftcolumn_work {
float: left;
width: 200px; 
height:100%;
min-height:500px;
margin: 10px 20px 10px 7px;
font-weight:bold;
font-size: 15px;
}

#lightbulb {
background: transparent url(img/lightbulb.png) no-repeat;
margin: 10px auto;
}

.work_img {
margin: 5px 10px 4px 0px;
padding: 0;
float: left;
border: 2px #CCC solid;
}

.video {
margin: -10px 0 0 0;
padding: 0;
}

#quote {
width: 942px;
height: 33px;
background: #fff url(img/img_quote_web_page_03.png) no-repeat;
margin: 0;
padding: 0;
}

#quote2 {
width: 942px;
height: 33px;
background: #fff url(img/img_quote_web_page_02.png) no-repeat;
margin: 0;
padding: 0;
}

#quote3 {
width: 942px;
height: 33px;
background: #fff url(img/img_quote_web_page_01.png) no-repeat;
margin: 0;
padding: 0;
}

#quote4 {
width: 942px;
height: 33px;
background: #fff url(img/img_quote_web_page_04.png) no-repeat;
margin: 0;
padding: 0;
}



#bottom_container {
width: 942px;
height: 165px;
margin: 19px 0 0 0;
padding: 0;
float: left;
}

#bottom_image_bio {
width: 305px;
height: 165px;
margin: 0;
padding: 0;
background: #fff url(img/img_bottom_bio_resume.jpg);
float: left;
}

#bottom_image_portfolio {
width: 305px;
height: 165px;
margin: 0;
padding: 0;
float: left;
}

#bottom_image_contact {
width: 305px;
height: 165px;
margin: 0;
padding: 0;
background: #fff url(img/img_bottom_contact.jpg);
float: left;
}

#bottom_spacer {
width: 13px;
height: 165px;
background-color:#fff;
float: left;
}




.leftcolumn {
float:left;
width:240px;
margin:0;
padding:0;
}

.rightcolumn {
float:left;
width:250px;
margin:0;
padding:0;
}

form label {
font-weight:bold;
}

input.textbox {
margin-bottom:5px;
}

form label.required {
color:#be0101;
font-weight:bold;
}

form {
margin:0;
padding:0;
}



#footer {
width: 942px;
height: 25px;
margin-top: 7px;
}


#footer_text {
color: #b3b3b3;
font-size:12px;
float:right;
font-weight:normal;
margin: 0 25px 0 0;
}

#footer_links {
color: #666666;
font-size:12px;
float:left;
font-weight:normal;
margin: 10px 0 0 25px;
}

/* END GENERAL STYLE DEFINITIONS */

#comments {
float: right;
}