@charset "utf-8";
/* CSS Document 
Copyright Simon Britstone 2010
All Rights Reserved
*/

body {
background-image:url(../design/bgFade.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.headerHolder {
left:0px;
top:5px;
margin: 0px auto;
width:100%;
height:137px;
max-width:100%;
}

.topHeader {
width:100%;
height:19px;
background-image:url(../design/topLogo.jpg);
background-repeat:repeat-x;
}

.header {
background-color:#000000;
height:99px;
width:100%;
}

.bottomHeader {
width:100%;
height:42px;
background-image:url(../design/bottomLogo.jpg);
background-repeat:repeat-x;

}

.navBar {
font-size:12px;
width:600px;
margin:0px auto;
text-decoration:none;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.navBar ul {
list-style:none;
margin:0;
padding:0;
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#CCCCCC;
text-decoration:underline;
}

a:active {
color:#FFFFFF;
text-decoration:none;
}

.navBar ul li { color:#FFFFFF;
width:100px;
height:25px;
background-image:url(../design/offLink.gif);
background-repeat:no-repeat;
float:left;
background-position:bottom;
text-decoration:none;
}
.navBar ul li:link { color:#FFFFFF;
width:100px;
height:25px;
background-image:url(../design/offLink.gif);
background-repeat:no-repeat;
float:left;
background-position:bottom;
text-decoration:none;
}
.navBar ul li:visited { color:#FFFFFF;
width:100px;
height:25px;
background-image:url(../design/offLink.gif);
background-repeat:no-repeat;
float:left;
background-position:bottom;
text-decoration:none;
}

.navBar ul li:hover {
color:#CCCCCC;
width:100px;
height:25px;
background-image:url(../design/onLink.gif);
background-repeat:no-repeat;
float:left;
background-position:bottom;
text-decoration:none;
}

.navBar ul li:active {
color:#FFFFFF;
width:100px;
height:25px;
background-image:url(../design/clickLink.gif);
background-repeat:no-repeat;
float:left;
background-position:bottom;
text-decoration:none;
}

.contentArea {
padding-left:5px;
color:#FFFFFF;
margin: 0px auto;
width:75%;
height:auto;
background-color:#333333;
}

.title {
font-weight:500;
color:#CCCCCC;
font-size:14px;
padding-bottom:15px;
}

.mainPicHolder {
padding-right:15px;
float:right;
width:250px;
height:205px;
}

.mainPic {
padding-right:15px;
width:250px;
height:190px;
}
.picText {
font-size:10px;
color:#FFFFFF;
padding-right:15px;
width:250px;
height:15px;
}

td {
color:#FFFFFF;
}