@charset "utf-8";
/* Layout */

*  {
	background: none;
	border: none;
	float: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

#navigation, #breadcrumb ul.tools, #pageNav, #tabs, #sidebar, #header .right, #footer img {
	display: none;
}

#wrapper {
	width: auto;
	margin: 10px;
	padding: 10px;
	border: 1px solid #999;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #999;
	background: #ccc;
	text-decoration: none;
}


#breadcrumb {
	background-color: #ccc;
	clear: both;
	float: left;
	font-size: 11px;
	width: 100%;
	margin: 0 0 15px 0;
}

#breadcrumb ul {
	float: left;
	height: 30px;
	padding: 0 0 0 7px;
	margin: 0;
	width: 75%;
}

#breadcrumb li {
	background:url(../images/bullet_chevron_grey.gif) right center no-repeat;
	color:#666;
	float:left;
	list-style-type:none;
	margin: 0 7px 0 0;
	padding: 0.75em 10px 0.75em 0;
	font-size: 11px;
}
#breadcrumb li:last-child { background: none; }

#breadcrumb li a {
	color:#333;
	text-decoration:none;
}


#content {
	background: #fff;
	height: 1%;
}

#main .head {
	display: none;
}

#main .heading {
	padding: 0;
	background: none;
}

#main .text {
	padding: 0;
}

#main {
	float: none;
	width: auto;
	margin: 10px;
	background: none;
}

#main img {
	float: left;
	margin: 0 5px 5px 0;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	background: none;
	padding: 20px;
	margin: 20px 0 0 0;
	border-top: 1px solid #999;
	background: #ccc;
}


/* Typography */
h1, h1 a {
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	line-height: normal;
	margin: 0 0 10px 0;
	text-decoration: none;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	line-height: normal;
	margin: 0 0 10px 0;
}


h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: normal;
	margin: 0 0 10px 0;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	margin: 0 0 10px 0;	
}

p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin: 0 0 15px 0;
}

small {
	font-size: 10px;
}

ul {
	list-style-type: disc;
	margin: 10px;
	padding: 5px;
}

li {
	line-height: 18px;
	font-size: 12px;
}

input, select, textarea {
	display: none;
}


/* Table style */
table.list {
	width: 100%;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

table.list th, table.list td {
	border-bottom: 1px solid #eee;
	padding: 5px;
	text-align: left;
}

table.list th {
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

table.list td {
	font-size: 12px;
	color: #666;
}

table.list td.last {
	background-color: #f1f1f1;
}
