/* (C) Copyright Fylde Computer Solutions 2009 */

div#container {
	width: 900px;
	margin: 0 auto;
}

div#header {
	background-color: #444296;
	border-bottom: 8px solid black;
}

div#header h1 {
	background: url('/img/royle.png') no-repeat center;
	width: 100%;
	height: 100px;
	text-indent: -1000px;
}

div#header h1 a {
	display: block;
	height: 100px;
	width: 100%;
}

div#header div.images {
	float: right;
}

div#header div.images img {
	margin-left: -4px;
}

div#navigation {
	float: left;
	width: 140px;
	margin-right: 10px;
}

div#navigation ul {
	display: block;
	margin-left: 10px;
}

div#navigation ul li {
	display: block;
	font-size: 11px;
}

div#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #67636B;
	background: url('/img/arrow.gif') center left no-repeat;
	padding: 10px 0 10px 10px;
}

div#navigation ul li a:hover {
	background-color: #bbbbbb;
	color: #333399;
}

div#content {
	float: left;
	width: 734px;
	border-left: 1px solid #cccccc;
	padding-left: 15px;
}

div#content h2, h3 {
	color: ##4A454E;
	font-weight: bold;
}
div#content h2 {
	font-size: 1.5em;
	margin: 15px 0;
}

div#content h3 {
	font-size: 1.2em;
}

div#content ul {
	padding-left: 50px;
	margin: 10px 0;
}

div#content ul li {
	list-style-image: url('/img/crown.gif');
	padding: 5px 0;
	color: #666666;
	font-size: 12px;
}

div#content p.welcome {
	color: #333399;
	font-size: 12px;
	font-weight: bold;
}

form {
	padding: 10px 0;
}
form div.input input {
	margin-bottom: 5px;

}
form div.input label {
	clear: left;
	width: 12em;
	float: left;
	margin-right: 0.5em;
	display: block;
	font-size: 12px;
}

div#content table {
	width: 90%;
	border-right: 1px solid #444444;
}
div#content table th {
	font-weight: bold;
	background-color: #999999;
	border-left: 1px solid #444444;
	border-bottom: 2px solid #444444;
	border-top: 1px solid #444444;
	padding: 2px;
}
div#content table tr {

}

div#content table td {
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 2px;
}
div.message {
	background-color: red;
	font-weight: bold;
	padding: 20px 15px;
	margin: 10px 0;
	width: 90%;
	color: white;
}

dt {
	float: left;
	margin-right: 10px;
	width: 200px;
}

dd {
	color: #555555;
}

