/* CSS Document */


body {
max-width: 1050px;
background-color:#fff; 
font-family: Arial, Verdana,  sans-serif;
font-size: 93%; /*leave this...it sets the overall size of your fonts.*/
color: #000;
margin:auto;
padding:0;
text-align:center;
}

.max-width {
width:expression(document.body.clientWidth > 1052? "1050px": "auto" );
}

table {
font-size:100%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
color:inherit;
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;
margin:25px;
color:#666666;
background-color: #666666;
height: 1px;
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: none;
padding-left: 0;
margin-left: 10px;
}
 
li.custom {
background: url(http://www.love-of-roses.com/images/bullet2.gif) 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: #000099; 
text-decoration: underline;
}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 color: #000099;
 text-decoration: none;
 }


h1 { font-family: Arial, Verdana, sans-serif; font-size: 150%;  color: #000; text-align:center;}
h2 { font-family: Arial, Verdana, sans-serif; font-size: 116%;  color: #000; text-align:center;}
h3 { font-family: Arial, Verdana, sans-serif; font-size: 108%;  color: #000; text-align:center;}


/* Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
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....
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 {
display:none;
}

td.spacerbg {
background-color:#fff;
 font-size: 93%;  
}

td.contentbg {
background-color:#fff;
border-left: 1px solid #cccccc;
border-right: 1px solid  #cccccc;
border-top: 1px solid  #cccccc;
border-bottom: 1px solid  #cccccc;
font-size: 93%; 
color:inherit;
padding:10px;
text-align:left;
}

td.rightbg {
display:none;
}

td.leftbg {
display:none;
}

td.footerbg {
display:none;
}
/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg{
background-color:#003366; 
color:#fff;
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;
} 



/*/////////////////////////////*/
.text_white{
color:#FFFFFF;
}

td.contentbg p{

}

td.contentbg ul ,
td.contentbg ol {
margin-left :25px;
}

td.contentbg ul li{
line-height:18px;
padding: 12px 0px 0px 0px;
list-style:disc;
}
#li_1{
margin-top:0px;padding-top:0px;
}

td.contentbg ol li{
line-height:18px;
padding: 12px 0px 0px 0px;
list-style:decimal;
}



.large-h1{ font-size:26px; line-height:normal}
.text-center{text-align:center;}

.text-left{text-align:left; margin-right:5px;}

.text-right{text-align:right; margin-left:5px; }

.text-red{ color:#FF0000;}

.text-purpel{ color:#660066;}

.text-blue{ color:#0000FF;}
.text-small{ font-size:.8em;}

.extra-line-space{
padding: 1em 0px 1em 0px;
list-style-type:disc;
}


/*//*/

#header_link{
color:#FFFFCC; 
font-size:.6em;
}



#horizontal-menue{
width:auto; clear:both; color:#FFFFFF;
background:#669966;
height:20px;
line-height:20px;
margin:3px;

}

#horizontal-menue a{
border-left: 2px solid #cccccc;
padding-right:15px; padding-left:15px;
color:#ffffff;
text-decoration:none;
}

#horizontal-menue a:hover{
padding-right:15px; padding-left:15px;
color:#ffffff;
text-decoration:underline;
}

#image-with-caption-left{
float:left;  
margin:5px; 
border: 1px solid #666666;
}

#image-with-caption-right{
float:right;  
margin:5px; 
border: 1px solid #666666;
}

#caption{
text-align:center;
font-size:.9em;
font-weight:bold;
line-height:15px;
}

.no-print,
.img-float-left,
.img-float-right {
display:none;
}

#navigator ,
.housebutton ,
.housebutton a ,
.housebutton a:hover ,
#newsletter_box ul li{
display:none;
}





