
#nav .mobile {
	display:none;
}
#nav .desktop {
	display:block;
}
#content .mobile {
	display:none;
}
#content .desktop {
	display:block;
}	
#nav {
	overflow:hidden;
}



/*MAP*/
#home_map {
	width:930px;
	height:300px;
	margin-top:50px;
}
#logo {
	position:absolute;
	width:363px;
	top:145px;
	margin-left:-16px;
}

#content {
	width:930px;
}

#footer {
	width:930px;
}

/* HOME BULLETS */
#bullet-container {
	width:600px;
	float:left;
	margin-top:15px;
}
.home-bullet {
	padding:10px 0px 30px 0px;
	margin-right:40px;
	width:220px;
}
.overview-map {
	width:600px;
	padding-top:40px;
}
.overview-map img {
	margin-right:40px;
}

/* LOG IN */
#login-mobile {
	display:none;
}
#login-desktop {
	width:270px;
	float:right;
	border-left: 1px solid #ccc;
	box-shadow: 1px 0 0 #fff inset;
	-moz-box-shadow: 1px 0 0 #fff inset;
	-webkit-box-shadow: 1px 0 0 #fff inset;
	padding: 0px 10px 0px 40px;	
	margin-top:20px;
}
#login-desktop input[type="text"] {
	border: 1px solid #ccc;
	font-size:0.875em;
	padding:5px;
	margin:5px 0px;
	width:96%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	color:#666;
}
#login-desktop input[type="button"], #login-desktop input[type="submit"] {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0px;
	background-color:#FF931E;
	font-size:1.25em;
	font-weight:bold;
	padding:10px;
	margin:10px 0px;
	text-align:center;
	cursor:pointer;
}
#login-desktop a, #login-desktop a:hover {
	color:#4D4D4D;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
}
#login-desktop h1 {
	font-size:1.25em;
	padding:0px;
	margin:5px 0px;
}
#submit_btn {
	float:right;
}
#start-button {
	width:100%;
}

/* INTERNAL PAGES */
#logo-int {
	width:120px;
	height:90px;
	background-image:url('../img/logo-internal.png');
	position:fixed;
	z-index:0;
	top:40px;
	left:0px;
}

#internal-content {
	width:930px;
	margin:auto;
	line-height:1.3em;
	z-index:100;
}

/* MY DATA */
.mydata-row {
	display:table;
	border-spacing:20px 10px;
}
.mydata-left {
	display:table-cell;
	width:505px;
	vertical-align:top;
}
.mydata-right {
	display:table-cell;
	width:305px;
	vertical-align:top;
}
.mydata-left-col2 {
	float:left;
}
#datamap {
	float:left;
	width:310px;
	margin-right:20px;
	margin-top:10px;
	border: 1px solid #ccc;
}
#mydata-view {
	width:150px;
}

/* project data */
#view-project-data {
	width:175px;
}



