@charset "UTF-8";
/* Base styles */
body {
	background-image: url(../images/main/bkgd_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	background-color: #383737;
}
a {
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	border: 1;
}
a:hover {
	text-decoration: underline;
}
#mainContainer, #homeContainer {
	overflow: hidden;
	height: 1%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#mainContainer {
	background-color: #000;
}
#homeContainer {
	background-color: #000;
}
/* Header styles */
/* General header styles */
#header {
	width: 960px;
}
#logo {
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	height: 56px;
	width: 219px;
}
#phone {
	float: right;
	height: 86px;
	width: 350px;
	margin-right: 10px;
	text-align: right;
	padding-top: 13px;
}
#phone p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #DDB100;
	line-height: 18px;
	font-weight: bold;
}
#phone p img {
	margin-top: 25px;
}
#photo {
	clear: both;
	height: 250px;
	width: 960px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C60000;
}
/* Main Navigation styles */
#navigation {
	float:left;
	clear: both;
	width: 960px;
	background-color: #77150F;
	height: 30px;
	line-height: 30px;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	padding-right: 40px;
	padding-left: 40px;
}
#navigation ul li a.end {
	padding-right: 64px;

}
#navigation ul li a.beg {
		padding-left: 70px;

}
#navigation ul li a:hover {
	color: #DDB100;
}
body.home  #aHome, body.about #aAbout, body.PW #aPW, body.WS #aWS, body.SA #aSA, body.contact #aContact {
	color: #000;
	background-color: #FFF;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
/* content styles */
#content {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 960px;
	background-color: #FFF;
}
/*Home page content styles */
body.home #content {
	background-color: #000;
}
body.home #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #DDB100;
	margin-left: 60px;
	padding-top: 15px;
}
body.home #content p {
	color: #FFF;
	margin: 10px 40px 20px 77px;
	font-size: 14px;
	line-height: 24px;
}
body.home #homeVideo {
	margin: 0px 60px 10px 20px;
	float: right;
}
#homeSA, #homePW, #homeWS {
	float: left;
	width: 303px;
	border: 1px solid #2D61B0;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 7px;
	height: 630px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../images/main/homeColBkgds.jpg);
}
.arrowLink {
	position: absolute;
	left: 13px;
	top: 593px;
}
#content #homeSA h1, #content #homePW h1, #content #homeWS h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
	height: 20px;
	background-color: #2D61B0;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
body.home .logoHome {
	margin-left: 12px;
}
#content #homeSA p, #content #homePW p, #content #homeWS p {
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}
#content #homeSA p a, #content #homePW p a, #content #homeWS p a {
	background-image: url(../images/main/homeArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	color: #DDB100;
	text-decoration: none;
	font-weight: bold;
}
#content #homeSA p a:hover, #content #homePW p a:hover, #content #homeWS p a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
/* Tier 2 Navigation styles */
#tier2Nav {
	width: 280px;
	padding: 10px;
	float: left;
	margin-bottom: 60px;
}
#tier2Nav ul {
	list-style-type: none;
	margin-top: 20px;
}
#tier2Nav ul li a, #tier2Nav ul li a.inactive {
	color: #000;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 5px;
	background-color: #FFED6D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tier2Nav ul li a:hover, #tier2Nav ul li a.active {
		background-color: #DDB100;
}
#tier2Nav p {
	text-align: center;
	margin-top: 10px;
}
#tier2NavContent {
	margin-top: 20px;
}
/*Tier2 Content - right side styles */
#tier2Content {
	float: left;
	width: 600px;
	margin: 56px 0px 60px 20px;
}
#tier2Content.noNav {
	width: 880px;
	margin: 40px;
}
#tier2Content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #383737;
	margin-bottom: 10px;
}
#tier2Content p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#tier2Content ul, #tier2Content ol {
	list-style-type: disc;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 40px;
	font-size: 14px;
}
#tier2Content ol {
	list-style-type: decimal;
}
#tier2Content img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#tier2Content img.floatLeft {
	float: left;
}
/* footer styles */
#footer {
	clear: both;
	height: 200px;
	width: 960px;
	background-color: #77150F;
}
#footer.SA, #footer.PW, #footer.WS, #footer.RW {
	background-repeat: no-repeat;
	background-position: center top;
}
#footer.SA {
	background-image: url(../images/main/SA_watermark.gif);
}
#footer.WS {
	background-image: url(../images/main/WS_watermark.gif);
}
#footer.PW {
	background-image: url(../images/main/PW_watermark.gif);
}
#footer.RW {
	background-image: url(../images/main/RW_watermark.gif);
}
#footer p {
	padding-top: 95px;
	margin: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
body.home #footer.none p {
	background-image:none;
	padding-top: 10px;
	color: #FFF;
	margin-left: 10px;
	font-size: 11px;
}
body.home #footer.none {
	height: 60px;
}
#footer p, #footer p a {
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
}
.aboutroyvid {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contactroyvid {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contactroyvid2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.videorightside {
	clear: left;
	float: right;
	height: 265px;
	width: 320px;
	margin-left: 12px;
	margin-bottom: 12px;
	padding-left: 5px;
}

.feetable {
	font-family: georgia;
	font-size: 14px;
	border: 1px solid #000;
	color: #000;
	text-indent: 10px;
	margin: 10px;
}
.presskitheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	margin-right: 25px;
}
a.presskitheader:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
}
presskitindent {
	text-indent: 25px;
	text-align: center;
}
.vidcontainer {
	clear: left;
	float: right;
	width: 330px;
	margin-left: 5px;
	text-align: right;
}
.joinsa {
	text-align: center;
	padding: 5px;
	clear: left;
	float: right;
	height: 60px;
	width: 160px;
	margin-left: 20px;
	background-color: #E5B100;
}
.jointext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.jointext:hover {
	color: #900;
}

a.joinroll {
	display: block;
	text-decoration: none;
	height: 55px;
	width: 198px;
	clear: left;
	float: right;
	margin-left: 20px;
	background-image: url(../images/login_enter_rollover.gif);
	background-position: 0px 0px;
}
	
a.registerroll {
	display: block;
	text-decoration: none;
	height: 55px;
	width: 198px;
	clear: left;
	float: right;
	margin-left: 20px;
	background-image: url(../images/register_rollover.gif);
	background-position: 0px 0px;
}

a.registerroll:hover {
	background-position: 0px 55px;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}
.memberenter {
	float: right;
	height: 55px;
	width: 220px;
	clear: both;
}
.memberentertext  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-align: center;
	float: right;
	width: 200px;
	line-height: 14px;
	margin-top: 8px;
}
a.memberentertext:hover  {
	color: #666;
}
.memberwrap {
	width: 220px;
	height: 110px;
	float: right;
	clear: left;
}
.servicemark {
	font-size: 8px;
	line-height: 12px;
	font-variant: small-caps;
	text-decoration: none;
	vertical-align: super;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#fblink {
	height: 37px;
	width: 120px;
	float:left;
}

#fblink a {
	height: 37px;
	width: 120px;
	border: 1px solid #fff;
	display: block;
	padding-left: 20px;

}

#fblink a:hover {
	border: 1px solid #900;
}
