@charset "windows-1252";
body  {
	background: #666666;
	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 */
	color: 777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000066;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/containerback.gif);
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/rc2009_alltop.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 197px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px;
	background-color: #81A5DD;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	float: none;
	height: 100%;
} 
.twoColFixRtHdr #footer {
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0px;
	padding: 0;
} 
.twoColFixRtHdr #footer #footernav {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.twoColFixRtHdr #footer #footernav ul {
	list-style-type: none;
	margin-left: 10px;
	line-height: normal;
}
.twoColFixRtHdr #footer #footernav a:link {
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}
.twoColFixRtHdr #footer #footernav a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixRtHdr #footer #footernav a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}
.twoColFixRtHdr #container #footer #locations {
	width: 680px;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #666666;
}
.twoColFixRtHdr #container #footer #locations a:link {
	color: #003366;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer #locations a:visited {
	color: #003366;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer #locations a:hover {
	color: #003366;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.chromestyle{
	width: 650px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}
#sidebar1 #vipcosmetic a {
	text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px none #BBB;
	width: 650px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 2px;
	height: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #003366;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #003366;
	margin: 0;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-transform: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 600px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #DFE8F6;
}
#navigation {
	margin-left: 2px;
}
#sidebarevents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#sidebar1 #spablue {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar1 #mediabutton {
	padding-bottom: 5px;
	text-align: center;
}
#sidebar1 #vipcosmetic {
	text-align: center;
}
#footernav  h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	padding-top: 0px;
	margin-top: 30px;
	float: right;
}
#leftbar ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
}
#leftbar li {
	margin-left: -10px;
	padding-left: 0px;
}
#mainContent #rightbar p {
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#mainContent a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainContent a:visited {
	font-weight: bold;
	color: #003366;
}
#mainContent a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#mainContent #leftbar p {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 410px;
	text-align: left;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-left: 190px;
}
#constant       {
	background-color: #FFFFFF;
	width: 186px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#sidebar1 #socialnetworks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.twoColFixRtHdr #container #sidebar1 #socialnetworks .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#sidebar1 #eventlink {
	text-align: center;
	padding-top: 5px;
}
.twoColFixRtHdr #copyright {
	color: #3366CC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #sidebar1 #testimonial {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
