/*		CSS for rhysw.co.uk
		
		©rhysw.co.uk 2007
		All rights reserved

*/

* {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		-moz-box-sizing: border-box;   
		-
}

body {
		margin: 5px 0px 0px 0px;
		padding: 5px;
		text-align: center;
}

a {
		color: #00a3dd;
		outline:none;
}

a:hover{
		color: #ff7330;
}

/* - WRAPPER Style - */

#wrapper {
		margin:0px auto;
		padding: 0px;
		width:775px;
		text-align:left;
		background-color: white;
}

#sitetitle {
		width: 100%;
		vertical-align: text-bottom;
}

#sitetitle h1 {
		float: left;
		padding: 10px 30px 10px 12px;
		color: #00a3dd;
		font-size: 20pt;
}

#sitetitle h3 {
		float: right;
		padding: 30px 5px 0px 0px;
		text-align: right;
		vertical-align: bottom;
		font-size: 9pt;
		color: darkgray;
}

#banner {
		clear: both;
		width: 100%;
		padding: 5px 5px 5px 5px;
		height: 185px;
		text-align: center;
}

/* - MENU Styles - */

#menu {
		float: left;
		width: 20%;
}

#menu ul {
		list-style-type: none;
}

#menu li {
		padding: 7px 10px 5px 7px;
}

#menu a {
		display: block;
		border-left: 6px solid #00a3dd;
		padding: 5px 5px 5px 10px;
		background: #f4f4f4;
		text-decoration: none;
		font-size: 0.9em;
		font-weight: bold;
		color: #00a3dd;
}

#menu a.selected , #menu a:hover{
		border-left: 6px solid #ff7330;
		color: #ff7330;
		background: #eaeaea;
}

#menu span{
		/*Latest News*/
		display: block;
		margin: 20px 10px 5px 7px;
		padding: 5px 5px 5px 10px;
		background: #f4f4f4;
		font-size: 0.8em;

}

/* - Style for Main Text Area - */

#maintext {
		width: 80%;
		border-left: 1px solid gray;
		float: left;
		padding: 5px 5px 10px 5px;
		font: 0.9em;
		min-height:400px;
		height:auto !important;
		height:400px;
}

#maintext p {
		margin: 5px 0px 20px 0px;
}

#maintext h3 {
		margin: 10px 0px 5px 0px;		color: #00a3dd;}

#maintext ul {		
		list-style: disc outside;	    
		margin: 5px 0px 10px 20px;
}

#maintext td {		
		font: 0.8em;
}

/* - Style for Copyright Footer - */
#footer {		
		clear: both;
		width: 100%;
		text-align: right;
		font-size: 11px;
}

/* - Class for Site Map */
.sitemap {
		font-size: 12px;
}

.sitemap img {
		vertical-align: middle;
}