@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
  	background-color: #ccc;
  	background-image: url('../images/bodyBg2.jpg');
  	background-position: top left;
  	background-repeat: repeat-x;
  	color: #333;
}

.rs #container { 
	width: 85%; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.rs #header {
	background: #ece9c8;
	padding: 0 20px; 
	/*background-image: url(../images/headerBg.gif);   
	background-position: center top;
	background-repeat: repeat-x;
	height: 91px;  */
} 

.rs #header h1 {
	margin: 0; 
	font-size: 150%;
	color: #990000;
	font-weight: bolder;
/*	line-height: 20%; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;  
	letter-spacing: 1px;
}
.rs #container #header a {
	color: #990000;
	text-decoration: none;
}
.rs #container #header a: visited {
	color: #990000;
	text-decoration: none;
}

.rs #header #text {
	font-size: 70%;
	color: #333333;
	font-weight: bolder;
	letter-spacing: 0.2em;
	word-spacing: 1px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.rs h2 {
	padding-left: 20px;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 2px;
	}
#headerbutton {
	text-align: right;
	padding: 40px 10px 5px 0px;
	margin-left: 0px;
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-right: 6px;
}
#headerbutton a {
	text-decoration:none;
	color: #900;
	padding:3px;
	background:  #ece9c8;
	border-top: 1px solid #660;
	border-right: 2px solid #660;
	border-bottom: 2px solid #666;
	border-left: 1px solid #660;
	font-weight: bold;	
}
#headerbutton a:visited {
	color: #900;
	}
#headerbutton a:hover {
	text-decoration:underline;
	background:#ffffff;
	color: #900;

}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
	height: 31px;
	}
	
#nav ul{
	padding: 10px 0 3px 10px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; 
}
/* #nav ul li {
	border-left-width: thin;
	border-left-color: #ffffff;
	border-right: #fff thin;

} */


#nav li{
display: inline;
margin: 10px;
 
}

#nav li a{
text-decoration: none;
padding: 3px 2px;
margin-right: 3px;
color: #fff;
 
}

#nav li a:visited{
color: #fff;
}

#nav li a:hover{
text-decoration: underline;
color: #fff;
}

#nav li a:active{
text-decoration: underline;
color: #fff;
}


#maingap {
	background-color: #FFF;
/*	background-image: url(../images/gap.gif);  
	background-repeat: repeat-x; */
	height: 2px;
}


#maincontent {
	margin-left: 20px;
	}


.rs #footer {
	padding: 0 10px;
	background:#ece9c8;
	font-size: 0.6em;
	color: #333333;
	border-top-width: medium;
	border-bottom-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #666666;
	line-height: 1.5em;

} 


.rs #footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#333333;
	text-align: center;
}
.rs #container #footer a {
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.rs #container #footer a:visited {
	color: #333333;
	text-decoration: none;
}
.rs #container #footer a:hover {
	color: #990000;
	text-decoration: underline;
}
.rs #container #footer a:active {
	color: #990000;
	text-decoration: underline;
}
.rs #container #footer .tiny {
	font-size: 10px;
	color: #999999;
	margin-bottom: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
	border-bottom:1px dashed #900;
}
a:active {
	text-decoration: none;
	color: #900;
	border-bottom:1px dashed #900;
}

.style1 {font-size: 70%}


.teeny {
	font-size: 0.6em;
	color: #666666;
}
.skiplink {display:none}
#locationinfo p{
	font-size: .70em;
	height: 20px;
	text-align: right;
	padding-right 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
	
#side-a {
	float: left;
	width: 55%;
	margin-left: 4%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 10%;
	line-height: 1.5em;
	font-size:0.75em;
	
}

#side-b {
	/*margin: 0; */
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 25%;
	/*height: 1%  Holly hack for Peekaboo Bug */
	line-height: 1.5em;
	font-size:0.75em;
	background-image: url(../images/sidebarBg4.jpg);
	text-align:center;
}
#side-c {
	float: left;
	width: 28%;
	margin-left: 4%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 1%;
	line-height: 1.5em;
	font-size:.80em;
}

#side-d { 
	/*margin: 0; */
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 28%;
	/*height: 1%  Holly hack for Peekaboo Bug */
	line-height: 1.5em;
	font-size:.80em;
}
#side-e { 
	/*margin: 0; */
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 28%;
	/*height: 1%  Holly hack for Peekaboo Bug */
	line-height: 1.5em;
	font-size:.80em;
}

#side-c  ul {
	margin:.5em 0 1.25em; 
	padding:0 0px; 
	list-style:none;
}

#side-c ul li {	
	background:url(../images/icon_arrow_sm.gif) no-repeat 2px .25em; 
	margin:0; 
	padding:0 0 3px 16px; 
	margin-bottom:3px; 
	line-height:1.4em; 
	}
#side-d  ul {
	margin:.5em 0 1.25em; 
	padding:0 0px; 
	list-style:none;
}

#side-d ul li {	
	background:url(../images/icon_arrow_sm.gif) no-repeat 2px .25em; 
	margin:0; 
	padding:0 0 3px 16px; 
	margin-bottom:3px; 
	line-height:1.4em; 
	}


#side-e  ul {
	margin:.5em 0 1.25em; 
	padding:0 0px; 
	list-style:none;
}

#side-e ul li {	
	background:url(../images/icon_arrow_sm.gif) no-repeat 2px .25em; 
	margin:0; 
	padding:0 0 3px 16px; 
	margin-bottom:3px; 
	line-height:1.4em; 
	}	
#side-ask {
	float: left;
	width: 75%;
	margin-left: 4%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 10%;
	line-height: 1.5em;
	font-size:0.75em;
	
}
#side-a-how {
	float: left;
	width: 55%;
	margin-left: 4%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 7%;
	line-height: 1.5em;
	font-size:0.75em;
	
}
#side-a-how p {
	margin-left:25px;
	margin-bottom:-5px;
	background-image: url(../images/guillemet_r2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
#side-a-how h3 {
	margin-bottom: 1px;

}
#side-b-how {
	/*margin: 0; */
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	width: 25%;
	/*height: 1%  Holly hack for Peekaboo Bug */
	line-height: 1.5em;
	font-size:0.75em;
	/*background-image: url(../images/sidebarBg4.jpg);*/
	text-align:center;
}

table {
	margin-left: 20px; 
	padding: 2px;
	border-collapse: collapse;
	border-spacing: 0;
}
.categoriesTable td {
	margin-left: 20px;
	padding-right: 15px;
}
.categoriesTable ul {
	margin:.5em 0 1.25em; 
	padding:0 0px; 
	list-style:none;
}

.categoriesTable ul li {	
	background:url(../images/icon_arrow_sm.gif) no-repeat 2px .25em; 
	margin:0; 
	padding:0 0 3px 16px; 
	margin-bottom:3px; 
	line-height:1.4em; 
}
#side-single {
	float: left;
	width: 85%;
	margin-left: 4%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 7%;
	line-height: 1.5em;
	font-size:0.75em;
	
}
#side-single p {
	margin-left:25px;
	margin-bottom:-5px;
	background-image: url(../images/guillemet_r2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
#side-single h3 {
	margin-bottom: 1px;

}
