/* Basic Style Elements */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #4d7fc6;
	background-image: url("/images/common/page_tile.jpg");
}

.clearBoth {
	display: block;
	clear: both;
	height: -1px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

hr {
	display: none;
}

a {
	color: #e26099;
}
a:visited {
	color: #d75fa3;
}
a:hover {
	color: #365fba;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.introParagraph {
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.smallText {
	font-size: 10px;
}

.picRight {
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}

.picLeft {
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.picBorder {
	border: 1px solid #ffffff;
}

/* Main Content Styles */

#mainContent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 500px;
	_height: 500px; /* IE Hack */
}
#mainContentBackground {
	width: 790px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url("/images/common/content_background.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#mainContentInner {
	margin: 0px 15px 0px 15px;
	padding: 20px 0px 15px 0px;
}
#mainContent h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #de508e;
	margin: 18px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#mainContent h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #de508e;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#mainContent .introText {
	background-color: #e2d0e4;
	border: 1px solid #ffffff;
	margin: 15px 17px 0px 17px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-weight: bold;
}

#mainContent ul {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
	list-style-position: outside;
}

#mainContent ol li {
	margin-bottom: 5px;
}

#mainContent ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#mainContent ul li.noMargin {
	margin: 0px 0px 0px 0px;
}

#mainContent ol li {
	margin-bottom: 10px;
}

#mainContent dl {
	display: block;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mainContent dl.noBack {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 20px 0px;
}
#mainContent dl dd {
	display: block;
	position: relative;
	padding: 6px 6px 6px 12px;
	margin: 0px 0px 3px 0px;
	background-color: #ffeff6;
}
#mainContent dl.noBack dd {
	padding: 0px 0px 0px 12px;
	margin: 3px 0px 3px 0px;
	background-color: transparent;
}
#mainContent dl dd p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent dl dd .barTitle {
	padding: 3px 0px 3px 0px;
}

#mainContent dl dd .barGraph {
	position: absolute;
	top: 9px;
	left: 100px;
	width: 300px;
	height: 15px;
	overflow: hidden;
	border: 1px solid #e2d0e4;
}
#mainContent dl dd .barGraph .bar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	overflow: hidden;
	background-color: #e2d0e4;
}

#mainContent dl dd .barAmount {
	position: absolute;
	top: 9px;
	left: 410px;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	font-size: 13px;
	background-color: #6d9ada;
}

table th {
	background-color: #bdd8ff;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
table tr.headings th {
	background-color: #365ab0;
	color: #ffffff;
	font-weight: bold;
}
table th.flower {
	background-image: url("/images/common/table_th_bg.gif");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
table td {
	background-color: #e2eeff;
	vertical-align: top;
}

/* Page Layout Elements */

#fullBrowserWidth {
	width: 100%;
	text-align: center;
}

#centredPage {
	width: 828px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#miscTags {
	display: none;
}

#pageTitle h1 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	line-height: 22px;
	color: #365ab0;
	font-weight: bold;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Header Elements */

#headerArea {
	position: relative;
	height: 180px;
}

#headerArea #websiteTitle {
	display: none;
}

#headerArea #tagLine {
	position: absolute;
	width: 614px;
	height: 30px;
	top: 116px;
	left: 109px;
	background-image: url("/images/common/header/tag_line.gif");
	background-repeat: no-repeat;
}

#headerArea #tagLine p {
	display: none;
}

#headerArea #usborneLogo {
	position: absolute;
	width: 37px;
	height: 56px;
	top: 56px;
	right: 25px;
}

#headerArea #usborneLogo a span {
	display: none;
}

#headerArea #usborneLogo a {
	display: block;
	background-image: url("/images/common/header/usborne_logo.gif");
	background-repeat: no-repeat;
	width: 37px;
	height: 56px;
}
#headerArea #usborneLogo a:visited {
	background-image: url("/images/common/header/usborne_logo.gif");
}
#headerArea #usborneLogo a:hover {
	background-image: url("/images/common/header/usborne_logo.gif");
}


/* Menu Elements */

#menuCache {
	display: none;
}

#menuArea {
	display:block;
	position: absolute;
	top: 150px;
	left: 19px;
	width: 790px;
	height: 30px;
	z-index: 90;
	text-align: left;
	background-color: #e26099;
}

#menuArea a {
	display: block;
	position: absolute;
	line-height: 30px;
	text-align: center;
}

#menuArea dl {
	display: none;
}

/* Menu on */

#menuArea a.firstMenuOn {
	background-color: #ffffff;
	background-image: url("/images/common/menu/first_menu_on.gif");
	background-repeat: repeat-x;
	color: #cf3478;
	text-decoration: none;
}

#menuArea a.MenuOn {
	background-color: #ffffff;
	background-image: url("/images/common/menu/first_menu_on.gif");
	color: #cf3478;
	text-decoration: none;
}

#menuArea a.lastMenuOn {
	background-color: #ffffff;
	background-image: url("/images/common/menu/first_menu_on.gif");
	color: #cf3478;
	text-decoration: none;
}

/* Menu off */

#menuArea a.firstMenuOff {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

#menuArea a.MenuOff {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

#menuArea a.lastMenuOff {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

/* Menu over */

#menuArea a.firstMenuOver {
	background-color: #eb81af;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#menuArea a.MenuOver {
	background-color: #eb81af;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#menuArea a.lastMenuOver {
	background-color: #eb81af;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

/* Drop Down Elements */

#DropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 180px;
	left: 0px;
	top: 180px;
	z-index: 100;
	visibility: hidden;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
	background-color: #eb81af;
}

#DropDownMenu dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#DropDownMenu dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#DropDownMenu .dropDownSpacer {
	display: block;
	margin: 3px 5px 3px 5px;
	background-color: #ffffff;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

#DropDownMenu dd a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
	color: #ffffff;
	text-decoration: none;
}

#DropDownMenu dd a:visited {
	color: #ffffff;
	text-decoration: none;
}

#DropDownMenu dd a:hover {
	background-color: #365fba;
	color: #ffffff;
	text-decoration: none;
}

#DropDownMenu .alignLeft dd a {
	text-align: left;
}

#DropDownMenu .alignRight dd a {
	text-align: right;
}

#DropDownMenu dd a span {
	display: block;
	padding: 3px 5px 3px 5px;
}

/* Footer Elements */

#footerArea {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

#footerArea #copyrightLinks {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#footerArea #copyrightLinks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#footerArea #copyrightLinks a {
	color: #ffffff;
	text-decoration: none;
}
#footerArea #copyrightLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerArea #copyrightLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

