/*
Cantaloupe: #ffcc66
Light Sand: #ffe686
*/

body {
	margin: auto 0;
	text-align:center;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BDBDBD;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0C95C9;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	text-align: left;
}

p, ul, ol {
	margin-top: 0;
    line-height: 19px; /*180%*/
	text-align: left; /*justify;*/
}
p .text {
	margin-top: 0;
    font-family: 'ComicSansMS', 'Comic Sans MS', 'ArialMT', 'Arial', sans-serif; /**/
    font-size: 14px; /**/
    line-height: 19px; /*180%*/
	text-align: left; /*justify;*/
}


ul, ol {
}

blockquote {
}

a {
	color: #DEDEDE;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width:880px; margin:0 auto; /* "auto" makes the left and right margins center the wrapper */
}

/* Logo */

#logo {
	width: 700px;
	height: 136px;
	margin: 0 auto;
	padding-bottom: 5px;
	background: url(../images/RWWJ-logo-700.gif) no-repeat left top; 	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	text-transform: lowercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 50px;
	font-size: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header-wrapper {
}

#header {
	width: 880px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/bar-black.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	padding: 0px;
}

#page-bgtop {
	padding-top: 5px;
}

/* Content */

#content {
	/*float: right;*/
	margin: auto; /**/
	width: 880px; /*660px;*/
	padding: 0; /*0 30px 0 10px;*/
	/*background: url(images/RWWJ-home-page.gif) no-repeat left top;*/
}

/*Contentslider*/
#slideshow {
	text-align:center;
	margin: 0 auto;
	padding: 0; /*10px 0;*/
}

.sliderwrapper{
position: relative; /**leave as is**/
margin: 0 auto; /**/
overflow: hidden; /**leave as is**/
border: 0px; /*Original 10px solid navy*/
border-bottom-width: 0px; /*Original 6px*/
width: 700px; /*Original 400px; width of featured content slider*/
height: 525px; /*Original 250px*/
/*Added*/
z-index: 0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /**leave as is**/
position: absolute; /**leave as is**/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0; /*Original 5px*/
background: white;
width: 700px; /*Original 390px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 700px; /*Original 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin: 0 auto 8px auto;
text-align: center;
background-color: #000000; /*Original navy*/
padding: 0px; /*5px 10px*/
}

.pagination a{
padding: 0px; /*Original 0 5px*/
text-decoration: none; 
color: #ffffff;
background: #000000; /*#eee7df;*/
}

.pagination a:hover, .pagination a.selected{
color: #ffcc66;
background-color: #000000; /*#FEE496;*/
}
/*End Contentslider*/

/* Contact */

#contact {
	width: 880px;
	margin: 0 auto;
	padding: 15px 0px 5px 0px;
}

#contact p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: none;
	font-size: 14px;
    font-family: 'ComicSansMS', 'Comic Sans MS', 'ArialMT', 'Arial', sans-serif; /**/
	color: #ffffff;
}

#contact a {
	color: #ffffff;
}

#contact a:hover {
	color: #ffcc66
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px; /*70px 0px 20px 0px;*/
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #6C6A69;
}

#footer a {
	color: #6C6A69;
}
