/*-----------------------------------------------------------------------------
Main Stylesheet

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

body
{
 font-size:  12px;
 font-family: ÒHelvetica Neue LightÓ, ÒHelveticaNeue-LightÓ, Arial, Helvetica, sans-serif;
 color: #333;
 background-image: url(../images/bg-gradient.jpg);
 background-position: 0 0;
 background-repeat: repeat-x;
}


p 
{
  margin: 0 0 1em 0;
  line-height: 160%;
}


h1, h2, h3, h4, h5, h6
{
 margin: 2em 0 1em 0;
}


.clear /* Class for clearing floats */
{
 clear: both;
}


em
{
 font-style: italic;
}

strong
{
 font-weight: bold;
}


strong.hidden
{
 font-weight: normal;
}


.underline
{
 text-decoration: underline;
}


.boxout
{
 padding: ;
 background-color: #F3F3F3;
}


img#logo
{
 position: absolute;
 top: 0;
 left: 40px;
 z-index: 100;
}

img.photo
{
 float: left;
 margin: 0 10px 10px 0;
}

table
{
 margin-bottom: 20px;
}


td 
{
 background-color: #F2F7FA;
 padding: 8px;
 line-height: 160%;
}


tr.title td
{
 color: #FFF;
 background-color: #7FB3CC;
 font-weight: normal;
 padding: 2px 8px;
}


/*---------------------- Lists ---------------------*/

ul, ol
{
 line-height: 150%;
 margin: 0 0 1em 0;
}


ul li
{
 line-height: 160%;
}


ol
{
}


ol li
{
 list-style-type: decimal;
}


ol.romanNumeral li
{
 list-style: upper-roman;
 padding: 2px 0 2px 0;
}


li#company
{
 font-size: 15px;
 font-weight: bold;
}


li#name
{
 font-size: 13px;
 font-weight: bold;
 padding-bottom: 10px;
}


ul.pdf
{
 margin-top: 10px;
}


ul.pdf li
{
 color: #000;
 font-size: 11px;
 padding: 2px 0 2px 20px;
 background-image: url(../assets/general/bullet_pdf.gif);
 background-repeat: no-repeat;
 background-position: 0 2px;
}


ul.legal
{
 margin-right: 40px;
 font-size: 10px;
 text-align: right;
}


ul.legal li
{
 display: inline;
 line-height: 100%;
 margin-left: 20px;
 color: #80ACC1;
}


ul.legal li a:link,
ul.legal li a:visited
{
 color: #80ACC1;
}


ul.legal li a:hover,
ul.legal li a:active
{
 color: #333;
}


/*---------------------- Headings ---------------------*/

h1
{
 margin: 0;
 font-size: 20px;
 color: #FFF; 
 line-height: 140%;
 font-weight: normal;
}


h1 strong
{
 color: #7DA010;
 font-weight: normal;
 font-style: italic;
}


h2
{
 margin-top: 0;
 font-size: 20px;
 color: #4D85BA; 
 font-weight: normal;
}


h3
{
 color: #4C83B8; 
 font-size: 16px;
 font-weight: normal;
}


/*---------------------- Links ---------------------------------*/

a,
a:link,
a:visited
{
 color: #7DA010;
 text-decoration: none;
}


a:hover,
a:active
{
 color: #576F0B;
 text-decoration: none;
}


/*-------------------------- Main Navigation ---------------------------*/
 /*--------------------------- First Level --------------------------*/


ul.navigation
{
 margin-left: 50px;
 padding-top: 15px;
 list-style: none;
}


ul.navigation li
{
 line-height: 100%;
 padding-left: 5px;
 display: block;
 height: 20px;
 float: left;
 background-image: ;
 background-repeat: no-repeat;
 background-position: 100% 0;
}


ul.navigation a 
{
 display: block;
}


ul.navigation li a:link,
ul.navigation li a:visited
{
 font-weight: normal;
 color: #000;
 text-decoration: none;
 padding-right: 40px;
 font-size: 18px;
}


ul.navigation li a:hover,
ul.navigation li a:active
{
 color: #4D83BA;
 text-decoration: none;
}

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


#indexPage .branding
{
 background-image: url(../images/index.jpg);
}

#galleryPage .branding
{
 background-image: url(../images/gallery.jpg);
}

#trainingPage .branding
{
 background-image: url(../images/training.jpg);
}

#contactPage .branding
{
 background-image: url(../images/contact.jpg);
}


#trainingPage .testimonial
{
 margin-top: 40px;
 margin-bottom: 40px;
}


.portrait
{
 border: 1px solid #CCC;
}

#map
{
 width: 448px;
 height: 350px;
 float: left;
 margin: 0 20px 20px 0;
}

#map iframe
{
 border: 1px solid #CCC;
}

/*--------------------------- jQuery lightBox plugin - Gallery style --------------------------*/


#gallery 
{
 background-color: #FFF;
 padding: 0;
 width: 902px;
}


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

#gallery ul li 
{ 
 background-image: none;
 padding: 0;
 display: inline; 
 margin-right: 2px;
}
		

#gallery ul img 
{
 border: 2px solid #576F0B;
 border-width: 2px;
}
		

#gallery ul a:hover img 
{
 border: 2px solid #CCC;
 border-width: 2px;
 color: #FFF;
}


#gallery ul a:hover 
{ 
 color: #FFF; 
}
