/* SAIMET CSS
Created by M9Media - www.m9media.com.au
[Copyright - M9Media 2009]*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 11px;
	color: #222;
	background: url(ytile.jpg) repeat-y top;
	background-color: #8dbde2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	padding-bottom: 15px;
	margin: 0px;
}
a {
	color: #ed1b24;
	text-decoration: none;
}
a:hover {
	color: #ed1b24;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	color: #ed1b24;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	color: #1D8FED;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	color: #333;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
	color: #ed1b24;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #ed1b24;
}
h6 {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	color: #ed1b24;
}
ol {
	padding-left: 15px;
	list-style: square;
	clear: right;
}
ol li {
	padding-bottom: 10px;
}
td {
	padding: 5px 0px 5px 0px;
}

/*========== Template Divs ===========*/

#container {
	margin: 0 auto;
	width: 1000px;
}
#top {
	width: auto;
	height: 250px;
}
#navh {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	width: auto;
	height: 25px;
	background: url(nav_tile.jpg) repeat-x;
}
#content {
	margin: 0 auto;
	padding: 20px 15px 0px 15px;
}
#left {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 30px 20px 0px;
	width: 450px;
	display: inline;
	text-align: left;
}
#right {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	width: 450px;
	display: inline;
	text-align: left;
}
#tabs {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 990px;
	text-align: center;
}
#footer {
	padding: 0px 10px 0px 10px;
	margin: 0 auto;
	background: url(footbg.jpg) repeat-x top;
	height: 70px;
	color: #333;
}
#footer a{
	color: #333;
}
#footer a:hover{
	color: #efefef;
}
#footerleft {
	float: left;
	margin: 0px;
	padding: 18px 20px 0px 5px;
	width: 400px;
	display: inline;
	text-align: justify;
}
#footerright {
	float: right;
	margin: 0px;
	padding: 18px 20px 0px 0px;
	width: 200px;
	text-align: right;
}

/*========= Top Navigation =========*/

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#nav li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 2px 9px 2px 2px;
	font-size: 11px;
}
#nav li a:hover {
	padding: 2px 9px 2px 2px;
	color: #222;
}
#nav li ul li a {
	color: #fff;
}
#nav li ul li a:hover {
	color: #222;
	background-color: #999999;
}
#nav li {
	float: left;
	position: relative;
	width: auto;
	padding: 0px 5px 0px 5px;
	list-style: none;
}
li ul {
	width: 200px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 0px 5px 0px;
	background-color: #c9282f;
	text-align: left;
	z-index: 100;
}
#nav li ul li {
	padding: 2px 4px 2px 4px;
}
#nav li>ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#nav li:hover ul, li.over ul {
	display: block;
}

/*========= Template Classes =========*/

.clear {
	clear: both;
}
.m9media {
	font-size: 10px;
	color: #333;
}
.note {
	font-size: 9px;
	color: #999;
}
.copy {
	color: #666;
}
.imgRight {
	float: right;
	width: auto;
	padding: 0px 0px 15px 15px;
}
.tab_img {
	padding: 0px 15px 0px 0px;
}
.boxtop {
	background: url(boxtop.jpg) top no-repeat;
	height: 18px;
}
.boxmiddle {
	padding: 0px 20px;
	background: url(boxmiddle.jpg) top repeat-y;
}
.boxbottom {
	background: url(boxbottom.jpg) top no-repeat;
	height: 18px;
	padding-bottom: 15px;
}

/*========= Template Tables =========*/
#table3 {
	border: 1px #000000 solid;
	border-collapse: collapse;
}
#table3 th {
	padding: 5px;
	color: #ffffff;
	background-color: #0066FF;
}
#table3 td {
	padding: 5px;
	border: 1px #000000 solid;
}