@charset "utf-8";
/* YAHOO RESET */

body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* CSS STYLES */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	/*background-color:#6666FF; */
	background: #001127 url(images/bg-repeat.jpg) top repeat-x; /*Derek want simple colour */ 
}
#bg {
	/*background: url(images/bg.jpg) center top no-repeat;*/
}
#wrap {
	width:860px;
	margin:0 auto;
}

#header {
	height:138px;
}
#header a.logo {
	display:block;
	float:left;
	height:100px;
	width:173px;
	text-indent:-9000px;
	background:url(images/logo.gif) no-repeat;
	margin:22px 0 0 10px;
}
#header h2 {
	margin:0;
	padding:0;
}
#header #login {
	font-size:11px;
	color:#FFF;
	height:37px;
	line-height:37px;
	padding-bottom:23px;
}
#header #login .log-bg {
	background-color:#001532;
	margin-left:3px;
	height:35px;
	float:right;
	display:block;
	padding:2px 6px 0;
	position:relative;
}
#error_msg{
	line-height:14px;
	padding:0px 20px;
}
#header #login .btn-login {
	margin-left:3px;
	background-image:url(images/btn-login.gif);
	width:37px;
	height:20px;
	border:none;
	background-color:#666;
}
#header #login .txtfield {
	background:#082f65;
	border:none;
	border-bottom:solid 1px #023883;
	color:#6daeeb;
	font-size:11px;
	padding:3px;
}
	


/* NAV */


#header #nav {
	clear:right;
}
#header #nav .catalog {
	line-height:20px;
	font-size:10px;
	color:#76a4df;
	text-align:right;
}
#header #nav .catalog a {
	color:#FFF;
}
	
#header #nav ul {
	font: bold 13px/34px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	display:block;
	height:34px;
}
#header #nav li {
	display: inline;
	border-bottom:5px #FFF solid;
}
#header #nav li a {
	background:#ff6700 url(images/nav-bg.gif) bottom repeat-x;
	text-decoration: none;
	padding: 0px 16px;
	display: block;
	float:right;
	color: #FFF;
	list-style: none;
	border-right: solid #ff7400 1px;
	border-left: solid #ff4000 1px;
}		
#header #nav li a:hover {
	background:#ff7200;
	color:#FFF;
}

	
#content {
	padding:3px;
	background-color:#FFF;
	display: inline-block;
	width: 854px;
}
#mainimg{
	height:253px;
	margin-bottom:3px;
}
#sidebar {
	float: left; 
	width: 197px; 
	background: #093873 url(images/dfa_hainsworth.jpg) bottom no-repeat;
	padding: 20px 20px 227px;
	color:#FFF
}
#sidebar p {
	margin-bottom:6px;
}
#sidebar ul {
	padding:0px;
	margin:0px;
}
#sidebar ul li {
	list-style:none;
	padding:0px;
	margin:0px;
	line-height:24px;
	border-bottom:solid 1px #1c5aa7;
}
#sidebar ul li a {
	color:#FFF;
	text-decoration:none;
}
#sidebar h3 {
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	border-bottom:1px solid #1C5AA7;
	margin-bottom:10px;
	padding-bottom:4px;
}


#maincontent { 
	margin: 0 0 0 237px;
	padding:20px;
} 
#maincontent .boxleft {
	width:268px;
	padding-right:20px;
	float:left;
	border-right:solid 1px #dddddd;
	margin-top:20px;
}
#maincontent .boxright {
	width:268px;
	padding-left:20px;
	float:left;
	margin-top:20px;
}
		
	
	
	
/* Footer */

#footer {
	clear: both;
	padding: 24px 0;
	font-size: 11px;
	color: #0a3f82;
}
#footer ul {
	float:right;
	padding:0 10px 0 25px;
	color:#FFF;
	margin:0;
}
#footer ul a {
	color:#FFF;
}
#footer p, #footer li {
	margin:0 0 2px;
}
#footer a {
	text-decoration: none;
	color: #0b4792;
}
#footer a:hover {
	text-decoration: underline;
}

	
	
	
	
	
	
	
.spacer {
	background-color:#ddd;
	font-size:1px;
	height:1px;
	margin:15px 0;
}
	
	
.clearfloat { /* class to fully contain float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#form table {
	width: 100%;
}
#form p {
	margin: 0;
	font-weight: bold;
}
#form .input {
	color: #666;
	padding: 2px;
	border: solid 1px #999;
	width: 200px;
}
#form table td {
	padding: 2px;
	text-align: left;
}

.newsitem {
	font-size:11px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #ddd;
}
.newsitem .date {
	float:right;
	margin-left:10px;
	color:#999;
}
.newsdate {
	text-align:right;
	margin-bottom:0px;
	font-size:11px;
	color:#999;
}
.imgborder {
	margin:0 0 12px 12px;
	cursor:pointer;
	padding:1px;
	border:solid 1px #ddd;
}

#sidebar .newsitem h4 a{
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
#sidebar .newsitem a {
	color:#FFF;
}	
#sidebar .newsitem {
	font-size:11px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #1C5AA7;
}
#sidebar .newsitem .date {
	float:right;
	margin-left:10px;
	color:#ccdeed;
}
#sidebar .newsitem img {
	float:right;
	padding:1px;
	margin:2px 0 8px 8px;
	border:solid 1px #1C5AA7;
}
/* Global */
p {
	line-height:1.4em;
	margin-bottom:7px;
}
a {
	color:#09C;
}


h1, h2, h3, h4, h5 {
	margin-bottom:6px;
}

h1 {
	font-size:22px;
	font-weight:normal;
	color:#ff4300;
}
h2 {
	font-size:17px;
	font-weight:normal;
	color:#565656;
}
h4 {
	font-size:13px;
	color:#ff4000;
	font-weight:bold;
}

/* Slideshow */

#slideshow {
    position:relative;
	height:253px;
	margin-bottom:3px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:500;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
