/* this first section sets the background color....thats the color surround OUTSIDE your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. The max-width is for Firefox, to let it know how wide you want your page to be. This will be the maximum width of your main content table.
If you set it to perhaps 1050px, and view it on a 1024x768 monitor, it will appear full width. But to someone viewing on a 1200x1024 monitor, it will appear as 1050 wide, with your choice of
 a colored background either  side, taking up the extra 150px. (75px each side) */

body {
max-width: 1050px;
background-color:#4067B3;
/*background-image: url('http://www.best-career-match.com/images/LgtBlueBack.gif'); previous dk blue background-color:#4067B3;*/
font-family: Arial, Verdana, sans-serif;
font-size: 93%; /*leave this...it sets the overall size of your fonts.*/
font-color: #000;
margin:auto;
padding:0;
text-align:center;
}

/* 
Notice the width:expression part? That's for internet explorer, which doesn't understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1250px, change it here
to 1250px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely.
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.
BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/

.max-width {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
}

/*the font size is 100% of the body font setting So while it says 100%, that is actually 100% of 93%. No need to touch this if you dont want to */
table {
font-size:100%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
font-color:#000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}


/*class to set thinner horizontal rule. Change color if you like.*/
hr{
border: 0;
color:inherit;
background-color: #999;
height: 1px;
width: 80%;
text-align: center;
}

/* this is a custom class for using graphics as bullets.  Upload a custom graphic to your 
graphics library in the usual way. Then replace my URL
with your own. Note there are no speech marks around the URL Change center to top, if you want bullets to line up with the top line of yr text*/

ul {
list-style-type: disc;
padding-left: 0;
margin-left: 10px;
}
 
li.disc {
list-style-type: disc;
padding-left: 0;
margin-left: 0;
margin-right: 0;
}
 
li.custom {
background: url(http://www.love-of-roses.com/images/bullet2.gif) left center no-repeat; 
padding-left: 20px;
margin-bottom: 10px;
 }

li.square { 
list-style-type:square;
margin-left:0;
padding-left:0;
margin-bottom:0;

}
 
/* this area below is for your  Link-text in the headings and footer. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a:link { font-family: Arial, Verdana, sans-serif; /* SiteSell Programmers asked me to change the code from a (  to a:link which is the correct coding for links*/
font-size: 100%; 
font-color: #ffffff;
background-color: #ffffff; 
text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
font-size: 100%;
font-color: #ffffff; 
background-color: #ffffff;
font-color: #ffffff;
}
 
/* This is my link coloring for the footer background - is this right? - The SiteSell programmers told me to change the code here to
a:link (   from a {  which was wrong.  Aj missed this one  */

a:link { footerbg;
font-size: 100%; 
font-color: inherit; 
text-decoration: underline;
}
 
a:hover { footerbg;
 font-size: 100%;
 background-color: #cccccc;  
 color: #000;
 } 
 
/* instructions on p 25 of Intro to Template background color controlled below in hbg etc.*/
h1 { font-family: Arial, Verdana, sans-serif; font-size: 182%; text-align:center; color: #000;  }	
/* font size 24*/
h2 { font-family: Arial, Verdana, sans-serif; font-size: 116%; text-align:center; color: #000;  }	  
/* font size 15 used on Privacy Policy*/
h3 { font-family: Arial, Verdana, sans-serif; font-size: 131%; text-align:center; font-color: #ffffff;  }    
/* font size 17 used on NavBar */
h4 { font-family: Arial, Verdana, sans-serif; font-size: 100%; text-align:center; color: #fff;  }	
/* font size 13 used in Visioning*/
h5 { font-family: Arial, Verdana, sans-serif; font-size: 131%; text-align:left; color: #000;  }   	
/* font size 17 used on Personality Test*/
h7 { font-family: Arial, Verdana, sans-serif; font-size: 131%; text-align:left; color: #fff;  }    
/* font size 17 used on Career Chart and Sitesell Ad on Outline Page*/

/* Below, is the background colors for your table columns. Keeping them on this stylesheet, makes it easier to make changes
site-wide rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff; with this, and upload your image to the graphics library at SiteSell.
Format: background-image: url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat; */

td.logo {
background-color:#fff;
font-size: 100%; 
}

td.headerbg {
background-color:#fff;
font-size: 93%; 
}


td.spacerbg {
background-image: url('http://www.best-career-match.com/images/left-gradient.png');
background-repeat:repeat-y;
}

td.contentbg {
background-color:#ffffff;
margin-left: 5px;
margin-right: 5px;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: none;
font-size: 108%; 
font-color:inherit;
padding:20px;/* padding is the gap between the text and the wall of the cell */
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 86%;
color:#000;
background-image:url('http://www.best-career-match.com/images/right-gradient.png');
background-repeat: repeat-y;
background-position: right;
}

td.leftbg {
font-size: 86%;
color:#000;
background-image: url('http://www.best-career-match.com/images/left-gradient.png');
background-repeat: repeat-y;
}


td.footerbg {
font-size: 86%;
color:#000000;
background-color:ffffff;
padding:5px; 

}

/* This is for the heading background color and text color....your H1, H2, and H3 tags - color, size and alignment are changed on Line 108 above
blue background*/
.hbg{
background-color: #4e7cd9;
color: #ffffff;
width: auto;
}

/* This is my new style for a white Main Header which is reference from <h1 class="" in the html files> See Line 108 for changes to text size, alignment etc. */
.h6bg {   /* white background*/
background-color:#ffffff; 
color:#000;
width: auto;

}

/* This is for the headings in the NavBar H3 tags h3 - color, size, weight and alignment are changed on h3 string above - blue background-white text - used as Home Box on the NavBar*/
.nbg {
background-color:#4e7cd9;
 /* font size is in the h3 string above line 108*/
color: #ffffff
border: 2px solid #000000;
margin:2px;
width: 150px;
padding:8px;

}


/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #fff;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #fff;
} 












