/* CSS Document */

input.shadow, textarea.shadow, input.shadow_required, textarea.shadow_required
{
	background-color: #ffffff; 
	background-image: url('images/box_shadow.gif'); 
	border: 1px solid #666666; 
	color: #666666; 
	padding: 4px 0px 0px 10px;
}

input.shadow_required, textarea.shadow_required
{
	background-image: url('images/box_shadow_required.gif'); 
}



img
{
	border: 0px;
}
body
{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
td, p
{
	color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table#page
{
	background-color: #E0E3E9;
	font-family: Arial, Helvetica, sans-serif;
}
table#footer td
{
	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
table#footer td a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
td.redBar
{
	background-color: #8C012D;
}
td.blueBar
{
	background-color: #005E99;
}
td#contentCell
{
	vertical-align: top;
	background: url('images/contentCellBackground.gif') repeat-y;
}

td#contentCell_design
{
	vertical-align: top;
	background: url('images/contentCellBackground.gif') repeat-y;
}
div#contentDiv
{

	vertical-align: top;
	padding-top: 28px;
	padding-bottom: 14px;
	background: url('images/contentDivBackground.jpg') no-repeat;
}
p.header
{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}


td#menuPage p.menuPage_header
{
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}


td#menuPage p.menuPage_subheader
{
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 0px;
}

td#menuPage a, td#menuPage .menuPageLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #005E99;
}
td#menuPage a
{
	text-decoration: underline;
}

td#menuPage a.normal
{
	font-size: 13px;
	font-weight: none;
}

td#menuPage a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #8C012D;
}


.menuPageLink2
{
	margin: 0px;
	padding: 5px 0px;
	margin-left: 20px;
}



.mainDiv {
	background-color : #FFFFFF;
	position: relative;
	left: 0px;
	z-index : 10;
	width: 100px;
	height: 100%;
	visibility: visible;
} 

td#dropdown a
{
	color: #231F20;
	text-decoration: none;
	font-weight: bold;
}

td#dropdown a:hover
{
	color: #8C012D;
}

td#dropdown
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
table#dropdown
{
	background-color: #E6E6E6;
	border: 1px solid #8C012D;
}
div.dropdownMenu
{
	position: absolute; 
	z-index:30; 
	visibility: hidden;
}

.slideshow_title
{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.slideshow_caption
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}


body#slideshow
{
	background: url('images/slideshow_background.gif') #005994 repeat-y;
}

.slideshow_redBar
{
	background-color: #9B2649;
}

.project_header
{
	font-size: 18px;
	color: #005E99;
	font-weight: bold;
}

.project_location
{
	font-size: 16px;
	font-weight: bold;
}

.projectLink
{
	color: #8C012D;
}

li
{
	list-style-image: url('images/bullet.gif');
}


li.red
{
	list-style-image: url('images/bullet_red.gif');
}

.largeHeader
{
	font-weight: bold;
	color: #8C012D;
	font-size: 16px;
}


.smallHeader
{
	font-weight: bold;
	color: #8C012D;
	font-size: 12px;
}

.blue
{
	color: #005E99;
	text-decoration: none;
}

.misc_header
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}



.misc_subheader
{
	color: #005E99;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
