﻿/**************************
GENERIC
**************************/

Body, HTML{
	width: 100%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px 0 0 0;
	}

*{
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited {
	color:#CC0000;
	text-decoration: none;
	}

a:hover{
	color:#CC0000;
	text-decoration:underline;
	}

.clearFloat{
	display: block;
	clear: both;
	}

IMG
{
    border: none;
}

/**************************
HEADER
**************************/

#header
{
    width: 100%;
    height: 65px;
    background-image:url(../images/template/header_bg.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#header IMG
{
    margin-left: 15px;
}

/**************************
TOP NAV
**************************/

#nav
	{
	height:54px;
	padding: 0 0 0 15px;
	background-image:url(../images/template/nav_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#nav ul
	{
	float: left; 
	width: 750px;
	margin: 0 0 0 15px;
	padding: 0px;
	}

#nav li
	{
	float: left;
	list-style:none;
	}
	
#nav li a:link, #nav li a:visited
	{
	line-height: 30px;
	text-decoration: none;
	color:#ffffff;
	text-align:center;
	padding: 6px 10px 6px 10px;
	background-image:url(../images/template/nav_brackets.jpg);
	background-repeat: no-repeat;
	background-position:left;
	}

#nav li a:hover
	{
	color:#FFFFFF;
	background-image:url(../images/template/navHover_bg.jpg);
	background-repeat: repeat-x;
	}
	
/**************************
CENTRE CONTAINER
**************************/	
	
#container
    {
    margin: 0px 0;
    background-image:url(../images/template/pageContents_bg.gif);
	background-repeat: repeat-y;
    }

#container2
    {
    width: 100%;
    margin-left: 48px;
    }
    
#containerCenter
    {
    width: 1100px;
    border: 1px dotted #cccccc;
    }

/* ---------- 3 panel grid------------*/
    
#PaneltopLeft
{
    float:left;
    width: 300px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    padding: 10px;    
}

#PaneltopRight
{
    float:left;
    width: 550px;
    border: 1px solid #cccccc;
    padding: 10px;
}

#PanelBtm
{
    clear: both;
    width: 880px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    padding: 10px;
}

#PaneltopLeftMap
{
    float:left;
    width: 600px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    padding: 10px;    
}

#PaneltopRightList
{
    float:left;
    width: 350px;
    border: 1px solid #cccccc;
    padding: 10px;
}


/**************************
FOOTER
**************************/		

#footer
{
    clear: both;
    height: 40px;
    margin-top: 20px;
    padding: 12px 0 0 15px;
    border-top: 2px solid #61AFDC;
    background-image:url(../images/template/footer_bg.jpg);
	background-repeat: repeat-x;
}

/**************************
FONTS
**************************/		
	
p, li 
{
    font-size: 70%;
    color: #4E6688;
}

td, th
{
    font-size: 11px;
    color: #4E6688;
}

H1
{
    font-size: 110%;
    color: #536384;
    margin-bottom: 15px;
}

H2
{
    color: #CC0000;
    font-size: 70%;
    padding: 4px 0 4px 0;
}

H3
{
    color: #536384;
    font-size: 70%;
    padding: 4px 0 4px 0;
}