BODY {
  background-color:#666;	
  margin:0px;
	font-size: 11pt;
	padding-top:2px;
}

BODY, P, H1, H2, H3, TD {
		font-family: Arial, Helvetica;
}

H1, H2, H3 {
		color: #2873CE;
}

H1 {
		font-size: 19pt;
		font-weight: bold;
}

A { 
	color: #3380CC;
	text-decoration: none;
}

A:hover {
	color: #3380CC;
	text-decoration: underline;
	color: darkblue;
}

A:visited {
	color: #24598E;
}

A:active {
	color: #FFD940;
}
#main-body {margin:0px auto}

#main-holder {
  clear:all;
  margin:1em;
  max-width:1000px;
	width:1000px;
}

.linkThumb {
	border: solid #3380CC 2px;
}

.linkThumb:link {
	border: solid #3380CC 2px;
}

.linkThumb:visited {
	border: solid #990000 2px;
}

.titleSlogan {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}

.copyText {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 11pt;
	color: black;
	line-height: 20px;
	text-align: left;
}

.normalText {
	font-size: 11pt;
}

.normalTextSmall {
	font-size: 9pt;
}

.normalTextBold {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 11pt;
	color: black;
	font-weight: bold;
}

.copyTextHeader {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 14pt;
	color: #666666;
	line-height: 20px;
}

.legalHeader {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 20pt;
	color: #666666;
	line-height: 20px;
}

.legalBasic {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 11pt;
	color: #666666;
  width:1000px;
}

.legalLinkBig {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 16pt;
	color: #darkblue;
}

.legalTextarea {
	background-color:#F7F7F4;
	scrollbar-base-color:#ABA8C6;
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 11pt;
	color: #333333;
}

.profileCaption {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 8pt;
	color: #666666;
	letter-spacing: 1px;
}

.footerLinksText {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 8pt;
	color: #666666;
	letter-spacing: 1px;
}

.headerLinks{
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}

.errorHeader {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 16pt;
	color: #666666;
	line-height: 20px;
}

.errorMessage {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 12pt;
	color: #666666;
	line-height: 20px;
}

.upperLinksText {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}


#logoTitleFloat {
	position: absolute;
	left: 30px;
	top: 4px;
	visibility: visible;
}

.buttonTd, .buttonTdLarger {
	font-family: Lucida Sans Unicode, Arial Narrow, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: solid #666666 1px;
	background-color:#ffffff;
}	

.buttonTdLarger {
	padding-top: 3px;
	padding-bottom: 3px;
}

#titleBanner {
	position: absolute;
	left: 10px;
	top:1px;
	z-index: 2;
}

#muttDiv {
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 4;
}

#titleLinks {
	position: absolute;
	left: 0px;
	top:2px;
	z-index: 3;
}

#copyFeaturedGirlsTd {
	background-image: url("images/copyGirlsBG.gif");
	background-repeat: no-repeat;
	font-family: Lucida Sans Unicode,Arial Narrow,Verdana,Arial;
	line-height: 20px;
}

.smallBlueText {
	color: #1E5BA5;
	font-size: 14px;
}

#girlProfileDiv {
	overflow: auto;
	height: 316px;
	width: 100%;
}


.clipLinkText, .clipBlackText {
	font-family: Arial Narrow, Lucida Sans Unicode, Verdana, Arial;
	font-size: 8pt;
	color: #1E76E1;
	font-weight: bold;
}

.clipBlackText {
	color: black;
	font-weight: bold;
	line-height: 9pt;
}

#muttAnimDiv {
	position: absolute;
	z-index: 1;
	top: 2px;
}


.sectionDividerText {
	font-size: 25pt;
	color: #BEBEB8;
	font-weight: bold;
}

H1 , .H1 {
	font-size: 19pt;
	font-weight: bold;
	color: #1E5BA5;
	
}

H2 {
	color: #2873CE;
}



/* DROP-DOWN NAV BAR */

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav li ul {
	background-color:#ffd940;
}

#nav a {
	width:150px;
	text-decoration:none;
	display:block;
	padding-top:5px;
	height:21px;
	color:black;
	font-family:Arial Narrow, Arial;
	font-size:15px;
	font-weight:bold;
  padding:0.2em;
}
#subMenusContainer a {
	font-size:12px;
	padding:2px 10px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#F6C739 ;
}

/* sub menu links on hover or focus */
#nav li a:hover,
#nav li a:focus{
	background-color:#f5a915;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	background: url(/images/nav/right-arrow.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	background: url(/images/nav/right-arrow.gif) right center no-repeat;  
}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	background:#fff;	
	left:0;
  width:160px;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1; }


div#top-nav {
	height:30px;
	margin-top:0px;
	background-color:#ffd940;
	text-align:center;
  padding-left:60px;
}

div#top-nav-paw-left {
	float:left;
	width:30px;
	height:30px;
}

div#top-nav, div#top-nav-paw-left {
	/*background-image:url(/images/nav/paw.gif);*/
	background-repeat:no-repeat;
	background-position:top right;
}

div#top-nav a img {
	border:none;
}

ul#nav {
	text-align:center;
}

ul#nav li {
	border:solid #ffd940 2px;
}

ul#nav li li {
	border:none;
  padding:0.1em 0.2em;
}

ul#nav li.active {
	border:solid #f5a915 2px;
}

ul#nav li.topmost-divider {
	width:1px !important;
	height:30px;
	font-size:1px !important;
	background-color: #ffff61;
	padding:0px;
	margin:0px;
	border:none;
}


div#topmost-nav {
  padding-left:100px;
  /*
  height:28px;
  */
	z-index:1006;
  height:28px;
}

div#topmost-nav li.submenu-down {
  /*list-style:none;
  margin:0px;
  padding:0px;
  min-width:840px;
  margin-left:150px;
  */
}

div#topmost-nav ul li {
  background-image:url(/images/nav/upper_nav_tab.gif);
  background-repeat:no-repeat;
}

div#topmost-nav ul li li {
  background-image:none;
  background-color:white;
  font-weight:bold;
  color:#000;
}

div#topmost-nav ul li ul {
  display:none;
  padding-left:0px;
}

div#topmost-nav ul li {
  width:138px;
  height:28px;
  padding:0px;
  margin:0px;
  /*
  display:block;
  float:left;
  */
}

div#topmost-nav ul li a {
  width:138px;
}

div#topmost-nav ul li li a {
  width:122px;
  padding:4px 8px;
  color:#000;
}

div#topmost-nav ul li a:hover {
  background-color:#CCC;
  text-decoration:none;
}

div#topmost-nav ul li a img {
  border:none;
}

div#topmost-nav-menu-container {
  z-index:100000000000000000000000001;
}

div#topmost-nav-menu-container ul {
  padding:0px;
  margin:0px;
  list-style:none;
}

div#topmost-nav-menu-container li {
  display:block;
  padding:0px;
  margin:0px;
  width:116px;
  padding:6px 12px;
  background-color:white;
}

div#topmost-nav-menu-container li a {
  color: #333;
  display:block;
  width:116px;
  height:16px;
  font-weight:bold;
}

div#topmost-nav-menu-container li a:hover {
  text-decoration:none;
  color: #000;
}

div#topmost-nav-menu-container li:hover {
  background-color:#CCC;
}

p.pagination {
  text-align:right;
  padding-right:5em;
}

p.pagination a, p.pagination span {
  padding-left:0.4em;
}

p.pagination a.pagination-sort, p.pagination a.pagination-previous {
	padding-right: 1em;
}

p.pagination a.pagination-next {
	padding-left: 1.4em;
}


div.gray-backdrop {
  width:90%;
  background-color:#ebebe9;
  height:90px;
  padding-top:20px;
  margin:auto;
  clear:both;
  margin-top:1em;
}

div.video-clip {
  float:right;
  width:200px;
  padding-right:8%;
}

div.video-clip ul, div.gallery-listing ul {
  list-style:none;
  padding:0px;
  margin:0px;
  padding-bottom:1em;
}

div.video-clip ul li {
  margin-top:0.1em;
}

div.gallery-listing ul {
  display:inline;
}

div.gallery-listing ul li {
  display:inline;
  padding-left: 5%;
}

div.video-full-web-cut-message {
  margin-top:3em;
  float:right;
  width:200px;
  text-align:right;
}


div#tour-return {
  float:right;
  width:270px;
  height:22px;
  padding-top:4px;
  padding-right:8px;
}

div#tour-return img {
  border:none;
}

table#main-table {
  width:1000px;
}

div#main-body {
  width:1000px;
	background-color:#F8F8F6;
	border:solid #ffcc00 1px;
  padding:0px;
}

