/* @override http://lsc.skobrenski.com/css/style.css */

/*
---------------------------
LSC - On the Horizon - styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 09 may 2007
---------------------------
*/

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

a {
  outline: none;
}

a:link {
	color: #1748c3;
	text-decoration: none;
}

a:visited {
	color: #1748c3;
	text-decoration: none;
}

a:hover {
	color: #c41230;
	text-decoration: underline;
}

a:active {
	color: #294BA0
}

div, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 8px 0;
}

#container {
	width: 898px;
	margin: 0 auto;
	text-align: left;
}

#mainBody {
	width: 898px;
	background: transparent url(img/mainBck.gif) repeat-y 0 0;
}

#header {
	background-color: #000;
	height: 77px;
}

#header h1, #header h1 a {
	background: #000 url(img/header.gif) no-repeat 0 0;
	height: 76px;
	display: block;
	border: none;
}

#header h1 span {
	display: none;
}

#content {
	float: left;
	width: 646px;
	height: 518px;
	overflow: auto;
	background-color: #bec0c2;
}

#contentHead {
	padding: 14px;
	padding-bottom: 56px;
	background: #bec0c2 url(img/skyline.gif) no-repeat left bottom;
}

#contentBody {
	clear: left;
}

#contentBody .adminPanel {
	padding: 6px 14px;
}

#contentHead h3, h3 {
	font-size: 18px;
	margin-bottom: 6px;
	color: #2a2a2a;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	margin-bottom: 6px;
	color: #a45215;
	font-weight: bold;
}

#contentHead p {
	color: #4c4c4c;
	font-size: 11px;
	line-height: 1.2em;
	width: 420px;
}

.clearer {
	clear: both;
	line-height: 1px;
}

ul, li {
	list-style-type: none;
}

li ul, li ul li {
	list-style-type: square;
	list-style-position: outside;
}

ul#mainLinks {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

ul#mainLinks li {
	margin: 2px 0;
	padding-bottom: 1px;
	font-size: 14px;
	line-height: 35px;
}

ul#mainLinks div{
	padding-left: 1em;
}

ul#mainLinks div a{
	color: #000;
}

ul#mainLinks li a.header {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 60px;
	background: #c41230 url(img/bulletArrow.gif) no-repeat 0px -70px;
}

ul#mainLinks li a.header:hover {
	background-color: #ffd457;
	color: #000;
	background-position: 0px -35px;
}

ul#mainLinks li a.opened, ul#mainLinks li a.opened:hover {
	background-color: #ffd457;
	color: #000;
	background-position: 0px 0px;
}

ul#mainLinks li a.closed {
	
}

ul#mainLinks li ul {
	background-color: #fff;
	margin: 8px 0;
	margin-left: 88px;
	display: none;
}

body#constructionCams ul#mainLinks li ul {
	display: block;
}

ul#mainLinks li ul li, ul#mainLinks li ul li a {
	background-color: #fff;
	color: #2a2a2a;
	font-size: 13px;
}

ul#mainLinks li ul li {
	line-height: 1.4em;
	margin: 2px 0;
	padding: 0px;
}

ul#mainLinks li ul li a {
	display: block;
	background-image: none;
	padding: 4px 0px;
	margin-left: 0px;
	line-height: 1em;
	font-weight: normal;
}

ul#mainLinks li ul li a:hover {
	text-decoration: underline;
	background: none;
}

#sideExtras {
	float: left;
	width: 206px;
	height: 518px;
	margin-left: 22px;
	overflow: hidden;
	text-align: center;
}

ul#sideLinks {
	width: 206px;
	margin: 0 auto;
}

ul#sideLinks li {
	margin: 19px 0;
	text-align: left;
}

ul#sideLinks li a {
	display: block;
	width: 200px;
	padding: 0px;
	height: 141px;
	border: 3px solid #ffd457;
	color: #fff;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	background-color: #616163;
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul#sideLinks li {
	background-position: 0 0;
	background-repeat: no-repeat;
}

ul#sideLinks li a:hover {
	color: #ffd457;
	border-color: #48484d;
}

ul#sideLinks li a span {
	display: none;
}

li#askExpert, li#askExpert a {
	background-image: url(img/askExpert.gif);
}

li#skyscraper, li#skyscraper a {
	background-image: url(img/skyscraper.gif);
}

li#constructionCams, li#constructionCams a {
	background-image: url(img/constructionCams.gif);
}

/* active page links */

body#expert li#askExpert a, body#expert li#askExpert a:hover,
body#skyComm li#skyscraper a, body#skyComm li#skyscraper a:hover {
	border-color: #48484d;
}


/* PAGE SPECIFIC */

body#index #breadCrumbs {
	display: none;
}

#breadCrumbs {
	margin: 0 0 8px 0;
}

body#expert #contentHead {
	
}

body#expert #contentBody h3, body#skyComm #contentBody h3 {
	margin: 14px;
}

body#expert #contentBody ul#mainLinks,
body#skyComm #contentBody ul#mainLinks {
	border-bottom: none;
}

body#expert #contentBody ul#mainLinks li ul,
body#skyComm #contentBody ul#mainLinks li ul {
	margin-left: 45px;
	list-style-type: none;
}

body#expert #contentBody ul#mainLinks li ul li,
body#skyComm #contentBody ul#mainLinks li ul li,
body#lscAdmin #contentBody ul#mainLinks li ul li {
	list-style-type: none;
	clear: left;
	margin: 6px 0;
}

dl.askExpertResponses,  .askExpertResponses {
	border: 1px solid #747576;
	padding: 9px;
	margin: 14px;
	background-color: #fff;
}

dl.askExpertResponses dt, .qHeader {
	font-style: italic;
	color: #a24e10;
	margin: 0;
	padding: 0;
}

dl.askExpertResponses dd {
	margin: 0 12px;
	padding: 0;
}

dd.userQuestion {
	font-weight: bold;
	color: #c41230;
}

body#skyComm dt img, body#lscAdmin dt img, .adminPanel img.left {
	float: left;
	padding: 2px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}

/* Forms -------------------------------- */

form {
	margin:  0;
	padding: 0;
}

input, textarea {
	font-family: Monaco, "Andale Mono", "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 12px;
	width: 350px;
}

input.submit {
	width: auto;
}

input[type="submit"], input.submit {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	width: auto;
}

input[type="text"], input[type="password"], textarea, select {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input#cityField, input#fromEmail {
	color: #666;
}

select {
	width: 172px;
}

li label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 6px;
	line-height: 1.9em;
	
}

span.hint {
	color: #808080;
}

.red {
	color: #d00000;
}

.green {
	color: #008a00;
}

.blue, h3 .blue, h4 .blue, h5 .blue {
	color: #1748c3;
	font: 12px/1.5em Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

.error, #container form ul li.error {
	color: #d00000;
	font-weight: bold;
}

.success, #contentHead .success {
	color: #008a00;
	font-weight: bold;
	font-size: 1.1em;
}

.warning, #contentHead .warning {
	color: #a73e0e;
	font-weight: bold;
	font-size: 1.1em;
}

.nohand {
	cursor: default;
}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 14px;
}

th, td {
	padding: 5px;
	border-right: 1px solid #ccc;
	text-align: left;
}

th {
	font-size: 13px;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom: 1px solid #ccc;
}

td {
	font: 11px/1.3em Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
	vertical-align: top;
}

td.centered, th.centered {
	text-align: center;
}

td.nowrap, th.nowrap {
	white-space: nowrap;
}

td.align_r, th.align_r {
	text-align: right;
}

td.align_l, th.align_l {
	text-align: left;
}

.even td, .r0 td, .two td {
	background-color: #EAEFFA;
	cursor: pointer;
	cursor: hand;
}

.odd td, .r1 td, .one td {
	background-color: #fff;
	cursor: pointer;
	cursor: hand;
}

.yellow td {
	background-color: #ffefba;
	cursor: pointer;
	cursor: hand;
}





