/* SSC Broadband Map site Layout styles */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
  text-align:center;
  margin:0;
  line-height:1.3;
}

.clear {
	clear: both;
}

#page-wrapper{
  margin:0 auto;
  text-align:left;
  width:980px; 
  background: url(../images/page_bgnd.gif) 0 0 repeat-y;
}
#DemandMap #Map {
	width: 620px;
	/*height: 500px;*/
}

#DemandMap.mini {
	text-align: left;
}

#container-top{
  width: 950px;
  height: 178px;
  margin-left:15px;
}

#container-mid{
  clear: left;
  margin:0px 0 0 35px;
  width: 910px;
  overflow:hidden;
}

#footer{
  width:980px;
  height:200px;
  overflow: hidden;
  background: url(../images/footer_bgnd.gif) bottom left no-repeat;
  margin-top:35px;
}

/* within container-top */
#header{
  height: 119px;
  width:950px;
  background: url(../images/header_bgnd.gif) repeat-x;
  position:relative;
}

#header-left{
  float: left;
  margin: 19px 0 0 20px;
  display:inline;
}

#header-right{
  float:right;
  margin: 19px 20px 0 0;
  display:inline;
}

#main-nav-panel{
  height: 5.9em;
  background: #000000;
  width:950px;
}

#main-nav-panel #main-nav{
  float:left;
}

#main-nav-panel #side-nav{
  float:right;
}


/* container-mid */
/*homepage*/
#container-mid #top-wrapper{
  width: 910px;
  margin: 50px 20px 0 0;
  overflow: hidden;
  background:url(../images/tip_bgnd.gif) right bottom no-repeat;
}

#container-mid #bottom-wrapper{
  width: 910px;
  margin: 30px 20px 0px 0;
  padding-bottom: 10px; /* make sure the bottom shadow shows */
  overflow: hidden;
  background: url(../images/map_form_bgnd.gif) right bottom no-repeat;
}

#container-mid .left-content{
  float: left;
  width: 575px;
}

#container-mid .right-content{
  float: right;
  width: 335px;
}

#container-mid #top-wrapper .left-content{
  width: 555px;
  padding-bottom: 15px;
}

#container-mid #top-wrapper .right-content{
  padding-top: 20px;
}

#container-mid #top-wrapper #demand-register{ 
  height: 58px;
  background: url(../images/demand_register_bgnd.gif) top left no-repeat;
  position:relative;
}

#container-mid #top-wrapper #demand-register #demand-register-button{
  position: absolute;
  bottom: 0;
  right: 18px;
}

#container-mid #top-wrapper #tip{ 
 margin:25px 0 0 0px;
 padding:0 15px 15px 15px;
}

/*map form*/
/*#container-mid #bottom-wrapper .right-content{
  background: #eeeeee;
  height: 480px;
  overflow:hidden;
}*/

/*sectionpage*/
#container-mid #breadcrumb-wrapper{
  width:910px;
  height: 30px;
  margin-top:20px;
  font-size:1.1em;
}

#container-mid #breadcrumb-wrapper #breadcrumbs-left{
  float:left;
}

#container-mid #breadcrumb-wrapper #breadcrumbs-right{
  float:right;
}


#container-mid #left-col{
  float: left;
  width: 200px;
}

#container-mid #mid-col{
  float:left;
  width:450px;
  margin-left: 30px;
}

#container-mid #right-col{
  float:right;
  width:220px;
}

/*content page*/
#container-mid #mid-col #content-image{
  float:left;
  margin: 0 20px 15px 0;
}

/*footer*/
#footer #col1{
  float:left;
  width:275px;
  margin-left:25px;
  display: inline;
}
#footer #col2{
  float:left;
  width:210px; 
  margin-left:5px;
  display:inline;
}
#footer #col3{
  float:left;
  width:220px; 
  margin-left:5px;
  display:inline;
}
#footer #col4{
  float:right;
  width:230px;
}

#footer a{
  color: #602851;
}


/* DemandCategoryControl */
#Control p {
	margin-bottom: 10px;
	font-size: 1em; 
}
/* Slightly smaller text */
#Control p.small {
	font-size: 10px; 
}

#Control .intro h4 {
	color: #602851;
}

#Control .intro .instructions{	
}

/* Login Form */
#Form_Form,
#MemberLoginForm_LoginForm {
	margin-top: 20px;
}
	#Form_Form label,
	#MemberLoginForm_LoginForm label {
		font-size: 1em;
		padding-bottom: 0;
	}
	#Form_Form label.right,
	#MemberLoginForm_LoginForm label.right {
		font-size: 1em;
		float: none;
	}
	#Form_Form input.checkbox,
	#MemberLoginForm_LoginForm input.checkbox {
		float: left;
	}

/* DemandMapPopup */
body.DemandMapPopup_Controller #page-wrapper {
	background-image: none;
	width: 100%;
}

#DemandMap #Control.popup {
	margin: 0;
}

body.DemandMapPopup_Controller div.dataViews #PointDownloadLinksHolder {
	display: none;
}
body.DemandMapPopup_Controller #DemandMap .dataViews .ui-tabs-nav, body.DemandMapPopup_Controller #DemandMap .dataViews .ui-tabs-panel {
	display: none;
}