/*----------RESET CSS STYLES----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------BEGIN CSS STYLES----------*/
a{
	text-decoration:none;
}

ul li{
	list-style-type: none;
	float:left;
}

html, body{
	height:100%;
}

body {
	height:100%;
	background-color: #e4e4e4;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: none;

}

.maincontainer {
	width:1000px;
	margin:0px auto;
	height: 100%;
}

.header {
	background-color:rgba(0,0,0,0.7);
	height:180px;
	width:1000px;
	margin-bottom:20px;
}

.header #logo{
	margin:35px 0px 10px 50px;
	float:left;
}

.header nav.global{
	float:left;
	background-color: #0397d6;
	margin:65px 0px 0px 50px;
	padding:0px 15px;
}

.header nav.global ul li{
	padding: 15px 18px;
}

.header nav.global ul li a span{
	color: #ffffff;
	font-size:16pt;
	font-weight: bold;
}

.header nav.global ul li a span:hover{
	color: #bbbbbb;
}

.header nav.global ul li span.selected{
	color: #333333;

}

article {
	min-height:330px;
	background-color:rgba(0,0,0,0.7);
}

#home_slider {
	clear: both;
	float: left;
	width: 1000px;
	height:330px;
}

footer{
	background-color:rgba(0,0,0,0.7);
	height:45px;
	width:1000px;
	margin-top:20px;
	color: #ffffff;
	vertical-align: center;
	float:left;
}

footer ul {
	padding: 10px 5px 0px;
}

footer ul li{
	padding: 5px 10px;
}

footer ul li.borderright{
	border-right:1px solid #ffffff;
}

footer ul li a{
	color: #ffffff;
}

footer ul li a:hover{
	color: #bbbbbb;
}

footer ul li a span:hover{
	color: #bbbbbb;
}

footer ul li span{
	float:left;
	color: #ffffff;
}

footer #icon {
	float:right;
	margin-right: 15px;
}


/*-------------------------------*/
.about article{
	min-height: 270px;
	padding: 20px;
}

.about article table tr{
	line-height: 20px;
}

.about article table tr td h2{
	font-size:14pt;
	color: #ffffff;
	padding:5px 0px 0px;
}

.about article table tr td h1{
	font-size:20pt;
	color: #0397d6;
	padding:5px 0px 10px;
}

.about article table tr td p{
	color: #ffffff;
	padding:10px 0px;
}

.about article table tr td.borderright{
	border-right: 1px solid #ffffff;
}

.about article table tr td.borderbottom{
	border-bottom: 1px solid #ffffff;
}

/*-------------------------------*/
.ohs article{
	min-height: 270px;
	padding: 20px;
}

.ohs  article table tr{
	line-height: 20px;
}

.ohs  article table tr td h2{
	font-size:14pt;
	color: #ffffff;
	padding:5px 0px 0px;
}

.ohs  article table tr td h1{
	font-size:20pt;
	color: #0397d6;
	padding:5px 0px 10px;
}

.ohs  article table tr td p{
	color: #ffffff;
	padding:10px 0px;
}

.ohs  article table tr td ul{
	float:left;
	margin-bottom:5px;
}

.ohs  article table tr td ul li{
	color: #ffffff;
	float: left;
	clear: both;
	list-style-type:square;
	margin-left:17px;
}

.ohs  article table tr td p a{
	color: #0397D6;
    text-decoration: underline;
    float:left;
    clear:both;
    margin-top:2px;
}

.ohs  article table tr td p a:hover{
	color: #ffffff;
    text-decoration: none;
}

.ohs  article table tr td.borderright{
	border-right: 1px solid #ffffff;
}

.ohs  article table tr td.borderbottom{
	border-bottom: 1px solid #ffffff;
}



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

.projects article{
	min-height: 310px;
	padding-top: 20px;
}

.projects .thumbfade{
	width:215px;
	height:120px;
	overflow:hidden;
}

.projects table tr td{
	text-align:center;
	vertical-align:top;
}

.projects #thumb1{
	background-image:url(../images/thumb1_hov.png);
}

.projects #thumb2{
	background-image:url(../images/thumb2_hov.png);
}

.projects #thumb3{
	background-image:url(../images/thumb3_hov.png);
}

.projects #thumb4{
	background-image:url(../images/thumb4_hov.png);
}

.projects #thumb5{
	background-image:url(../images/thumb5_hov.png);
}

.projects #thumb6{
	background-image:url(../images/thumb6_hov.png);
}

.projects #thumb7{
	background-image:url(../images/thumb7_hov.png);
}

.projects #thumb8{
	background-image:url(../images/thumb8_hov.png);
}

#image{
	position:relative;
	margin: 0px auto;
}

#image img {
opacity:1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}

#image .details{
position:absolute;
top:0;
left:0;
opacity: 0;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}

#image .details:hover{
opacity: .9;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 250ms;
-moz-transition: opacity;
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 250ms;
}


.projects .details{
width:215px;
height:120px;
color:#fff;
text-align:center;
}

/*-------------------------------*/
.contact article{
	min-height: 270px;
	padding: 20px;
}

.contact  article table tr{
	line-height: 20px;
}

.contact article table tr td h2{
	font-size:14pt;
	color: #ffffff;
	padding:5px 0px 0px;
}

.contact  article table tr td h1{
	font-size:20pt;
	color: #0397d6;
	padding:5px 0px 10px;
}

.contact  article table tr td p{
	color: #ffffff;
	padding:10px 0px;
}

.contact  article table tr td label{
	color: #ffffff;
}

.contact article table tr td ul{
	float:left;
	margin-bottom:5px;
}

.contact article table tr td ul li{
	color: #ffffff;
	float: left;
	clear: both;
	list-style-type:square;
	margin-left:17px;
}

.contact  article table tr td p a{
	color: #0397D6;
    text-decoration: underline;
    clear:both;
    margin-top:2px;
}

.contact article table tr td p a:hover{
	color: #ffffff;
    text-decoration: none;
}

.contact  article table tr td.borderright{
	border-right: 1px solid #ffffff;
}

.contact  article table tr td.borderbottom{
	border-bottom: 1px solid #ffffff;
}



