

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


body {
	font-family: helvetica, arial, sans-serif;
	color: #666;
	font-size: 12px;
}
.content {
	width: 960px;
	margin: 0 auto;
}
#header {
	margin-top: 10px;
	height: 40px;
}
#header h1 {
	float: left;
}
#header h1 a {
	display: block;
	background: url(../img/rwc_logo.png) no-repeat;
	text-indent: -9999px;
	width: 277px;
	height: 18px;
	margin-top: 10px;
}

#main {
	clear: both;
	border-top: 1px #ddd solid;
}
#main .content {
	position: relative;
}

#footer {
	clear: both;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	background: #333;
	color: #ccc;;
	font-weight: bold;
}
#contactus {
	float: right;
	text-transform: uppercase;
	color: #3ed9d1;
	font-weight: bold;
}
a {
	color: #39c;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 22px;
	font-family: helvetica, arial, verdana, sans-serif;
	letter-spacing: .5px;
	color: #999;
	padding: 10px 0;
}
p {
	line-height: 160%;
	margin: 10px 0;
}


#nav {
	float: right;
}
#nav li, #nav2 ul li {
	float: left;
}
#nav li a, #nav2 a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#nav li a:hover, #nav li a.current {
	background-position: 0px -13px;
}
#nav2 a:hover, #nav2 a.current {
	background-position: 0px -20px;
}
#nav li a {
	height: 13px;
	margin: 14px 10px 0 30px;
}
#nav2 a {
	height: 20px;
	margin: 0px 2px;
}

#nav li#nav_about a {
	background-image: url(../img/nav_main_about.png);
	width: 40px;
}
#nav li#nav_communities a {
	background-image: url(../img/nav_main_communities.png);
	width: 88px;
}
#nav li#nav_announcements a {
	background-image: url(../img/nav_main_announcements.png);
	width: 110px;
}
#nav li#nav_media a {
	background-image: url(../img/nav_main_media.png);
	width: 42px;
}

#nav2 {
	position: absolute;
	top: 5px;
	right: 0;
}

h2 {
	border-bottom: 1px solid #00BFF3;
	margin-bottom: 20px;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 120%;
}
.column2 {
	width: 47%;
	margin-right: 2%;
	float: left;
}
label {
	padding-top: 5px;
	display: block;
}
.infoYo {
	float: left;
	width: 47%;
	margin-right: 2%;
}
.infoYo li {
	font-size: 120%;
	margin-bottom: 10px;
}
.textShort {
	width: 40%;
}
.textLong, textarea {
	width: 90%;
}
#checkout {
	margin: 20px 0;
}
.inline {
	display: inline;
}



input.DatePicker{
	cursor: pointer;
}


.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}

.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}

.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}

.dp_cal select option{
	padding: 1px 3px;
}

.dp_cal th, .dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}

.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}

.dp_cal td{
	cursor: pointer;
}

.dp_cal thead th{
	background: #d9eefc;
}

.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}

/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}

.dp_empty{
	background: #eee;
}

.dp_today{
	background: #daf2e6;
}

.dp_selected{
	color: #fff;
	background: #328dcf;
}