/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #000;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul#nav2 li {
	list-style-image: url('../images/buttons/bullet.gif'); 
	font-size: 100%
}

hr {
	background-color: #9b3d43; 
	color: #9b3d43; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

p.small {line-height: 90%;}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #9b3d43; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #757575; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #723035; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #9b3d43; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #a5a5a5; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

ul#nav a:link{
    color:#60c; margin-bottom:-5px; display:block;}
    
ul#nav a:visited{
    color:#60c; margin-bottom:-5px; display:block;}
    
ul#nav a:hover{
    color:#c25a52; margin-bottom:-5px; display:block; text-decoration: underline; 
	font-weight: bold;
}
ul#nav a:active {
	color: #60c; 
	text-decoration: none; 
	font-weight: bold;
	margin-bottom:-5px;
	
ul#nav li{
    font-family:Arial,Sans-Serif;
    margin:1;
    padding:1;
    list-style-type:none;
    padding:.5em;
    width:10em;
    font-color: #60c;
}



}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 900px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.sitename {
	background: #fff url('../images/icons/headerbg.jpg');
	color: #723035;
	font-family: Georgia, Times, serif; 
	text-align: center; 
	font-size: 26px; 
	font-weight: bold;
	height: 85px 	
}

.sidebar {
	background-color: #fff;
	color: #000;
	width: 250px; 
	padding: 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.sidebar1 {
	background-color: #fff;
	color: #000;
	width: 170px; 
	padding: 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
	margin-left:20px;
}

.sidebar2 {
	background-color: #fff;
	color:  #723035;
	padding: 10px; 
	vertical-align: top; 
	font-size: 80%; 
	text-align: left;
	margin-left:20px;
	font-family: Arial, Verdana, sans-serif; 
}

.sidebarnav {
	line-height: 30px;
}

.maintext {
	width: 600px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footerleft {
	text-align: center;
	background: url('../images/icons/footerleft.jpg');
	color: #000; 
	font-size: 90%; 
	font-weight: normal 
}

.footerright {
	text-align: center;
	background: url('../images/icons/footerright.jpg');;
	color: #000;
	font-size: 90%; 
	font-weight: normal;
	height: 80px
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}

.imagecenter1 {
	margin: 0 auto;
	border: 0px double #c0c0c0;
}


#VSlider1_div {
	margin-left:20px;
	width:130px;
	height:400px;
	}

#pscroller1{
width: 350px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: white;
}

#pscroller2{
width: 350px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}


.mC {width:100px; margin:5px; float:left;}
.mH {color:#c25a52; cursor:pointer;  font-weight:bold; border-top:1px solid #300;}
.mL {display:none; margin-bottom:-5px; margin-top:-20px;}
.mJ {color:#c25a52; font-weight:bold; border-top:1px solid #300;line-height: 30px;}
.mO {color:#60c; font-weight:italic; margin-left:10px; display:block; list-style-image: url('../images/buttons/bullet.gif'); }
.mM {color:#60c; font-weight:italic; margin-left:10px; display:block; }
.mG {color:#60c; font-weight:bold; border-top:1px solid #300;line-height: 30px;}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;

}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #000000;
}

.maincell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #006699;
}

.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}

/* Vertical Menu CSS */

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid white;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background:white   repeat-x bottom left;
font: bold 12px Arial, Helvetica, sans-serif;
color: #723035 ;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/icons/arrow.jpg) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #723035;
}

.glossymenu li a:hover{
background:white;
color: blue;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */