@charset "utf-8";
/* CSS Document */

/* main css ids used throughout rcsc website */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container{
	width: 778px;
	background:url(slices/body.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{
	width: 228px;
	height: 160px;
	padding-left: 550px;
	padding-top: 25px;
	background:url(slices/header1.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navbar{
	height: 69px;
	background:url(slices/navbar.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 5px;
	padding-left: 15px;
}

#main {
	padding: 0 15px;
	margin: 0;
}

.payment {
	position:relative;
	float: left;
	clear:left;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 165px;
	height: 66px;
	
}

.payment h3, span {
	margin: 0;
	height: 66px;
	width: 165px;
	font-weight: bold;
}

.payment span {
	min-height: 66px;
	min-width: 165px;
	width: 100%;
	position: absolute;
	left: 0;
	margin-left: 10px;
	background:url(/images/pay.png) no-repeat left bottom;
	
}

#main iframe {
	height: 600px;
	width: 745px;
}

#bodycontent {
	padding-left: 30%;
	padding-right: 2%;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

#sidebar{
	width: 25%;
	border-right-style: dotted;
	border-top-style: dotted;
	border-bottom-style: dotted;
	margin-right: 3%;
	margin-left: 1.5%;
	margin-bottom: 1%;
	padding-left: 0;
	padding-right: 5px;
	float: left;
}

#sidebar p {
	font-size: 13px;
}

#sidebar p.alert {
	font-size: 16px;
	font-weight:bold;
}

#linkbar{
	width: 25%;
	height: 400px;
	border-right-style: dotted;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 1.5%;
	padding: 10px;
	float: left;
}
#linkbar2{
	width: 25%;
	border-right-style: dotted;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 1.5%;
	padding: 10px;
	float: left;
}
#bowlingbar{
	width: 30%;
	border-right-style: dotted;
	margin-top: 1%;
	margin-right: 1%;
	padding-left: 10px;
	float: left;
}
#picture_bar{
	width: 25%;
	height: 500px;
	margin-top: 0;
	margin-left: 5px;
	padding: 10px;
	float: right;
	position: relative;
}
#picture_bar2{
	padding-right: 10px;
	float: left;
	position: relative;
}
#picture_bar3{
	width: 25%;
	height: 300px;
	margin-top: 0;
	margin-left: 7px;
	padding: 10px;
	float: right;
	position: relative;
}

#pic1 {
	position:absolute;
	left:-2px;
	top:10px;
	width:203px;
	height:165px;
}
#pic2 {
	position:absolute;
	left:4px;
	top:142px;
	width:186px;
	height:179px;
}
#pic3 {
	position:absolute;
	left:9px;
	top:13px;
	width:160px;
	height:123px;
}
#pic4 {
	position:absolute;
	left:24px;
	top:114px;
	width:160px;
	height:123px;
}
#pic5 {
	position:absolute;
	left:5px;
	top:333px;
	width:160px;
	height:123px;
}
#pic6 {
	position:absolute;
	left:7px;
	top:6px;
	width:193px;
	height:165px;
}
#pic7 {
	position:absolute;
	left:14px;
	top:127px;
	width:172px;
	height:141px;
}


#footer{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 30px;
	background:#666666;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align: center;
}
#footer a:link {color:#FFF;}
#footer a:visited {color:#FFF;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* general classes and styles used throughout the rcsc website */

a:link {color:#03C;}
a:visited {color:#03C;}
a {text-decoration:none;}
p,ol,li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table{
	border:medium;
	margin: 0;
}

.copyright{
	margin: 0 auto;
	width: 778px;
	font-size: 65%;
	}

.style3{
	font-family: "Californian FB", serif;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

.style4 {
	font-family: "Californian FB", serif;
	font-style: italic;
	margin-top: 0;
	font-size:medium;
}

.question {
	font-weight: bold;
	margin: 0;
	text-decoration:underline;
}

table.faq th, table.faq td{
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h4 {
	font-size: 16px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td, th{
	font-size:14px; 
	text-align:left;
}

.no-space{
	margin-top: 0;
}
.blue {
	color:#0000FF;}
.small {
	font-size:12px;}
.boldtext {
	font-weight: bold;
}
.italictext{
	font-style: italic;
}
.small{
	font-size:small;
}
.suncity{
	font-size: 55px;
}

.emaillists {
	display:inline;
	font-size: x-small;
}
	
/* this set is for the policy changes */

.strike {
	background-color: #999;
	text-decoration:line-through;
}

.add {
	background-color:#FF0;
	border-style:solid;
	border-width:thin;
}

/* this set of styles is for email list form */

form.email fieldset {
	border: 2px thin;
	padding: 10px;
}

form.email legend {
	font-weight: bold;
	font-size: small;
	padding: 5px;
	color:#000;
}

form.email label {
	font-weight: bold;
	font-size: small;
}

form.email label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.email div.fixedwidth {
	padding-left: 240px;
}

form.email p{
	font-size: small;
	font-weight: bold;
	font-style:italic;
}

form.email .button {
	padding-left: 240px;
}
