@charset "utf-8";

/*NAV BAR*/
/*
#nav {
	width: 100%;
	
}
#navBar {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
*/
/*USED ON ALL PAGES*/

/*MENU STYLES
ul#navMenu, ul.sub1, ul.sub2 {
	list-style-type: none;
}
ul#navMenu li {
	width: 250px;
	text-align: center;
	position: relative;
	float: left;
}
ul#navMenu a {
	display: inline-block;
	width: 250px;
  font-size: 1em;
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 40px;
	background-color: #000;
}
ul#navMenu .sub1 li {
}
ul#navMenu .sub1 a {
}
ul#navMenu .sub2 a {
}
ul#navMenu li:hover > a {
	background-color: #C9C;
}
ul#navMenu li:hover a:hover {
	background-color: #F00;
}
ul#navMenu li:hover a:active {
	background-color: #FF0;
	color: #000;
}
ul#navMenu ul.sub1 {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
}
ul#navMenu ul.sub2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 250px;
}
ul#navMenu li:hover .sub1 {
	display: block;
}
ul#navMenu .sub1 li:hover .sub2 {
	display: block;
}
END MENU STYLES*/

body {
	font-family: helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #003231;
	background-image: url(../assets/graphics/bgGradient.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;
}
body a:link {
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}
body a:visited {
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #9FC;
	text-decoration: underline;
}
body a:active {
	color: #007D7A;
	text-decoration: underline;
}

/*HEADINGS*/
h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-left: 10px;
}
h3 {
	font-size: 1em;
	padding-left: 25px;
	margin: 0;
}
h4 {
	
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}
h5 {
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFF;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}

/*STRUCTURE*/
#logo {
	width: 1034px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#shadow {
	background-image: url(../assets/graphics/shadow.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 1034px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#index {
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(../assets/graphics/index/indexBg.jpg);
	height: 750px;
	margin-top: 3px;
}
#warning   {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#disclaimer  {
	height: 300px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	margin-top: 10px;
	overflow: auto;
}
#flags    {
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#enterExit   {
	width: 300px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
}
#browsers   {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	height: 115px;
}
#indexFooter {
	width: 1000px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
}
#compliance  {
	text-align: center;
	width: 1000px;
	height: 56px;
}
#header {
	background-color: #262626;
	height: 350px;
	width: 1000px;
	margin-top: 0px;
}
#navigation {
	height: 50px;
	width: 1000px;
}
#content {
	width: 1000px;
	height: auto;
	background-color: #40918F;
	float: left;
}
#splash {
	height: 450px;
	width: 1000px;
}

/*JOIN*/
/*joinDescription*/
#joinDescription{
	height: 348px;
	width: 978px;
	background-color: #262626;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 1px solid #FF0;
	margin-top: 10px;
}

/*joinCreditCard*/
#joinCreditCard {
	background-color: #262626;
	height: 443px;
	width: 483px;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #FF0;
	background-image: url(../assets/graphics/join/joinCreditCardBg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#joinCreditCard #titleCreditCard {
	width: 483px;
	text-align: center;
	margin-top: 70px;
}
#joinCreditCard #btnCreditCard {
	text-align: center;
	width: 483px;
}
#joinCreditCard #card {
	text-align: center;
	width: 483px;
}
#joinCreditCard #titleOnlineCheck {
	text-align: center;
	width: 483px;
	margin-top: 10px;
}
#joinCreditCard #btnOnlineCheck {
	text-align: center;
	width: 482px;
}
#joinCreditCard #check {
	text-align: center;
	width: 483px;
}
#joinCreditCard #titleCustomerServices {
	text-align: center;
	width: 483px;
	margin-top: 15px;
}
#joinCreditCard #btnCustomerServices {
	text-align: center;
	width: 483px;
}
#joinCreditCard #titleMembers {
	text-align: center;
	width: 483px;
	margin-top: 15px;
}
#joinCreditCard #btnMembers {
	text-align: center;
	width: 483px;
}
#joinCreditCard #tblCreditCard {
	width: 483px;
	text-align: center;
}
#joinCreditCard #joinDisclaimer {
	width: 383px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: justify;
}

/*joinSnailMail*/
#joinSnailMail {
	background-color: #262626;
	float: left;
	height: 443px;
	width: 483px;
	border: 1px solid #FF0;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(../assets/graphics/join/joinAlternateMethodsBG.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#joinSnailMail #titlePostalMail {
	text-align: center;
	width: 483px;
	margin-top: 70px;
}
#joinSnailMail #text {
	width: 433px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#joinSnailMail #pdf {
	text-align: left;
	width: 457px;
	padding-left: 25px;
}
#joinSnailMail #getPdf {
	text-align: left;
	width: 433px;
	padding-left: 25px;
	margin-top: 10px;
	padding-right: 25px;
}
#joinSnailMail #titlePayPal {
	text-align: center;
	width: 483px;
	margin-top: 15px;
}
#joinSnailMail #payPal {
	text-align: left;
	width: 433px;
	padding-right: 25px;
	padding-left: 25px;
}

/*TOUR*/
#tour {
	background-color: #262626;
	width: 978px;
	margin-top: 10px;
	border: 1px solid #FF0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/*WHATSNEW*/
#whatsnew {
	background-color: #262626;
	border: 1px solid #FF0;
	margin-bottom: 10px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#whatsnew #title {
	text-align: left;
	width: 978px;
}
#whatsnew #screenCap {
	width: 978px;
	text-align: center;
}
#whatsnew #details  {
	width: 978px;
}
#whatsnew #details #tblDescription {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
#whatsnew #details #tblSelect {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#whatsnew #details #tblDownloadHD {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#whatsnew #details #tblDownload {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#whatsnew #details #tblDownload {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.whatsNew {
	background-color: #262626;
	border: 1px solid #FF0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}

/*Universal - Classes for video elements - used in Tour and What's New Pages.*/
.title {
	text-align: left;
}
.screenCap {
	width: 978px;
	text-align: center;
}
.screenCap img{
	border: 1px solid #ffff00;
}
.details{
	width: 978px;
}
.tblDownload {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.setTitle {
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
}
.setDescription{
	text-align: center;
  padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 25px;
	text-align: justify;
}
.setDetails {
	text-align: center;
	padding-top: 10px;	
}
.setBtn {
	text-align: center;
	font-size: 1.2em;
	padding: 20px 80px;
	display:inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 20px;
	background-color: #FF0;
}
.setBtn:link{
	color: #000;
}
.setBtn:visited{
	color: #000;
}
.setBtn:hover {
	color: #000;
	background-color: #9FC;
	text-decoration: none; 
}
.setBtn:active{
	color: #000;
	background-color: #007D7A;
	text-decoration: none;
}
/*End Universal*/

.faqTitle {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.top {
	font-size: .8em;
}

/*FAQS*/
#faqs {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #FF0;
	background-color: #262626;
	clear: both;
	margin-top: 10px;
}
#faqs #title {
	height: 50px;
}
#faqs #generalContainer {
	float: left;
	height: 300px;
	width: 479px;
}
#faqs #titleGeneralFaqs {
	width: 479px;
}
#faqs #subscriptionContainer {
	height: 300px;
	width: 479px;
	float: left;
}
#faqs #subscriptionContainer #titleSubscription {
	width: 479px;
}
#faqs #videoPhotoContainer {
  height: 300px;
	width: 479px;
	float: left;
}
#faqs #videoPhotoContainer #titleVideoPhotos {
	width: 479px;
}
#faqs #merchandiseContainer {
	height: 300px;
	width: 479px;
	float: left;
}
#faqs #merchandiseContainer #titleMerchandise {
	width: 479px;
	height: 40px;
}

/*USC COMPLIANCE*/
#uscCompliance {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #262626;
	border: 1px solid #FF0;
	height: 100%;
	margin-top: 10px;
}
#uscCompliance #title {
	height: 50px;
	width: 385px;
}
#uscCompliance #records {
	margin-top: 10px;
	padding-bottom: 10px;
}

/*ACCESSDENIED*/
#accessDenied {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #262626;
	border: 1px solid #FF0;
	height: 100%;
	background-image: url(../assets/graphics/denied/accessDeniedBg.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
}
#accessDenied #title {
	height: 50px;
	width: 280px;
}
#accessDenied #body {
	width: 850px;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}

/*REFERRAL*/
#referral {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px solid #FF0;
	background-color: #262626;
	background-image: url(../assets/graphics/referral/referralBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}
#referral #account {
	float: left;
	width: 500px;
	height: 375px;
}
#referral #title {
	height: 50px;
	width: 430px;
}
#referral #body {
	width: 490px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#referral #newAccountTitle {
	width: 500px;
}
#referral #newAccount {
	width: 490px;
	padding-left: 10px;
}
#referral #existingAccountTitle {
	width: 500px;
	margin-top: 15px;
}
#referral #account #loadData {
	width: 490px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#referral #existingAccount {
	width: 490px;
	padding-left: 10px;
}
#referral #existingAccount #tblReferral {
	width: 250px;
	text-align: left;
}
#referral #account #existingAccount form #tblReferral td {
	padding-bottom: 5px;
}
#referral #existingAccount form #tblReferral tr td .form {
	border: 1px solid #FF0;
	height: 15px;
	color: #FFF;
	font-size: 10px;
	background-color: #262626;
}
#referral #promo {
	float: right;
	width: 475px;
	height: 375px;
}
#referral #promo #promoMaterial {
	height: 200px;
	width: 475px;
	padding-left: 10px;
}
#referral #promo #titlePromoPacks {
	margin-top: 58px;
}

/*LINKS*/
#links {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #262626;
	border: 1px solid #FF0;
	height: 100%;
	margin-top: 10px;
}
#links #title {
	height: 50px;
	width: 978px;
}
#links #nav {
	width: 978px;
	text-align: center;
}
#links #body {
	width: 980px;
}
#links #body #tblLinks {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#links #body #tblLinks tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#links #body #tblOurBanners {
	height: 100px;
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: 10px;
}
#links #body #tblOurBanners tr td img  {
	padding-top: 15px;
}


/*MEMBERS*/
#members {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#members #membersHome{
	height: 230px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0;
	background-color: #262626;
	margin-bottom: 10px;
}

/*Members Announcement*/
#members #announcement {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0;
	background-color: #262626;
	margin-bottom: 10px;
}
#members #announcement #tblAnnouncement {
	margin: 10px;
	text-align: justify;

}
#members #announcement #tblAnnouncement p {
	margin-right: 10px;
}
#members #announcement2 {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0;
	background-color: #262626;
	margin-bottom: 10px;
}
#members #announcement2 #tblAnnouncement2 {
	margin: 10px;
	text-align: justify;

}
#members #announcement2 #tblAnnouncement2 p {
	margin-right: 10px;
}

/*Home*/
#members #membersHome #container {
	height: 210px;
	width: 484px;
	float: left;
	clear: both;
}
#members #membersHome #membersTitle{
	height: 50px;
	width: 484px;
}
#members #membersHome #membersNews {
	width: 474px;
	margin-left: 10px;
	height: 160px;
}
#members #membersHome #tblMembersNews{
	width: 474px;
	text-align: left;
}
#members #membersHome #featuredItemsContainer {
	float: right;
	height: 210px;
	width: 484px;
}
#members #membersHome #featuredItemsContainer #featuredItemsTitle {
	height: 50px;
	width: 484px;
}
#members #membersHome #featuredItemsContainer #featuredItems #tblFeaturedItems img {
	margin-top: 5px;
}
#members #membersHome #featuredItemsContainer #featuredItems{
	width: 484px;
	height: 160px;
}
#members #membersHome #featuredItemsContainer #featuredItems #tblFeaturedItems {
	width: 484px;
}

/*Whats New Video*/
#members #whatsnewVideo {
	background-color: #262626;
	width: 978px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FF0;
}
#members #whatsnewVideo #titleWhatsNew {
	text-align: left;
	width: 978px;
}
#members #whatsnewVideo #screenCap {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
}
#members #whatsnewVideo #screenCap img {
	border: 1px solid #FF0;

}
#members #whatsnewVideo #videoDetails {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px
}
#members #whatsnewVideo #videoDetails #tblDescription {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#members #whatsnewVideo #videoDetails #tblDescription td {
	padding-top: 5px;
}
#members #whatsnewVideo #videoDetails #tblSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 700px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#members #whatsnewVideo #videoDetails #tblDownloadHD {
	text-align: center;
	width: 700px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*Model Directory*/
#members #modelDirectory{
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #262626;
	margin-bottom: 10px;
	border: 1px solid #FF0;
}
#members #modelDirectory #title {
	height: 50px;
	width: 978px;
}
#members #modelDirectory #tblModelDirectory {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}
#members #modelDirectory #tblModelDirectory td {
	padding-right: 10px;
}
#members #modelDirectory #tblModelDirectory img {
	border: 1px solid #FF0;
}

/*Model Index*/
#members #modelIndex {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF0;
	background-color: #262626;
	margin-bottom: 10px;
}
#members #modelIndex #missBambi {
	width: 978px;
	background-image: url(../members/missbambi/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#members #modelIndex #mistressKim {
	width: 978px;
	background-image: url(../members/mistresskim/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#members #modelIndex #mistressMaribel {
	width: 978px;
	background-image: url(../members/mistressmaribel/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#members #modelIndex #mistressTerra {
	width: 978px;
	background-image: url(../members/mistressterra/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#members #modelIndex #jazmin {
	width: 978px;
	background-image: url(../members/jazmin/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#members #modelIndex #shannel {
	width: 978px;
	background-image: url(../members/shannel/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



#members #modelIndex #title {
	height: 50px;
	width: 978px;
}
#members #modelIndex #nav {
	height: 50px;
	width: 968px;
	margin-left: 10px;
}
#members #modelIndex #details {
	height: 25px;
	margin-left: 10px;
	width: 968px;
}
#members #modelIndex #details #tblDetails {
	height: 25px;
}
#members #modelIndex #detailsSD {
	height: 25px;
	margin-left: auto;
	width: 656px;
	margin-right: auto;
}
#members #modelIndex #detailsSD #tblDetailsSD {
	height: 25px;
}
#members #modelIndex #modelContent {
	margin-left: 10px;
	width: 968px;
}
#members #modelIndex #modelContent #tblModelContent {
	text-align: center;
	margin-bottom: 10px;
}
#members #modelIndex #modelContent #tblModelContent td {
	padding-right: 10px;

}
#members #modelIndex #modelContent #tblModelContent img     {
	border: 1px solid #FF0;
}
#members #modelIndex #modelContent #tblModelBio     {
	border: 1px solid #FF0;
}
#members #modelIndex #modelContent #tblModelBio td     {
	padding: 5px;
}


/*MODELS PHOTOS*/
#members #modelIndex #modelPhotos {
	width: 978px;
}
#members #modelIndex #modelPhotos #tblPhotos  {
	width: 958px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 0px;
	margin-left: 10px;
}
#members #modelIndex #modelPhotos #tblPhotos td  {
	padding-right: 0px;
	padding-top: 10px;

}
#members #modelIndex #modelPhotos #tblPhotos td img  {
	border: 1px solid #FF0;

}


/*MODELS VIDEOS*/
#members #modelIndex #modelVideos {
	width: 978px;
}
#members #modelIndex #modelVideos #videoDetails {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#members #modelIndex #modelVideos #tblDescription {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#members #modelIndex #modelVideos #tblDescription td {
	padding-top: 5px;
}
#members #modelIndex #modelVideos #videoDetails #tblSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 700px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/*HD SPECIFIC*/
#members #modelIndex #modelVideos #screenCapHD {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
}
#members #modelIndex #modelVideos #screenCapHD img {
	border: 1px solid #FF0;
}
#members #modelIndex #modelVideos #videoDetails #tblDownloadHD {
	text-align: center;
	width: 700px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


/*FOOTER*/
#footer {
	width: 1000px;
	height: 85px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #262626;
}

/*NOTICE*/
#notice {
	background-repeat: no-repeat;
	background-color: #262626;
	width: 978px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FF0;
}
#notice #tblNotice {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: justify;
}

/*FORM STYLES*/
.form {
	font-size: .8em;
	background-color: #262626;
	color: #FFF;
	margin-top: 15px;
	border: 1px solid #FFFF00;
	margin-bottom: 5px;
}
.formContent {
	background-color: #262626;
	font-size: .8em;
	color: #FFF;
	margin-top: 15px;
	border: 1px solid #FFFF00;
	margin-bottom: 5px;
	margin-left: 18px;
}

/*MISC CLASSES*/
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.upper {
	text-transform: uppercase; 
}
.underline {
	text-decoration: underline;
}
.red {
	color: #F00;
}
.green {
	color: #0F0;
}
.small{
	font-size: .7em;
}
.large {
	font-size: 1.1em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {text-align: justify;
}
.marTop10{
	margin-top: 10px;
}
.marTop100{
	margin-top: 100px;
}
.padTop10 {
	padding-top: 10px;
}
.padTop25 {
	padding-top: 25px;
}
.padBot10{
	padding-bottom: 10px;
}
.clear:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

/*
.tourUpdate {
	font-size: 11px;
	font-style: italic;
}
.videoTitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
*/
li {
	text-align: justify;
	list-style: upper-alpha;
	padding-bottom: 5px;
	padding-right: 25px;
}
/*
.row {
	background-color: rgba(175,124,151,0.25);
}
*/
