﻿/*--- Additional Styles ---*/

body {
    background: #fff url(../images/bg.jpg) top center repeat-y;
    color: #000;
    text-align: left;
}

a:link, a:visited {
    color: #005DAB;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
	color: #005DAB;
    text-decoration: underline;
}

ul li, ol li { margin-bottom: 8px; }


#content img {margin: 5px;}


/*--- Headings ---*/

h1 
{
	border-bottom:1px solid #003A63;
	color:#003A63;
	font-size:24px;
	font-weight:normal;
	padding:5px 5px 5px 10px;
}

h2 
{	
	background-color:#003A63;
	color:white;
	font-size:16px;
	padding:3px;
}
    
h3 {
	border-left:10px solid #FFC423;
	color:#003A63;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	text-transform:uppercase;
}

h4, h5 {
	color:#FFC423;
	font-size:14px;
	font-weight:bold;
}

/*--- Page Elements ---*/

#header {
    background: transparent url(../images/banner.jpg) top left no-repeat;
    height: 110px;
}

#sub-header {
    background: transparent url(../images/sub_banner.jpg) top left no-repeat;
    height: 119px;
}

#content {
    line-height: 1.4em;
    padding-left: 20px;
    padding-right: 20px;
}

#title {
    color: #ce000c;
    font-size: 13px;
}

.pageTitle 
{
    font-size: 16px; 
    color:#ffc423;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer {
color: #949598;

}


/*--- Main Navigation ---*/

#nav {
    height: 30px;
    background: #003a63 url(../images/nav-bg.gif) repeat-x;
}

#nav a:link, #nav a:visited {
    color: #fff;
}

#nav a:hover, #nav a:active {
    background: #ffc423 url(../images/nav-bg-hover.gif) repeat-x;
    color: #fff;
}



/*--- General Classes ---*/

.footnote, .footnote a {
}




.border {
    border: 0px;	
	margin-bottom: 10px;
}

.wmf-label
{

}

.wmf-label-header
{
}

.wmf-label-minor
{
        text-indent: 2em;
    font-style: italic;
    color: #003A63
    
}

.wmf-row
{

}

.wmf-row-alternate
{
}

.wmf-row-submit
{
}

.wmf-success-message
{
	font-weight: bold; 
	border: solid 1px #3eb16f; 
	padding:7px; 
	margin: 10px 0;
}

.wmf-failure-message
{
	font-weight: bold; 
	border: solid 1px #b92626; 
	padding:7px; 
	margin: 10px 0;
}

.wmf-row td, .wmf-row-alternate td 
{
    padding-bottom:5px;
    padding-left:5px;
}
