/*Briggs Website Style Sheet* - Last Updated by Simon Del Giudice on 30-07-07
******************************************************************/

/*Global Styles*
******************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: arial, san-serif, Verdana;
	font-size: 12px;
	text-align: center;
	background-color: white;
	}
p {
	font-family: arial, san-serif, Verdana;
	font-size: 11px;
	color: black;
	padding: 0 0 10px 0;
	margin: 0;
}

h1 {
	color: #000000;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	color: #990000;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 0 0;
	padding: 0;
}
ul 	{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
li	{
	margin: 0 0 5px 0;
	padding: 0; 
	font-size: 11px;
	}
img {
	padding: 0;
	margin: 0;
	}
a 	{
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	}
	a:hover {
		color: #FFC820;
		}

th{
	color: #FFFFFF;
	background-color: #990000;
}

/*Layout Styles*
******************************************************************/

#container {
	width: 800px;
	/*border: 1px solid black;*/
	background: white;
	text-align: left;
	vertical-align: top;
	border: 1px solid #900;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#masthead {
	height: 88px;
	background: url(../images/layout/masthead_02.gif);
}
	#masthead p {
		float: right;
		padding: 3px 8px 0 0;
		height: 30px;
		color: white;
	}
	#masthead a {
	color: #990000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
		}
	#masthead a:hover, #masthead a.active {
		color: white;
		}	

#main {
	margin: 10px;
}
/********************/
#sidebar_a {
	float: left;
	width: 157px;
	margin: 0 0 0 0;
	background: white;
	/*background: white url(../images/home/register-back.gif) top left repeat-x;*/
}
	#sidebar_a p {
		padding: 0;
		margin: 10px 0 10px 0;
		text-align: center;
	}
	#sidebar_a img {
		margin: 0 0 10px 0;
	}	
	#sidebar_a ul {
		padding: 0;
	}

	#sidebar_a li {
		height: 20px;
		width: 157px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		text-align: right;
		}
	#sidebar_a li a {
		padding: 3px 20px 0 0;
		display: block;
		height: 20px;
		color: white;
		overflow: hidden;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}
		#sidebar_a01 {
			border-bottom: 1px solid white;
			padding: 0;
			margin: 0 0 1px 0;
			width: 137px;
			background: black url(../images/layout/bullets/b_level01.gif) right top no-repeat;
			}
		#sidebar_a02 {
			border-bottom: 1px solid white;
			padding: 0;
			margin: 0 0 1px 0;
			width: 137px;
			background: red;
			background: url(../images/layout/bullets/b_level02.gif) right top no-repeat;
			}			
	#sidebar_a li a:hover {
	color: #FFFFFF;
	background-position: 0 -20px;
		}
	#sidebar_a li a.active,
	#sidebar_a li a.active:hover {
	color: #FFFFFF;
	background-position: 0 -20px;
		}


	#level2 li {
		height: 20px;
		width: 157px;
		padding: 0;
		margin: 0;
		overflow: hidden;
		text-align: right;
		}
	#level2 li a {
		padding: 3px 10px 0 0;
		display: block;
		height: 20px;
		color: #5B595B;
		overflow: hidden;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}
		#level2_01 {
			border-bottom: 1px solid white;
			padding: 0;
			margin: 0 0 1px 0;
			width: 147px;
			background: white;
			/*background: white url(../images/layout/bullets/b_level02.gif) right top no-repeat;*/
			}			
	#level2 li a:hover {
		color: black;
		background: #FFE7AA;
		/*background-position: 0 -20px;*/
		}
	#level2 li a.active,
	#level2 li a.active:hover {
		color: black;
		background-position: 0 -20px;
		}







/*****************************************/

#sidebar_b {
	float: right;
	width: 200px;
	margin: 0;
	/*background: red;*/
}
	#sidebar_b p{
		padding: 0;
		margin: 0;
	}		
	#sidebar_b h1{
		margin: 0;
		font-size: 14px;
		font-weight: bold;
		padding: 8px 0 10px 5px;
	}	
	#sidebar_b li {
		height: 26px;
		margin: 0;
		overflow: hidden;
		}	
	#sidebar_b li a {
	display: block;
	height: 26px;
	padding: 5px 0 0 5px;
	color: white;
	overflow: hidden;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #565656;
		}
	#sidebar_b li a:hover, #sidebar_b li a.active {
		background: #92191C;
		}
			
#sideb_feature {
	margin: 0 0 10px 0;
	background-color: #990000;
	background-image: url(../images/layout/sideb/top01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sideb_feature2 {
	padding: 10px;
	text-align: left;
	display: block;
	background-color: #990000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sideb_feature2 p {
	text-align: left;
	margin: 0;
	padding: 0 0 4px 0;
	color: #FFFFFF;
}
#sideb_feature2 h1 {
	margin: 0;
}


#content {
	margin: 0 210px 10px 167px;
	/*border: 1px solid red;*/
}

	#content h2 {
		margin: 0 0 10px 0;
		padding: 0;
		/*border: 1px solid red;*/
	}
	#content h3 {
		font-size: 12px;
		font-weight: bold;		
		color: black;
		margin: 0 0 0 0;
		padding: 0;
		/*border: 1px solid red;*/	
	}
	#content ul 	{ 
		padding: 0 0 0 20px;
		list-style-type: disc; 
		}
	#content li a {
		display: block;
		color: #FFFFFF;
		background: #565656;
	}
	#content li a:hover, #content li a.active {
		display: block;
		color: #FFFFFF;
		background: #990000;
	}

	#content tr 
	{
		vertical-align:top;
		text-align:left;

		/*border: 1px solid red;*/
	}



#footer {
	margin:0;
	clear: both;
	padding: 5px;
	height: 20px;
	background-color: #990000;
}

	#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
		}
	#footer a:hover, #footer a.active {
	color: #cccccc;
		}	

#footerright {
	float: right;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	padding: 0 10px 0 0;
	color: #FFFFFF;
	/*background: blue;*/
} 

#footerleft {
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	/*background: purple;*/
}




/*Navigation*
******************************************************************/

#navigation {
	
	clear: both;
	padding: 0 0 0 20px;
	margin: 0;
	height: 27px;
	list-style: none;
	background: url(../images/layout/nav/nav-back.gif) no-repeat;
	}
#navigation li {
	height: 27px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
#navigation li a {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 0 0;
	color: white;
	text-decoration: none;
	display: block;
	height: 27px;	
	/*text-indent: -5000px;*/
	overflow: hidden;
	background-position: center top;
	}
	#nav01 {
		width: 77px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav01.gif) no-repeat;
		}
	#nav02 {
		width: 83px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav02.gif) no-repeat;
		}
	#nav03 {
		width: 86px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav03.gif) no-repeat;
		}
	#nav04 {
		width: 88px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav04.gif) no-repeat;
		}
	#nav05 {
		width: 97px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav05.gif) no-repeat;
		}
	#nav06 {
		width: 61px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav06.gif) no-repeat;
		}
	#nav07 {
		width: 97px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav07.gif) no-repeat;
		}
	#nav08 {
		width: 63px;
		margin: 0 1px 0 0;
		background: url(../images/layout/nav/nav08.gif) no-repeat;
		}
	#nav09 {
		width: 94px;
		background: url(../images/layout/nav/nav09.gif) no-repeat;
		}						
		
#navigation li a:hover {
	color: white;
	background-position: 0 -27px;
	}
	#navigation li a.active,
	#navigation li a.active:hover {
		color: white;
		background-position: 0 -27px;
		}

/*=========================*/

#breadcrumb {
	clear: both;
	padding: 5px 10px 5px 10px;
	margin: 0;
	background: #990000;
	font-size: 11px;
	color: #FFFFFF;
	
}
	#breadcrumb a {
		color: white;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		}
	#breadcrumb a:hover, #breadcrumb a.active {
		color: #92191C;
		}

/*Site Map*
******************************************************************/
.sitemapcell {
	text-align: left;
	vertical-align: top;
}

/*Styles added on 30th July 2007 - SDG*
******************************************************************/
#sdgleft {
	width: 147px;
	background: #BCBEC1 url(../images/layout/leftside-top.gif) top left no-repeat;
	height: 242px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#sdgleft h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

#sdgleft p {
	margin: 0;
	padding: 0;
	text-align: left;
}




	
