/********** Standard bits **************/
address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5B5B5B;
	line-height: 10pt;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F8F8F1;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* WinIE only \*/
* html #topmenu { padding-left:110px; }
/* end hack */

/******* header ******/
#header {
	width: 100%;
	height: 100px;
	background-color: #000;
	color: #111;					/* any colour other than black just so the css validates */
}

#logo {
	width: 850px;
	height: 100px;
	margin: 0 auto;
}

/******** top menu *******/
#topmenu {
	width: 751px;
	margin: 0 auto;
	height: 18px;
	padding: 6px 0px 2px 99px;
}
.menubox {
	height: 18px;
	margin-right: 24px;
	float: left;
}
/***************/

.maincontainer {
	width: 850px;
	margin: 0 auto;
}

/******** left menu *******/
#leftbox {
	float: left;
	width: 99px;
}
.leftmenubox {
	width: 89px;
	height: 18px;
	padding: 16px 0px 0px;
	text-align: right;
	float: left;
}

#ssmenu {
	width: 81px;
	float: left;
	height: 20px;
	padding-top: 120px;
}

/******* detail page *****/
#largeicon {
	float: left;
	margin-left: 2px;
}

#usagebox
{
	width: 246px;
	height: 182px;
	border: solid 1px #CCC;
	padding: 0px;
	float: right;
	margin-bottom: 5px;
	margin-right: 2px;
}

#icondesc
{
	width: 224px;
	height: 187px;
	border: solid 1px #CCC;
	padding: 11px;
	float: right;
	margin-right: 2px;
}

#detailnav
{
	width: 252px;
	height: 15px;
	float: right;
	padding-top: 17px;
}

/********* freeze ********/
#freezeimg {
	float: left;
	width: 698px;
	height: 300px;
}

#freezedesc
{
	width: 422px;
	height: 108px;
	border: solid 1px #CCC;
	padding: 6px 11px;
	float: left;
	margin-top: 10px;
	/*margin-right: 2px;*/
}

/********* thumbs ********/
#thumbs {
	overflow: auto;
	height: 452px;
	width: 727px;
	padding: 0px 7px;
	border-style: solid;
	border-width: 2px;
	border-color: #878787 #CCCCCC #CCCCCC #878787;
	background-color:#FFFFFF;
	float: left;
}

#thumbs.noscroll {
	overflow: hidden;
	width: 704px;
}

#thumbs img {
	border-left: none;
	border-top: none;
	padding: 11px 6px;
}

#thumbs img.tl, #thumbs img.tc, #thumbs img.cl, #thumbs img.cc {
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#thumbs img.tr, #thumbs img.cr {
	border-right: none;
	border-bottom: solid 1px #CCC;
}

#thumbs img.bl, #thumbs img.bc {
	border-right: solid 1px #CCC;
	border-bottom: none;
}

#thumbs img.br {
	border: none;
}

#thumbs a:hover img {
	background: #DDD;
}

/********* links *********/
a {
	font-weight: bold;
	color: #70767C;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #70767C;
	border: none;
}
a:hover {
	font-weight: bold;
	color: #202020;
	border: none;
}

/****** text for static pages ******/
.stat-text {
	font-size: 9pt;
	line-height: 10.5pt;
}
.stat-title {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
}
.stat-assoc-title {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
}
.stat-assoc-sub {
	font-size: 9.5pt;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 7px;
}
.stat-core-sub {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	line-height: 15pt;
}
.stat-tnc {
	font-size: 9pt;
	line-height: 10.5pt;
	margin-bottom: 5px;
	margin-left: 16px;
	text-indent: -16px;
}
.home-welcome {
	font-size: 18pt;
	color: #453D41;
	font-weight: bold;
	margin-top: 36px;
	margin-left: 10px;
}
.home-intro {
	font-size: 18px;
	color: #6d6e71;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 22px;
	line-height: 18pt;
	margin-bottom: 15px;
}
.home-body {
	font-size: 9pt;
	color: #6d6e71;
	margin-left: 22px;
	line-height: 13pt;
	margin-right: 22px;
}

/***** contact us text *****/
.contact {
	font-size: 9pt;
	line-height: 12pt;
}

/***** menu *****/
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #70767C;
	margin-top: 0px;
	margin-bottom: 21px;
}

/***** copyright line *****/
#copyright {
	width: 751px;
	margin: 0 auto;
	padding: 6px 0px 0px 99px;
	clear: both;
	font-size: 7pt;
	line-height: 8pt;
	color: #70767C;	
}
.copyright-title {
	font-weight: bold;
	color: #130138;
}

/***** admin *****/
.admin a {
	background-color:#F5F5F5;
	color: #333;
}

.admin a:hover {
	color: #000;
	background-color: #CCC;
}

.admin_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #202020;
}

.mainbox {
	overflow:hidden;
	height:432px;
	width:698px;
	padding:10px;
	margin:0px;
	border-style:solid;
	border-width:2px;
	border-color:#878787 #CCCCCC #CCCCCC #878787;
	background-color:#FFFFFF;
}
/****** new slideshow ********/
#slideshow {
	width: 698px;
	height: 432px;
}
.myshow img {
	padding-left: 133px;
}
.myshow img.wide {
	padding-top: 66px;
	padding-left: 0px;
}
