/* *************************** 
  Site - royal
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	position:relative;
	height:100px;
	width:963px;
	margin:0 auto;
	background: url(../files/media/rasheadergraphic.gif) 0 0 no-repeat;
	
}
#header h1{
	position:absolute;
	left:0;
	top:6px;
	}
#header h1 a{
	background:url(../files/media/raslogo.jpg) no-repeat;
	width:79px;
	height:83px;
	display:block;
	outline-style:none;	
}
#header h1 a span {
	display: none;	
}
#header .header_top_right{
	width:334px;
	height:95px;
	position:absolute;
	right: 0px;
	top: 5px;
	}
	
#navigationTitles {
	margin: 0px auto;
	padding: 0px;
	width: 963px !important;
	height:47px;
	background: #000 url(../files/media/rasmainnavbg.gif) 0 0 no-repeat;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:961px;
	margin:0 auto;
	text-align:left;
	margin-top:16px;
    }
#hometopContent{
	width:100%;
	overflow:hidden;
	}
#homeVideo{
	width:566px;
	height:319px;
	float:left;
	margin-top: 1px;
	}
#homeRight{
	float:right;
	width:376px;
	padding-right:3px;
	}
#homeRightHeroblurb{
	height:66px;
	margin-bottom:16px;
	width:100%;
	}
#homeRightHeroblurbLeft {
	float:left;
	width:188px;
	margin:0px;
	padding:0px;
}
#homeRight #countdownFlash {
	float: right;
}
#homeRightStory{
	height:10.4em;
	width:100%;
	background:#1f1e1f;
	margin-bottom:16px;
	color:#fff;
	}
#homeRightStory img{
	float:left;
	margin-left:16px;
	margin-top:16px;
	display:inline;
	margin-right:14px;
	}
#homeRightStory h3{
	font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:12px;
	padding-bottom:3px;
	}
#homeRightStory p{
	font-size:0.8em;
	line-height:15px;
	padding-right:28px;
	}
#homeRightStory a{
	color:#fff600;
	font-size:0.8em;
	font-weight:bold;
	}
#homeRightSubstory{
	height:41px;
	width:100%;
	}
#homebottomContent{
	width:961px;
	margin:0 auto;
	overflow:hidden;
	background:url(../files/media/rasbghomebottomcontent.jpg) left repeat-y;
	}
#homePortlet1,
#homePortlet2,
#homePortlet3,
#homePortlet4
{
	width:154px;
	padding-top:18px;
	float:left;
	margin-right:16px;
	padding-left:14px;
	padding-right:10px;
	font-size:0.75em;
	padding-bottom:23px;
	
	}
#homePortlet5{
	width:154px;
	padding-top:18px;
	float:left;
	padding-left:14px;
	padding-right:10px;
	font-size:0.75em;
	padding-bottom:23px;
	}
#homePortlet1 h2,
#homePortlet2 h2,
#homePortlet3 h2,
#homePortlet4 h2,
#homePortlet5 h2{
	font-weight: normal;
	/* height:13px; */
	margin-bottom:9px;
	line-height:16px;
	font-size: 16px;
	}
#homePortlet1 h2{
	color: #e62391;
	}
#homePortlet2 h2{
	color: #84c75f;
	}
#homePortlet3 h2{
	color: #00aeec;
	}
#homePortlet4 h2{
	color: #f7b321;
	}
#homePortlet5 h2{
	color: #FFF;
	}

#homePortlet1 p,
#homePortlet2 p,
#homePortlet3 p,
#homePortlet4 p,
#homePortlet5 p{
	line-height:14px;
	color:#fff;
	}

#homePortlet1 a,
#homePortlet2 a,
#homePortlet3 a,
#homePortlet4 a,
#homePortlet5 a{
	color:#fff600;
	display:block;
	}
#homePortlet1 a:hover,
#homePortlet2 a:hover,
#homePortlet3 a:hover,
#homePortlet4 a:hover,
#homePortlet5 a:hover{
	color:#fff600;
	
	}

/* *************************** 
   $5 Footer Styles
   ***************************/
#footer {
	clear:both;
	padding-top:22px;
	margin: 0 auto;
	height:133px;
	width:963px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer p {
	padding-top:92px;
	display: block;
	background:url(../files/media/rasfooterblurb.gif) 25px bottom no-repeat;
	text-indent: -9999px;
	outline-style:none;
	}
#footer .footer_right{
	float:right;
	width:445px;
	}
#footer .footer_right ul{
	margin-left:55px;
	width:385px;
	overflow:hidden;
	}
#footer .footer_right ul li{
	color:#A7A7A7;
	font-size:0.78em;
	float:left;
	}
#footer .footer_right ul li a{
	color:#A7A7A7;
	text-decoration:none;
	}
#footer .footer_right ul li a:hover{
	text-decoration:underline;
	color:#A7A7A7;
	}
#footer .footer_right .footer_right_bottom{
	width:412px;
	padding-left:33px;
	overflow:hidden;
	padding-top:33px;
	}
#footer .footer_right .footer_right_bottom a{
	float:left;
	display:inline;
	margin-right:28px;
	margin-left: 5px;
	}
	


/* --------------------------------------------------------------- */
html> menuOff1 {width:216px;}
html> menuOn1  {width:216px;}

html >body .menuOff2 {width: 215px;	}
html >body .menuOn2  {width: 215px;	}

html >body .menuOff3 {width: 215px;	}
html >body .menuOn3  {width: 215px;	}

html >body .menuOff4 {width: 218px;	}
html >body .menuOn4  {width: 218px;	} 

/*.menuOff1, .menuOn1, .menuOff2, .menuOn2, .menuOff3, .menuOn3, .menuOff4, .menuOn4 {
	display: block;
	margin: 0px 1px 1px 0px;
	padding: 0 10px 0 1px;
	background-image: url(/custom/files/arrowwhiteright.gif);
	background-repeat: no-repeat;
	background-position: 30px 50%;
	color:#ffffff;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	text-indent: 45px;
	text-align: left;
}*/

/*.menuOff1, .menuOn1, .menuOff2, .menuOn2, .menuOff3, .menuOn3, .menuOff4, .menuOn4 {
	color:#ffffff;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	text-indent: 30px;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 1px; padding-right: 10px; padding-bottom:2px; padding-left: 10px;
	background-repeat: no-repeat;	
	background-position: 30px 50%;
	background-image: url(/custom/files/arrowwhiteright.gif);
}*/

.menuOff1, .menuOn1, .menuOff2, .menuOn2, .menuOff3, .menuOn3, .menuOff4, .menuOn4 {
	color:#ffffff;
	font-weight: bold;
	font-family: tahoma, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 1px; padding-right: 10px; padding-bottom:2px; padding-left: 10px;
	background:#000000;
} 
/*
.menuOff1 {	
	width:216px;
	border-bottom: 1px solid #EC8877;
	background-color: #ed3594;
}
.menuOn1 {	
	width:216px;
	border-bottom: 1px solid #EC8877;
	background-color: #a52567;
}
*/

.menuOff1 {	
	width:216px;
	border-bottom: 1px solid #00aeec;
}
.menuOn1 {
	width:216px;
	border-bottom: 1px solid #00aeec;
	color:#000000;
	background-color:#ffffff;
}

.menuOff2 {
	width:215px;
	border-bottom: 1px solid #e62391;
}

.menuOn2 {
	width:215px;
	border-bottom: 1px solid #e62391;
	color:#000000;
	background-color:#ffffff;
}

.menuOff3 {
	width:215px;
	border-bottom: 1px solid #84c75f;
}

.menuOn3 {
	width:215px;
	border-bottom: 1px solid #84c75f;
	color:#000000;
	background-color:#ffffff;
}

.menuOff4 {
	width:218px;
	border-bottom: 1px solid #f7b321;
}

.menuOn4 {
	width:218px;
	border-bottom: 1px solid #f7b321;
	color:#000000;
	background-color:#ffffff;
}
