/*	NYSDOT Page Styles - Version 06.12.13 - Ken Stanek */
/*	Template Page Styles to be modified */

html {
height: 100%;
margin:0;
padding:0; 
}
body
{
	background-color: #ebebeb;
	background-image: url(../graphics/sidebar-background.gif);
	background-repeat: repeat-y;
	background-position: -40px 0px;
	height: 100%;
margin:0;
padding:0; 

}

#popup
{
	background-color: #FFF;
	background-image: none;
text-align: left;
}


/* Header-Banner Styles */

#header
{
	position: relative;
	height: 70px;
	background-color: #859caa;
	border: 1px solid #ffffff;
}

#header h1
{
	font-weight: bold;
	font-size: 14pt;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	padding: 16px 25px 16px 175px;
	color: #005c96;
	text-align: center;
}

#nysdot-logo
{
	position: absolute;
	top: 5px;
	left: 5px;
}


/* Sidebar Styles */
#sidebar
{
	position: absolute;
	top: 72px;
	left: 0;
	width: 160px;
	background-color: #9d977d;
	font-weight: bold;
border-right: 2px solid #ffffff;
}

#sidebar a
{
	display: block;
	padding: .25em 3px .25em 3px;
	color: #ffffff;
}

#sidebar a:hover
{
	background-color: #ffffff;
	color: #000000;
}

#sidebar hr
{
	margin: 1em;
	color: #ffffff;
	height: 1px;
}

/* Page Area Styles */

#page-area
{
	margin-left: 160px;

height: 100%;
}
}

#page-menu
{
height: 25px;
background: #4b545b;
border-bottom: 1px solid #ffffff;
text-align: center;
width: 100%

}

#page-menu ul li
{
	width: 33%;
	height: 25px;
	background: #4b545b;
	font-weight: bold;
	color: #000000;
	list-style-type: none;
	float: left;
	border-right: 1px solid #ffffff;
}

#page-menu a
{

	display: block;
	padding: .3em;
	color: #ffffff;
}

#page-menu a:hover
{
	background-color: #ffffff;
	color: #000000;
}

.page-selected { background: #9d977d; color: #000000; }
.page-selected a { color: #000000;}



/* Content Styles - Primary */

#content
{

float:right;
	
	text-align: left;
	color: #000;
	width: 100%;
height: 100%;
display: block;


}

#nomenu
{

margin: 1em
	text-align: left;
	color: #000;


}

#content h2, h3
{
	margin: 1em 0 .25em 1em;
	color: #005c96;
}
#nomenu h2, h3
{
	margin: 1em 0 .25em 1em;
	color: #005c96;
}

#nomenu h2 {
	text-align: center;
	font-size: 12pt;
}

#content h2 {
	text-align: center;
	font-size: 12pt;
}

#content h4
{
	margin: 1em 0 .25em 1em;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

#content img { margin: auto; display: block; padding: 1em;}

#content a { color: #2187be; }

#content a:hover { color: #004d75; text-decoration: underline; }

#content ul
{
	margin: 1em;
	list-style-type: none;
}

#content ol
{
	margin: 1em 0 .25em 1em;
	list-style-type: default;
}

#content p
{
	margin: 0 1em 1em 1em;
}

#content-menu
{
	margin: 1em;
	list-style-type: none;
}

#content-menu li { margin: 1em; }

#content-menu a
{
	font-size: 1.2em;
	font-weight: bold;
	color: #2187be;
}

#content-menu a:hover { color: #004d75; text-decoration: underline; }

table { margin: 1em; border-collapse: collapse; }
td, th { border: 1px solid #000; padding: .5em; }
th span { font-weight: normal; font-size: .8em; font-style: italic; }
table .los, .surrogate { font-weight: bold; text-align: center; }
th { background-color: #CCF; }
table .odd { background-color: #FFE; }
table .even { background-color: #EEF; }
table .surrogate { text-decoration: underline; }



/* Content Styles - Secondary */

.quote
{
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

#surrogate-note
{
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: .8em;
}

#surrogate-note span { text-decoration: underline; }

#helicopter-photo-selection
{
	height: 75em;
}

#helicopter-photo-selection ul
{
	width: 40%;
	margin: 0 2em;
	float: left;
	text-align: left;
}

.db-report-selection
{
	clear: both;
	padding: 2em;
}

.db-report-selection img
{
	display: block;
	float: left;
	margin-right: 1em;

}

#detailed-list li
{
	margin: 1em;
}

#detailed-list span
{
	font-weight: bold;
}


#close-info-popup
{
	position: absolute;
	top: 20px;
	right: 10px;
	color: #2187be;
}

#close-info-popup:hover { color: #ffffff; }

.hide
{
display: none;
}


/* Mozilla CSS Hack to Fix Object Embed Size */

html:lang(en)>body object, embed
{
	/* rules ignored by Safari, Opera, and IE/Win */
	width: 100%;
	height: 100%;
}