/* Christine Johnston by yoco design factory - 11.11.2009 */

/******* structure and layout *******/

body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/check.jpg);
	background-repeat: repeat;
	text-align:center;
}

td, th {
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}


#wrap {
	width: 960px;
	background-color: #ffffff;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	width:auto;
	height:200px;
	text-shadow: #666666 4px 4px 5px;
	background-color: transparent;
	background-image: url(../images/dojokun2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: left;
	margin: 0;
	padding: 0px;
}


#left {
	width: 420px;
	height: auto;
	float: left;
	clear: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 35px;
}

#right {
	width: 420px;
	height: auto;
	float: right;
	clear: right;
}


#container {
	position:absolute;
	width:960px;
	color:#333333;
	height: 520px;
	background-image: url(../images/belt-long.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	float: left;
	top: 400px;
	left: 0px;
	z-index: 0;
}

#main {
	width: 900px;
	height: 100%;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	float: left;
}

#results {
	width: 720px;
	height: 380px;
	float: right;
	clear: right;
	padding: 20px;
	overflow: auto;
	position: absolute;
	text-align: left;
	z-index: 1;
	left: 102px;
	top: 335px;
}

#news {
	width: 720px;
	height: 40px;
	float: right;
	clear: tight;
	text-align: left;
	padding: 20px;
	position: absolute;
	left: 102px;	
}

#news a {
	font-weight: normal;
}

.topnav {
	position:relative;
	clear:both;
	width:720px;
	height:18px;
	padding:0;
	font-size:10px;
	margin: 0px;
	background-color: #262626;
}


.pagetop  {
	background-image: url(../images/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: right;
	float: right;
	height: auto;
	width: 60px;
	font-size: 0.8em;
	font-weight: normal;
	text-indent: 10px;
}


address {
	text-align: center;
	height: 24px;
	font-style: normal;
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 102px;
	font-size: 10px;
	color: #CCCCCC;
	padding: 0px;
}

address a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

address a:hover {
	color: #CC0000;
}


/******* links *******/

a {
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#FF9900;
	text-decoration:none;
}


#links {
	clear: both;
	width: 720px;
	float: left;
	text-align: center;
	margin-top: 30px;
}

#footer {
	width: 960px;
	text-align: center;
	clear: both;
	padding-top: 30px;
}

#footer a {
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover {
	color:#f9c31e;
	text-decoration:none;
}


/******* top navigation *******/
#nav ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	white-space: nowrap;
	font-size:10px;
	color:#ffffff;
	float:left;
	width:100%;
	list-style:none;
	background-image: url(../images/topnav_bg.gif);
	background-color: #262626;
}

#nav ul li {
	display:inline;
	list-style:none;
}

#nav ul li a {
	margin: 0;
	color: #CCCCCC;
	text-decoration:none;
	float: left;
	background-image: url(../images/topnav_bg.gif);
	padding-right: 16px;
	padding-left: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #262626;
}

#nav ul li a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: #666666 4px 4px 5px;
	background-image: url(../images/topnav_bg_grey.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #CCCCCC;
}



.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	background-color: #afc9c9;
	margin-top:0px;
}
.menu span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: none;
}
.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #cbdcdc;
}
.menu a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
}

/******* fonts and colors *******/

p {
	font-size: 14px;
	color: #262626;
	text-align: left;
}

h1 {
	color: #CC0066;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	text-align: left;
}

h2 a{
	color: #000000;
}

h3 {
	text-align: center;
	font-size: 16px;
	color: #0a45a7;
}

.title {
	color:#CC0000;
}

.pagebreak {
	color:#CC0000;
	page-break-before:always;
}

/******* image *******/
img {
	border-style:none;
}

a img { border-style:none; }


img.heading {
	padding: 0px;
}

.slideshow {
	margin: 0px;
	padding: 0px;
}


/******* print style *******/
@media print {
.slideshow {display:none;
}

* html {
  zoom: 50%;
	}
}



/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

