/* ----------------------------------------------
	Name : Template
	Author : Jason Cowan
	Author URI : http://www.roe.ac.uk.com/ukatc/
	File : content.css
	Path : /style/fp7/	
 ------------------------------------------------ */
#content p {
	font-size: 0.8em;
	padding-bottom: 1em;
	line-height: 1.2em;
}

#content a {
  text-decoration: underline;
	color: #ff6600;
}

#content a:hover, #content a:active, #content a:focus {
	color: #fff;
	text-decoration: underline;
	background: #369;
}

#content h3, #content h4, #content h5, #content h6 {
	color: #ff6600;
	padding-bottom: 1em;
}

#content h3 {
	font-size: 1em;
}

#content h4 {
	font-size: 0.8em;
}

#content h5 {
	font-size: 0.7em;
}

#content h6 {
	font-size: 0.6em;
}

#content ul, #content ol {
	font-size: 0.8em;
	margin-bottom: 1em;
	margin-left: 3em;
}

#content ul {
	list-style: disc;
}

#content ol {
	list-style: decimal;
}

/*HR Style --------------------------------------*/

hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	height: 0;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
	clear: both;
	color: #ff6600;
}

/*HR Style End ----------------------------------*/

/*Table Style -----------------------------------*/

#content table.style01 {
	width: 90%;
	color: #333;
	border: 1px solid #aaa;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 0.8em;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#content table.style01 p {
	font-size: 1em;
}

#content table.style01 caption {
	padding: 20px;
	font-size: 1.3em;
	color: #ff6600;
}

#content table.style01 th {
	border-bottom: 1px solid #aaa;
	padding: 8px 2px;
	color: #fff;
	background: #574d4b;
	border-left: 1px solid #aaa;
}
#content table.style01 td {
	border-bottom: 1px dotted #bbb;
	border-top: 0px;
	border-left: 1px dotted #bbb;
	border-right: 0px;
	padding: 3px 5px;
	color: #333;
	background-color: #f6f6f6;
}

#content table.style01 tr.odd td {
	background-color: #f1f1f1;
}

/*End of Table Style -------------------------------*/

/*Position classes for images etc ------------------*/

.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.textcentre {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

/*--------------------------------------------------*/

/*Linked images styles -----------------------------*/

.imagestyle img {
	vertical-align: bottom;
	padding: 5px;
	border: 1px solid #ff6600;
	}



.imagestyle a img {
	vertical-align: bottom;
	padding: 5px;
	border: 1px solid #ff6600;
}



.imagestyle a:hover img, .imagestyle a:active img, .imagestyle a:focus img {
	padding: 5px;
	border: 1px solid #574d4b !important;
	background: #cec3b2 !important;
}



/**/

.imagestyle a:hover {
    background: #cec3b2;
}

/*--------------------------------------------------*/

/*Navlinks -----------------------------------------*/

div#navlinks {
	/*margin: 0 20px;*/
	/*height: 4em; might need this*/
	/*background: green;*/
	/*width: 99%;*/
	/*margin-left: 5%;*/
	margin-left: 10%;
	margin-right: auto;
}

/*#navlinks ul {
  min-height: 4em;
  height:auto !important;
  height: 4em;
}*/

#navlinks ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	float: left;
	width: 100%;
	/*background: yellow;*/
	font-size: 0.6em;
	font-weight: bold;
	/*min-height: 100%;
	line-height: 1em;*/
	
}

#navlinks ul li { 
	display: inline;
	/*width: 100%;*/
	/*background: red;*/
	/*height: 5em;*/
}

#navlinks ul li a {
	text-align: center;
	width: 25%;
	/*margin-right: 5%;*/
	/*margin-top: 3em;*/
	background-color: #9f9999;
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 0.6em;
	border-bottom: 1em solid white;
	border-right: 1em solid white;
	min-height: 3.5em;
	height: auto !important;
	height: 3.5em;

}

#navlinks ul li a:hover, #navlinks ul li a:active, #navlinks ul li a:focus {
	background-color: #ff6600;
	color: #fff;
}

/*--------------------------------------------------*/


/*eof*/