/* Created on Feb 16, 2011 12:43:46 PM */


body {
max-width: 1050px;
background-color:#ffffcc; 
font-family:Arial, Verdana, sans-serif;
font-size: 93%;
color: #000000;
margin:auto;
padding:0;
text-align:center;
}





/* you have 3 more classes of horizontal rule, as well as the default version Change the attributes to 
get the look you want. The 3 classes are solid, dotted, and dashed. Add class="dashed" to your hr
tag on an HTML page, to get the dashed version of the hr. Change the colors to suit. */

.solid {	
   border-top: 2px solid #fde386;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dashed {
  border-bottom:1px dashed #d03d4c;
   border-top:hidden;
   border-left:hidden;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dotted {
	border-bottom:1px dotted #E3B95A;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* this is a custom class for your bold tag. You can alter anything here, or remove
it completely to get the default bold*/
b{

color: #000000;
font-family: Arial, Verdana, sans serif;
font-size: 100%;
font-style: ;
}


/* 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*/
 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
background: url(../images/pink-yellow-bullet.jpg) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
/* this area below is for your  Link-text and headings. 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 { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #32a800; text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color:#8c8c5e;
 color: #ffffc2;
 }


h1 { font-family: Verdana, Arial, sans-serif; font-size: 150%;  color: #000000}
h2 { font-family:  Verdana, sans-serif; font-size: 116%;  color: #65822c}
h3 { font-family: Century Gothic, Verdana, sans-serif; font-size: 108%;  color: #2a3820}
h4 { font-family:  Verdana, sans-serif; font-size: 116%;  color: #000000}
h5 { font-family: Arial, Verdana, sans-serif; font-size: 150%;  color: #A0C544}

/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px 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!!*/

.main-table {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}


/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family:Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Verdana, Arial, sans-serif;
background-color:#fff; 
font-size: 77%;
color: #666666;
font-weight: bold;
font-style: ;
} 


td.headerbg {
background: #959435 url(../images/dk-header.jpg) top center no-repeat;
height: 170px;
width: 960px;
text-align: center;
}

td.topnavbg {
background-color: #ffffcc;
border-top: hidden;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: 1px solid #889820;
}
td.spacerbg {
background-color:#d6d58c; 
}

td.contentbg {
background-color:#ffffff; 
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
background-color:#d6d58c; 
}

td.leftbg {
font-size: 86%;
margin-left: 10px;
background-color:#d6d58c; 
}

td.footerbg {
font-size: 86%;
background-color:#ffe387; 
}

/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg{
background-color:#ffffff; 
color:#284239;
width: auto;
z-axis: 1;
}
.hbg1{
background-color:#ffe387;
/*#fbff71; */
color:#000000;
width: auto;

}

/* 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: #000;
}

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



------------------------------------------------------------------------------------------------------------------------------------------------
/* 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)<span style="background-color:#000000;"><font color="#333333"></font></span>

body {
max-width: 1050px;
background-color:#ff9e5a; 
font-family:Arial, Verdana, sans-serif;
font-size: 93%;
color: #000000;
margin:auto;
padding:0;
text-align:center;
}




/* you have 3 more classes of horizontal rule, as well as the default version Change the attributes to 
get the look you want. The 3 classes are solid, dotted, and dashed. Add class="dashed" to your hr
tag on an HTML page, to get the dashed version of the hr. Change the colors to suit. 

.solid {	
   border-top: 2px solid #fde386;
   border-bottom: hidden;
   border-left: hidden; 
   border-right: hidden;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dashed {
  border-bottom:1px dashed #d03d4c;
   border-top:hidden;
   border-left:hidden;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
	
}

.dotted {
	border-bottom:1px dotted #E3B95A;
   border-top:hidden;
   border-left:hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* this is a custom class for your bold tag. You can alter anything here, or remove
it completely to get the default bold
b{

color: #000000;
font-family: Arial, Verdana, sans serif;
font-size: 100%;
font-style: ;
}


/* 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
 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
background: url(../images/pink-yellow-bullet.jpg) left center no-repeat; 

padding-left: 20px;
margin-bottom: 10px;

 }
 
/* this area below is for your  Link-text and headings. 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 { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: #32a800; text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color:#8c8c5e;
 color: #ffffc2;
 }


h1 { font-family: Verdana, Arial, sans-serif; font-size: 150%;  color: #65822c}
h2 { font-family:  Verdana, sans-serif; font-size: 116%;  color: #959435}
h3 { font-family: Century Gothic, Verdana, sans-serif; font-size: 108%;  color: #2a3820}



/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px 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!!

.main-table {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}


/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .
table {
font-family:Verdana, Arial, sans-serif;
font-size: 93%;
color: #000;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.

.note {
font-family: Verdana, Arial, sans-serif;
background-color:#fff; 
font-size: 77%;
color: #666666;
font-weight: bold;
font-style: ;
} 


td.spacerbg {
background-color:#d9d991; 
}

td.contentbg {
background-color:#ffffff; 
}

td.rightbg {
font-family: Arial, Verdana, sans-serif;
font-size: 93%;
color: #000;
background-color:#d9d991; 
}

td.leftbg {
font-size: 86%;
margin-left: 10px;
background-color:#d9d991; 
}

td.footerbg {
font-size: 86%;
background-color:#ffe387; 
}

/* This is for the heading background color....your H1, H2, and H3 tags
.hbg{
background-color:#ffffff; 
color:#424204;
width: auto;
z-axis: 1;
}

.hbg1{
background-color:#ffffaa; 
color:#424204;
width: auto;

}
/* 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: #000;
}

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



<a href=""><tt></tt></a>/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton a {
font-family: Arial, Verdana, sans serif;
}

.housebutton a {
font-size: 100%;
}

.housebutton a:hover {
font-size: 100%;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: #d6d58c;

border: px #000000 solid;

width: 140px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;
text-align: left;
margin-bottom: 2px;
margin-top: 2px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {
padding: 4px;

text-decoration: none;

display: block;

color: #424204 ; 
/*this is where you change the button font color*/
face: ;
background-color: #d6d58c;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;
}
/*padding: 4px;

text-decoration: none;

display: block;

color: #000000; /*this is where you change the button font color
face: ;
background-color: #d9d991;

border-top: 2px #8c8c5e solid;

border-left: 2px #8c8c5e solid;

border-bottom: 2px #424204 solid;

border-right: 2px #424204 solid;*/



/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {
color: #ffffc2; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #c8c767;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;
}
/*color: #ffffc2; /*-----this is where you change the button font color, when the button is hovered over

background-color: #b3b378;

border-top: 2px #8c8c5e solid;

border-left: 2px #8c8c5e solid;

border-bottom: 2px #424204 solid;

border-right: 2px #424204 solid;*/



/*this is top-nav*/

#nav ul { 
float: left; 
list-style: none; 
background: #ffffcc; 
/*#ffe387; */

width: 100%; 
padding: 0; margin: 0 0 0 0px; 
height: 30px; 
display: inline; 
text-transform: uppercase; 
text-decoration: none; 
} 
#nav ul li { 
display: inline; 
margin: 0; padding: 0; 
} 
#nav ul li a { 
display: block; 
float: left; 
width: auto; 
margin: 0; 
padding: 0 15px; 
border-top: none; 
border-right: 1px solid #889820; 
border-left: none; 
border-bottom: none; 
color: #889820; 
font: 10px/30px Arial, Geneva, sans-serif; 
text-transform: uppercase; 
text-decoration: none; 
letter-spacing: 1px; 
} 
#nav ul li a:hover, 
#nav ul li a:active { 
color: #fff; 
background-color: #889820; 
font: bold; 12px/30px Arial, Geneva, sans-serif;
}


--------------------------------------------------------------------------------------------------
<a href=""><tt></tt></a>/*this stylesheet is for you navigation panel

#navigator {

}

.housebutton a {
font-family:Arial,Verdana,sans serif;
}

.housebutton a {
font-size: 100%;
}

.housebutton a:hover {
font-size: 100%;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles

#navigator {

background-color: #d9d991;

border: px #000000 solid;

width: 140px;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.

.housebutton {

font-weight: bold;
text-align: left;
margin-bottom: 2px;
margin-top: 2px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #424204 ; /*this is where you change the button font color
face: ;
background-color: #d9d991;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it

.housebutton a:hover {

color: #ffffc2; /*-----this is where you change the button font color, when the button is hovered over

background-color: #d9d991;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}



div.content-box {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	border-top: none;
	border-bottom: none;
	Border-right: 1px solid #000066; 
	border-left: 1px solid #000066;
}


/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/


div.full-width-box {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #000066;
	
}

div.full-width-box2 {
   background-color: #ffffaa;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #000066;
	
}
div.full-width-box3 {
   background-color: #fee58c;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #000066;
   
} 

div.full-width-box4 {
   background-color: #ffffcc;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 
   	
}
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
	


}

/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #000066;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #000066;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}