/*=============================================================
===================== Score Advertising =======================
= File: default.css                                           =
= Description: default css for website                        =
===============================================================
= Version: 1.0 ====== Date: May 23, 2008 ======================
= Version:     ====== Date:              ======================
= Modifications:                                              =
=============================================================*/

* {
	-moz-box-sizing: border-box !important;
}

body {    /*this affects all stuff outside all other elements below*/
  background: url(../images/main_bg.jpg) repeat-x;
	color: #7c7c7a;
	background-color:#ffffff;
	margin: 0 0 0 0;
	font: 12px century gothic, Arial, Helvetica, sans-serif;
	text-align: center;
}

body a{
  color: #989898;
	text-decoration:none;
}

body a:hover{
	text-decoration:none;
}

#page {
	text-align: left;
	padding:0px;
	width: 867px;
	margin: -6px auto 20 auto;
}

#masthead{
	border: 0px solid white;
	padding:0px;
	margin-top: 7px;
	text-align:left;
}

#masthead img{
	display:block;
	width: 100%;
}

#scrollingmarquee marquee{
  color:#7c7c7a;
  border:0px solid blue;
  position: absolute;
  width: 800px;
	margin: -58 0 10 32;
	font-size:11px;
	font-family:century gothic;
}
#scrollingmarquee  {
	margin:0px;
	border: 0px solid white;
}

#homeLink {
	background-image: url("/content/images/spacer.gif");
	z-index:100;
	border: 0px solid red;
	position:absolute;	
  display:block;					/* floats left */
	cursor: pointer;
	margin-top:-50px;
	margin-left:19px;
	width:225px;
	height:50px;
}

#homeLinkIcon {
  color: #0099cc;
	background-image: url("/content/images/spacer.gif");
	z-index:100;
	border: 0px solid red;
	position:absolute;	
	cursor: pointer;
	margin-top:-105px;
	margin-left:185px;
	width:270px;
	height:35px;
}

#phoneButton a{
	text-decoration: none;
	border: 0px solid red;
  color:#85703f;
  font-family:century gothic;
  margin: 4 0 0 30;
  font-weight: bold;
  text-align:right;
  font-size:12px;
	position: absolute; 
	height: auto;
	letter-spacing: 1px;
}

#customDiv1{
	border: 1px solid red;
	position:absolute;
	background-image: url("/content/images/weather.gif");
	margin-top:-140px;
	margin-left:450px;
	width: 110px;
	height: 40px;
	cursor: pointer;
}

#customDiv2{
	border: 1px solid white;
	margin-top:-120px;
	margin-left:250px;
	position:absolute;
}

#customDiv3{
	border: 1px solid blue;
	margin-top:-80px;
	margin-left:350px;
	position:absolute;
}

#customDiv4{
	border: 1px solid purple;
	margin-top:-60px;
	margin-left:450px;
	position:absolute;
}

/******************** classes for loginForm, shows when logged OUT only  ***************/
#loginform {
	float:right;  
	position:relative;
	margin:-97 28 0 0;
	border: 0px solid #7e7e7e;
}

#loginform fieldset label {
	color:#717070;
	display: block;
	font-size: 9px;
}

#loginform fieldset {
	border: 0px solid yellow;
	margin:0px;
	padding:0px;
	display: inline;
}

#loginform fieldset div{
	display: block;
	float: left;
	padding:0px;
}
	
#loginform fieldset .to{
	width:65px;
}

#loginform  input {
	color: #505050;
	border: 1px solid #d6d5d5;
	background-color: #f0f0f0;
	width:60px;
	height:20px;
	font-size: 11px;
	font-weight:bold;
}

#loginform  #warning {
	text-align:center;
	margin:30 0 0 0;
	color: red;
	width:165px;
	background: black;
	position:absolute;
}

#loginform  ledgend{

}

#loginform  .loginbutton{
	background: url("../images/button.gif") no-repeat;
	border: 0px solid yellow;
	color: #505050;
	margin:14  0 0 4;
	font: 12px;
	width:47px;
	height:19px;
	padding-left:5px;
	font-weight:normal;
  font-family:  century , Arial, Helvetica, sans-serif;
}

#rememberme{
	clear:both;
}

#rememberme input{
	background-color:transparent;
}

#forgotPin a{
	z-index:100;
	position:absolute;
	font-size: 12px;
  font-family:  "trebuchet MS", Helvetica, sans-serif;
	margin:-135 0 0 485;
	border: 0px solid red;
	width:120;
	height:auto;
	color:#d7a812;
	text-decoration: none;
}
/******************** END classes for loginForm   shows when logged OUT only***************/


/***************************stuff displayed while logged in only */
#welcomeUser a{
	border: 0px solid red;
	font-family:  century gothic, Helvetica, sans-serif;
	color: #85703f;
	position:absolute;
	margin-top:-90px;
	margin-left:240px;
	text-decoration:none;
}

#logOut{
	border: 0px solid red;
	float:right;	
	position:relative; 
	clear:both;
	margin-top:-140px;
}

#sectionMenu{
	text-align:right;
	position: absolute;
	margin-top: -90px;
	margin-left:390px;
	border: 0px solid red;
	color: #8c8c8c;
	font-family: century gothic, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

#sectionMenu a{
	text-decoration: none;
	color:#8c8c8c;
}

#sectionLink{
	padding:0 5 0 5;
	text-decoration:none;
}

a#sectionLink{
	color: #cacaca;
}

#sectionHilite {
	font-weight:bold;
	font-size:11px;
	color:#A0BE28;
	text-decoration:none;
}

#sectionHilite a:hover{
	text-decoration:none;
}
/*************************** END stuff displayed while logged in only */


/**************************************************************/
/***************  end of masthead stuff, following ************/
/*************** deals with page content stuff  ***************/
/**************************************************************/

#pageContent {
	background:url(/content/images/pagecontent_bg.jpg) no-repeat;
	background-position: top middle;
/*	background-color: #290d01;*/
	width: 100%;
	padding: 40px 0px 0px 12px;
	margin: 0 0 0 0 ;
	/*border: 0px solid white;*/
}

#pageContent  p, span {
	font-size: 13px;
	font-family:"century gothic";

}


#pageContent a{
	font-size: 13px;
	font-family:"century gothic";
	color: #b48f2c;

}

#pageContent  p font a {
	color: #b48f2c;
	font-family:"century gothic";
}

#printContent {
	background-color:#FFFFFF;
	width: 100%;
	height: 100%;
}


p.cellbody {
	font-family:"century gothic" ,sans_serif;
}
#pageContentHeader {
	border: 0px solid green;
	margin: 0 0 20 16;
	padding:0 0 0 0;
	height:30px;
}

#pageContent hr {
	border-color:#7c7c7a;
	border-bottom-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  height: 0px;
}

span.paragraph{
	color: #ffcc99;
}

#scorecardpdf {
	color: #74809D;
}

#albumNavi{
	position:absolute;
	margin:15px 30px;
}

/* ^^^^^^^^^^^^   submenu (inside #pageContent)   ^^^^^^^^^^^^^^^^ */
#sub_menuContainer {
	border: 0px solid red;
	padding:0 0 0 0;
	float:left;
	font:normal 15px "century gothic";
	margin:0 0 0 0;
}

#sub_menuContainer span{
  color: #989898;
}
  
.sub_menu {
	padding: 3px;
}

#sub_menuContainer span a {
	text-decoration: none;
color:#989898;
}

#sub_menuContainer a:hover{
	text-decoration: none;
	color: #000;
}

#sub_menuContainer #sub_menu_sel {
	font-weight:bold;
	text-decoration:none;
/*	color:#ce9349;*/
}

#iconMenu{
	float:right;
	border: 0px solid red;
	text-align:center;
	margin: 0 20 0 0;
	height:40px;
}

#iconMenuIcon img{
	border:none;
}

#iconMenuIcon{
	float:left;
	color:#7A92AE;
	text-align: center;
	margin:0 10 0 10;
}

#iconMenuIcon a{
	color:#989898;
}

#iconMenuIcon a:hover{
	color:#e1ac66;
}

#iconMenu a{
  text-decoration:none;
}

#iconMenu a:hover{
  text-decoration:none;
}

span.iconMenuIcon a{
	color:#7A92AE;
  text-decoration:none;
}

#sub_menuContainer #sub_menu_sel {
	font-weight:bold;
	text-decoration:none;
	color:#b48f2c;
}
/* ^^^^^^^^^^^^   end of sub menu   ^^^^^^^^^^^^^^^^ */

/* classes for validator */
.tfvHighlight{
	color: red;
	text-align: right;
	padding: 0px;
}

.tfvNormal{
	color: black;
	text-align: right;
	padding-right: 0px;
}
	
.smallFormElements{
	margin-top:3px;
  	font-size: 9px;
  	font-family: century ,  Helvetica, sans-serif;
}
 
div.row {
	clear: both;
	padding-top: 4px;
	font-size: .8em;
}
  
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}
  
  
div.row span.formw {
	float: right;
	width: 520px;
} 
  
#niceForm{
	float: left;
	width: 680px;
	border: 0px solid #333; padding: 0px;
	margin: 0px auto; 
}

#form.niceform {
	color: #808000;
}

form.niceform input{
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
	font-family: "trebuchet MS",  Helvetica, sans-serif;
	font-size:13px;
}

.niceform button{
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
	font-family: century gothic, sans-serif;
	width:80px;
	margin-left:300px;
	margin-top:15px;
}

form.nice div row.input{
	width:400px;
}

form.niceform textarea{
/*	color: #a46d30;*/
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
	font-family: century gothic, sans-serif;
	font-size:13px;
	width:400px;
}

.message a{
	display:block;
  border: 1px solid #3e2d26;
	color: #545353;
	padding:5 15 5 15;
	width:30px;
}

.message{
	color:red;
	font-size: 17px;
	text-align:center;
}

form.niceform span.label{
	float:left;
}
/* end classes for validator */


/* ^^^^^^^^^^^^   MENU 1  ^^^^^^^^^^^^^^^^^^ */
#dropmenu1{
	position:absolute;
	border: 0px solid yellow;
	margin:-1 0 0 -5;
	padding:0 0 0 0;
	height:28px;
	width:845px;

}

#dropmenuHilite1 span{
	color:#0099cc;
	font-weight: bold;
}

#dropmenu1 ul{
text-transform:uppercase;
	border:0px solid yellow;
	margin:0px;
	padding:6 0 0 0;
	font:normal 14px century gothic ;
	list-style:none;
/*	width:105%;*/
}

#dropmenu1 li{
	border: 0px solid green;
	padding-top:0px;
	padding-bottom:0px;
	display:inline;
	margin:0px;
	padding-left:35px;
	padding-right:0px;
}

#dropmenu1 ul li a {
	color: #505050;
	font-weight: normal;
	border: 0px solid red;
	text-decoration: none;
}

#dropmenu1 ul li a:hover{
	color: #88713e;
	text-decoration:none;
}

.dropmenudiv1{
  background:url(../images/menu_bg.jpg) no-repeat;
  background-position: top center;
	background-color: #FFFFFF;
	position:absolute;
	top: 0;
	text-decoration:none;
	font:normal 12px century gothic;
	z-index:1000;
	visibility: hidden;
	margin-top: 2px;
	margin-left:-20px;
	width:140px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv1 a{
text-transform:uppercase;
	text-decoration: none;
	display: block;
	border-left: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
  border-bottom: 1px dotted #dcdbdb;
	font-weight: normal;
	font-size: 12px;
	color: #505050;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 8px;
}

.dropmenudiv1 a:hover{
	color: #88713e;
	text-decoration: none;
	
}
/* ^^^^^^^^^^^^  end of MENU 1  ^^^^^^^^^^^^^^^^^^ */


/* ^^^^^^^^^^^^  floating menu at bottom contains copyright   ^^^^^^^^^^^^^^^^^^ */

.floatmenu{
  	
  	font-size: 10px;
  	font-weight:normal;
  	font-family:  century gothic, sans-serif;
  	color: #999b9c;

}

.floatmenu a {
  	color: #999b9c;
  	text-decoration: none
}

.floatmenu a:hover {
  	color: #A0BE28;
  	text-decoration: none
}

.copyrights{
  	margin:-5 0 0 0;
   background-image: url("../images/trophy.jpg");
   background-repeat: no-repeat;
   background-position: top center;
   border: 0px solid green;
	 position:absolute;
    width:865px;
	  height:100px;

}  

.copyrights td{
  	color: #999b9c;
  	font-size: 10px;
  	font-family: century gothic, sans-serif;

}

.copyrights a{
  color: #999b9c;
  font-size: 10px;
  padding:5px;
  font-family:   century gothic, sans-serif;
	text-decoration: none;


}

.copyrights a:hover{
  color: #9a7d3c;
 	text-decoration: none;

}

.copyrights hr {
  border-color:#999b9c;
  border-bottom-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  height: 0px;
  width: 100%;
  margin-top:25px;
}
/* ^^^^^^^^^^^^  end of floating menu   ^^^^^^^^^^^^^^^^^^ */


/*INDEX PAGE  RECENT PHOTOS AND NEWS*/

.indexbox{
	border: solid red 0px;
	width:100%;
	height:380px;
	margin:0 0 0 0;
}

.newsbox{
	border: solid blue 0px;
	margin:10 0 0 0;
	float:right;
	width:360px;
	height:361px;
	padding: 100 30 20 30;
	background: url(/content/images/lastest_news_header.jpg) no-repeat;
}

.newscontent{
	border: solid blue 0px;
	margin-top:-35px;
	font-size:12px;
}

.newscontent b{
	font-size:12px;
	font-weight:bold;
	color:#c6893a;
}

.newscontent a{
	font-size:12px;
	color:#81a825;
}
	
.newscontent a:hover{
	color:#eab15a;	
}

.newsboxPad{
	border: solid blue 0px;
}

.photobox{
	border: solid blue 0px;
	float:left;
	width:361px;
	height:361px;
	padding: 100 0 20 40;
	background: url(/content/images/Cu_header_photo.jpg) no-repeat;
	margin:10 0 0 0;
}

.photoboxPad{
	border: solid blue 0px;
}
	
div.indexFloat {
	border: solid blue 0px;
  float: left;
  width: 120px;
  height: 148px;
	margin:-10 0 0 20;
  padding: 15px;
	font: bold 11px century gothic;
}

div.indexFloat a{
	color: #b1a59b;
	font: normal 11px century gothic;
	text-decoration:none;
}

div.indexFloat a:hover{
	color: #eab15a;
}

div.indexFloat p{
	padding:0px;
	color: #b1a59b;	
	margin-top:2px;
	margin-bottom:2px;
}

#photoContainer img{
	border: 1px solid #6f6154;
}

div.indexFloat a img{
	border: 1px solid #6f6154;
}
/* END INDEX PAGE  RECENT PHOTOS AND NEWS*/


/* *************  roster *****************/
.filterMenu{
	float:right;
	padding-top:7px;
}

.filterMenu p{
	display: inline;
	margin:0 10 0 10;
}

.filterMenu a{
	display: inline;
	margin:0 10 0 10;
}

.roster_detail_staff{
	color:#81A014;
	font-family: century gothic ,  Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-left:320px;
}

.roster_detail_top{
	width:700px;
	font-weight:bold;
	line-height: auto;
	text-align: left;
	margin-left: 17px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size:12px;
	color: #7c7c7a;
	height:95px;
}

.roster_detail_topTitle{
	color:#A11E23;
	font-family:   Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin: 0px;
}

.roster_detail_mid{
	width:700px;
	background: url(/content/images/dashes.gif) no-repeat;
	font-family: century gothic , sans-serif;
	font-weight:bold;
	font-size:18px;
	color: #7c7c7a;
	margin-left: 17px;
}

.roster_detail_bot{
	width:700px;
	margin-left: 17px;
	font-size:12px;
	color: #1c1c1c;
}

.roster_detailText{
	margin:30 0 0 175;
}

.rosterName{
	color:#1A7AC6;
	font-family: century gothic,sans-serif;
	font-weight:bold;
	font-size:23px;
	text-align:left;
	margin-left:350px;
	margin-top:0px;
	margin-bottom:0px;
	padding:10 0 5 0px;
	line-height:120%;
}

.rosterSubTitle{
	color:#1A7AC6;
	font-family: century gothic , sans-serif;
	font-weight:bold;
	font-size:15px;
	margin:0px;
}

.membertype{
	color:#A11E23;
	font-family:  sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	}

.rosterphoto{
	border: 1px #c1c1c1 solid;
	position: absolute;
	margin-left: 40px;
	margin-top: 80px;
}

.rosterphotoCustom{
	border: 1px #c1c1c1 solid;
	position: absolute;
	margin-left: 0px;
	margin-top: 105px;
}

.rosterdetails a:hover{
	text-decoration:underline;
}

.rosterdetails a{
	color:#A1BA3B;
	text-decoration:none;
	font-family:  Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}
  
.rosterdetails{
	color:#9c8a78;
	font-family:  Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.RosterRolodex{
	text-align:center;
	margin: 30 0 10 0;
	padding:0px;
}

.RosterLetters {
	font-family:  Helvetica, sans-serif;
	font-size: 14px;
	color: #628cbb;
	font-weight:bold;
	padding-left: 9px;
	padding-right: 9px;
}
	
.rostereditImage{
	position:absolute;
	margin-top:-280px;
	margin-left:-60px;
} 
/* *************  end of roster *****************/


/****************    Catalog   *****************************/
#catalogbreadcrumbs {
  	width:350px;
  	font:  bold 13px century gothic gothic;
  	margin-bottom: 50px;
  	color: #8c8c8c;
  	text-decoration: none;
}

#catalogbreadcrumbs a {
  	text-decoration: none;
  	color: #8c8c8c;
}

.catalogbreadcrumbsHilite {
  	color: #4382c7;
}

#catalogbreadcrumbs a:hover {
 	text-decoration: underline;
}

#baskettotal{
  	position: absolute;
  	font: 10px century gothic ;
	width: 160px;
	height: 50px;
  	color: #fc2043;
  	background: white url("../images/cart.jpg") 0 0 no-repeat;
  	cursor: pointer;
  	margin-top: 10px;
  	margin-left: 360px;
  	border:solid #AAC0D5 2px;
  	padding: 5 5 5 50;
}

#baskettotal a{
  	color: gray;
}

#catalogsearch{
  	position: absolute;
  	font: 10px century gothic gothic;
  	color:  #555;
  	margin-top: 10px;
  	margin-left: 540px;
  	border:solid #AAC0D5 0px;
  	padding: 5px;
}

#catalogsearch input{
  	color:  gray;
  	font-size: 10px;
  	font-family: century gothic ,  Helvetica, sans-serif;
}

.catalogcontainer{
	width: 865px;
	height: 100%;
  padding:10 10 10 5;
 border:0px solid #9d9082;
  background-color: #FFFFFF;
  margin-left:10px;
}

.catalogcontainerTop{

}

.catalogcontainerBot{

}

.catalogcontainerLeft{

}

.catalogcontainerRight{

}

#catalogcategory img{
	bottom:0px;
}

#catalogcategory{
	background: #D9D7D8 url("../images/catalog_category_top.jpg") repeat-x;
  font: bold 13px century gothic gothic ;
  color:#828282;
	width: 145px;
	height: 182px;
	float:left;
  border:solid #D9D7D8 1px;
  padding: 5 4 2 2;
	margin: 15 20 15 2;
}
  
#catalogcategory p a{
	text-decoration: none;
	color:#555;
}

#catalogcategory p {
	vertical-align:middle;
	margin: 1;
	height:30px;
}

.catalogproductFeature{
  	font:  11px century gothic ;
	width: 145px;
  	color:#828282;
  	height: 180px;
  	float: left;
  	padding: 0px;
	vertical-align: middle;
  	margin: 15px;
}

.catalogproductFeature a{
  	text-decoration: none;
  	font: bold 13px century gothic ;
  	color: #FF9900;
	display:block;
}

.FeaturedProductPhrase{

}

.catalogproduct{
  	font:  11px century gothic ;
	width: 145px;
  	color:#828282;
  	float: left;
  	padding: 0px;
	vertical-align: middle;
  	margin: 15px;
}

.catalogproduct img{
  	border:solid #828282 1px;
}

.catalogproduct a{
  	font: bold 13px century gothic ;
  	color: #828282;
  	text-decoration: none;
}

/*
.catalogdescriptionTabs{
  	float:left;
  	margin:0 0 -16 15;
  	border-bottom:solid #D9D7D8 1px;
  	height:19px;
  	width:78%;
}

.catalogdescriptionTabs ul{
  	position:relative;
  	margin-left: 0;
  	padding-left: 0;
  	display: inline;
}

.catalogdescriptionTabs li{
  	background:#F2F2F2;
  	margin-left: 0;
  	margin-bottom: 0;
  	padding: 2px 15px 5px;
  	border: 1px solid #D9D7D8;
  	list-style: none;
  	display: inline;
  	font: bold 11px century gothic ;
  	color: #4382c7;
}

.catalogdescriptionTabs li.here {
  	background:#FFFFFF;
  	border-bottom: 1px solid #fff;
  	list-style: none;
  	display: inline;
}

.catalogShortdescription{
	float:left;
	font: bold 11px century gothic ;
	width:78%;
	padding:10px;
	margin:15px;
}

.catalogdescription{
	background:#FFFFFF;
	float:left;
	border-bottom:solid #D9D7D8 1px;
	border-left:solid #D9D7D8 1px;
	border-right:solid #D9D7D8 1px;
	border-top:solid #D9D7D8 1px;
	width:96%;
	padding:10px;
	margin:15px;
}
*/
.catalogFullSizeImage{
  	font: bold 11px century gothic ;
  	background-color: white;
  	border:solid #AAC0D5 2px;
}

.catalogdetailImage{
	float:left;
	width:210px;
	height:auto;
	margin-left:40px;
	padding-right:30px;
}

.productviewpriceDiscount{
 	font: bold 11px century gothic ;
	color: #FA0328;
}

#addtomyCatalog{
	float: left;
	position: relative;
}
/****************    End of Catalog   *****************************/

/****************    GOOGLE MAPS   *****************************/
#googleframe{
	/*border: 1px solid gray;*/
	background-color: red;
	margin-left:10px;
}
/****************    END GOOGLE MAPS   *************************/

/****************    lightbox   *****************************/
#GB_overlay {
	background-image: url(../images/overlay.png);
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 150%;
}

* html #GB_overlay {
	background-color: transparent;
/*	background-image: url(../images/blank.gif);*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/images/overlay.png", sizingMethod="scale");
}

#GB_window {
	top: 100px;
	text-align:center;
	position: absolute;
	z-index: 101;
	height: 100%;
}

#GB_frame {
	text-align:center;
}

#GB_caption {
	color:white;
	z-index: 151;
	cursor: pointer;
	border: 0px solid purple;
}

#GB_captiontop {
	margin-top:60px;
	color:white;
	cursor: pointer;
}

#GB_window img {
	cursor: pointer;
	border: 6px #fff solid;
}

#GB_printbutton{
	position: absolute;		
	left:700px;
	top:40px;
}
/****************    End of lightbox   *****************************/

/****************    escoremail mailform   *****************************/
#mailform {
	margin: 20 0 10 50;
}

#mailform form table tbody tr td div{
	text-align:left;
	margin: 10 0 10 50;
}
/****************    End of mailform   *****************************/

/****************    escoremail customer login   *****************************/

/*#escoremailLogin{
	position: absolute;
	margin: -90 0 10 350;
	font: 16px century gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC1616;
}



/****************    End of escoremail customer login   *****************************/


/****************Exclusive Score ******************************/
#DIVescoremail{
  background-image: url("../images/escoremail_up.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid purple;
	position:absolute;
	margin-top:-97px;
	margin-left:550px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}

#DIVescoremail:hover {
  background-image: url("../images/escoremail_down.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid purple;
	position:absolute;
	margin-top:-97px;
	margin-left:550px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}

#DIVescoremailLeft{
  background-image: url("../images/escoremail_up.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid purple;
	position:absolute;
	margin-top:-98px;
	margin-left:710px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}

#DIVescoremailLeft:hover {
  background-image: url("../images/escoremail_down.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid purple;
	position:absolute;
	margin-top:-98px;
	margin-left:710px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}


#DIVscoreadvertising{
  background-image: url("../images/scoread_up.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid green;
	position:absolute;
	margin-top:-97px;
	margin-left:710px;
	width: 150px;
	height: 97px;
	cursor: pointer;
}

#DIVscoreadvertising:hover {
  background-image: url("../images/scoread_down.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid green;
	position:absolute;
	margin-top:-97px;
	margin-left:710px;
	width: 150px;
	height: 97px;
	cursor: pointer;
}

#DIVscoretheweb {
  background-image: url("../images/scoretheweb_up.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid red;
	position:absolute;
	margin-top:-99px;
	margin-left:550px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}
 
#DIVscoretheweb:hover {
  background-image: url("../images/scoretheweb_down.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid red;
	position:absolute;
	margin-top:-99px;
	margin-left:550px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}

#DIVscorethewebleft {
  background-image: url("../images/scoretheweb_up.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid red;
	position:absolute;
	margin-top:-99px;
	margin-left:400px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}
 
#DIVscorethewebleft:hover {
  background-image: url("../images/scoretheweb_down.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid red;
	position:absolute;
	margin-top:-99px;
	margin-left:400px;
	width: 140px;
	height: 97px;
	cursor: pointer;
}
#DIVscoreateetime {
  background-image: url("../images/scoreateetime_up.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid green;
	position:absolute;
	margin-top:-99px;
	margin-left:400px;
	width: 140px;
	height: 97px;
	cursor: pointer;
	/*display: none;   /*  carmen, enable this  */
}
 
#DIVscoreateetime:hover {
  background-image: url("../images/scoreateetime_down.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px solid green;
	position:absolute;
	margin-top:-99px;
	margin-left:400px;
	width: 140px;
	height: 97px;
	cursor: pointer;
	/*display: none;   /*  carmen, enable this  */
}

/****************End Exclusive Score ******************************/
