/*  rosewheeler.css	RoseWheeler.com CSS definitions  */

/*  basic sizes, styles, colours, margins and borders        */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
	font-size: 11pt;
	}

img {
	border: 0px;
	margin: 0px;
	}
a img {
	border: 0px;
	margin: 0px;
	}

.floatleft {
	float: left;
	margin-right: 15px;
	}
.floatright {
	float: right;
	margin-left: 15px;
	}
div.container {
	overflow: hidden;
	width: 100%;
	}
#container {
	overflow: hidden;
	width: 100%;
}

a {
	color: #000099;
	}
a:hover {
	color: #cc0000;
	}

.big {
	font-size: 140%;
	}	
.bigger {
	font-size: 120%;
	}	
.bitbigger {
	font-size: 110%;
	}	
.smaller {
	font-size: 90%;
	}	
.small {
	font-size: 80%;
	}	
.caption {
	font-size: 85%;
	font-style: italic;
	}	
.center {
	text-align: center;
	}
.bold {
	font-weight: bold;
	}
.highlight {
	font-weight: bold;
	color: #000066;
	}

.error {
	color: #cc0000;
	}
a.error {
	color: #cc0000;
	}
a:hover.error {
	color: #000066;
	}

.nobotmargin {
	margin-bottom: 0px;
	}

h1 {
	color: #000066;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 15px;
	}
h2 {
	color: #666666;
	font-weight: bold;
	font-size: 135%;
	margin-top: 0px;
	margin-bottom: 13px;
	}
h3 {
	color: #000066;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 12px;
	}
h4 {
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 10px;
	}

td h1 {
	color: #000066;
	font-weight: bold;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td h2 {
	color: #666666;
	font-weight: bold;
	font-size: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td h3 {
	color: #000066;
	font-weight: bold;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td h4 {
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 0px;
	}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
	}

ul {
	margin: 10px 20px 20px 40px;
	padding: 0px 0px 0px 0px;
	}
li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

/*  layout components and dimensions  */

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#logoheader {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 73px;
	width: 100%;
	}

#rosewheelerlogo {
	float: left;
	padding: 15px 0px 0px 15px;
	text-align: left;
	}
#rosewheelerlogo img {
	vertical-align: top;
	border: 0px;
	}
#rightlogo {
	float: right;
	padding: 7px 40px 7px 5px;
	text-align: left;
	}
#rightlogo img {
	vertical-align: top;
	border: 0px;
	}

#headmenu {
	position: absolute;
	left: 0px;
	top: 73px;
	height: 17px;
	width: 100%;
	background-image: url("../images/greenrule.gif");
	background-repeat: repeat-x;
	overflow: hidden;
	}
#headmenu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	}
#headmenu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	}
#headmenu a {
	background-image: url("../images/greenrule.gif");
	background-repeat: repeat-x;
	display: block;
	float: left;
	text-align: center;
	padding: 1px 20px 0px 20px;
	font-weight: bold;
	font-size: 80%;
	color: white;
	text-decoration: none;
	}
#headmenu a:hover {
	color: #003300;
	}

#breadcrumbs, #grey {
	position: absolute;
	left: 0px;
	top: 205px;
	height: 21px;
	width: 100%;
	background-color: white;
	}
#navlinks {
	float: left;
	padding: 3px 10px 2px 10px;
	font-size: 80%;
	text-align: left;
	}
#navlinks a         { color: #000066; text-decoration: underline; }
#navlinks a:hover   { color: #cc0000; text-decoration: underline; }

#contentsplain {
	position: absolute; 
	left: 0px; 
	top: 105px; 
	width: 100%; 
	min-width: 900px;
	margin: 0px 0px 0px 0px; 
	background-color: white;
	}

#contentandsides {
	position: absolute;
	left: 0px;
	top: 105px;
	width: 100%;
	min-width: 800px;
	max-width: 1200px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	}

#lefttext {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 240px;
	float: left;
	font-size: 80%;
	color: black;
	background-color: white;
	}

#righttext {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	width: 240px;
	float: right;
	font-size: 80%;
	color: black;
	background-color: white;
	}

#main {
	margin-left: 270px;
	padding: 0px;
	background-color: white;
	}

#widemain {
	margin-left: 0px;
	padding: 0px;
	background-color: white;
	}

#center {
	margin-right: 260px;
	padding: 0px 20px 20px 20px;
	background-color: white;
	font-size: 80%;
	}

#fullcenter {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	width: 525px;
	background-color: white;
	font-size: 80%;
	}

#widecenter {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	width: 725px;
	background-color: white;
	font-size: 80%;
	}

#footer
	{
	clear: both;
	padding: 0px 0px 20px 0px;
	background-color: white;
	font-size: 80%;
	}

#footnote {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: white;
	}

#bottomplain {
	padding: 0px 0px 0px 0px; 
	background-color: white; 
	}

#bottom {
	clear: left;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	background-color: white;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	}

#gap {
	width: 60px;
	float: left;
	}

/*  fix for blocks with floated elements that need to be cleared  */
/*  see http://www.positioniseverything.net/easyclearing.html     */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

/*  table styles: colours, margins and borders  */

td { 
	font-size: 80%; 
	vertical-align: top;
	}

table.simple {
	border-collapse: collapse;
	width: 100%;
	}
table.simple td { 
	padding: 0px 10px 10px 0px;
	}

table.photo {
	border-collapse: collapse;
	width: 100%;
	}
table.photo td { 
	padding: 0px 7px 7px 0px;
	}

table.form {
	border-collapse: collapse;
	width: 100%;
	}
table.form td { 
	padding: 3px 2px 3px 0px;
	font-size: 85%;
	}

table.plain td { 
	padding: 4px 9px 4px 0px;
	font-size: 85%;
	}
table.plain tr.head td { 
	font-weight: bold;
	color: #000066;
	}

table.boxed {
	border-collapse: collapse;
	width: 100%;
	}
table.boxed td { 
	border: 1px solid #666666; 
	padding: 4px 4px 4px 5px;
	font-size: 85%;
	}
table.boxed tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #666666;
	}

table.ruled {
	border-collapse: collapse;
	width: 100%;
	}
table.ruled td { 
	border-bottom: 1px solid #666666; 
	padding: 4px 5px 4px 5px;
	font-size: 85%;
	}
table.ruled tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #666666;
	}

table.plainruled {
	border-collapse: collapse;
	width: 100%;
	}
table.plainruled td { 
	border-bottom: 1px solid #666666; 
	padding: 4px 5px 4px 5px;
	font-size: 85%;
	}
table.plainruled tr.head td { 
	font-weight: bold;
	color: #000066;
	border-top: 1px solid #666666; 
	}

table.background {
	border-collapse: collapse;
	width: 100%;
	}
table.background td { 
	border-bottom: 2px solid white; 
	padding: 3px 5px 3px 5px;
	font-size: 80%;
	background-color: #d0d0d0;
	}
table.background tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #808080;
	}

table.alternating {
	border-collapse: collapse;
	width: 100%;
	}
table.alternating td { 
	padding: 4px 5px 4px 5px;
	font-size: 85%;
	background-color: white;
	}
table.alternating tr.alt td { 
	background-color: #99cccc;
	}
table.alternating tr.head td { 
	font-weight: bold;
	color: white;
	background-color: #666666;
	}


/*  end of file  */
