*
{
padding: 0em;
margin: 0em;
}

body {
	background-color: #dadada;
	background-image: url("rda-background.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	/*background-color: #f9f9f9;*/
	background-color: white;
}

body, p, div {
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #646464;
}

p {
	padding-bottom: 9px;
	margin-bottom: 0px;
}

#container {
	width: 982px;
	background-color: white;
	margin: 0 auto;
}

#container #inner-container {
	border-top: 20px solid white;
	margin-left: 20px;
}

.homepage-links a {
	text-decoration: none;
}

#main-content {
	width: 714px;
	margin-left: 225px;
	overflow: hidden;
}

#main-content ul {
	margin-top: 10px;
	margin-left: 30px;
}

#header {
	clear: both;
	height: 161px;
	position: relative;
}

#header #logo {
	background-image: url("rda-logo.gif");
	width: 215px;
	height: 161px;
	display: block;
	float: left;
}


#header #lottery-banner {
	display: block;
	 
	width: 475px;
	height: 68px;
	background-image: url('lottery-banner.gif');
	position: absolute;
	bottom: 16px;
	right: 23px;
}

#header #site-title-container {
	float: left;
	width: 716px;
	height: 161px;
	position: relative;
}

#header #site-title-container h1 {
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #646464;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0px;
}

#header #site-title-container h1 span {
	font-weight: normal;
}

#header #site-title-container div.home-phone {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #7244a8;
	top: 60px;
	right: 0px;
	position: absolute;

}

#ticker-area {
	position:relative;
	height:31px;
	background-color: #7244a8;
	padding-left: 21px;
	line-height: 31px;
	color: white;
}

#ticker-area ul li {
	position:absolute;
	top:0px;
	left:0px;
}

#ticker-area ul li a {
	text-decoration: none;
	line-height: 31px;
	color: white;
	display: block;
	height: 31px;
}
#ticker-area ul li a:visited {
	color: white;
}

#footerContainer {
	width: 980px;
	background-color: white;
	margin: 0 auto;
}

#footer {
	width: 980px;
	position: relative;
	font-size: 11px;
	color: #646464;
	height: 100px;
}

#footer div.copyright {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 11px;
	color: #646464;
}

#footer div.developer {
	position: absolute;
	right: 20px;
	top: 40px;
	font-size: 11px;
	color: #646464;
}

#footer div.copyright a, #footer div.developer a {
	color: #646464;
	text-decoration: none;
}





div.article {
	width: 691px;
	margin: 0px 0px 0px 25px;
	padding: 0;
	padding-bottom: 30px;
	border-top: 1px solid white;
	background-image: url(app-product-background.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
		/*background-color: #d2edf5;*/
}

div.article div.article-image-holder {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	min-height: 480px;
	margin-right: 0px;
	margin-top: 0px;
	background: #dcd0e9;
}

div.article div.article-image-holder .caption {
	
	margin: 8px 8px 12px 8px;
	color: #7244a8;
	font-size: 12px;
}


div.article div.article-image-holder a img {
	border: 0;
	margin: 0px;
}

div.article div.article-image-holder a:hover img {

}


div.article div.article-content {
	width: 435px;
	float:left;
	margin-left: 0px;
}

div.article h1 {
	font-size: 20px;
	font-weight: bold;
	color: #7244a8;
	padding-top: 9px;
	padding-bottom: 12px;
}

div.article h2 {
	font-size: 20px;
	font-weight: bold;
	color: #646464;
	padding-top: 9px;
	padding-bottom: 12px;
}
div.article h3 {
	font-size: 16px;
	font-weight: bold;
	color: #7244a8;
	padding-top: 6px;
	padding-bottom: 9px;
}

div.article h4 {
	font-size: 16px;
	font-weight: bold;
	color: #646464;
	padding-top: 6px;
	padding-bottom: 9px;
}
div.article p {
	padding-top: 0px;
	padding-bottom: 9px;
}
div.article a {
	color: #7244a8;
	text-decoration: none;
}

#breadcrumb {
	margin-top: 5px;
	margin-bottom: 8px;
}

#breadcrumb a {
	font-size: 14px;
}


#gallery {
	/*background-color: #ede7f4;*/
	border-top: 2px solid white;
}

#gallery .inner {
	margin-top: 15px;
	
}

#gallery div.gallery-frame {
	margin-top: 25px;
	margin-bottom: 40px;
}

#gallery div.thumbnail {
	width: 198px;
	height: 174px;
	background-color: white;
	float: left;
	margin-bottom: 14px;
	margin-right: 14px;
}

#gallery div.thumbnail img {
	margin-top: 9px;
	margin-left: 9px;
	border: 1px solid #f5f1fa;
}


#gallery div.thumbnail div.caption {
	overflow-y: auto;
	margin-top: 4px;
	margin-left: 9px;
	height: 30px;
	width: 180px;
	text-align: left;
	font-size: 12px;
	color: #646464;
}

.clear {
	clear: both;
}

#xgallery a.show {
	z-index:500;
}
#xgallery div.captionBackground {
	z-index: 100;height: 100px;background: #000000;width: 476px;position: absolute;bottom: 0px;opacity: 0.7; filter: alpha(opacity = 70);
}
#xgallery div.caption {
	z-index: 101;height: 100px;width: 476px;position: absolute;bottom: 0px;left: 0px;
}
#xgallery div.captionContent {
	z-index: 102;color: white;padding-top: 20px;padding-left: 25px;position:absolute;
}
#xgallery div.captionContent a {
	color: white;
}
#xgallery div.captionNavigation {
	z-index: 102;color:white;font-weight: bold;position: absolute;top: 60px;left: 420px;
}
#xgallery div.captionNavigation a {
	text-decoration:none;color:white;
}

#xgallery div.captionContent p {
	color: white;
}