/* CSS Document */


body {
margin: 0;
padding: 0;
background-color: #000;
background-image: url(../images/home/layout/bg_home.jpg);
background-repeat: no-repeat;
background-position: top left;
font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

p, td {
line-height: 1.8em;
}

#skip {
position: absolute;
top: -200px;
}

#mainnav {
margin-top: 270px;
color: #fff;
width: 240px;
float: left;
}

#mainnav ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
list-style-type: none;
margin-left: 50px;
}

#mainnav li {
padding-bottom: 20px;
}

#mainnav a {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#mainnav a:hover {
font-size: 24px;
}

#container {
width: 780px;
margin-top: 118px;
float: left;
background-color: #FFF;
padding: 0;
background-image: url(../images/general/container_top.jpg);
background-position: top center;
background-repeat: no-repeat;
}

#innercontainer {
background-image: url(../images/general/container_bottom.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}


#footer {
width: 780px;
padding-top: 5px;
padding-bottom: 15px;
margin-left: 240px;
font-size: 0.75em;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
clear: left;
}

#footer .footerimages {
float: right;
padding: 5px 0 0 3px;
}

#footer p {
margin: 5px 0;
text-indent: 0;
}

#footer p:first-letter {
font-size: inherit;
color: #fff;
line-height: inherit;
}

#footer a {
color: #fff;
font-weight: normal;
}

/* left hand navigation */
#leftcol {
width: 150px;
float: left;
}

#leftcol ul {
margin: 0 10px 0 0;
padding: 0;
list-style-type: none;
}

#leftcol li {
display: block;
margin: 0;
padding: 0;
border-bottom: 1px solid #fff;
}

#leftcol a {
display: block;
background-color: #ffafaf;
padding: 5px;
color: #fff;
text-decoration: none;
border: 1px solid #ffafaf;
border-left: none;
font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
}

#leftcol a:hover {
background-color: #fff;
border: 1px solid #f00;
border-left: none;
color: #f00;
}

/*secondtier navigation*/
#leftcol ul.secondtier {
margin: 0;
padding: 0;
border: 1px solid #90c;
border-left: none;
}

#leftcol .secondtier li {
background-color: #fff;
}

#leftcol .secondtier a {
padding: 2px 2px 2px 20px;
background-color: #fff;
border: none;
}

#leftcol .secondtier a:hover {
text-decoration: underline;
border: none;
}

/*default appearance of secondtier nav is not to show*/
#leftcol .secondtier {
display: none;
}


/*right column*/

#rightcol {
float: left;
width: 590px;
margin: 10px 20px 20px 10px;
}

.clearfix {
width: 300px;
height: 1px;
clear: both;
display: block;
}

/*Divider*/

hr.hiddenrule {
clear: both; 
visibility: hidden;
}


/*images*/
img {
border: none;
}

img.left {
float: left;
padding: 5px 10px 5px 0;
}

img.right {
float: right;
padding: 5px 0 5px 10px;
}

/*misc text styles*/
h1 {
font-size: 1.7em;
}

h2 {
font-size: 1.5em;
}

.smallbold {
font-size: 90%;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
padding: 5px 0;
font-weight: bold;
line-height: 1em;
}

a {
font-weight: bold;
}

a:link, a:visited, a:active {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.noindent p {
text-indent: 0;
}

p.noindent {
text-indent: 0;
}

.nocap p:first-letter {
font-size: inherit;
color: #000;
}

p.nocap:first-letter {
font-size: inherit;
color: inherit;
}

/*general positioning*/
.centre {
text-align: center;
}

.clear {
clear: both;
} 

.homeboxhead {
color: #fff;
font-weight: bold;
text-align: center;
}

.boxcontent {
padding: 8px;
line-height: 1.4em;
}