/**
 * Custom Styles
 * 
 * Copyright &copy; 2009 Matthew Plant
 *
/*
	
/*****************************************************/
/* General Settings */
/*****************************************************/
	
  html {
	}

  body {
    	font-size: 13px;  	
		background: #FFFFFF url(/images/bg.jpg) repeat-x;
  }
	
	h1, h2, h3, h4, h5, h6 {
    	font-family: "Times New Roman",Georgia,Serif;
		color: #C5920A;
		margin:0em 0pt;
	}
	  
	h2, h4, h6 {
		color: #6B470F;
	}
	  
	table, th, tr, td {
		padding: 0;
	}
	

	th	{
		border: 0px;
		text-align: center;
		background-color: #DDDDDD;
		color: black;
	}

	td {
		border: 0px;
		padding: 0px;
	}

	a:link, a:visited {
		color: #6B470F;
	}

	a:hover {
		color: #C5920A;
	}

	#hd {
		text-align: center;
		color: #663366;
	}
	
	#hd table {
	}
	
	#bd {
	}
	
	#ft {
		color: #444444;
	}
			

	div.box-title h1 {
		font-size: 17px;
	}
	
	div.box h2, h3 {
		font-size: 15px;
		font-weight: bold;
	}

	div.box h3 {
		font-size: 17px;
	}
	

/*****************************************************/
/* phpWebsite Settings								 */
/*****************************************************/

	#search-box {
		text-align: right;
	}



/*****************************************************/
/* phpWebsite Settings Control Panel Tabs and Frame	 */
/*****************************************************/

	ul.tabmenu li.active {
	    background-color: lightgrey;
	    color: white;
	}
		
	ul.tabmenu li.active a {
	    font-weight: bold;
	}

	ul.tabmenu li.inactive {
	    background-color: white;
	    color: grey;
	}
	
	ul.tabmenu li.inactive a:hover {
	    background-color: lightyellow;
	    font-weight: bold;
	    color: black;
	}
	
	ul.tabmenu li.inactive a, a:visited {
	    color: #6B470F;
	}
	
	div.frame {
		background-color: lightgrey;
		border-color: grey;
	}
	

	

/*****************************************************/
/* Menu Styles										 */
/*****************************************************/

	ul.menu-links {
		border-top: 0px;
	}
	
	ul.menu-links li a.menu-link-href {
		color: #6B470F;
		background-color: transparent;
		margin-right: 20px;
	}

	ul.menu-links li ul li.link-level-2 a.menu-link-href {
		color: #6B470F;
		background-color: transparent;
		margin-right: 20px;
	}
				
	ul.menu-links li.current-link a.menu-link-href {
		color: #C5920A;
		background-color: transparent;
		margin-right: 20px;
	}
	
	ul.menu-links li ul li.current-link a.menu-link-href {
		color: #C5920A;
	}
		
	div.box ul.menu-links li a.menu-link-href:hover {
		color: #C5920A;
		background-color: transparent;
	}
	

/*****************************************************/
/* Other											 */
/*****************************************************/

	div#text-only-page {
		background-color: transparent;
	}

	div#twocolumns-page {
		background-color: transparent;
	}

	div.panel-title {
		background-color: #FFFFFF;
	}

	.toggle1 {
		background-color: #EEEEEE;
	}

	.bgcolor1 {
		background-color: transparent;
	}

	#header {
	}
	
	#notes-list {
	}
	
	#footer {
		font-size: 0.9em;
    	background: #6E6E6E;		
	}
	
	#layout-naked {
    background: #FFFFFF;
	}

	


	.bgWhite {
		background-color: #FFFFFF;
	}




	.outline {
		border: 1px solid;
		border-color: #999999;
		border-width: 1px;
	}
	
	.credit {
		padding-top: 15px;
		font-family: helvetica,Arial,sans-serif;
		font-size: 13px;
		color: #666666;
	}	

	input.narrow {
		width: 5em;
	}
	


	.box-title, .box-content, .box-footer {
		padding: 0px;
		background: transparent;
	}
	
	#banner-page .box-content {
		padding-top: 0px;
	}
	
	blockquote, ul, ol, dl {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	
	
/*****************************************************/
/* The rotator settings								 */
/*****************************************************/
	#rotator {
		position: relative;
		height: 400px;
	}
	
	#rotator ul li {
		position: absolute;
		list-style: none;
	}
	
	#rotator ul li img {
	}
	
	#rotator ul li.show {
		z-index:1;
	}
	
	#rotator ul {
		margin-left: 0em;
	}

