@charset "utf-8";
/* CSS Document */

@import url("menu.css");

/*GLOBAL
----------------------- */
body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	background: url(../gui/bgMain-02.jpg) top no-repeat #00052e;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.main #topcontent {
	width: 950px;
	margin: 0 auto;
}
.main #toplogo {
	width: 350px;
	height: 73px;
	background: url(../images/logo_RLwhite.png) no-repeat;
	margin: 10px;
	float: left;
}
.main #container {
	width: 950px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.main #header {
	width: 100%;
	height: 200px;
	background: #ebebeb;
	padding: 0;
}
.main #sidebar {
	color: #333;
	float: left;
	width: 215px;
	background: url(../gui/bgSide-01.png) top repeat-x #fff;
	border-right: 1px dashed #eeeeee;
	padding: 0 10px 15px 20px;
}
.main #mainContent {
	padding: 10px 20px;
}
#bgWrapper-friends {
	margin: 0 0 0 250px;
	background: url(../gui/bgFriends-01.jpg) bottom right no-repeat #fff;
	padding: 0 25px 50px 20px;
}
#bgWrapper-connect {
	margin: 0 0 0 250px;
	background: url(../gui/bgConnect-01.jpg) bottom right no-repeat #fff;
	padding: 0 25px 50px 20px;
}
#bgWrapper-learn {
	margin: 0 0 0 250px;
	background: url(../gui/bgLearn-01.jpg) bottom right no-repeat #fff;
	padding: 0 25px 50px 20px;
}
#bgWrapper-service {
	margin: 0 0 0 250px;
	background: url(../gui/bgServe-01.jpg) bottom right no-repeat #fff;
	padding: 0 25px 50px 20px;
}
#bgWrapper-support {
	margin: 0 0 0 250px;
	background: url(../gui/bgSupport-01.jpg) bottom right no-repeat #fff;
	padding: 0 25px 50px 20px;
}
#bgWrapper-contact {
	margin: 0 0 0 250px;
	background: url(../gui/bgContact-01.jpg) bottom right no-repeat #fff;
	padding: 0 25px 50px 20px;
}
#bgWrapper-slideshow {
	margin: 0;
	background: #fff;
	padding: 0 0 0 35px;
}
#splitRight {
	width: 310px;
	float: right;
}
#splitLeft {
	width: 310px;
}
/* FOOTER */
.main #footer {
	background: url(../gui/bgFooter-01.png) #482601;
	border-top: 2px solid #000;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #999;
	width: 900px;
	height: 70px;
	padding: 30px 25px 0 25px;
/*	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
*/
}
#footerleft {
	width: 450px;
	float: left;
	text-align: left;
}
#footerright {
	width: 400px;
	float: right;
	text-align: right;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #999;
}
#footer a:hover {
	text-decoration: none;
	color: #ccc;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
table {
	vertical-align: top;
	font: 11px Tahoma, Geneva, sans-serif;
	line-height: 1.4em;
	color: #000;
}
/* TYPOGRAPHY
----------------------- */
h1 {
	font: 2.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #006699;
	padding: 0;
}
h2 {
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #999;
	padding: 0;
}
h3 {
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
}
h4 {
	font-size: .9em;
	letter-spacing: 2px;
	line-height: .1em;
	color: #587743;
}
.h4color {
	color: #0099CC;
}
strong {
	font-size: 1.2em;
}
.quote {
	background: url(../gui/icon_quote.png) top left no-repeat;
	font: 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0 0 0 35px;
	color: #ccc;
}
.date {
	font-weight: bold;
	background-color: #930;
	display: block;
	text-align: center;
	width: 20px;
	padding: 1px;
	color: #eeeeee;
}
hr {
	border: none 0;
	border-top: 1px dashed #CCC;
	width: 80%;
	height: 1px;
	text-align: center;
}
ul {
	list-style-image: url(../gui/bullet.png);
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	line-height: 1.5em;
}
/* INFO BOXES
----------------------- */
#infobox {
	width: 910px;
	padding: 5px 20px;
	background: url(../gui/bgBox-01.gif) top repeat-x #666666;
	border-top: 1px dashed #000;
	color: #fff;
}
#infobox a:link, #infobox a:visited {
	text-decoration: underline;
	color: #fff;
}
#infobox a:hover {
	text-decoration: none;
	color: #eeeeee;
}
#infobox-content {
	width: 500px;
	margin: 0 0 0 375px;
}
/* BREADCRUMBS
----------------------- */
#breadcrumbs {
	font: 11px Tahoma, Geneva, sans-serif;
	border: none;
	color: #999;
	width: 700px;
	float: right;
	margin: 10px 0 0 0;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #999;
}
#breadcrumbs a:hover {
	text-decoration:underline;
	color:#cc0000;
}
/* FORMS
----------------------- */
input {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #666666;
	background-color: #fff;
	border: 1px #ccc solid;
	height: 16px;
}
.form {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #666666;
	background-color:#fff;
	border: 1px #ccc solid;
	height: 16px;
}
.formbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999 url(../images/bkgdForm.gif) repeat-x left top;
	color: #666666;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../images/bkgdForm.gif) repeat-x left top;
	height: 22px;
}
/* IMAGES
----------------------- */
.imageBorder {
	padding: 2px;
	background: #fff;
	border: 2px solid #ccc;
	margin: 5px 15px;
	float: right;
}
.imageBorder-infobox {
	padding: 2px;
	background: #fff;
	border: 2px solid #ccc;
	margin: 25px 15px 5px 15px;
	float: left;
}
.dkimageBorder {
	border: 4px solid #999;
	margin: 5px 10px;
}
/* LINKS
----------------------- */
.main a:link, .main a:visited {
	text-decoration: underline;
	color: #333;
}
.main a:hover {
	text-decoration: none;
	color: #006;
}.bLink {
	font: bold 13px Georgia, Times New Roman;
}
.bLink a:link, .bLink a:visited {
	color: #999;
	text-decoration: none;
}
.bLink a:hover {
	color: #666666;
	text-decoration: none;
}
.bLink:before {
	content:"[ ";
	color: #ccc;
}
.bLink:after {
	content:" ]";
	color: #ccc;
}
.moreLink a {
	font: bold 12px Tahoma, Geneva, sans-serif;
	float: right;
}
.moreLink a:link, #moreLink a:visited {
	text-decoration: none;
	color: #33CC66;
}
.moreLink a:hover {
	color: #00ff66;
	text-decoration: none;
}
#homeLink {
	background:transparent;
	float: left;
	position: relative;
	margin: 0;
}
/* MILKBOX
----------------------- */
#mbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000; /* opacity: see the js options */
	z-index: 100;
	cursor: pointer;
}
#mbCenter {
	position: absolute;
	z-index: 101;
	overflow: hidden;
	left: 50%;
	top: 10%;
	background-color: #fff;
	border: 5px solid #fff;
	margin: 0;
	padding: 5px;
}
/* loading image */
.mbLoading {
	background: #fff url(../gui/loading.gif) no-repeat center;
}
#mbCanvas {
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
	font-size: 0;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
/* bottom */
#mbBottom {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	padding-top: 8px;
	margin: 0;
}
#mbNavigation {
	float: right;
	width: 27px;
	padding-top: 3px;
	border-left: 1px solid #ccc;
}
#mbCount {
	width:55px;
	overflow: hidden;
	padding-top: 1px;
	float: right;
	text-align: right;
}
#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause {
	outline: none;
	display: block;
	float: right;
	height: 19px;
	cursor: pointer;
}
#mbPrevLink, #mbNextLink {
	width: 15px;
}
#mbPrevLink {
	background: transparent url(../gui/button_prev.gif) no-repeat;
}
#mbNextLink {
	background: transparent url(../gui/button_next.gif) no-repeat;
}
#mbPlayPause {
	width: 13px;
}
#mbPlayPause {
	background: transparent url(../images/button_play-pause.gif) no-repeat;
}
a#mbPrevLink:hover, a#mbNextLink:hover, a#mbCloseLink:hover, a#mbPlayPause:hover {
	background-position: 0 -22px;
}
#mbCloseLink {
	width: 17px;
	background: transparent url(../gui/button_close.gif) no-repeat;
}
#mbDescription {
	margin-right: 27px;
	padding: 0 10px 0 0;
	font-weight: normal;
	text-align: justify;
}