
.FloatFix{overflow:hidden; font-size:0; height:0; clear:both;}
a img{border:0;}

body
{
    background-image: url('../images/bg.jpg');
    background-repeat: /*no-repeat;*/ repeat-y;
    background-position: center top;
    background-size: 100%;
    color: white;
    font-family: Arial;
    font-size:12px;
    background-color: black;
    margin:0; padding:0;
}

h1
{
    /*font-size: larger;
    font-variant: small-caps;*/
	font-weight: normal;
	font-size: 12px;
}


a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    color: #999;
}

a:hover
{
    color: #white;
}

a.active
{
    color: #999;
}

/* -------------- MASTER PAGE STYLES --------------- */
.pageContainer
{
    position: relative;
    width: 979px;
    margin: 0px auto;
}

.pageContentSection
{
    height: auto !important; /* real browsers */
    
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
    width: 979px;
}

div#pnlContentSection div {
	min-height: 30px;
}

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

/* --------------- HEADER STYLES -------------- */
.pageHeader
{
    text-align: center;
	margin:20px auto 25px auto;
    /*margin:40px auto 25px auto;*/
	width:	979px
}
.headerLinks
{
    color: White;
    text-align: right;
    font-size: 0.8em;
    padding: 4px 5px 0px 0px;
}

div.menuItem a:hover {
	color: #999;
}

div.menuItem a:link {
	color: white;
}

div.menuItem a:active {
	color: white;
}

div.menuItem a:visited {
	color: white;
}


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

/* -------------- BOTTON MENU STYLES --------------- */
.pageBottomMenu
{
    background-color: #000000;
    text-align: center;
    height: 25px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    font-size: 10px;
    padding:10px 0 0 0;
}
/* ------------------------------------------------- */

/* -------------- TOP MENU STYLES ------------------ */

.pageTopMenu
{
    height: 30px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pageTopMenu .menuItem
{
    float: left;
    text-align: center;
    /*---width: 16.5%; FOR 6 NAV ITEMS---*/
	width: 20%;
}


.pageTopMenu .menuItem a.link, .pageTopMenu .menuItem a.visited, .pageTopMenu .menuItem a.hover, .pageTopMenu .menuItem a.active
{
    text-decoration: none;
}

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

div.home
{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}
div.title
{
    /*padding-top:25px;*/
}
table.team
{
    width: 100%;
    text-align: justify;
	padding-bottom: 20px;
}

table.team td
{
    /*padding: 0px 10px 0px 10px;*/
	padding: 0px 10px 0px 0px;
    width: 33%;
}

table.images
{
    width: auto;
    margin:0 auto;
}
table.images td{padding:3px}

div.imgCentered
{
     padding-top:216px;
     position:relative;
}

.About{padding-top:10px; width:460px; margin:0 auto; text-align:justify;}
.About h1{text-align:center;}
.Contact{padding-top:20px; width:420px; margin:0 auto;}
.Services{padding-top:2px; padding-bottom:10px; width:460px; margin:0 auto; text-align:justify;}
.Services h1{text-align:center;}
.Gallery{padding-top:5px; width:480px; margin:0 auto; text-align:justify;}
.Gallery h1{text-align:center;}
.Projects{padding-top:10px; width:460px; margin:0 auto; text-align:justify; padding-bottom:40px;}
.Projects h1{text-align:center;}

ul {
	padding-left: 17px;
	margin-top: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

li {
	margin: 8px 0 8px 0;
}

p.intro {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}