/*-----------------------------------------------------------------------------
Structural Stylesheet

author:    Andrew Scrivener
email:     andrew@revisionone.co.uk
website:   http://www.revisionone.co.uk
-----------------------------------------------------------------------------*/

body 
{
 background-color: #005983;
 text-align: center;
}


div.wrapper
{
 width: 980px; /* 980px*/
 position: relative;
 text-align: left;
 margin: 0 auto;
 padding: 0;
 background-color: transparent;
}


.contentWrap
{
 background-image: url(../images/bg-page.png);
 background-repeat: repeat-y;
 background-position: 0 0;
 padding-bottom: 20px;
}


div.branding
{
 width: 840px; /* 980px Total */
 height: 97px;
 padding: 190px 70px 0 70px;
 position: relative;
 background-position: 38px 0;
 background-repeat: no-repeat;
}


div.mainNav
{
 width: 692px; /* 980px Total */
 height: 50px;
 margin-left: 288px;
}


div.mainContent
{
 width: 680px; /* 733px Total */
 padding: 40px 15px 0 38px;
 float: left;
 position: relative;
}


div.subContent1
{
 width: 202px; /* 247px Total */
 padding: 79px 40px 0 5px;
 float: left;
 position: relative;
}


div.footer
{
 width: 980px; /* 980px Total */
 height: 56px;
 position: relative;
 padding-top: 0;
 margin-bottom: 0;
 background-image: url(../images/bg-footer.png);
 background-position: bottom left;
 background-repeat: no-repeat;
}


.testimonial
{
 width: 202px;
 margin-bottom: 70px;
}


.testimonial p
{
 display: block;
 color: #FFF;
 background-repeat: no-repeat;
 background-position: bottom left;
}


.testimonial strong
{
 margin-top: 5px;
 display: block;
}


.style1
{
 background-image: url(../images/bg-greenTop.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 padding-top: 30px;
}


.style1 p
{
 background-image: url(../images/bg-greenBottom.jpg);
 background-color: #7DA110;
 padding: 0 10px 40px 10px;
}


.style2
{
 background-image: url(../images/bg-blueTop.jpg);
 background-position: 0 0;
 background-repeat: no-repeat;
 padding-top: 30px;
}


.style2 p
{
 background-image: url(../images/bg-blueBottom.jpg);
 background-color: #4E86B9;
 padding: 0 10px 40px 10px;
}


/*--------------------------- Page Specific Styles --------------------------*/

body#galleryPage div.mainContent
{
 width: 902px; /* 980px Total */
 padding: 40px 40px 0 38px;
}
