@charset "UTF-8";
/* CSS Document */





/* Body Elements */

.picture {
color: #FFFFFF;
}

body {
padding: 0px;
margin: 0px;
background: url(background.png);
background-position: 0px 0px;
background-repeat: repeat;
font-family: Arial, Helvetica, sans-serif;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}




/* Header Elements */

.links ul {
display: inline;
list-style: none;
}

.links li {
display: block;
float: left;
padding: 11px;
color: #ffffff;
font-size: 16px;
}

.logo {
font-family: Arial, Helvetica, sans-serif;
font-size: 38px;
color: #222222;
text-transform: uppercase;
text-shadow: 1px 1px 1px #cccccc;
}


.sectiontitle {
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
font-size: 32px;
color: #222222;
text-shadow: 1px 1px 1px #ffffff;
padding: 40px 0px 40px 0px;
}




/* Featured Section */

.featuredtitle {
font-size: 21px;
font-weight: bold;
text-align: center;
padding: 5px 0px 0px 0px;
}

.featuredtext {
font-size: 15px;
text-align: left;
line-height: 22px;
padding: 14px 60px 0px 15px;
}




/* Featured Section */

.workimage {
padding: 14px;
border-right: 1px;
border-right-color: #ffffff;
border-right-style: solid;
border-top: 1px;
border-top-color: #ffffff;
border-top-style: solid;
border-left: 1px;
border-left-color: #ffffff;
border-left-style: solid;
}

.worktitle {
padding: 0px 14px 4px 14px;
font-size: 16px;
font-weight: bold;
border-right: 1px;
border-right-color: #ffffff;
border-right-style: solid;
border-left: 1px;
border-left-color: #ffffff;
border-left-style: solid;
}

.worktext {
padding: 0px 14px 14px 14px;
font-size: 14px;
border-right: 1px;
border-right-color: #ffffff;
border-right-style: solid;
border-left: 1px;
border-left-color: #ffffff;
border-left-style: solid;
border-bottom: 1px;
border-bottom-color: #ffffff;
border-bottom-style: solid;
}

.workhide {
font-size: 1px;
color: #ececec;
}





/* Featured Section */

.footer {
padding: 15px 0px 15px 0px;
color: #9cafbb;
}

.footer a:link {
color: #3a5368;
text-decoration: none;
text-transform: uppercase;
font-weight: bolder;
font-size: 14px;
}

.footer a:visited {
color: #3a5368;
text-decoration: none;
text-transform: uppercase;
font-weight: bolder;
font-size: 14px;
}

.footer a:active {
color: #3a5368;
text-decoration: none;
text-transform: uppercase;
font-weight: bolder;
font-size: 14px;
}

.footer a:hover {
color: #ffffff;
text-decoration: underline;
text-transform: uppercase;
font-weight: bolder;
font-size: 14px;
}

.footertext {
color: #6d87a3;
font-size: 14px;
padding: 5px 0px 0px 0px;
}
