@charset "UTF-8";

/* CSS Document */
html {
	background: url(../images/bodybg_bottom.gif) bottom repeat-x #29292a;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt; 
	text-align : left;
	background: url(../images/bodybg_top.gif) top repeat-x;
	text-align: left;
}

body a {
	color: #32498b;
	text-decoration: none;
}

body a:hover {
	color: #000000;
}

#container {
	border-top: solid 3px #ffc011;
	border-bottom: solid 3px #ffc011;
	width: 100%;
	background: #000000;
}

#header {
	width: 932px;
	margin: 0 auto;
}

#nav {
	float: right;
	color: #ffffff;
	font-size: 11pt;
	padding: 58px 0 0 0;
	width: 600px;
}

#nav a {
	color: #ffffff;
}

#nav a:hover {
	color: #ffd93d;
}

.nav-item {
	float: right;
	padding: 0 0 0 32px;
}

#nav-item-at {
	float: right;
	padding: 0 0 0 32px;
	font-weight: bold;
	color: #ffd93d;
}

#content
 {
	width: 100%;
	text-align: center;
}

#content object
{
	display: block;
	height: 544px;
}

#billboard
{
	margin-left: auto;
	margin-right: auto;
	height: 544px;
}

#fold-content
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	min-height: 65px;
	background-color: #252525;
	padding-top: 9px;
	padding-bottom: 9px;
}

#window-content
{
	margin-left: auto;
	margin-right: auto;
	background:#e5e5e5 url(/images/sign-content.gif) top left repeat-x; 
	border-top:solid 3px #ffc011;  
	border-bottom:solid 3px #ffc011;
	padding:20px; 
	width:720px;
}

#window-header
{
	margin-left: auto;
	margin-right: auto;
	background:url(/images/sign-header-rep.gif) top left repeat-x; 
	height:90px; 
	text-align:center; 
	width:760px;
}

#print-header
{
	display:none;
	visibility: hidden;
}

#fold-content .homepage-blurb
{
	font-size: 10pt;
	font-weight: normal;
	width: 234px;
	display: inline-block;
	margin-left: 33px;
	margin-right: 33px;
	vertical-align: top;
	color: #fff;
	text-align: left;
	min-height: 150px;
	
	/* stupid ie7 hacks */
	zoom: 1;
	 *display: inline; 
	 _height: 30px;
}

#fold-content a
{
	font-size: 8pt;
	color: 	#ffc011;
}

.homepage-blurb h1 
{
	font-size: 12pt;
}

.homepage-blurb h2 
{
	font-size: 10pt;
	font-style: italic;
	margin: 0;
	padding: 0;
}

#fold-content .vert-line
{
	display: inline-block;
	border-right: 1px solid #ffc011;
	min-height: 150px;
	width: 2px;
	margin-left: 5px;
	margin-right: 5px;
	
	/* stupid ie7 hacks */
	zoom: 1;
	 *display: inline; 
	 _height: 30px;
}

#footer 
{
	width: 932px;
	margin: 0 auto;
	color: #c4c4c4;
	padding: 10px 0 50px 0;
}

#window-footer 
{
	width: 750px;
	margin: 0 auto;
	color: #c4c4c4;
	padding: 10px 0 0 0;
}

#footer #contact a, #window-footer  #contact a
{
	color: #c4c4c4;
}

#footer #copyright, #window-footer #copyright
{
	float: left;
}

#footer #contact, #window-footer #contact
{
	float: right;
	text-align: right;
}

#fileUploadQueue {
	margin-top: 9px;
	width: auto;
}

#fileUploadQueue .uploadifyQueueItem {
	width: auto; position : relative;
	vertical-align: middle;
	border: 1px solid #c3c3c3;
	background-color: #f4f4f4;
	clear: both;
	padding: 2px;
	margin: 2px;
	position: relative;
}

#fileUploadQueue .uploadifyQueueItem .cancel {
	float: left;
}

#sec-container {
	border-top: solid 3px #ffc011;
	border-bottom: solid 3px #ffc011;
	width: 100%;
	background: #4f81c3 url(../images/sec-rep.jpg) top center repeat-y;
}

#sec-clouds {
	background: url(../images/sec-clouds.jpg) top center no-repeat;
	width: 100%;
}

#sec-content {
	margin: 0 auto;
	padding: 30px 0;
	width: 865px;
	min-height: 450px;
	color: #333333;
	position: relative;
}

#sec-content.with-sidebar p, #sec-content.with-sidebar #links-main, #sec-content.with-sidebar .contact-item {
	margin-left: 207px;
}

#sec-content #sidebar {
	position: absolute;
	left: 0;
	top: 75px;
	padding: 0;
	width: 150px;
	height: 100%;
}

#sidebar h2{
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

#sidebar ul{
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul li{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
}

.contact-item {
	width: 865px;
	float: left;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	border-bottom: solid 1px #999999;
}

#sec-content.with-sidebar .contact-item {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: solid 1px #999999;
	clear: both;
}

.guide {
	width: 865px;
	float: left;
	margin: 0 0 20px 0;
}

.guide-table {
	width: 400px;
	float: left;
}

.guide-title {
	width: 390px;
	float: left;
	background: rgb(30, 31, 144);
	line-height: 30px;
	padding: 0 0 0 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.guide-row {
	float: left;
	width: 400px;
	line-height: 30px;
}

.guide-name {
	float: left;
	width: 50px;
	background: #888888;
	color: #ffffff;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.guide-info {
	float: left;
	width: 330px;
	background: #dddddd;
	padding: 0 0 0 10px;
}

#links-main {
	padding: 0 0 4px 0;
	border-bottom: solid 1px #999999;
	clear: both;
}

.links {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 9px;
	margin-top: 9px;
	display: table;
}

.links img {
	float: right;
	zoom: 1;
}

.links-txt {
	color: rgb(30, 31, 144);
	font-size: 14px;
	font-weight: bold;
	line-height: 60px; float: right;
}

.form-item {
	float: left;
	width: 865px;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #999999;
}

.form {
	float: left;
	width: 865px;
	padding: 10px 0 10px 0;
}

.form-img {
	float: left;
	width: 60px;
	text-align: right;
	margin: 0 12px 0 0;
}

.form-txt {
	float: left;
	color: rgb(30, 31, 144);
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
}

.form-checkbox {
	float: left;
	width: 160px;
	margin: 0 20px 0 0;
}

.blue {
	color: #2f4689;
	font-weight: bold;
}

.blue14 {
	color: rgb(30, 31, 144);
	font-size: 14px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.floatl {
	float: left;
}

.floatl-10 {
	float: left;
	width: 220px;
}

.floatl-30 {
	float: left;
	width: 300px;
}

.font14b {
	font-size: 14px;
	font-weight: bold;
}

.orange-norm {
	color: #262525;
	font-weight: normal;
}

.title {
	font-size: 16pt;
	font-weight: bold;
	color: rgb(236, 175, 4);
	border-bottom: 1px solid rgb(136, 136, 136);
	padding: 0px 0px 8px 0px;
	margin: 0 0 10px 0;
}

.div1 {
	float: right;
	padding: 4px 0 7px 0;
}

.div2 {
	float: right;
	padding: 0 0 7px 0;
}

.div3 {
	float: right;
	padding: 4px 13px 7px 0;
}

.div4 {
	border: solid 2px #000000;
	margin: 14px 0 0 30px;
	width: 800px;
	height: 600px;
}

#searchbox { 
	border: 1px solid #272626;
	border-radius: 2px;
	-moz-border-radius: 2px; 
}
#findSignBtn {
	font-size: 9pt;
}

#mapToolbar { font-size: 8pt;}
#mapToolbar div {font-size: 8pt;}

#signPropertiesTopBar
{
	position: relative;
	clear: both;
	vertical-align: middle;
}

#signWrapper
{
	position: relative;
	vertical-align: top;
	top: 30px;
}

#signMapTabContainer
{
	float:left;
	width: 596px; 
	height: 350px
}
#signPropertiesContainer
{
	float: right;
}

#signphoto
{
	width: 100%; 
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

#signphoto img
{
	max-width: 560px; 
	max-height: 315px;
	padding: 0;
	margin: 0;
}

#signMapTabContainer #pano
{
	width: 596px; 
	height: 318px;
	position:relative;
}
#signMapTabContainer #pano #streetview-msg
{
	position:absolute; 
	top:50%;
	left: 200px;
	height:10em; 
	margin-top:-5em;
}

#signMapTabContainer #map
{
	width: 596px; 
	height: 318px;
}

p.signProps
{
	margin-top: 0;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
