/*--------------------------------------------------------------
 Basic CSS Document 

Version:	1.1
Author:		James Roberts
Email:		info@method.org.uk
Website: 	http://www.method.org.uk
--------------------------------------------------------------*/

body {
	font: 62.5%/12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0px 0px;
	text-align: left;
	background: #FFFFFF url(../images/bg.gif) repeat-x;
}
a:link , a:visited {
	color: #91785B;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
}


/*Top navigation*/
#nav {
	color: #91785B;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	top: 203px;
	margin: 0px;
	padding: 5px 0px 25px;
}
#nav a:link, #nav a:visited, #nav a:active  {
	color: #91785B;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
}
#nav ul {
	padding:0px;
	margin: 0px;
}
#nav li {
	display: inline;
	padding:0 3px 0 4px;
	border-right: 1px solid #91785B;
	list-style: none;
}
#nav li.last {
    border: none;
}
.topnav {
	font-size: .9em;
	font-weight: bold;
	padding-right: 10px;
}
a.topnavlink, a.topnavlink:visited  {
	font-weight: bold;
}
a.topnavlink:hover {
	text-decoration: none;
}


/*div's*/
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#head {
	left:0px;
	width:980px;
	background-color: #FFFFFF;
}
#redirect {
	text-align: center;
	padding-top: 20px;
}
#topcontent {
	width: 980px;
	margin:0px;
	padding:0px;
	background-color: #666666;
}
#mainimage {
	width:224px;
	float: left;
	display:inline;
	background-color: #FFFFFF;
}
#flash {
	width:752px;
	background-color: #666666;
	margin-left: 224px;
/*	overflow:hidden;
	text-align: left;*/
}
#maincontent {
	width: 980px;
	height:auto;
	top: 260px;
	background-color: #FFFFFF;
}
#maincontent a:link, #maincontent a:visited {
	color: #3366cc;
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
}
#content {
	font-size: 1.2em;
	background-color: #FFFFFF;
	width: 680px;
	margin-left: 250px;
	padding: 10px;
	text-align: left;
	line-height: 15px;
	font-weight: lighter;
	color: #666666;
	border-left: 1px solid #666666;
}
#sticker {
	position: relative;
	height: 52px;
	width: 53px;
	margin-left: -53px;
	float: right;
}
#value {
	position: relative;
	height: 58px;
	width: 180px;
	float: right;
	margin-left: -180px;
	top: -10px;
}


/*Google latest news area*/
#googlenews {
	/*font-size: 1.2em;*/
	/*line-height: 24px;*/
	color: #333333;
	width: 210px;
	background-color: #FFFFFF;
	padding: 40px 10px 10px;
	float: left;
	text-align: center;
}
#googlenews a:link, #googlenews a:visited, #googlenews a:active  {
	text-decoration: none;
	color: #666666;
	font-size: 1.1em;
/*	font-weight: bold;*/
}
#googlenews a:hover {
	text-decoration: none;
	color: #91785B;
}
#googlenews h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
}
.googlenews {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 8px;
	padding-top: 8px;
	display: block;
	width: 90%;
}
.gt {
	background: #FFFFFF url(../images/gdot.gif) repeat-x 0 0;
	text-align: left;
	margin-left: 10px;
}
.gb {
	background: url(../images/gdot.gif) 0 100% repeat-x;
}
.gl {
	background: url(../images/gdot.gif) 0 0 repeat-y;
}
.gr {
	background: url(../images/gdot.gif) 100% 0 repeat-y;
}
.gbl {
	background: url(../images/gbl.gif) no-repeat 0 100%;
}
.gbr {
	background: url(../images/gbr.gif) 100% 100% no-repeat;
}
.gtl {
	background: url(../images/gtl.gif) 0 0 no-repeat;
}
.gtr {
	background: url(../images/gtr.gif) 100% 0 no-repeat; 
	padding:10px;
}

/*side navigation*/
#sidenav {
	line-height: 24px;
	color: #333333;
	width: 240px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 35px;
	float: left;
}
#sidenav li {
	color: #666666;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 6px;
}
#sidenav ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#sidenav ul ul, #sidenav ul ul ul{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	
}
#sidenav ul li a:link, #sidenav ul li a:visited {
	color: #666666;
	background: transparent;
	padding-left: 10px;
	text-align: left;
	text-decoration: none;
}
#sidenav ul li a:hover, #sidenav ul li a.active {
	color: #3366cc;
	background: transparent url(../images/marker.gif) left center no-repeat;
}


/*footer area*/
#footer {
	font-size: .9em;
	font-weight: bold;
	line-height: 11px;
	color: #666666;
	width: 980px;
	clear: both;
	background: #FFFFFF;
	height: 53px;
	margin-top: 20px;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active  {
	font-weight: bold;
	line-height: 11px;
	color: #666666;
	width: 980px;
	clear: both;
	background: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	background-color: #91785B;
	border: 0;
	color: #FFFFFF;
	text-decoration: none;
}


/*sitemap*/
#sitemap {
	background-color: #FFFFFF;
	width: 680px;
	margin-left: 250px;
	padding: 10px;
	text-align: left;
	font-weight: lighter;
	color: #666666;
	border-left: 1px solid #666666;
}
#sitemap li {
	list-style-type: none;
}
ul#sitemap > li {
	/*margin-bottom: 10px;*/
}
#sitemap ul li {
	list-style-image: url(../images/l2_normal.gif);
}
#sitemap ul ul li {
	list-style-image: url(../images/l3_normal.gif);
}
#sitemap ul ul ul li {
	list-style-image: url(../images/l4_normal.gif);
}
#sitemap ul li.firstfollow {
	list-style-image: url(../images/l2_first_follow.gif);
}
#sitemap ul li.last {
	list-style-image: url(../images/l2_last_item.gif);
}
#sitemap ul ul li.firstfollow {
	list-style-image: url(../images/l3_first_follow.gif);
}
#sitemap ul ul li.last {
	list-style-image: url(../images/l3_last_item.gif);
}
#sitemap ul ul ul li.firstfollow {
	list-style-image: url(../images/l4_first_follow.gif);
}
#sitemap ul ul ul li.last {
	list-style-image: url(../images/l4_last_item.gif);
}


/*Boxes*/
blockquote {
	color: #666666;
	margin: 0px;
	padding: 10px;
	text-align: justify;
}
.t {
	background: #f4f4f4 url(../images/dot.gif) repeat-x 0 0;
}
.b {
	background: url(../images/dot.gif) 0 100% repeat-x;
}
.l {
	background: url(../images/dot.gif) 0 0 repeat-y;
}
.r {
	background: url(../images/dot.gif) 100% 0 repeat-y;
}
.bl {
	background: url(../images/bl.gif) no-repeat 0 100%;
}
.br {
	background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl {
	background: url(../images/tl.gif) 0 0 no-repeat;
}
.tr {
	background: url(../images/tr.gif) 100% 0 no-repeat; 
	padding:10px;
}


/*Generic styles*/
td, th {
	/*line-height: 12px;
	color: #333333;*/
}
form {
}
h1 {
	font-size: 2.0em;
	color: #91785B;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 1.2em;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
h3 a:link, h3 a:visited {
	font-size: 1.2em;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}
h3 a:hover {
	color: #91785B;
	border-bottom: 1px dotted #CCCCCC;
}
.legal {
	font-size: .8em;
	color: #333333;
}
.small, .small a {
	font-size: .9em;
	line-height: 8px;
	border: 0;
	font-weight: normal;
	text-decoration: none;
}
p {
	margin: 0px;
}
.booktitle {
	font-weight: bold;
}
.booksum {
	text-align: left;
	line-height: 15px;
	font-weight: lighter;
	color: #666666;
}


/*lists*/
/*li {
	color: #666666;
}*/
#content ul {
	color: #666666;
	line-height: 16px;
	/*list-style: url(../images/list/box.gif);*/
}
#content ol {
	color: #666666;
	list-style-type: none;
	background: url(none);
}
#content ul ul {
	font-size: 1em;
	list-style-type: disc;
	color: #91785B;
}
#content .box li {
	background: url(../images/list/box.gif) no-repeat 0px 6px;
	padding-left: 10px;
	list-style: none;
}
#numers li {
	padding: 5px 10px 5px 25px;
}
#one {
	background:url(../images/list/1.gif) no-repeat 6px 4px;
}
#two {
	background:url(../images/list/2.gif) no-repeat 6px 4px;
}
#three {
	background:url(../images/list/3.gif) no-repeat 6px 4px;
}
#four {
	background:url(../images/list/4.gif) no-repeat 6px 4px;
}
#five {
	background:url(../images/list/5.gif) no-repeat 6px 4px;
}
#six {
	background:url(../images/list/6.gif) no-repeat 6px 4px;
}
#seven {
	background:url(../images/list/7.gif) no-repeat 6px 4px;
}
#eight {
	background:url(../images/list/8.gif) no-repeat 6px 4px;
}

