@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	z-index:0;
}
a, img {
	outline:none;
	border:none;
}
ul, li {
margin: 0;
padding: 0;
}
p {
	clear:both
}
h1 {
        font-size: 24px;
color:#339999;
}
h2 {
	color:#339999;
}
a {
	text-decoration:none;
	color:#bd0553;
	border:none;
}
a:hover {
	text-decoration:none;
	color:#920742;
}
.clearboth {
	clear:both;
}
#navHint{
	background-image: url(images/navHint2.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 86px;
	padding-bottom: 15px;
}
#header {
	background-image: url(images/headerSlice.jpg);
	background-repeat: repeat;
	height:100px;
	width: 100%;
	z-index: 200;
}
#headerStrip {
	background-image: url(images/headerWhiteSlice.jpg);
	background-repeat: repeat-x;
	height:7px;
	width: 100%;
}
#headerContent {
	color: #cccc55;
	font-size: 30px;
	height:169px;
	width:289px;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	z-index: 500;
	float:left;
}
#contentWrapper {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	clear:both;
}
#welcomeBox {
	float:left;
	background-image: url(images/welcomeImage.jpg);
	background-repeat:no-repeat;
	width: 386px;
	height: 206px;
	margin-top: 20px;
}
#welcomeMessage {
	float:right;
	margin-top: 20px;
	background-color:#FFFFFF;
	height:auto;
	width: 550px;
	padding: 20px;
	line-height: 20px;
	font-size: 14px;
}
#menu {
	float:left;
	width: 300px;
	margin-top: 30px;
	clear:right;
}
#menu ul {
	list-style: none;
}
#menu li {
	margin-top:-15px;
}
#menu li a {
	font-size: 60px;
	text-transform:uppercase;
	color:#bd0553;
	font-weight:bolder;
	letter-spacing: -5px;
	text-decoration:none;
	text-align:left;
	padding-right: 20px;
}
#menu li a:hover {
	color:#920742;
	text-decoration:none;
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 50px;
}

.sliderTitle {
	float:none;
	clear:both;
	color:#cccc33;
	font-size: 20px;
	font-weight:bolder;
	letter-spacing: -2px;
	text-decoration:none;
	text-align:right;
	margin-top: 0px;
	border-bottom:dotted 3px #cccc33;
}
.sliderBody {
	clear:right;
	float:right;
	background-color:#FFFFFF;
	margin-top: 60px;
	z-index: 500;
}
#cartoon{
margin-top: 40px;
float:left;
height: 274px;
margin-bottom: -40px;
background-image:url(images/fillerCartoon.png);
width: 380px;
}
#footerSpacer {
	height: 20px;
	width: 100%;
	clear:both;
}
#footer {
	clear:both;
	float:left;
	background-image:url(images/footerSlice.jpg);
	background-repeat:repeat-x;
	height: 50px;
	width: 100%;
	margin-top: 20px;
	color:#FFFFFF;
}
#footer ul {
        font: 16px/27px 'Colaborate-MediumRegular', Arial, sans-serif;
	list-style:none;
	padding-top: 20px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#footer li {
	display:inline;
	padding-right: 30px;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#signup label.error {
	font-size: x-small;
	color: #F00;
	font-weight: normal;
	display: block;
}
#signup input.error, #signup select.error {
	background: #FFA9B8;
	border: 1px solid red;
}
.formStyle {
        font: 16px/27px 'Colaborate-MediumRegular', Arial, sans-serif;
	width:300px;
	padding: 5px;
}
.formHeight {
	height: auto;
	padding-bottom: 20px;
}
.formFieldStyle {
	border: 1px solid #999999;
	clear:both;
}
#submitButton {
	clear:both;
	float:right;
	margin-right: 73px;
	cursor:pointer;
	color:  #ffffff;
	padding:0.3em 20px;
	outline:none;
	border: 0px solid #bd0553;
	background-color: #bd0553;
}

.panel-wrapper ul{
	list-style:none;
	float:left;
	border:none;
	margin-top: 20px;
	width: 700px;
}
.panel-wrapper li{
	display:inline;
	border:none;
	outline:none;

}
.panel-wrapper a{
	border:0px #FFFFFF solid;
	outline:none;
	}
.clearboth_panel{
	clear:both;
	height: 10px;	
}
/*for fancybox */
#tip7-title { text-align: left; }

#tip7-title b { display: block; color:#999999; }

#tip7-title span { float: right; }
#tip7-title a{float:right; padding-right: 20px;}
