<style type="text/css">
<!-
/* ==================== DEFAULT ELEMENTS ==================== */

* {margin: 0; padding: 0;}

body
{
	margin: 0px;
	padding: 0px 0px;
	background: #FFF url(../images/homepage/background_black.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 800px;

}

#contentwrapper
{
	background: #FFF;
}




/* ==================== NAVIGATION ==================== */



/* ----- TOP-LEVEL NAV ----- */


ul#navigation
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	background: #333 url(../images/homepage/nav-background_off.gif);
	border-bottom: 2px solid #FFF;
	float: left;
	width: 100%;
}

ul#navigation li
{
	display: inline;
}

ul#navigation a
{
	display: block;
	border-right: 1px solid #333;
	float: left;
	padding: .5em 1.25em;
	font: bold 90%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #999;
}

ul#navigation a:hover
{
	color: #FFF;
}

ul#navigation a:active
{
	color: #900;
}

#navigation #current a 
{
    color: #000;
	background-image: url(../images/homepage/nav-background.gif);
}


/* ----- SUB-LEVEL NAV ----- */
	
ul#subnav
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	background-image:  url(../images/homepage/subnav-background.gif);
	border-bottom: 1px solid #999;
	float: left;
	width: 100%;
}

ul#subnav li
{
	display: inline;
}

ul#subnav a
{
	display: block;
	float: left;
	padding: .5em 1.5em;
	font: bold 80%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	background-image:  url(../images/homepage/subnav-background.gif);
}

ul#subnav a:hover
{
	color: #036;
}

ul#subnav a:active
{
	color: #900;
}

#subnav #current a 
{
    color: #000;
}


/* ----- SIDEBAR NAV ----- */
	
ul#pagenav
{
	margin: 0;
	margin-left: 10;
	list-style-type: square;
}

ul#pagenav a
{
	font: 75%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #003;
}
	
ul#pagenav a:hover
{
	text-decoration: none;
	color: #000;
	background: #CCC;
}

#pagenav #current a
{
	text-decoration: none;
	color: #000;
	background: #CCC;
}




/* ==================== SELECTORS ==================== */


h1
{
	margin: 0;
	text-decoration: none;
	color: #FFF;
	padding: 60px 0px 30px;
}

h1 a
{	
	font: bold 80%/1.4 arial, helvetica, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
	color: #FFF;
}
	
	

h2
{
	margin: 0;
	font: bold 80%/1.4 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	padding: 20px 0px 10px 0px;
}

h3
{
	margin: 0;
	font: bold 120%/1.3 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding: 0px 0px 10px 0px;
}

h3 a
{
	font: bold 85%/1.3 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h3 a:hover
{
	color: #006;
	background: #CCC;
}

h4
{
	font: bold 80%/1.1 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h4 a
{
	font: bold 80%/1.1 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h4 a:hover
{
	color: #006;
	background: #CCC;
}

h5 
{
	font: italic 75%/1.1 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	text-align: right;
}

h5 a
{
	font: bold italic 100%/1.1 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

h5 a:hover
{
	color: #006;
	background: #CCC;
}

p
{
	font: 80%/1.35 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

p a
{
	font: bold 100%/1.5 arial, helvetica, sans-serif;
	text-decoration: none;
	color: #006;
}

p a:hover
{
	color: #000;
	background: #CCC;
}

ol
{
	font: 80%/1.35 arial, helvetica, sans-serif;
	line-height: 200%;
	text-decoration: none;
	color: #666;
}

ol a
{
	font: bold 100%/1.5 arial, helvetica, sans-serif;
	line-height: 200%;
	text-decoration: none;
	color: #006;
}

ol a:hover
{
	color: #000;
	background: #CCC;
}


/* ----- IN-BODY LIST LINKS ID SELECTOR FOR HOMEPAGE ----- */

ul#newslinks
{
	font: bold 80%/1.3 arial, helvetica, sans-serif;
	list-style-type: square;
}

ul#newslinks a
{
	text-decoration: none;
	color: #006;
}

ul#newslinks a:hover
{
	color: #000;
	background: #CCC;
}





/* ==================== DIVS ==================== */

div.cvImage
{
	float: right;
	margin: 0 5px 5px 0;
	display: inline;
}

div.imagecaption
{
	float: left;
	width: 700px;
	margin: 0 1em 1em 0;
	display: inline;
	padding: 10pix;
}

div.imagecaption img
{
	float: left;
	margin-right: 1em;
}

div.moviecaption
{
	float: left;
	width: 700px;
	margin: 0 1em 1em 0;
	display: inline;
	padding: 10pix;
}

div.moviecaption embed
{
	float: left;
	margin-right: 1em;
}

div.pptthumbnail
{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	display: inline;
}

div.thumbnail
{
	width: 210px;
	float: left;
	margin: 0px 15px 20px 0;
	display: inline;
}

div.portfolioNav
{
	clear: both;
	display:inline;
	float: left;
}

div.thumbnail p
{
	margin: 0;
	padding: 10px 20px 10px 10px;
}

div.thumbnailweb
{
	width: 160px;
	float: left;
	margin: 10px 10px 20px 0;
}

div.thumbnailweb p
{
	margin: 0;
	padding: 0 10px 15px 0;
}



/* ==================== CLASS SELECTORS ==================== */



.alignLeft 
{ 
	float:left; 
	margin-top: 1em;
	margin-right: 1em; 
	margin-bottom: .5em;
}

.alignLeftWorks 
{ 
	float:left; 
	margin-top: .5em;
	margin-right: 1em; 
	margin-left: 1em;
	margin-bottom: .5em;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}

.clearboth
{
	clear: both;
}


.thumbnailweb img 
{ 
	width: 160px; 
	height: 80px; 
}

.toggleborder img
{
	border: 2px solid #CCC;
}

.toggleborder:hover img
{
	border: 2px solid black;
}

.toggleborder:hover
{
color: navy; /* Dummy definition to overcome IE bug */
}

.toplink
{
	text-align: center;
	line-height: 3em;
	margin-bottom: 3em;
}




/* ==================== LAYOUTS ==================== */


/* ---------- TITLEBAR & FOOTER ---------- */

#titlebar
{
	clear: left;
	float: left;
	width: 720px;
	padding: 30px 40px 30px;
}


#footer
{
	clear: both;
	background-image: url(../images/homepage/footerbg.gif);
	border-top: 1px solid #333;
	text-align: left;
	font: 85%/1.5 arial, helvetica, sans-serif;
	color: #333;
	padding: 30px 20px 20px;
}



/* ---------- 2 COLUMN C LAYOUT ---------- */

#sidebar
{
	float: left;
	width: 160px;
	display: inline;
	margin: 0px;
	margin-left: 30px;
	padding: 0px 5px;
}

#content
{
	float: left;
	width: 530px;
	margin-left: 30px;
	margin-bottom: 75px;
	padding: 0px 0px 30px;
}


/* ---------- RULE LINES & DIVIDERS ---------- */

#worksheader
{
	width: 100%;
	background: #F4F4F7;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 0px 5px 0px;
	clear: both;
}

#ruleTopBottom
{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 15px 10px 15px 10px;
	clear: both;
}

#productionNotes
{
	width: 100%;
	background: #F4F4F7;
	margin-top: 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px 5px 10px;
	clear: both;
}

#ruleBottom
{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #999;
	padding: 5px 10px 10px 10px;
	clear: both;
}

#ruleBottomGray
{
	width: 100%;
	background: #F4F4F7;
	border-bottom: 1px solid #999;
	padding: 15px 10px 15px 10px;
	clear: both;
}


->
</style>

