/* constructionlinks.ca CSS */

body {
	background-color: #c0c0c0;
	margin:5px;
	height: auto;
	text-align: center;
}

#divLeaderBoard {
	background-color: #c0c0c0;
	padding-bottom:5px;
}

#divWrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #292d36;
	height: 100%;	
	z-index:-150;
}

#divHeader {
	position: relative;
	width:1280px;
	height:129px;
	background: #292d36 url("/images/logo2.jpg") top left no-repeat scroll;
	z-index: 1;
}

#divHeadImage {
	position: relative;
	width: 1280px;
	height: 183px;
	background: #CC0000 url("/images/header_image.jpg") top left no-repeat scroll;
	z-index: 1;
}

#divLinks {
	position: relative;
	background-color: #CC0000;
	width: 1280px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	z-index:50;
}

#divLinks dl {
	padding: 3px;
	margin: 0px;
}

#divLinks a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}

#divLinks a.grn {
	color: #459A2E;
}

#divLinks a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}

#divLinks a.grn:hover {
	color: #459A2E;
	text-decoration: underline;
}

#divSignup {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

#divSignup .inputBox {
	width: 125px;
	height: 12px;
}

.btn {
	border: 1px solid #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.btnOver {
	font-weight: bold;
	border: 1px solid #fff;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
	cursor: pointer;
}

.btn2 {
	border: 1px solid #fff;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

.btn3 {
	border: 1px solid #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #FEDB37;
	background-color: #000;
}

#divHeadLinks {
	position: relative;
	top: 2px;
	height: 30px;
	right: 2px;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 1280px;
}

#divHeadLinksLeft {
	position:absolute;
	left:10px;
	height:30px;
	width: 730px;
	text-align: left;
}

#divHeadLinksRight {
	position: absolute;
	right: 10px;
}

#divHeadLinks a {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#divHeadLinks a:hover {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
}

#divContent {
	position: relative;
	display: block;
	height: 1px;
	z-index: 1;
}

#divLeft {
	margin: 0px;
	position: relative;
	float: left;
	width: 300px;
	background-color: #292d36;
	height: auto;
	z-index: 1;
}

#divCenter {
	margin: 0px;
	position: relative;
	width: 670px;
	float: left;
	background-color: #ffffff;
	height: auto;
	text-align: left;
	z-index: 1;
}

#divRight {
	margin: 0px;
	position: absolute;
	right:0px;
	width: 310px;
	background-color: #292d36;
	height: auto;
	z-index: 1;
}

#divLogin {
	position: absolute;
	top:0px;
	right:0px;
	height: 129px;
	background-color: #53555a;
	z-index: 1;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#divLogin a {
	color: #fff;
}

.sTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	padding-left: 10px;
}

.sForm {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}

.sForm a {
	text-decoration: none;
	color: #fff;
}

.sForm a:hover {
	text-decoration: underline;
	color: #fff;
}

.inputBox {
	width: 100px;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
}

.inputSearch {
	height: 18px;
	width: 220px;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
}

#loginForm {
	text-align: right;
	padding-right: 5px;
}

#divLeftExtra {
	position: relative;
	top: 5px;
	font-size: 12px;
	color: #fff;
	background-color: #292d36;
	font-family: Arial, Verdana, sans-serif;
	z-index: 1;
}

#divLeftExtraInside {
	border: 1px solid red;
	background-color: #292d36;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	z-index: 1;
}

#divLeftExtraInside a {
	color: #fff;
}

#divLeftVideo {
	position: relative;
	top: 10px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #fff;
	text-align: center;	
	height: 300px;
}

#divLeftAdvertorials {
	position:relative;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 0px;
	left: 0px;
}
#divLeftAdvertorials span.advTitle {
	font-size: 14px;
	font-weight: bold;
}
#divLeftAdvertorials span.advTitle a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#divLeftAdvertorials span.advTitle a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#divLeftAdvertorials div.leftAdvertorialItem {
	padding: 0px;
	padding-bottom:0px;
	background-color: #53555a;
	text-align: left;
	width: 300px;
	height: 250px;
}

#divLeftAdvertorials span.advText a {
	color: #fff;
}

#divLeftAdvertorials span.featuredImage {

}

#divLeftTechTip {
	position: relative;
	left:5px;
	right: 0px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #fff;
	text-align: center;
	width: 300px;
	padding:0px;
	border: 1px solid #CC0000;
	height: 150px;
}

#divLeftTechTip a {
	text-decoration: none;
	color: #fff;
}

#divLeftTechTip a:hover {
	text-decoration: underline;
}

#divLeftTechTip span.techTitle {
	font-size: 14px;
	font-weight: bold;
}

#divLeftTechTip .texttip a {
	text-decoration: underline;
}

#divLeftLinks {
	position: relative;
	top:10px;
	width: 300px;
	height: 180px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:center;
	z-index: 1;
}

#divLeftLinks a {
	border: 1px solid black;
	text-align:center;
	display: block;
	width: 250px;
	padding: 5px;
	margin-left: 20px;
	text-decoration: none;
	background-color: #FEDB37;
	color: #000;
	font-weight: bold;
}

#divLeftLinks a:hover {
	border: 1px solid black;
	text-align:center;
	display: block;
	width: 250px;
	padding: 5px;
	margin-left: 20px;
	text-decoration: underline;
	background-color: #FEDB37;
	color: #000;
	font-weight: bold;
}

#divLeftLinks a.join {
	background-color: #CC0000;
}

#divSearch {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 230px;
	background-color: #FEDB37;
	text-align: center;
	z-index: 1;
}

.searchTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
	padding-left: 10px;
}

.searchText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#divSearchFields {
	width: 220px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	z-index: 1;
}

#divSearchFields .grn {
	color: #459A2E;
}

#divCalendar {
	position: relative;
	top: 10px;
	left:5px;
	right: 0px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #fff;
	text-align: center;
	width: 300px;
	padding:0px;
	border: 1px solid #CC0000;
	height: 170px;
}

#divCalendar a {
	color: #fff;
	text-decoration: none;
}

#divCalendar a:hover {
	text-decoration: underline;
}

#divAds {
	position: relative;
	right: 0px;
	background-color: #292d36;
	border: 0px solid red;
	z-index: 1;
	height: 620px;
	width: 300px;
	margin-left:5px;
}

#divFooter {
	position: relative;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	clear: both;
	background-color: #c0c0c0;
}

#divMainContent {
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	overflow: auto;
	width: 610px;
	height: 100%;
	z-index: 1;
}

#divMainContent  a, a:active, a:visited {
	color: #0000ff;
}

.storyTitle {
	display: block;
	background-color: #292d36;
	color: #fff;
	font-size: 16px;
	padding: 2px;
	padding-left: 10px;
	font-weight: bold;
	clear: both;
}
.storyTitleG {
	display: block;
	background-color: #459A2E;
	color: #fff;
	font-size: 16px;
	padding: 2px;
	padding-left: 10px;
	font-weight: bold;
	clear: both;
}


.articleDate {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

.articleStory {
	margin-top: -10px;
}

.head {
	font-size: 20px;
	color: #00008b;
	font-weight: bold;
}

.hilight {
	color: #000;
	background-color: #f2f50c;
}

#divSkyscraper {
	position: relative;
	float: left;
}

#divLogoAds {
	position: relative;
	float: left;
	padding-left: 5px;
	z-index: 1;
}

#divFeatured {
	border: 1px solid black;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #FEDB37;
	text-align: left;
	z-index: 1;
}

#divFeatured span.featuredTitle {
	font-size: 16px;
	font-weight: bold;
}

#divFeatured span.featuredImage {

}

#divFeaturedLink {
	border: 1px solid black;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	color: #fff;
	background-color: #000;
	text-align: left;
	z-index: 1;
}

#divFeaturedLink span.featuredTitle a {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

.companyTitle {
	font-size: 20px;
	font-weight: bold;
}

#companyAddress {
	padding: 10px;
	float: left;
	width: 240px;
}

#companyInfo {
	padding: 10px;
	width: 240px;
	float: right;
}

.companyProduct {
	border-bottom: 2px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchItem {
	padding: 5px;
	background-color: #eee;
}

.searchItemGreen {
	padding: 5px;
	background-color: #9cf185;
}


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

.calEvent {
	padding: 5px;
	height: auto;
}

.calEvent hr {
	display: block; 
	clear: right; 
	margin: -0.66em 0;
	visibility: hidden;
}

.featuredSummary a {
	color: #cc0000;
}
.featuredSummary hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}

#divArticleAds {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eee;
}

.clist {
	padding-left: 5px;
}

.clist a {
	color: #ff0000;
	text-decoration: none;
}

.clist ul{
	list-style:none;
}

.clist li{
	display:inline;
}
.clist div{
	display:block;
	padding-left:15px; /*SPACE FOR BACKGROUND*/
}
.clist .treeopen{
	background:url("/images/minus.png") left center no-repeat;
}

.clist .treeclosed{
	background:url("/images/plus.png") left center no-repeat;
}

.mfnumber  {
	color: #ff0000;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	display: none;

	position: absolute;
	padding: 16px;
	border: 5px solid #292d36;
	background-color: white;
	z-index:10002;
	overflow: auto;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.white_content a {
	text-decoration: none;
}

.message {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.grn {
	color: #459A2E;
}

.archiveYear {
	padding-left: 40px;
}

.archiveYearItem {
	padding-left: 60px;
}

#divBanner {
	position: relative;
	top: 15px;
}

.printstory {
	display: block;
	border: 1px solid black;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	background-color: #292d36;
	color: #ffffff;
}

#divSearchBar {
	background-color: #53555a;
	height: 30px;
	padding-top:1px;
	width: 1280px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
