@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg-main.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {border: 0px;}

a {
	font-weight: bold;
	color: #C00;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
}

h1.blue {
	color: #0076bf;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	color: #C00;
}

h3 {
	color: #0076bf;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #C00;
}

/* Header */

#header {
	background-image: url(../images/head-logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 109px;
	padding-right: 22px;
}

#kids {
	float: right;
	margin: 0px;
	background-image: url(../images/head-kids.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 109px;
	width: 465px;
}

/* Navigation */
#nav-right {
	background-image: url(../images/nav-right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 25px;
}

#nav-left {
	background-image: url(../images/nav-left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 25px;
}

#main-cont-full {
	padding-left: 15px;
	padding-right: 15px;
	width: 967px;
	font-size: 13px;
}

#main-cont-left {
	padding-left: 15px;
	padding-right: 4px;
	width: 726px;
	float: left;
	font-size: 13px;
}

#main-cont-right {
	padding-right: 15px;
	padding-left: 4px;
	width: 233px;
	float: right;
}

/* Right Column */

#right-top {
	background-image: url(../images/right-top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
}

#right-content {
	background-image: url(../images/right-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
}

#right-content a {
	color: #0076bf;
}

#right-foot {
	background-image: url(../images/right-foot.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
}

/* Home Page Specific */

#HomeDiv-Top {
}

#HomeDiv-Bottom {
}

#HomeDiv-Left {
	width: 502px;
	padding-left: 5px;
	float: left;
	height: 379px;
}

#HomeDiv-Right {
	width: 482px;
	padding-left: 8px;
	float: right;
}

#HomeDiv-Bottom ul li {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

p.sz-20 {
	font-size: 20px;
	font-weight: bold;
}

/* Contact Form */

#contact-form {
	padding: 8px;
	background-image: url(../images/bg-contactform.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#contact-form td {
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
}

#contact-form input {
	padding: 5px;
	border: 1px solid  #730000;
	background-color: #FFC;
	width: 414px;;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contact-form input.half {
	padding: 5px;
	border: 1px solid #730000;
	background-color: #FFC;
	width: 196px;;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#contact-form textarea {
	padding: 5px;
	border: 1px solid #730000;
	background-color: #FFC;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 828px;
}

#contact-form input.submit {
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 16px;
	color: #fff;
	width: 199px;
	height: 54px;
	border: 0px;
	background-image: url(../images/btn-submit.jpg);
}

#contact-form input.submit:hover {
	background-image: url(../images/btn-submit-hover.jpg);
	cursor: pointer;
	color: #fff;
}

/* Modal Window Stuff */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:610px; 
  height:500px;
  padding:2px;
  background-color:#ffffff;
}

#boxes #dialog2 {
  width:610px; 
  height:500px;
  padding:2px;
  background-color:#ffffff;
}


#boxes #dialog3 {
  width:610px; 
  height:500px;
  padding:2px;
  background-color:#ffffff;
}

#boxes #dialog4 {
  width:610px; 
  height:500px;
  padding:2px;
  background-color:#ffffff;
}

#boxes #dialog5 {
  width:610px; 
  height:500px;
  padding:2px;
  background-color:#ffffff;
}

/* Footer */

#footer-div {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 125px;
	text-align: center;
}

#copyright {
	padding-top: 35px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
