/* CSS Document */

html{ height:100%;}
* { padding: 0; margin: 0;}

body {
	font-family: "Trebuchet MS", sans-serif;
	font-size:12px;
	background-color: #DAD5D5;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/2ndbg_02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}
.wrapper {

	overflow: hidden;
	}


#page {
	background-image: url(images/jlbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	width: 733px;
	margin-right: auto;
}


#Topbar{
	width: 250px;
	padding: 2px;
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 75px;
	margin-top: 100px;
	margin-left: 27px;
}

/* ------------------------------------- */
/* ------------- NAVIGATION ------------ */
/* ------------------------------------- */


 #navcontainer
{
	width: 350px;
	padding: 2px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 100px;
	margin-left: 35px;
	margin-right: 14px;
	vertical-align: middle;
	float: right;
	clear: right;
}
  #navcontainer ul
{
text-align: center;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #000000;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 10px;
/* matches link padding except for left and right */
padding-top: 10px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
color: white;
text-decoration: none;
border-right: 1px solid #000000;
}

#navcontainer ul li a:hover
{
background-color: #FF0000;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }


#one_column {
	width: 684px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	clear: both;
	padding: 0px;
	display: block;
}

#one_column a {
	color:#000000;
	text-decoration:none;
		overflow: hidden;
}

#one_column a:visited {
	color:#000000;
	text-decoration:none;
}
	
#one_column a:hover {
	color:#FF0010;
	text-decoration:underline;
}
	
#sidebar {
	width: 300px;
	float: left;
	margin-left: 20px;
	padding: 10px 0px 0px;
	margin-top: 10px;
	margin-bottom: 80px;
}
.sidebarText {
	color: #333333;
	padding-left: 2px;
	float: left;
	width: 135px;
	margin-bottom: 25px;
}


#highlightbox {
	width: 225px;
	float: right;
	margin-left: 20px;
	padding: 5px;
	margin-top: 20px;
	background-color: #EFEFE7;
	border: 4px solid #EFEFE7;
	margin-bottom: 20px;
}

#main_column {
	width: 350px;
	float: left;
	padding: 0;
	margin-left: 40px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	display: inline;
}


#sitemap {
	font-size:12px;
	margin: 5px;
	list-style-type: none;
	padding: 5px;
	line-height: 22px;

}

#sitemap a { color:#0066CC;
text-decoration:underline;}

.images {
	border: 1px solid #999999;
	margin: 10px;
	padding: 5px;
}


#footer {
	color: #999999;
	font-size: 100%;
	line-height: 19px;
	border-top-width: 1px;
	border-top-color: #666666;
	margin-top: 75px;
	margin-bottom: 50px;
	text-align: center;
	clear: both;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
}


#footer .bug a, #footer .bug a:visited {
	text-decoration: none;
}
#footer a {
	color: #666666;
	text-decoration: underline;
	}

p {
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}

a {
	color: #990000;
	text-decoration: underline;
}
a:visited, a:hover {
	text-decoration: none;
}

ul, ol {
	font-size: 11px;
	line-height: 17px;
}
ul a, ol a {text-decoration: none}
ul a:hover, ol a:hover {color: #009900}


.clear {clear: both}


/* ------------------------------------- */
/* ------------- HEADLINES ------------- */
/* ------------------------------------- */

h1 {
	color: #FF0000;
	font-size:24px;
	font-family:"Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	height: 37px;
}
	
h2 {
	font-size: 24px;
	color: #333333;
	margin: 10px 0px 0px;
	padding: 10px 0px;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-weight: normal;
	font-variant: normal;
}

h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	line-height: 28px;
	margin: 0px 0px 10px;
}

h4 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0010;
	text-transform: capitalize;
	padding: 5px 0px 0px;
	clear: both;
	margin: 10px 0px 6px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	padding: 0px;
	margin: 10px 0px 5px;
	font-family: "Trebuchet MS", sans-serif;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-transform: capitalize;
	padding: 10px 0px 2px;
	margin: 10px 0px 2px;
}

.Header {
	font-size: 18px;
	color: #006633;
}
.date {
	font-weight: bold;
	color: #999999;
}

.bug {
	font-size: 85%;
	color: #999999;
	height: 20px;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.bug h1 { font-size:10px;
	margin: 0px;
	padding:0px;
	}
	
.bignumber {
	font-size: 22px;
	color: #FF0066;
	margin: 0px;
	padding: 15px 8px 0px 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
.outline {
	margin: 5px;
	border: 1px solid #B9D2E6;
}
.LeadText {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 0px;
}
.projectEntry {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	float: left;
	width: 683px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}


#content_column {
	width: 683px;
	overflow: visible;
	margin: 0px 0px 25px 27px;
	padding: 0;
	clear: left;
}

#content_column ul {
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: none;
}
#content_column ul li {
	margin-bottom: .5em;
	background-image: url(images/greyghost.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}


/*.fix {
	float: left;
	width: 100%;
	height: 185px;
}*/
#movieFeature {
	width: 683px;
	margin-left: 27px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	float: left;
	display: inline;
}
#notes h4 {
	color: #333333;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}

#movieFeature object {
	margin: 0px 15px 5px 0px;
	float: left;
}

#movieFeature h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: #333333;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}


#movieFeature h5 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	background-image: url(images/dash_horizontal_3x1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin: 10px 0px 8px;
	font-family: "Times New Roman", Times, serif;
}
#movieFeature p {
	line-height: 2.25em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#movieFeature table {
	background-color: #F0F0F0;
	margin: 5px;
}
#movieFeature th {
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/dash_horizontal_3x1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 3px;
}
#movieFeature a {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-family: "Trebuchet MS", sans-serif;
}
#movieFeature td {
	font-size: 11px;
	padding: 3px;
}

#notes {
	padding: 0px;
	float: left;
	width: 370px;

	margin: 0px;
}

#notes H3 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#notes ul {
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: none;
}
#notes ul li {
	margin-bottom: .5em;
	background-image: url(images/greyghost.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}


#details {
	margin: 0px 5px 5px;
	padding: 5px;
	float: right;
	width: 275px;
	clear: both;
}
#details strong {
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

#details ul li {
	list-style-type: circle;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .50em;
	margin-left: 1.5em;
}
#details ul {
	list-style-type: none;
}

#movieFeature .callout p {
	line-height: 1.25em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.callout {
	font-size: 16px;
	color: #000000;
	background-image: url(images/blockquote_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 10px;
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border: 1px solid #999999;
}


.resources {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-weight: bold;
}
.resources a, .resources a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.resources a:hover {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.resume  {
	border: 1px solid #CCCCCC;
	font-size: 85%;
	text-transform: none;
	margin-top: 20px;
	width: 683px;
}
.resume-header {
	font-size: 85%;
	text-transform: uppercase;
	color: #666666;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 .resume th {
	text-align: left;
	font-size: 145%;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 5px;
}
.resume td {
	color: #333333;
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.resume em {
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}











/*#movieFeature:after,
#notes:after,
#main:after,
 {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}*/

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

