@charset "UTF-8";

html { margin: 0; }

html, body { height: 100%; }

body {
	background: #dfdfdf url(../img/bg.png) repeat-y top center;
	margin: 0;
	padding: 0;
}
.form1 {
    height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin: 0 auto 0px; /*Negative Space for Footer and Push Div*/
	width: 933px;
}
.footer, .push { height: 77px; }

.footer { 
	width: 933px; 
	margin: -77px auto; 
	background: #dfdfdf url(../img/bg.png) repeat-y top center; 
	clear: both; 
	text-align: center;
	font: 0.56em Verdana, Arial, Helvetica, sans-serif;
}

.sidebar {width: 183px; float: left; margin-left: 1px;}

.rightcolumn {
	width: 749px;
	float: left;
}
.logo { width: 180px; margin-left: 1px;}

.sidenav {
	background: url(../img/submenu.png) no-repeat;
	margin-left: 1px;
	min-height: 272px;
	padding-top: 25px;
}
.sidenav ul { color: white; font-family: Arial,Helvetica,sans-serif; font-size: 0.8em; list-style:none; display:block; padding: 0; margin: 0 20px; }
.sidenav ul li { padding: 7px 0; text-align: left; }
.sidenav ul li a { color:#CCC; text-decoration: none; }
.sidenav ul li:hover a { color: #FFF; }

.header { width: 749px; height: 207px; }

.navbar { width: 750px; height: 41px; background:#F2EB14; font: 0.65em Verdana, Geneva, sans-serif; }
.navbar li { list-style:none; float: left; padding: 0; margin: 0;}
.navbar li a { display: block; color: #CCC; }
.navbar li a:hover { color: #FFF; }
.navbar li ul { width: 130px; display: none; background-image:url(../img/transparent.png); background-repeat: repeat; padding: 0; }
.navbar li ul li { padding: 6px 0; }
.navbar li:hover ul { display: block; position: absolute; margin: 0; padding: 5px 10px; }
.navbar li:hover li { float: none;}
.navbar li:hover li a { color: #FFF; text-decoration: none; }
.navbar li li a:hover { color: #FCF561; }

.content {
	width: 650px;
	background: #F9F9F9 url(../img/contentbg.jpg) no-repeat;
	min-height: 250px;
	padding: 20px 50px 30px;
	font-family: Verdana, Geneva, sans-serif;
}

.content table { font-size:0.75em;  line-height: 20px;}

.content ul { font-size:0.75em;  line-height: 20px; }

.footertop {
	color: #AAA;
	width: 750px;
	height: 17px;
	padding-top: 3px;
	border-bottom: 1px solid #b3921f;
	margin-right: -1px;
	float: right;
}
.footertop a, .footertop a:link { color: #AAA; text-decoration: none;}
.footertop a:active { color: #AAA; text-decoration: none; }
.footertop a:visited { color: #AAA; text-decoration: none; }
.footertop a:hover { color: #000; text-decoration: underline; }

.footerbottom {
	width: 750px;
	height: 51px;
	border-top: 1px solid #f5f0de;
	border-bottom: 1px solid #b3921f;
	padding-top: 3px;
	font-weight: bold;
	background-color: #F9CF43;
	margin-right: -1px;
	float: right;
}
.footerbottom a { color: #000; text-decoration: underline;}
.footerbottom a:active { color: #000; text-decoration: underline; }
.footerbottom a:visited { color: #000; text-decoration: underline; }
.footerbottom a:hover { color: #000; text-decoration: underline; }

p { font-size:0.75em;  line-height: 20px;}
h1 { font-size:1.5em;  color:#c1140b; }
h2 { font-size: 0.8em; }
h3 { font-size:1em; font-weight: bold; }
.bold { font-weight: bold; }

a:link, a:visited, a:active { color: #000; text-decoration: underline; }
a:hover { color:#C00 }

/* Begin styling for Request Presentation Form */

.wrapform {
	width: 420px;
}
.formhead {margin: 0 0 10px; padding: 0; font-size: 12px; }

.requestpresentation {
	background:#eee;
	background-image: url(../img/presentationbg.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:15px 20px 20px 20px;
	width:380px;
	border: solid 1px #ccc;
}
.requestpresentation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.requestpresentation li {
	margin-bottom:1px;
	background-color: #666;
	padding: 8px;
}

.requestpresentation label {
	float: left;
	text-align:right;
	margin-right:7px;
	color:#FFF;
	line-height:18px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	width: 150px;
}
.requestpresentation input, .requestpresentation textarea {
	border:1px solid #999;
	width: 200px;
	padding: 2px;
}
.requestpresentation input:hover, .requestpresentation textarea:hover { border:1px solid #ffea00; }
.requestpresentation input:focus, .requestpresentation textarea:focus { border:1px solid #d65928; }

.requestpresentation select {
	border:1px solid #999;
	width: 206px;
	background-color: white;
}
.requestpresentation select:focus { border:1px solid #c9a601; }

.clear {
	width: 100px;
	margin: 0 auto;
	clear: both;
}
.sendbutton {
	background: transparent url(../img/sendbuttons.png) no-repeat top;
	width: 106px;
	height: 38px;
	color: #000;
	border:none;
	width: 106px;
	margin-top: 12px;
}

.sendbutton:hover { background: transparent url(../img/sendbuttons.png) no-repeat bottom; }

/*********
Styling for Presenter form
*******/

.wrap-presenter {
	width: 546px;
}

.presenter {
	border: solid 1px #ccc;
	margin: 0px;
	width: 544px;
	background-color: #eee;
	background-image: url(../img/presenterformbg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}

.row {
	color: #fff;
	margin-bottom: 1px;
	width: 505px;
	overflow: auto;
	background-color: #666;
	margin-right: auto;
	margin-left: auto;
}

.presenter label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.presenter input, .presenter textarea {
	border: 1px solid #999;
	width: 220px;
	padding: 2px;
} 
.question {
	width: 240px;
	padding: 8px 6px 8px 15px;
	text-align: right;
}
.answer {
	width: 225px;
	padding: 8px 10px 8px 4px;
}

.presenter input:hover, .presenter textarea:hover { border:1px solid #ffea00; }
.presenter input:focus, .presenter textarea:focus { border:1px solid #d65928; }

/****************************************************************************************
Styling for Pan and Zoom Jquery for Map 
****************************************************************************************/

div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	height:16px;
	padding:1px 0;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup {
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img { border: 0px; }

.preload {
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../img/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF; }




/* CheckBoxList/RadioButtonList styles */
table.RadioButtonList { display:inline; border-collapse:collapse; }
table.RadioButtonList td { padding-right:4px; padding:1px 0 1px 0;  }
table table.RadioButtonList input { float: left; width:30px; margin:1px 3px 0 0; border:none }
table table.RadioButtonList input:hover, table table.RadioButtonList input:focus { border:none }
