/* 
||||||||||||||||||||||||||||||||||||||||||||||
Form Style Sheet
Created: 2/28/2008
||||||||||||||||||||||||||||||||||||||||||||||
 */

/*

LAYOUT SECTION

*/

body {
	background-color:#E6E6CB; 
	padding:0; 
	margin:0;
}

div#wrapper {
	width:778px; 
	position:relative;
	left:50%;
	margin-left:-389px;
	width:778px; 
	border-left: 1px solid #072c84;
	border-right: 1px solid #072c84;
	overflow:hidden;
}


#banner {
	background-image:url('/forms/images/cityScapeOrig3.JPG');
	background-repeat:repeat-x;
	background-position:top left;
	border-bottom:2px solid #833B00;
	height:47px;
	margin:0;
	padding:0;
	position:relative;
}

#banner h1 {
	font-size:30px;
	color:#072c84;
	padding:0 !important;
	margin:0 !important;
	position:absolute;
	top:5px;
	left:5px;
}

#banner img {
	position:absolute;
	right:3px;
	top:1px;
}
/* main */

div#topNav {
	display:block;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: small;
	margin:0;
	padding:2px;
	background-color:#072c84;
	color:#FFF;
	text-align:right;
}

div#content {
	padding:1em;
	background-color:white;

}


div#bottomNav {
	text-align:right;
	display:block;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: small;
	margin:0;
	padding:2px;
	background-color:#072c84;
	color:#FFF;
	clear:both;
}

/* typography */

body {
font-family:arial, san-serif;
font-size:small;
}

#topNav a {
	color:#FFF;
	text-decoration:none;
}

#topNav a:hover {
	text-decoration:underline;
}
#content a {
	color:#072c84;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#content a:visited {
	color:#833B00;
}


#content h1 {
	font-family:garamond, serif;
	font-size:x-large;
	color:#235ead;
	font-weight:bold;
	margin:0 0 0.25em 0;
	padding:0;
}

#content h2, .Headline{
	font-family:garamond, serif;
	font-size:large;
	color:#235ead;
	font-weight:bold;
	margin:0.15em 0 0.25em 0;
	padding:0;
}

#content h3, .SubHead{
	font-family:arial, sans-serif !important;
	color:#235ead !important;
	font-size:small !important;
	font-weight:bold !important;
	padding:0 !important;
	margin:0 0 1em 0 !important;
}

#content h1 a, #content h2 a, #content h3 a, .Headline a, .SubHead a{
	color:#235ead !important;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, .Headline a:hover, .SubHead a:hover {
	color:#072c84 !important;
}

#content h1 a:visited, #content h2 a:visited, #content h3 a:visited, .Headline a:visited, .SubHead a:visited {
	color:#833B00 !important;
}

#content p, #content li, #content td {
	font-family:arial, sans-serif;
	color:black;
	font-size:small;
	padding:0;
	margin:0 0 1em 0;
}

#content ul {	
	list-style-position:outside;
}

.BodyRed {
	color:red !important;
	font-weight:bold !important;
}

.BodyHighlight {
	background-color:yellow !important;
}

#bottomNav ul {
	display:block; 
	list-style:none;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size:x-small;
	margin:0;
	text-align:right;
	padding:0.25em 0;

}

#bottomNav li {
	display: inline;
	border-right: 1px solid #FFF;
	padding-left:0.40em;
	padding-right:0.30em;
}

#bottomNav li.last {
	border:none;
}

#bottomNav a {
	color:#FFF;
	text-decoration:none;
}

#bottomNav a:hover {
	text-decoration:underline;
}

#copyright {
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	text-align:center;
}

.date { 
	font-family:arial, helvetica, sans-serif; 
	font-size: 9px; 
	color:#043476; 
}