/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #393939;
}

.hdrWhite {font-size: 18px; color: #FFFFFF; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif;}

.hdrWhitesm {font-size: 16px; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif;}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 175px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #FFFFFF;
	font-size: 3em;
	/* text-transform: uppercase; */
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
#contentfull {
	width: 730px;
	margin: 10px auto;
	padding: 20px 0px 0px 0px;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#leftfull {
	float: left;
	width: 690px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
	/*background: url(images/tiledesign2.gif) repeat center top;*/
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}

/******* DROPDOWN MENUS *****************/

#cssdropdown, #cssdropdown ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: #000000;
margin-top: 5px;

}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
color: #FFFFFF;
}

.mainitems a:hover {
color: #33CCFF;
}

.subuls{
 display: none;
 width: 17em;
 position: absolute;
 top: 1.3em;
 left: 0;
 background-color: #37413C;
 border: 1px solid black;
}

.subuls li{
 width: 100%;
 padding-bottom:5px;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
 display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/*
#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 20px 0px;
	background-color: #000000;
}
*/
#outsidebox {
	width: 770px;
	height: 25px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	background: #000000 url(images/spacer.gif);
}


/************* JR STYLES ************************/
.style1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

/*************POPUP TEXT STYLES *****************/
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#0066CC;
    }

a.info:hover{z-index:25; background-color:#ffffff;}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:25em;
    border:1px solid #777777;
    background-color:#FFFFCC;
    color:#777777;
	font-size:11px;
	font-weight: 500;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
    text-align: left;
	}
