/*---------------------------
CSS for: www.

author: Jasper Smith
email: jasper@sparks.co.uk
-----------------------------*/


/*------LAYOUT------*/
html {
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
#datebar {
	background-image: url(images/datebar_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #040308;
	padding-left: 170px;
	line-height: 25px;
}

	
#skipNav, #skipBack {
	display:none;
	}

#header {
	font-size: 24pt;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00498f;
	font-weight: bold;
	line-height: 48pt;
	background-color: #abd7f4;
	background-image: url(images/topbar_bg.jpg);
	}

#header div {
	display: inline;

}

#header .h_line2 {
	font-size: 14pt;
	font-weight: normal;
	color: #00498f;
	line-height: 0pt;
	position: relative;
	top: -25px;
	padding-left: 10px;
}

#header #logoleft {
	width:160px;
	float:left;
}

#header #diamonddiv {
	width:160px;
	float:right;
}

#header #headertitle {
	padding-left:10px;
}

#mainContent {
	border:none;
	border-collapse:collapse;
	width:100%;
	}
#mainContent td {
	vertical-align:top;
	}
	
#navigation, #outlook {
	width:160px;
	font-size:1.2em;
	padding-top: 15px;
	background-color: #abd7f4;
	}
	
#navigation ul, #outlook ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#navigation li.navGap {
	margin-bottom:10px;
	}
	
#organised {
	text-align:center;
	margin-top:15px;
	color:#00498F;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	}
#organised li {
	margin-bottom:10px;
	}
	
#content {
	padding:10px;
	font-size:1.2em;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #2384C6;
	border-left-color: #2384C6;
	background-color: #ffffff;
/*	background-color: #E6E6E3;  KAREN DIDN'T LIKE THE GREY */
	}
	
#outlook {
	text-align:center;
	}

#outlook ul {
	padding:0;
	margin:auto;
	list-style-type:none;
	width:140px; /*optional*/
	}
#outlook ul li a {
	display:block;
	text-decoration:none;
	border:3px solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color:#CCCCCC;
	padding:3px;
	color:#004990;
	}
#outlook ul li a:hover {
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #999999;
	}
	
#outlook li {
	text-align:center;
	margin:0 0 10px 0;
	}
	
/*------NAVIGATION------*/
a {
	text-decoration:none;
	font-weight: bold;
	color: #990000;
	}
a:hover {
	text-decoration:underline;
	color: #FF3300;
	}

a.externalLink {
	font-size:24px;
	text-decoration:none;
	font-weight: bold;
	color: #990000;
}

a.externalLink:hover {
	font-size:24px;
	text-decoration:underline;
	color: #FF3300;
}

	
#navBar a {
	display:block;
	text-decoration:none;
	width: 125px;
	margin-left: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 8px;
	line-height: 18px;
	background-color: #E6E6E3;
	color: #004990;
/*	background-color: #CCCCCC; */
	margin-bottom: 1px;
	margin-top: 1px;
	border: 1px solid #666666;
	}
	
#navBar a:active, #navBar a:hover {
	display:block;
	text-decoration:none;
	width: 125px;
	margin-left: 7px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 7px;
	line-height: 18px;
	color: #ffffff;
	background-color: #2384C6;
	margin-bottom: 0px;
	border: 1px solid #0000CC;
	}
		
a.button {
	text-decoration:none;
	padding:2px;
	border-bottom:2px #999999 solid;
	border-right:2px #999999 solid;
	border-top:2px #CCCCCC solid;
	border-left:2px #CCCCCC solid;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	}
a.button:hover {
	border-bottom:2px #CCCCCC solid;
	border-right:2px #CCCCCC solid;
	border-top:2px #999999 solid;
	border-left:2px #999999 solid;
	}
	
/*------CONTENT------*/
h1 {
	font-size:2em;
	color: #004990;
	}
	
h2 {
	font-size:1.4em;
	}
	
h3 {
	font-size:1.01em;
	font-weight: bold;
	color: #00498F;
	}

h4 { /* For paragraph header */
	font-size:1.0em;
	padding-bottom:-14px;
	margin-bottom:-14px;
	}
	
h5 { /* For ul header */
	font-size:1.0em;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h6 { /* side headers */
	font-size:1.0em;
	margin:0;
	padding:0;
	}
	
/*------*/	
em, address {

	}
	
img {
	border:none;
	}
	
/*------*/	
.italic {
	font-style:italic;
	}
	
.clear {
	clear:both;
	}
	
.imgLeft {
	float:left;
	margin:0 20px 20px 0;
	}
.imgRight {
	float:right;
	margin:0 0 20px 20px;
	}

	
.imageList {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.imageList li {
	display:inline;
	vertical-align:text-top; /* IE only */
	}
.imageList li img {
	padding-right:10px;
	}
	
.cc {
	font-size:1.0em;
	}
	
/*----------*/
.committee, .plainInfo {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.committee li em {
	font-style:italic;
	}
/*----------*/
.org {
	margin-bottom:15px;
	}
.adr {
	margin-top:25px;
	}
address {
	display:inline;
	}
	
/*------FOOTER------*/
#footer {
	font-size:1.8em;
	margin:0;
	height:40px;
	color: #CCCCCC;
	background-color: #2384C6;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 170px;
	}
