/*
-----------------------------------------------

----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

html, body {
	height: 100.1%; 
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background-color: #000;
}


/* Typography and Links
----------------------------------------------- */

h1, h2, h3, h4 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 1em;
}

h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 10px 0 30px 0;
}

h2 {
	font-size: 2em;
	line-height: 1.4em;
	font-weight: normal;
}

h3 { font-size:1.4em; padding:10px 0; }

div.content-col-right h2.box-heading, div.content-col-right h2.box-heading-contact {
	font-size: 1.6em;
	font-weight: normal;
	color: #00d2ff;
	margin-bottom: 0.6em;

}
p {
	padding-bottom: 0.8em;
}
ul {
	padding: 0 0 20px 40px;
	list-style: disc;
}
ul ul {
	padding-bottom: 0;	
}
p, #content li {
	font-size: 1.3em;
	line-height: 1.6em;
}

div#content ul li ul li {
	font-size: 1em;
}

div#content ul li {
	padding: 2px 0;
}

div#content ul li ul {
	margin-top: 4px;
}

div#content ul li ul {
	margin-left: 0;
	padding-left: 20px;
}

a, a:hover, a:visited {
	/*color: #2679ea;*/
	color: #fff;
}

span.date {
	color: #58B119;
}

.img-replace {
	display: block;
	width: 100%;
	text-align:left;
	overflow: hidden;
	text-indent: -1000px;
	height: 38px;
}
h2.img-replace {
	height: 18px;
}



/* Structure
----------------------------------------------- */

div#wrapper {
	width: 100%;
	margin: -1px 0 0;
	padding: 0;
}
div#main {
	margin: 0 auto;
	width: 914px;
	padding: 0px 20px;
}
div#nav-bar {
	float: left;
	height: 35px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/bg-nav.png); /* for Mozilla/Opera/etc */
}
div#nav {
	margin: 0 auto;
	width: 914px;
	z-index: 3;
	position: relative;
	padding: 0px 20px;
}
div#content {
	background-color: inherit;
	color: inherit;
	margin-top: 100px;
	padding: 0pt;
	position: absolute;
	top: 0pt;
	width: 914px;
}
div#flash-container {
	height: 100%;
	overflow: visible;
	width: 100%;
}
div#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
#flash-background {
	height: 100%;
}
div.content-col-left {
	float: left;
	width: 850px;
	margin-bottom:10px;
}
div.content-col-left #logo {
	margin-bottom: 20px;
}
div.content-col-right {
	float: right;
	margin-right:-20px;
	width: 620px;
	margin-bottom:0px;
}
div.content-col-right h1 {
	margin-bottom: 10px;
}
div.content-col-right h2 {
	margin-bottom: 0px;
}
div.content-box {
	padding: 10px 10px 0 10px;
	width: 590px;
	margin: -3px 5px;
	background-color: transparent;
	background: url(../images/bg-trans.png) top left repeat;
}
div.content-box ul {
    list-style-type:square;
}
div.content-box-top, div.content-box-bottom {
	width: 629px;
	height: 9px;
}
div.content-box-top {
	background: url(../images/box-top.gif) top left no-repeat;
	margin-top: 0;
}
div.content-box-bottom {
	background: url(../images/box-bottom.gif) top left no-repeat;
	margin-bottom:20px;
}
div.logo {
	float: left;
	margin: 0 25px 30px 0;
}
#home div.logo {
	float: left;
	margin: 20px 30px 0 0;
}
div.scroll-box {
	overflow: auto;
	height: 400px;
}

div#print-logo { display: none; }

/* Home page
----------------------------------------------- */

div#home-content {
	margin: 75px 0 0 0;
}
div#standard-content {
	margin: 0;
}
#home div.content-col-left {
	float: left;
	width: 500px;
	background-color: transparent;
	background: url(../images/bg-trans.png) top left repeat;
	padding: 15px;
}
#home div.content-col-right {
	float: right;
	width: 320px;
	padding: 5px 0px;
	font-size: 0.9em;
}
p.full-list {
	clear: both;
	padding-top: 16px;
}
#home-content h1 {
	background: url(../images/home-title-1.png) 5px 0 no-repeat;
}

.about-title {
	background: url(../images/about-title.png) top left no-repeat;
}
.contact-title {
	background: url(../images/contact-title.png) top left no-repeat;
}

.sitemap-title {
	background: url(../images/sitemap-title.png) top left no-repeat;
}
.news-title {
	background: url(../images/news-title.png) top left no-repeat;
}
.privacy-title{
	background: url(../images/privacy-title.png) top left no-repeat;
}
.terms-title {
	background: url(../images/terms-title.png) top left no-repeat;
}
.current-title {
	background: url(../images/current-title.png) top left no-repeat;
}
.intern-title {
	background: url(../images/intern-title.png) top left no-repeat;
}
.why-title {
	background: url(../images/why-title.png) top left no-repeat;
}
.apply-title {
	background: url(../images/apply-title.png) top left no-repeat;
}


/* Navigation
----------------------------------------------- */

div#nav a {
	outline-color: invert;
	outline-style: none;
}

div#nav ul.top-level {
 	width: 831px;
 	height: 36px;
 	background: url(../images/nav.png);
	margin: 0;
	padding: 0;
 	position: relative;
}

div#nav ul.top-level li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	background: transparent url(../images/transparent.gif); /* Need this for nav to work in Opera */
	height: 36px;
	display: block;
}

div#nav ul.top-level li a.base-link, div#nav ul.top-level li a.selected {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:36px; /* for IE5/Win only */
	width: 100%;
}

#menu-main-1 { left: 0; width: 62px;} /* home */
#menu-main-2 { left: 62px; width: 100px; } /* history */
#menu-main-3 { left: 162px; width: 94px; } /* projects */
#menu-main-4 { left: 256px; width: 95px; } /* roofing */
#menu-main-5 { left: 351px; width: 82px; } /* ALUMINUMn */
#menu-main-6 { left: 433px; width: 82px; } /* BUILDERS */
#menu-main-7 { left: 515px; width: 82px; } /* SERVICE  */
#menu-main-8 { left: 597px; width: 74px; } /* SAFETY */
#menu-main-9 { left: 671px; width: 84px; } /* contact */

#menu-main-1 a.base-link:hover, #menu-main-1:hover a.base-link, #menu-main-1 a.selected { background: url(../images/nav.png) 0 -36px no-repeat;}
#menu-main-2 a.base-link:hover, #menu-main-2:hover a.base-link, #menu-main-2 a.selected { background: url(../images/nav.png) -62px -36px no-repeat;}
#menu-main-3 a.base-link:hover, #menu-main-3:hover a.base-link, #menu-main-3 a.selected { background: url(../images/nav.png) -162px -36px no-repeat;}
#menu-main-4 a.base-link:hover, #menu-main-4:hover a.base-link, #menu-main-4 a.selected { background: url(../images/nav.png) -256px -36px no-repeat;}
#menu-main-5 a.base-link:hover, #menu-main-5:hover a.base-link, #menu-main-5 a.selected { background: url(../images/nav.png) -351px -36px no-repeat;}
#menu-main-6 a.base-link:hover, #menu-main-6:hover a.base-link, #menu-main-6 a.selected { background: url(../images/nav.png) -433px -36px no-repeat;}
#menu-main-7 a.base-link:hover, #menu-main-7:hover a.base-link, #menu-main-7 a.selected { background: url(../images/nav.png) -515px -36px no-repeat;}

#menu-main-8 a.base-link:hover, #menu-main-8:hover a.base-link, #menu-main-8 a.selected { background: url(../images/nav.png) -597px -36px no-repeat;}


#menu-main-9 a.base-link:hover, #menu-main-9:hover a.base-link, #menu-main-9 a.selected { background: url(../images/nav.png) -671px -36px no-repeat;}




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





/* Misc
----------------------------------------------- */

a img {
	border: 0;
}

.image-replace {
	text-indent: -5000px;
}

.clear {
	clear: both;
}

p.pdf { padding:60px 0 0 0; font-size:11px; color:#aaa; width:200px; }
p.right { float:right; padding-top:20px; }
div#skip-nav { position:absolute; text-indent:-9999em; height:0; }
a#content-begins { height:0; width:0; }
span.noshow { display:none; }

/* Footer */
div#footer {
	clear:both;
	width:910px;
	height:200px;
	text-align:left;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	background: url(../images/bg-trans.png) top left repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
div#footer fieldset { padding:0 30px; border:0; }
div#footer legend { display:none; }
div#footer div.section1 { float:left; width:310px; margin-left:-30px; margin-right:10px; padding-left:15px; height:210px; }
div#footer div.section3 { background:url(../images/vr.png) no-repeat; float:left; width:255px; height:210px; padding:0 0 0 20px; }
div#footer div.section { background:url(../images/vr.png) no-repeat; float:left; width:285px; height:210px; padding:0 20px; }
div#footer h2 { color:#fff; padding:0 0 10px 0; height:15px; }
div#footer ul { list-style-type:none; width:120px; margin:0; padding:0; float:left; }
div#footer li { line-height:16px; font-size:12px; }
div#footer a { color:#fff; text-decoration:none; outline:none; }
div#footer a img { border:0; }
div#footer div.section1 a:hover { text-decoration:underline; }
div#footer p { margin:0; padding:0 0 10px 0; line-height:16px; color:#fff; float:none; font-size:12px; }
div#footer p#copy { font-size:10px; color:#aaa; padding:25px 0 0 30px; line-height:14px; }
div#footer p.sub {
	height:60px;
	width:76px;
	float:left;
}
div#footer h2#foot_contents { background:url(../images/foot_contents.png) no-repeat; }
div#footer h2#foot_about { background:url(../images/foot_about.png) no-repeat; }
div#footer h2#foot_site { background:url(../images/foot_site.png) no-repeat; }
div#footer span, div#footer strong { display:none; }

div#footer div.line { width:260px; height:70px; clear:left; }
div#footer #project-image { display:block; background:url(../images/bild.png) 0 0 no-repeat; width:66px; height:26px; cursor:pointer; float:left; }
div#footer #project-image:hover { background:url(../images/bild.png) -66px 0 no-repeat; }
div#footer #partner2-image {
	display:block;
	background:url(../images/hba.png) 0 0 no-repeat;
	width:66px;
	height:40px;
	cursor:default;
	float:left;
}
div#footer #partner2-image:hover { background:url(../images/hba.png) -66px 0 no-repeat; }

div#footer #partner4-image { display:block; background:url(../images/coc.png) 0 0 no-repeat; width:92px; height:68px; cursor:pointer; float:left; }
div#footer #partner4-image:hover { background:url(../images/coc.png) -92px 0 no-repeat;}
	


div#footer #partner3-image { display:block; background:url(../images/maple.png) 0 0 no-repeat; width:100px; height:50px; cursor:pointer; float:left; }
div#footer #partner3-image:hover { background:url(../images/maple.png) -100px 0 no-repeat; }
div#footer #crest-image {
	display:block;
	background:url(../images/donia_badge.png) 0 0 no-repeat;
	width:154px;
	height:69px;
	cursor:pointer;
	float:right;
}


.space-up { margin-top:20px; }
small#cv-note { font-size: 11px; color: #aaa; }
