/*** 
   Generic code at top derived from WillSwap.com code 
   With site-specific code at bottom
   Remember # is for id . is for class
***/

body {
   min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
   font-family: Verdana, Arial, "MS Sans Serif","Sans Serif";
   color: black;
   margin: 0px;
   padding: 0px;
   line-height: 1.166;
   /* Background color and/or image controlled HERE only */
   background: #003839;
   background-image: url(Graphics/bg_striped2.jpg);

   /* background-image: url(http://www.madtomatoe.com/wp-content/uploads/2008/02/matrix-animated-image.gif); */
}

/*
   scrollbar-face-color: #8BADC9; 
   scrollbar-track-color:  #B0D2EB; 
   scrollbar-arrow-color:  #2D6691; 
   scrollbar-highlight-color:  #2D6691; 
   scrollbar-3dlight-color:  #104A76; 
   scrollbar-shadow-color:  #2A618A; 
   scrollbar-darkshadow-color:  #2F5572; 
*/     

/* placed in body puts an image in lower right corner
   background-image:url(graphics/Footer2.gif);
   background-repeat:no-repeat;
   background-position:bottom right;
   background-attachment:fixed;
*/   
   
#masthead{
   text-align:center;
   padding: 0px 0px 0px 0px;
   border-bottom: 0px solid #900;
   width: 100%;
}

/* the background-image: url('graphics/textfield.gif') is #ADEFEF and necessary because just setting background:#ADEFEF doesn't keep the Email box the same color for some unknown reason */
#masthead .loginBox {
   border:1px solid #bdc7d8;
   font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
   font-size:11px;
   padding:2px;
   background:#ADEFEF;
   background-image: url('graphics/textfield2.gif');
   color:white;
   font-size:12px;
   font-weight:bold;
   }
   
/*   
   ADD BACK AS USEFUL
   background:teal;
   margin-left:2px;
   width:90px;
   background:#ADEFEF;
   background-image: url('graphics/textfield2.gif');
   border:1px solid white;
   padding:2px;
*/

/*
.inputtext,
.inputpassword{border:1px solid #bdc7d8;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;padding:3px;}
*/


#masthead .loginButton {
   background:#0D8D07;
   font-weight:bold;
   color:white;
   border:1px;
   margin:1px;
}

#masthead .loginButton:hover {
   background: #40FF40;
   color:black;
   font-weight:bold;
   text-decoration: none;
   border:2px;
   margin:0px;
   border-color:yellow;
}  

/*** Inside Masthead, with 3 parts below ***/

#banner {
   margin-top:0px;
   padding-bottom:0px;
   padding-left:0px;
   padding-right:px;
   \\border-top: 2px solid #444;
   border-bottom: 0px solid #444;
   margin-bottom:0px;
   \\overflow: hidden;
   
   \\background:red;
}

/*** Banner components in 3 parts NOT PRESENTLY USED but see willswap.com for usage ***/

#banner-left {
   text-align: left;
   position: relative;
   float:left;
   width: 30%;
}

#banner-center {
   position: relative;
   text-align: center;
   margin-top:3px;
}

#banner-right {
   text-align: right;
   position: relative;
   float:right;
   width: 30%;
}

/*************** #pageName **************/

#pageName{
   margin: 0px;
   margin-top:10px;
   margin-bottom:5px;
   padding: 0px 0px 0px 10px;
   color:white;
}

/************* #search ***************/

#search{
   padding: 0px 0px 15px 0px;
   border-bottom: 0px solid #cccccc;
   font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
   display: block;
   margin: 0px;
   padding: 0px;
}

/*********** #sectionLinks ***********/

#sectionLinks{
   position: relative;
   margin: 0px;
   margin-bottom:20px;
   padding: 0px;
   font-size: 110%;
}

#sectionLinks h3{
   padding: 10px 0px 2px 10px;
}

#sectionLinks a {
   display: block;
   border-top: 1px solid white;
   border-right: 1px solid white;
   padding: 2px 0px 2px 10px;
   color:firebrick;
   text-decoration:none;
   font-weight:bold;
}

#sectionLinks a:hover{
   color:black;
   background-color: yellow;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {display: block;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #999;}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {border-bottom: 1px solid #999;}

/*********** .relatedLinks ***********/

.relatedLinks{
   position: relative;
   margin: 0px;
   margin-bottom:20px;
   padding: 0px;
   font-size: 110%;
}

.relatedLinks h3{
   padding: 10px 0px 2px 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
   display: block;
   color:black;
   text-decoration:underline;
   font-weight:bold;
}

.relatedLinks a:hover{
   color:firebrick;
}

#relatedLinks ul a:link, #relatedLinks ul a:visited {display: block;}
#relatedLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#relatedLinks li {border-bottom: 1px solid #999;}

/* fix for browsers that don't need the hack */
html>body #relatedLinks li {border-bottom: 1px solid #999;}


/***********************************************/
/* YoloDirect.com Site-specific Layout Divs    */
/***********************************************/

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: black;
}

label2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: green;
}

/** Some of the above styles may not be in use **/


a{
   color: paleturquoise;
   text-decoration: none;
}

a:link{
   color: paleturquoise;
   text-decoration: none;
}

a:visited{
   color: paleturquoise;
   text-decoration: none;
}

a:hover{
   color: darkorange;
   text-decoration: underline;
}  
 
/******* Logo *******/

.style1 {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size:54px; color:paleturquoise;font-weight:bold; float:left;
}
.style1 A {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size:54px; color:paleturquoise;font-weight:bold; float:left; text-decoration:none;
}
.style1 A:visited{
   color: paleturquoise;text-decoration: none;
}
.style1 A:hover{
   color: red;text-decoration: none;
}

/*********** #LeftNav ***********/

#LeftNav{
   float:left;
   width: auto;
   border-right: 0px solid #cccccc;
   border-bottom: 0px solid #cccccc;
   padding: 15px 0px 0px 0px;
}

/******** #LeftNav links ********/

#LeftNav ul a:link, #LeftNav ul a:visited {display: block;}
#LeftNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#LeftNav li {border-bottom:none;} 

/* fix for browsers that don't need the hack */
html>body #LeftNav li {border-bottom:none;}


/***** Center content important for exact placement ****/ 
/*
 mybox width WAS 95%
*/

.myBox
{
   width: 700px; 
   padding-left:0px;
   padding-right:0px;
   margin-bottom:20px;
   text-align: center;
   align:center;
   color: white;
   background-color: black;
   border: 1px solid #ffffff;
   overflow: hidden;
}

.myBox p
{
   text-align:center;
   align:center;
   color: pink;
}


#siteName{
   margin: 0;
   padding: 0 0 0 10px;
}
 
/************* #globalNav (background was # 123) **************/

#globalNav{
padding: 2px 0px 3px 0px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
text-align:center;
font-weight:bold;
}

#globalNav img{
 display: block;
}

#globalNav a {
   font-size: 90%;
   padding: 0 5 0 0;
   color: #fff;
}


/************* #breadCrumb *************/

#breadCrumb{
   font-size: 80%;
   padding: 2px 0px 10px 10px;
   color:white;
}

/************* #content *************/

#content {  
  float: left;
  width: 99%;
  margin-top:25px;
  margin-left:0px; /* IMPORTANT OR PUSHED CENTER CONTENT TO RIGHT */
  margin-right:0px;
  padding-bottom:100px;  
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  text-align:left;
  font-size: 120%;
  background:#387374; /*#003839;*/ /*#4275B5*/  /* #7BB2DE; */
  border:1px solid #cccccc;
}

/* background:#225; REAPPLY LATER and change padding left & right to 10px;*/


#content h1{
   margin: 0px 0px 5px 0px;
   text-align: left;
}

#content h2{
   margin: 0px 0px 5px 0px;
   text-align: left;
}

#content h3{
   padding: 10px 0px 5px 0px;
   text-align: left;
}

#content img{
   padding: 0 0 0 0;
   align:center;
   vertical-align: middle;
}

#content p{
   margin: 0px 10px 10px 0px;
   text-align: left;
}

/************* #Review - similar to Content above *************/

#Review {  
  margin-top:20px;
  margin-left:auto; /* IMPORTANT OR PUSHED CENTER CONTENT TO RIGHT */
  margin-right:auto;
  padding-bottom:20px;  
  padding-left:10px;
  padding-right:0px;
  padding-top:5px;
  text-align:left;
  font-size: 12px;
  border:0px solid #cccccc;
  color:black;
  background:none;
  width:500px;
}

/************ .feature **************/

.feature{
   padding: 20px 0px 10px 10px;
   font-size: 100%;
}


.feature h1{
   margin: 0px 0px 5px -10px;
   text-align: left;
}

.feature h2{
   margin: 0px 0px 5px -10px;
   text-align: left;
}

.feature h3{
   padding: 10px 0px 5px -10px;
   text-align: left;
}

.feature img{
   float: center;
   padding: 10px 10px 0px 0px;
}

.feature ul{
   list-style-type: disc;
   text-align: left;
   padding: 10px 10px 0px 10px;
}

.feature ul ul{
   list-style-type: circle;
   text-align: left;
   padding: 10px 10px 0px 20px;
}

/************** .story *****************/

.story{
   clear: both;
   padding: 10px 0px 0px 0px;
   font-size: 90%;
}

.story h1{
   margin: 0px 0px 5px -10px;
   text-align: left;
}

.story p{
   padding: 0px 0px 10px 0px;
}

/****** #siteInfo in footer ********/

#siteInfo{
   clear: both;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;   
   \\ border: 1px solid #cccccc;
   font-size: 75%;
   text-align:center;
   color: #cccccc;
   padding: 10px 10px 10px 10px;
   margin-top:40px;
   margin-bottom:10px;
}

#siteInfo img{
   padding: 4px 4px 4px 10px;
   vertical-align: middle;
}

/*********** .relatedLinks ***********/

.relatedLinks{
   position: relative;
   margin: 0px;
   padding: 0px 0px 10px 10px;
   font-size: 90%;
}

.relatedLinks h3{
   padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
   display: block; 
}

/************** #RightNav **************/

#RightNav {
   border-left: 0px solid #cccccc;
   border-bottom: 0px solid #cccccc;
   font-size: 80%;   
   width: 100%;
   padding-left:15px;
   color:white;
   margin-top:25px;
   margin-left:10px;
}

#RightNav p{
   padding: 5px 10px 5px 0px;
}

/************** #advert **************/

#advert {
   padding: 10px 0px 20px 0px;
   text-align:left;
   background:hotpink;
}
/*
   padding top right bottom left
*/

#advert img{
   display: block;
}

/*** Footer (Footer Fix may no longer be required) ***/

/* this was the bug that caused IE to not display a vertical scroll bar
* html body {
   overflow: none;
}
*/

#ft {
   font-size: large;
   text-align: center;
   padding: 0em;
   padding-top: 1.1em;
   margin-bottom:10px;
   color:white;
   \\background: gainsboro;
   \\background-image:url(graphics/BG5.gif);
}

#ft hr {
   color:white
}

/********** #miscellaneous *************/

.QuoteBox     {
   background:gainsboro;
   border: 1px outset;
   padding: 5px;
   margin:10px;
   color: black;
   font-family: Verdana, Arial, "MS Sans Serif","Sans Serif";
   text-decoration: none;
}

#PopupLink {
 text-align:left;
 background: black;
 text-decoration: none;
 font:12px/1.2 Arial;
 font-weight: normal;
 padding:2px;

}

#floatright img{
   display: block;
   border-color:green;
   border: 10px;
   padding: 40px 40px 40px 10px;
   vertical-align: middle;   
   float: right;   
}

.admin p {
   margin:10px;margin-bottom:15px;
}

.admin h3 {
   margin:10px;margin-bottom:15px;
}

.admin ul {list-style:circle; margin:10px; padding:10px;}

.MapText {
   font-family: Arial,sans-serif;
   font-size:0.9em;
   color: black;
   line-height: 1.0em;
}


/*** developed for Registration.cfm ***/
.FormLabel1
{
   width: auto;  
   padding-left:4px;
   padding-right:10px;
   margin-bottom:20px;
   text-align: right;
   align:center;
   color: white;
   \\ background-color: aqua;
   \\ border: 1px solid #ffffff;
   overflow: hidden;
}
