/*
Generic HTML elements
---------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
/*
Positional elements
---------------------
*/
#PicturePanel {
	display: block;
	overflow:hidden;
	position: absolute;
	z-index: 1;
	top: 100px;
	width: 100%;
	height: 298px;
	border-top:1px solid #481E76;
	border-bottom:1px solid #481E76;
	background-color: #B6A5C8;
	background-image: url(/images/theme_images/kids/homepage_picture.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#FullWidthContainer {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
}
#ContentContainer {
	display: block;
	position:relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#WelcomeTitle {
	position: absolute;
	top:22px;
	left:0px;
}
#Footer {
	position: absolute;
	top:436px;
	left:-3px;
	width:550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: none;
}
#Footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #481E76;
	text-decoration: none;
}
#Footer a:visited {
	color: #481E76;
	text-decoration: none;
}
#Footer a:hover {
	color: #481E76;
	text-decoration: underline;
}


#homepageFooter {
	position: absolute;
	top:300px;
	left:-3px;
	width:550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: none;
}
#homepageFooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #481E76;
	text-decoration: none;
}
#homepageFooter a:visited {
	color: #481E76;
	text-decoration: none;
}
#homepageFooter a:hover {
	color: #481E76;
	text-decoration: underline;
}


#TelephoneNumber {
	position: absolute;
	top:435px;
	right:0px;
	width:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #481E76;
	text-decoration: none;
	text-align:right;
}
/*
Shop Icon
---------------------
*/
#ShopIcon {
	position: absolute;
	top:20px;
	right:0px;
	left:628px;
}
#ShopIcon a {
	display: block;
	width:120px;
	height:50px;
	background-image: url(/images/shop1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ShopIcon a:visited {
	background-image: url(/images/shop1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ShopIcon a:hover {
	background-image: url(/images/shop2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#ShopIconArea {
	display: block;
	width:120px;
	height:50px;
}
/*
Menu Elements
---------------------
*/
#LeftMenu {
	display: block;
	position: absolute;
	top: 90px;
	left: 0px;
	width:210px;
	height:340px;
}
#LeftMenuLinks {
	display: block;
	width:180px;
	margin-left:1px;
}
#LeftMenuLinks a {
	display: block;
	background-color: #FFFFFF;
	border:1px solid #481E76;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #481E76;
	text-decoration: none;
}
#LeftMenuLinks a:visited {
	background-color: #FFFFFF;
	color: #481E76;
	text-decoration: none;
}
#LeftMenuLinks a:hover {
	background-color: #F9EDC2;
	color: #000000;
	text-decoration: none;
}
#RightMenu {
	display: block;
	position: absolute;
	top: 90px;
	left: 20px;
	width:210px;
	height:320px;
}
#RightMenuTable {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#RightMenuLinks {
	display: block;
	width:190px;
	margin-right:1px;
}
#RightMenuLinks a {
	display: block;
	background-color: #FFFFFF;
	border:1px solid #481E76;
	padding-left: 6px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #481E76;
	text-decoration: none;
}
#RightMenuLinks a:visited {
	background-color: #FFFFFF;
	color: #481E76;
	text-decoration: none;
}
#RightMenuLinks a:hover {
	background-color: #F9EDC2;
	color: #000000;
	text-decoration: none;
}
#MenuLabel {
	background-color: #481E76;
	vertical-align:middle;
	text-align: center;
}
#MenuSpacer {
	display:block;
	height:3px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
/*
Text Panel Elements
---------------------
*/
#TextPanelBacking {
	display: block;
	position: absolute;
	top: 121px;
	left: 251px;
	width:430px;
	/*border:1px solid #481E76;
	background-color: #481E76;
	background-image: url(/images/theme_images/spring08/homepage_picture_tint.jpg);
	background-repeat: no-repeat;
*/
}
#TextPanelContent {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
#TextPanelContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#TextPanelContent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#TextPanelContent a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#TextPanelContent .Heading {
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.TextPanelContent {
position:absolute;
	top: 10px;
	left: 10px;
	width:430px;
	background-color: #481E76;
	background-image: url(/images/theme_images/kids/homepage_picture_tint.jpg);
	background-repeat: no-repeat;
	display: inline;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.TextPanelContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
.TextPanelContent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.TextPanelContent a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.TextPanelContent .Heading {
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}