.jqueryslidemenu{
font: bold 12px Verdana;
background: #3366CC;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: right;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #3366CC; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #3366CC;
color: #2d2b2b; 
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #09F; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #FFF;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: white;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* rest of the layout begins */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

a:link {text-decoration:none; color: #3366CC}
a:visited {text-decoration:none; color: #3366CC}
a:active {text-decoration:none; color: #3366CC}
a:hover {text-decoration:none; font-weight: bold; color: #3366CC}

img {border:0;}

#wrapper {
width: 960px;
padding: 10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 1px solid #ddd;
}

#header {
margin: 0px;
padding: 0px;
height: 32px;
width: auto;
background-color: #3366CC;
}

#container {
padding: 0px;
margin: 0px 0px 0px 0px; /* first number is space between header and content*/
background-attachment: scroll;
background-image: url('images/bkgrdrepeat.jpg');
background-repeat: repeat-y;
background-position: 0px 0px;
height: 1%;
width: auto;
}

#homepg {
padding: 0px;
margin: 0px 0px 0px 0px; /* first number is space between header and content*/
background-attachment: scroll;
background-image: url('images/bkgrdrepeat2.jpg');
background-repeat: repeat-y;
background-position: 0px 0px;
height: 1%;
width: auto;
}

#left {
margin: 0px;
width: 180px; /*width of left margin to fit rp logo */
height: 655px;
padding: 10px 10px 10px 10px;
float: left;
background-image: url('images/rplogo.jpg');
background-repeat: no-repeat;
background-color: #c3c8de; /* repeating color for rp logo */
}

#left2 {
	margin: 0px 0px 0px 0px;
	width: 180px; /*width of left margin to fit rp logo */
	height: 650px;
	padding: 10px 10px 10px 10px;
	float: left;
	background-image: url('images/rplogo.jpg');
	background-repeat: no-repeat;
	background-color: #c3c8de; /* repeating color for rp logo */
	color: #000;
}

#nav {
margin: 200px 0px 0px 0px; /* padding to keep left links below rp logo */
padding: 0px;
list-style-image: none;
list-style-type: none;
text-align:left;
}

#nav li {
margin: 0px;
padding: 2px;
display: block;
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0px 50%;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
color: #666;
text-decoration: none;
display: block;
margin: 0px;
padding: 3px 15px 3px 15px;
width: 130px;
}

#nav li a:hover {
color: #999;
text-decoration: none;
}

#center {
height: auto;
width: 560px;
padding: 0px 0px 0px 0px;
float: left;
margin: 10px 0px 0px 10px;
line-height: 1.8em;
}

h1 {
font-size: 14px;
color: #3366CC;
margin: 0px;
padding: 0px;
}

h2 {
font-size: 12px;
font-weight: bold;
color: #3366CC;
margin: 0px;
padding: 0px;
}

h3 {
font-size: 12px;
color: #666;
margin: 5px 0px 0px 0px;
padding: 0px;
}	

#right {
padding: 10px 10px 10px 10px;
height: 455px;
width: 140px;
float: right;
margin: 0px 0px 0px 0px;
text-align: center;
background-image: url('images/rightimg.jpg');
background-repeat: no-repeat;
background-color: #c3cadd; /* repeating color for bkgrnd image */
}

#right2 {
padding: 10px 10px 10px 10px;
height: 650px;
width: 140px;
float: right;
margin: 0px 0px 0px 0px;
text-align: center;
background-image: url('images/rightimg.jpg');
background-repeat: no-repeat;
background-color: #c3cadd; /* repeating color for bkgrnd image */
}

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

#footer {
margin: 0px 0px 0px 0px;
text-align: center;
padding: 10px 0px 10px 0px;
background-color: #3366CC;
}

#footer p {
color: #FFF;
margin: 0px auto 0px auto;
padding: 0px;
}

#footer a:link, #footer a:visited, #footer a:active {
color: #FFF;
text-decoration: none;
}

#footer a:hover {
color: #ccc;
text-decoration: none;
} 

#table {
	margin-right:auto;
	margin-left:auto;
	overflow-y: scroll;
	width: 500px;
	height: 500px;
	font-size:10px;	
	line-height: 12px;
}

#table td {
	border-bottom: 1px solid #666666;
}

#table2 {
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	width: 500px;
	height: auto;	
}

span.title {
	font-weight:bold;
}

span.description {
	font-weight: normal;
}

#article {
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	width: 500px;
	height: auto;		
}

#topimg {
	width:760px; 
	height:213px; 
	margin: 0px 0px 0px -3px;	
	float: right;
}
	
.thumb {
	border: 2px solid #9999CC;
}

.imgfloat {
	float: left; 
    margin: 0px 8px 0px 0px;
}

#embed {
	margin-right:auto;
	margin-left:auto;
	width: 500px;
	height: 500px;
	overflow: hidden;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #9999CC;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #9999CC;
background-color: #FFF;
padding: 5px;
z-index: 5;
}
