

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

		
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	background-image: url("../../images/bg.gif");
	font-size: 80%;
}

a{
	color: #003333;
	text-decoration: underline;
}

a:link{
	color: #003333;
	text-decoration: underline;
}

a:visited{
	color: #707070;
	text-decoration: underline;
}

a:hover{
	color: #0B6F49;
	text-decoration: underline;
}


p
{
  line-height:150%;
}


h1{
 font-size: 180%;
 font-weight:bold;
 color: #003333;
 line-height:150%;
 margin-top:0px;
}

h2{
 font-size: 140%;
 font-weight:bold;
 color: #003333;
 line-height:150%;
}

h3{
 font-size: 120%;
 font-weight:bold;
 color: #003333;
 line-height:150%;
 margin: 0;
 padding: 0;
}


h4{
 font-size: 120%;
 font-weight:bold;
 color: #004489;
 margin: 3px 0px 3px 0px;
}

h5{
 font-size: 120%;
 font-weight:bold;
 color: #96BF0D;
 margin: 12px 0px 12px 0px;
}

ul{
 list-style-type: disc;
 font-size: 100%;
 margin: 0px;
 padding: 0px 0px 0px 24px;
}

ol{
 list-style-type: disc;
 font-size: 100%;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}


li{
 padding: 1px 0px 1px 0px;
}


br{
clear:  both;
}

hr{
clear:  both;
height: 1px;
}


/***********************************************/
/* Layout Classes                                 */
/***********************************************/

	.frame {
		width:790px;
		margin-right:auto;
		margin-left:auto;
		margin-top:3px;
		padding:0px;
		text-align:left;
		}
		

	.header {
	width:786px;
    float: left;
    clear: both;
    padding: 9px 0px 0px 0px;
    margin: 0px;
    background-color: white;
    border-top-style:solid; 
    border-top-width:2px;
    border-top-color:#CCCCCC;
    border-right-style:solid; 
    border-right-width:2px;
    border-right-color:#CCCCCC;
    border-left-style:solid; 
    border-left-width:2px;
    border-left-color:#CCCCCC;
    }
		
		
	.contentplaceholdercolumn01{
	width:786px;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    background-color:White;
    border-right-style:solid; 
    border-right-width:2px;
    border-right-color:#CCCCCC;
    border-left-style:solid; 
    border-left-width:2px;
    border-left-color:#CCCCCC;
    }
    
    
    .contentplaceholdercolumn01_backgroundimage{
	width:786px;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px;
    background-image:url("../../images/circle_bg.gif");
    border-right-style:solid; 
    border-right-width:2px;
    border-right-color:#CCCCCC;
    border-left-style:solid; 
    border-left-width:2px;
    border-left-color:#CCCCCC;
    }
		
		
	.footercolumn01{
	    clear: both;
		float:left;
		padding: 0px;
		margin: 0px;
		width:790px; 
		}
		
	.contentcolumn01{
		float:left;
		padding: 20px 40px 0 40px;
		margin: 0px;
		width:680px;
		clear: both; 
		}
		
	.contentcolumn02{
		float:left;
		padding: 0px 0px 0px 40px;
		margin: 0px;
		width:340px; 
		}
		
	.leftcontentcolumn01{
		float:left;
		padding: 20px 40px 0 40px;
		margin: 0px;
		width:460px; 
		}
		

		
	.rightcontentcolumn01{
		float:left;
		padding: 20px 0px 0 0px;
		margin: 0px;
		width:220px; 
		}
	
		
	.centercolumn{
		padding:0px;
		float:none;
		clear: both;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		}
		
		
	.logo{
		float:left;
		padding: 0px 0 0 12px;
		margin: 0px;
		width:98px; 
		height:98px;
		}
		
	.call{
		float:left;
		padding: 0px;
		margin: 0px;
		width:664px;
		height:86px;
		text-align:right;
		}
		
		
	.alignrightmenu{
		text-align:right;
		padding-right:12px;
		}	

		

/***********************************************/
/* Row layouts                                 */
/***********************************************/

div.row {clear: both;padding: 6px;}
div.row span.left {float: left; width:150px; text-align: right;}
div.row span.right {float: left;width:auto; text-align: left; margin-left:6px;} 

		
		
/***********************************************/
/* General text classes                                 */
/***********************************************/

.no_margin_padding
{
 margin: 0;
 padding: 0;
}

.small
{
 font-size: 84%;
}

.smallrightcolour01{
 font-size: 84%;
 text-align:right;
 margin: 0;
 padding: 3px 0 3px 0;
 color:White;
}


.smallcolour01{
 font-size: 84%;
 margin:0;
 padding: 3px 0 3px 0;
 color:White;
}


a.colour01link:link {  color: #FFFFFF; text-decoration: none }
a.colour01link:visited {  color: #FFFFFF; text-decoration: none }
a.colour01link:hover {  color: #FFFFFF; text-decoration: underline }
a.colour01link:active {  color: #FFFFFF; text-decoration: underline }




a.colour02link:link {  color: #003333; text-decoration: underline; font-weight:bold }
a.colour02link:visited {  color: #003333; text-decoration: underline; font-weight:bold }
a.colour02link:hover {  color: #003333; text-decoration: underline; font-weight:bold }
a.colour02link:active {  color: #003333; text-decoration: underline; font-weight:bold }



.validatortext
{
    font-size: 100%;
    color: red;
    font-weight: bold;
}


.colour01
{
    font-size: 140%;
    color: #FED855;
    font-weight: bold;
    margin:0;
    padding: 3px 3px 3px 3px;
}


  


/***********************************************/
/* Images                                 */
/***********************************************/

.image01{
	padding: 0px;
	margin:0px;
	float:right;
	clear: both;
}


/*this centres the image*/
.imagecenter{
	display: block;
	margin: 0 auto;
	clear: both;
}




/***********************************************/
/* Main menu                                 */
/***********************************************/

#main_menu ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #FED855;
	font-size: 13px;
	font-weight:bold;
}

#main_menu li {
	display: inline;
}


#main_menu a {
	float: left;
	color: #003333;
	text-decoration: none;
	padding: 0.2em 0.6em;
	background-color: white;
	margin-right:1px;

}


#main_menu a:hover{
	background-color: #FED855;
	margin-right:1px;
}

#main_menu .selected{
	background-color: #FED855;
	margin-right:1px;
}

#main_menu .notselected{
	background-color: white;
	margin-right:1px;
}


/***********************************************/
/* News items                                 */
/***********************************************/

	.newsitemtop 
	{
	    float: left;
		width:242px;
		margin:0;
		padding:12px;
		text-align:left;
		background-color: #00442A;
		color:#FED855;
		clear:both;
		}
		
	.newsitemmiddle
	{
	    float: left;
		width:242px;
		margin:0;
		padding:12px;
		text-align:left;
		background-color: #E5ECE9;
		color:#00442A;
		clear:both;
		}
		
	.newsitembottom
	{
	    float: left;
		width:242px;
		margin:0 0 40px 0;
		padding:0px;
		text-align:left;
		background-color: #E5ECE9;
		color:#00442A;
		clear:both;
		}
