/********************************************************************
* Author:   Andrew Connick
* Date:     23/2/6
********************************************************************/

/* Page style */

* { color: #666666; }        /* dark grey */

body { 
	font-family: Verdana, sans-serif;
	font-size: 70%;
}

input, textarea { 
	font-family: Verdana, sans-serif;
	font-size: 95%;
/*	color: black;
	background-color: #ECF0C0; */
}

/* Page layout 	*/

body { 
	width: 740px; 
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;;
}

#header {
	width: 725px;
	height: 150px;
	background-image: url("images/blossom.jpg");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #5077b0;
	margin: 10px 0 10px 0;
}

#topNav {
	clear: both;
	width: 98%;
	background-color: #969684;
	height: 25px;
}

#content {
/*	clear: both; */
	float: left;
	width: 78%;
	height: 40em;
/*	background-color: #F7F7E3; */
	background-color: #F7F7F0;
}

#sideNav {
	float: left;
	width: 20%;
	height: 40em;
/*	background-color: #ECF0C0; */
	background-color: #D2DCE8;
}

#footer {
	clear: both;
	width: 98%;
	height: 2em;
	font-size: 85%;
	background-color: #969684;
	height: 25px;
}

html, h3, h4, p, img  { 
	margin: 0;
	padding: 0;
  border-width: 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
#content a { color: blue; } /* added 27/05/08 */

#bubble1 {
	display: none;
	position: absolute;
	width: 180px;
	height: 150px;
	background-image: url("images/bubble.png");
	background-repeat: no-repeat;
}

/* Styles */

.left { float: left; }
.right { float: right; }
.right2 { text-align: right; }
.margin10 { margin: 10px; }
.hidden { display: none; }

.colA {
	float: left;
	width: 140px;
}

.colB {
	float: left;
	width: 400px;
}

.newLine {
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.newLine2 {
	clear: both;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.para {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#header2 {
	height: 150px;
	background-image: url("images/right.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

.head1 {
	padding: 40px 0 0 200px;
	font-size: 250%;
	letter-spacing: 0.3em;
	color: white; */
}

.menuItem, .menuItem2 {
	float: left;
	padding: 5px 3px 5px 3px;
 	color: white;
	text-align: center;
}

.menuItem {
	width: 9em;
	border-right: solid 1px white;
}

.menuItem2 {
	width: 13em;
	border-left: solid 1px white;
}

.menuItem:hover, .menuItem2:hover {
	text-decoration: none;
	background-color: #666666;
}

.rightNav {
 	color: white;
	padding: 5px 10px 5px 3px;
	text-align: right;
}

.foot1 {
	float: left;
	padding: 3px;
	padding-right: 10px;
 	color: white;
}

.sideItem {
	display: block;
	height: 6.5em;
	padding: 5px;
	border-bottom: solid 1px #666666;;
	overflow: hidden;
}

.sideItem:hover {
	text-decoration: none;
/*	background-color: #E3E2AD; */
	background-color: #B7C3D3;
}

.button {
	padding: 2px;
 	color: white;
	background-color: #969684;
	border: none;
}

.bannerImg {
	margin-right: -5px;
	padding: 0;
	width: 180px;
	height: 120px;
}
