/* CSS Document */

body, html {
	padding:0;
	text-align:center;
	font-size:100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FCFCFC;
	color:#666666;
}

a:active, a:focus {
   outline: 0;
}

img {
	border:0;
}

/* wrapper to centre a 760 wide column on the page */

#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align:left;
	background-color:#FCFCFC;
}

/* layout styles */

.accessibility {
	display:none;
}

#header {
	width:760px;
	background:url(../images/rocks.jpg) center right no-repeat ;
}
/*	background:#FFFFFF url(../newsite/images/content_top.gif) top no-repeat; */

#contentwindow {
	clear:both;
	width:760px;
	margin-top:8px;
	background: #FFFFFF url(../images/content_bg.gif) repeat-y;
}

#content {
	width:600px;
	float:right;
	padding:10px;
}

#leftcol {
	padding:10px;
	width:120px;
	float:right;
}

#textcol {
	width:290px;
	padding-right:10px;
	float:left;
}

#rightcol {
	width:290px;
	padding-left:10px;
	float:left;
	overflow:hidden;
}

#rightcol img.thumb {
	margin:0 8px 8px 0;
	float:left;
}

#footer {
	clear:both;
	height:7px;
	background: #FFFFFF url(../images/content_bottom.gif) bottom no-repeat;
	font-size:0;
}



/* content styles */

#navigation {
}

#navigation ul {
	font-size:1em;
	list-style:none;
	padding:0;
	margin:0;
}

#navigation ul li {
	padding:0 0 5px 0;
}

#navigation ul li ul {
	border-bottom: none;
	padding-top:5px;
}

#navigation ul li ul li {
	margin-left:10px;
	font-size:0.8em;
	border-bottom: none;
}

#navigation a, #navigation a:visited {
	text-decoration:none;
	font-weight:bold;
}

#navigation ul li a, #navigation ul li a:visited {
	color:  #6699CC;
}

#navigation ul li a:hover {
	color:  #003366;
	text-decoration:underline;
}

#navigation ul li ul li a, #navigation ul li ul li a:visited {
	color: #666666;
	font-weight:normal;
}

#navigation ul li ul li a:hover {
	color: #333333;
	text-decoration:underline;
}

#header a, #header a:hover, #header a:visited {
	text-decoration:none;
}

#header .site {
	color:#6699CC;
	font-size:2.8em;
	font-weight:bold;
}

#header .by {
	color:#99CCFF;
	font-size:2.8em;
	font-weight:bold;
}

#header .simon {
	color:#003366;
	font-size:2.8em;
	font-weight:bold;
}

#header .strapline {
	font-size:1em;
	color:#666666;
	width:100%;
}

#content h1 {
	margin:0;
	padding:0 0 10px 0;
	color:#003366;
	font-size:1.1em;
	font-weight:normal;
}

#content p {
	margin:0;
	padding:0 0 10px 0;
	font-size:0.8em;
	line-height:1.5em;
}

#content h2 {
	margin:0;
	padding:0 0 5px 0;
	font-size:0.8em;
	font-weight:bold;
	color:#003366;
}

#content h3 {
	margin:0;
	padding:0 0 5px 0;
	font-size:0.8em;
	font-weight:normal;
	color:#003366;
}

#content ul {
	margin:0 0 10px 20px;
	padding:0;
	list-style-image:url(../images/bullet_rightcol.gif);

}
#content li {
	margin:0;
	padding:0 0 5px 0;
	font-size:0.8em;
	font-weight:normal;
	color:#8A5C2E;
}

#content img.imgRight {
	float:right;
	margin:0 0 10px 10px;
}

#myCaption {
	font-size:0.8em;
	color:#8A5C2E;
}

acronym, abbr {
	cursor:help;
}

dfn {
	cursor:help;
	font-style:normal;
	border-bottom:1px dotted #999999;
}