@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('fonts/Walkway_SemiBold-webfont.eot');
    src: url('fonts/Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Walkway_SemiBold-webfont.woff') format('woff'),
         url('fonts/Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('fonts/Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a
{
    background: transparent;
    color: #80b0ac;
}

a img
{
    border: 0;
}

body, html {
	height: 100%;
}

body
{
    background: url("img/pageback.png") center repeat-y #8e8d78;
    color: #ffffff;
    font: normal 10pt "Calibri", "Lucida Sans", sans-serif;
    margin: 0;
}

div#container
{
    background: url("img/containerback.jpg") no-repeat transparent;
    color: inherit;
    margin: auto;
    padding-bottom: 327px;
    position: relative;
    width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#footer
{
    background: url("img/footerback.jpg") no-repeat transparent;
    color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 327px;
}

div#footer p#copyright
{
    position: absolute;
    bottom: 0;
    right: 1em;
}

div#footer p#social
{
    position: absolute;
    bottom: 0;
    left: 1em;
}

div#header
{
    position: relative;
    margin-bottom: 51px;
    height: 248px;
}

div#header h1
{
    display: block;
    margin: 0;
    position: absolute;
    top: 13px;
    left: 35px;
    width: 934px;
    height: 248px;
}

div#header h1 a
{
    background: url("img/logo.png") no-repeat transparent;
    color: inherit;
    display: block;
    outline: 0;
    text-indent: -1000%;
    width: 934px;
    height: 248px;
}

div#header ul#menu
{
    font: normal 19pt "WalkwaySemiBoldRegular", sans-serif;
    list-style: none;
    margin: 0;
    text-transform: lowercase;
    position: absolute;
    right: 25px;
    top: 6px;
}

div#header ul#menu li
{
    display: inline;
    margin: 0 5px;
}

div#header ul#menu li a
{
    background: transparent;
    color: #d0d0d0;
    outline: 0;
    text-decoration: none;
}

div#header ul#menu li a:hover
{
    background: transparent;
    color: #ffffff;
}

div#header p#location
{
    background: url("img/location.png") no-repeat transparent;
    color: inherit;
    text-indent: -1000%;
    position: absolute;
    top: 198px;
    left: 717px;
    width: 205px;
    height: 9px;
}

div#main
{
    padding: 12px;
    overflow: auto;
    text-align: justify;
}

div#main p, div#main ul
{
    margin: 0 10% 1em;
}

div#portfolio ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div#portfolio ul li
{
    background: url("img/portfolioitemback.png") repeat transparent;
    color: inherit;
    display: block;
    float: left;
    overflow: auto;
    margin: 0 22px 44px 0;
    padding: 8px;
    width: 450px;
}

div#portfolio ul li img.thumbnail
{
    display: block;
    float: left;
    margin-right: 12px;
    opacity: .5;
}

div#portfolio ul li img.thumbnail:hover
{
    opacity: 1;
}

div#welcome
{
    margin: 0 36px 38px 0;
    overflow: auto;
}

div#welcome h2
{
    background: url("img/welcomeback.png") repeat-x transparent;
    color: inherit;
    margin: 0 23px 0 36px;
    padding-top: 5px;
    text-align: center;
    float: left;
    width: 274px;
    height: 149px;
}

h2
{
    font: normal 225% "WalkwaySemiBoldRegular", sans-serif;
    margin: 0 0 .5em;
    padding: 0;
}

h3, h4, h5, h6, p
{
    margin: 0 0 1em;
    padding: 0;
}

h2 a, h3 a
{
    background: transparent;
    color: inherit;
    text-decoration: none;
}

p, ul
{
    margin: 0 0 1em;
}

ul
{
    list-style-type: square;
}