/* ----------------------------------------------
	Name : Template
	Author : Jason Cowan
	Author URI : http://www.roe.ac.uk.com/ukatc/	
 ------------------------------------------------ */

body {
	background: #fff url(/graphics/fp7/page-bg.jpg) repeat-x top; /*Using this to set BG colour*/
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: black;
	width: 100%;
}

#header {
	background: url(/graphics/fp7/header-comp-strip.jpg) repeat-x right;
	height: 175px;
	/*margin: 0px 20px;*/
	padding-top: 25px;
}

#header h1 {
	color: #fff;
	text-align: right;
	font-size: 1em;
	margin-left: 190px;
	margin-right: 65px;
}

#fp7 {
	background: url(/graphics/fp7/fp7-logo-small.gif) no-repeat right top;
	height: 47px;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 60px;
}

#fp7 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#fp7 a:hover, #fp7 a:active, #fp7 a:focus {
	text-decoration: none;
	background: url(/graphics/fp7/fp7-logo-small-alt.gif) no-repeat right top;
}

#logo {
	background: url(/graphics/fp7/opticon-logo.jpg) no-repeat left top;
	height: 180px;
	position: absolute;
	top: 10px;
	left: 75px;
	width: 138px;
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#logo a:hover, #logo a:active, #logo a:focus {
	text-decoration: none;
	background: url(/graphics/fp7/opticon-logo-alt.jpg) no-repeat left top;
}


#rhscorner {
	background: url(/graphics/fp7/rhs-corner.gif) no-repeat right top;
	height: 27px;
	position: absolute;
	top: 78px; /*78px*/
	right: 18px;
	width: 27px;
}

#lhscorner {
	background: url(/graphics/fp7/lhs-corner.gif) no-repeat left top;
	height: 27px;
	position: absolute;
	top: 78px; /*78px*/
	left: 18px;
	width: 27px;
}


#skip {
	width: 14em;
	position:absolute;
	left: 50%;
	top: 2px;
	margin-left: -7em;
	text-align: center;
	font-size: 0.6em;
	/*background: #ccc;*/
}

#skip a{
	color: #918784;
	text-decoration: none;
}

#skip a:hover, #skip a:active, #skip a:focus {
	color: #ff6600;
	text-decoration: underline;
}


#wrapper {
	/*background: url(../graphics/page-bg.jpg) repeat-x top;*/
	background: #fff; /*If a colour specified here then will show through for ie*/
	margin: 0 20px -100px; /*due to margin above this stops the scrollbar appearing*/
}

#navbar {
	/*margin: 0 20px;*/
	height: 1.75em; /*might need this*/
}

#navbar ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	float: left;
	width: 100%;
	background: #ff6600;
	font-size: 0.8em;
	font-weight: bold;
}

#navbar ul li { display: inline; }

#navbar ul li a {
	padding: 0.6em 1.0em;
	background-color: #ff6600;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navbar ul li a:hover, #navbar ul li a:active, #navbar ul li a:focus { /*build out the other states*/
	background-color: #369;
	color: #fff;
}


/*-------------------------------*/

#navmenu {
	position: relative;
	z-index: 3;
	float: left;
	width: 200px;
	font-size: 0.8em;
	font-weight: bold;
	background: url(/graphics/fp7/menu-fade.jpg) no-repeat center top;
	/*border-right: 1px solid #369;
	border-top: 1px solid #369;*/
	line-height: 1.3em;
	/*height: 40em; fix the height for the image?*/
	text-align: center;
	margin-top: 1em;
}

#menu {
	/*height: 42em; 42em adjust this for space for new menu items*/
	/*background: #bcbcbc;*/ /*Using background here causes ie bug - see above*/
	/*border-top: 1px solid #6e7987; fix for ie gap change colour later*/
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#menu a, #menu visted {
	/*border-bottom: 2px solid #575f6a;*/
	display: block;
	color: #ff6600;
	width: 180px;
	padding: 0.8em 10px 0.8em 10px;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu a:focus {
	/*border-bottom: 2px solid #575f6a;*/
	color: #369;
	/*background-color: #52a1da;*/
}

#menu li {
	margin: 0 0 0 0;
}

/*-------------------------------*/

#newsbox {
	width: 180px;
	float: right;
	margin: 20px 10px 10px 15px;
	padding: 0 10px 10px 15px;
	background: url(/graphics/fp7/newsbox.jpg) no-repeat left bottom;
	/*background: red;*/
	/*border-left: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;*/
}

#newsbox h2 {
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	background: #999393 url(/graphics/fp7/newsboxh2.jpg) no-repeat right top;
	padding: 5px 5px 5px 15px;
	margin-bottom: 0.5em;
	margin-left: -15px;
}

#newsbox p {
	font-size: 0.8em;
	line-height: 1.6em;
}

#newsbox a {
  	text-decoration: none;
	color: #ff6600;
}

#newsbox a:hover, #newsbox a:active, #newsbox a:focus {
	color: #369;
	text-decoration: underline;
}

#newsbox hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	height: 0;
	padding: 0 0 0 0;
	margin: 0.5em 3em 0.5em 2em;
	clear: both;
	color: #999393;
}

#content {
	background: #fff; /*only as deep as the text*/
	/*margin: 0 20px;*/
	padding: 15px 10px;
	margin-bottom: 40px;
	margin-left: 200px;
}

#push {
	/*background: yellow; colour used for testing only*/
}

#footer {
	background: #392f2f url(/graphics/fp7/footer-bg.jpg) repeat-x top;
	/*padding: 20px; causes error with sf*/
	color: #ccc;
	font-size: 0.80em;
	/*height: auto;*/
}

#footer ul{
	background: #392f2f url(/graphics/fp7/footer-bg.jpg) repeat-x top;
	padding: 2em 0;
	margin-left: 0;
	color: #fff;
	/*width: 100%;*/
	/*background-color: #392f2f;*/
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#footer ul li { display: inline; }

#footer ul li a {
	margin: 0.6em 1.0em;
	padding-bottom: 3px;
	color: #fff;
	text-decoration: none;
	/*float: left;*/
}

#footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus { /*build out the other states*/
	/*background-color: #369;*/
	color: #fff;
	border-bottom: 3px solid #ff6600;
	text-decoration: none;
}


#footer a {
  text-decoration: none;
	color: #ccc;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #ff6600;
	text-decoration: underline;
}


#footer p {
	/*clear: both;
	width: 100%;*/
	background: #392f2f;
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
}

#footer h4 {

}

#footer li {

}

/*div.clear {
	clear: both;
}*/

/*eof*/