/* CSS Residence */

body {
  	font-family: Arial, Helvetica, san serif;
	font-size: 9pt;
	line-height: 12pt;
	background-color: #000;
	margin:10px 0px;
	padding:0px;
		/* scrollbar colour CC0066*/
	scrollbar-face-color: #665b61;
	scrollbar-highlight-color: #999;
	scrollbar-shadow-color: #333;	
	scrollbar-3dlight-color: #666;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #000;
	scrollbar-base-color: #CC0066;
	scrollbar-track-color: #000;
}

#container {
	  width:710px;
	  background-color:transparent;
	  color: #fff;
	  text-align: left;
	  margin:0px auto;
}

#topicons {
	background-color:transparent;
	height: 20px;
	float:right;
	margin-bottom:30px;
	width:100%; 
}

#menu {
	background-color:transparent;
	color: #666;
	height: 30px;
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

#contactfooter {
	background-color:transparent;
	color: #666;
	height: 30px;
	text-align: center;
	/*position: relative;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

p.ryeaindent { padding-left:165px; }
a.menu {
	color: #999;
	text-decoration: none;
	padding-right:4px;
	padding-left:4px;
	text-transform:uppercase;
}
a.menu:hover {
	color: #999;
	text-decoration: none;
	padding-right:4px;
	padding-left:4px;
	text-transform:uppercase;
}

#dottedline {
	background-color:transparent;
	background-image: url(../images/DottedGreyLine.gif);
	background-repeat: no-repeat;
	color: #999;
	height: 4px;
	position: relative;
	margin-bottom:8px;
	text-align:center;
}

table.dottedline {
	height: 36px;
	text-align:center;
	padding: 0px 0px 0px 70px;
	*padding: 0px 0px 0px 0px;
}

a.dottedline { font-family: Arial, Helvetica, sans-serif; color:#CCCCCC; text-decoration: none; padding-right:3px; padding-left:3px; font-size: 11px; }
a.dottedline:hover { font-family: Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; padding-right:3px; padding-left:3px; font-size: 11px; }

p.intro {font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:11px; line-height: 10pt; margin-top: 0px; }
	
#uppercontentleft {
	width: 590px;
	float: left;
	vertical-align:middle;
}

#uppercontentright {
	width: 104px;
	float: right;	
}

#lowercontent {
	width: 700px;
	float: left;
	margin: 8px 0px 8px 0px;
	text-align: center;
}

#footer {
	background-color:transparent;
	text-align:center;
}

#pageheading {
	text-align:center;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	margin-bottom:15px;
	*height: 26px; /*to reduce the height in IE and then centre it*/
	*padding: 6px 0px 2px 0px; /*to reduce the height in IE and then centre it*/
	vertical-align:middle;
}	

h1 {
	font-size: 11pt;
	font-weight: bold;
	text-transform:uppercase;
	color: #665b61;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, san serif;
	font-size: 11pt;
	color: #635860;
	text-align: left;
	font-weight:bold;
}

h2.center {
	font-family: Arial, Helvetica, san serif;
	font-size: 11pt;
	color: #635860;
	text-align: center;
	font-weight:bold;
}

a.h2 { font-family: Arial, Helvetica, san serif; color: #635860; text-decoration:none; font-weight:bold; font-size:11px;}
a.h2:hover { color: #fff;}

a.h4 { font-family: Arial, Helvetica, san serif; color: #fff; text-decoration:none; font-weight:bold; float:left; font-size:12px; width:510px;}
a.h4:hover { color: #635860;}

h3 {
	font-family: Arial, Helvetica, san serif;
	font-size: 9pt;
	color: #fff;
	font-weight:bold;
	text-align: left;
	text-transform:uppercase;
}
h4 {
	font-family: Arial, Helvetica, san serif;
	font-size: 7pt;
	color: #fff;
	text-align: left;
}
a { color: #666; text-decoration:none;}
a:hover { color: #CCCCCC;}
a.more, a.more:visited { color: #CCCCCC; text-decoration: none; font-weight:bold; }
a.more:hover { text-decoration: underline;}
img {
	border: none;
	text-align: center;
}
#hr{ border-bottom: 1px dotted #333; }

#contentleft { 	width: 345px; float: left; padding: 10px 5px 0px 0px; }
#contentright {
	width: 345px;
	float: right;
	padding: 10px 0px 0px 5px;
	text-align: left;
}

#contentleft2 { 	width: 445px; float: left; padding: 10px 5px 0px 0px; }
#contentright2 { width: 235px; float: right; padding: 10px 0px 0px 15px; }

a.white { color:#fff; text-decoration: none; font-size:11px; }
a.white:hover { color: #ccc; text-decoration: none; }

.noborder { border: 0; padding: 0; }

dl { border-bottom: 1px solid #333; }
dt { width: 15em; padding: .5em; float: left; margin: 0; border-top: 1px solid #333; font-weight: bold; }
dd { margin-left: 16em; padding: .5em; }
dd.first { border-top: 1px solid #333; }

dl.sub { }
dt.sub { width: 40px; padding: 2; float: left; margin: 0; border-botom: 1px solid #333; font-weight: bold; }
dd.sub { margin-left: 41px; padding: 2; border-botom: 1px solid #333; }

.hidden { display: none; }
.unhidden { display: block; }

p.itemsdescrip { padding:0 5px 0 0; margin:0px; line-height: 11pt; }	

#itemsheader {
	height:22px;
	border-bottom: 1px dotted #333;
	border-top: 1px dotted #333;
	padding: 4px 0px 4px 10px;
	margin: 24px 0 2px 0;
	font-family: Arial, Helvetica, san serif;
	font-size: 9pt;
	color: #fff;
	font-weight:bold;
	text-align: left;
	text-transform:uppercase;

}

#items {
	width: 700px;
	color: #fff;  
	font-size: 12px; 
	line-height: 16px; 
	font-weight: normal; 
	padding: 0px 0px 0px 0px;
}

#itemsdescrip {
	width: 342px;
	height: 140px;
	float: left;
	color:#fff;
	padding: 0 0px 10px 0px;
	/*background-color: #665b61;*/
	background-color:#171717;
	border-left:8px solid #000;
	border-top: 8px solid #000;
	font-size:11px;
	line-height: 11pt;
	text-align: right;
}

#itemsdescripwide {
	width: 690px;
	height: 160px;
	float: left;
	color:#fff;
	padding: 0px 0px 10px 0px;
	/*background-color: #665b61;*/
	background-color:#171717;
	border-left:8px solid #000;
	font-size:11px;
	line-height: 11pt;
}

#items h4 { /*background-color: #2F292C;*/ color: #fff; background-color: #665b61; font-size: 12px; line-height: 10px; font-weight: bold; padding: 4px 4px 4px 9px; margin-top: 12px; margin-bottom:9px; }
#items h4 a { /*background-color: #2F292C;*/ text-decoration: none; color: #fff; background-color: #665b61; font-size: 12px; line-height: 10px; font-weight: bold; }

 .tabb { font-weight:bold; color: #fff; font-size:12px; font-family:Arial,Helvetica;}
 .tan {
	font-size: 9px;
	color: #fff;
	font-family: Arial,Helvetica;
	text-align: center
}
 .tann {font-size: 13px; color: #fff; font-family: Arial,Helvetica; text-align: center}

/*Sporting Events - Sub Menu*/
#menusport {
	text-align: center;
	color: #fff;
	width: 700px;
	float: left;
	margin-bottom: 0px;
}

#menusportbackround {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase; 
	width:700px;
	height: 20px;
	background-color: #171717;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	padding: 5px 0 5px 0;
}

#menusportbutton1 {
	width:100px;
	height: 20px;
	text-align: center;
	float: left;
	*vertical-align: middle;
	line-height: 0px;
	*line-height: 20px;
}

#menusportbutton1:hover {
	width:100px;
	height: 20px;
	background-color:#666;
	text-align: center;
	float: left;
	display:visible;
	vertical-align: middle;
	*line-height: 20px;
}

a.menusport { color:#999; text-decoration: none; }
a.menusport:hover { color:#999; text-decoration: none; *background-color: #666; *width:100px; *height: 20px; }

.takeoffprint { color:#000000; }

table.calendar {
	width: 700px;
	text-align: left;
}
tr.calendardate { height: 20px; }
tr.calendardetail { height: 50px; }
td.calendarday { background-color:transparent; color:#666; font-size:9px; padding:2px; width: 96px; font-weight:bold; border: 1px solid #000; }
td.calendardate { background-color:#635860; color:#fff; font-size:9px; padding:2px; width: 96px; font-weight:bold; border: 1px solid #000; }
td.calendardetail {
	background-color:#FFFFFF;
	color:#666666;
	font-size:9px;
	padding:2px;
	width: 96px;
	vertical-align:top;
	border: 1px solid #000;
	text-align: left;
}
span.resevent {
	color:#666;
	font-weight:bold;
}
span.margin { margin-left: 5px; }
#container #lowercontent .calendar .calendardetail .calendardetail p {
	text-align: left;
}
#container #lowercontent h1 {
	text-align: center;
}
#container #lowercontent p {
	text-align: left;
	color: #FFF;
}
#container #lowercontent h1 {
	text-align: left;
}
#container #lowercontent {
	text-align: left;
}
#container #uppercontentleft div .intro {
	font-weight: bold;
}
#container #uppercontentleft div .intro {
	font-weight: normal;
}
#container #lowercontent table tr td p {
	color: #CCC;
}
