/* CSS Document */

body {
	margin: 0px;
	overflow: hidden;
}

img {
	border: 0px;
}

/* **************** Home Styles **************** */
#rwHome {
	border: 0px none #ffffff;
	background-color: #ffffff;
	width: 200px;
	height: 40px;
	position: absolute;
	right: 30px;
	top: 5px;
	z-index: 0;
}

html > body #rwHome {
	position: fixed;
}

#rwHome img {
	float: right;
}

#rwHome div {
	border: 1px none #cccccc;
	float: right;
	clear: none;
	position: relative;
}

/* **************** Project Panel Styles **************** */
#rwProjects {
	border: 1px solid #969696;
	border-style: solid solid solid none;
	background-color: #ffffff;
	padding: 0px 0px 0px 10px;
	width: 550px;
	height: 405px;
	position: absolute;
	left: -530px;
	bottom: 30px;
	z-index: 10;
}

html > body #rwProjects {
	position: fixed;
}

#rwProjects div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: left;
	margin: 10px 10px 0px 0px;
}

#rwProjects div.prjPanelOver {
	border: 1px solid #ffffff;
	background-color: #000000;
	cursor: pointer;
}

#rwProjects div.prjPanelClick {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	cursor: pointer;
}

#rwProjects p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}

#rwProjects p.prjTextClick {
	color: #000000;
}

#rwProjects #btnProjects {
	border-style: none none none solid;
	border-left: 1px solid #969696;
	vertical-align: bottom;
	float: right;
	background-color: #ffffff;
	padding: 15px 0px 0px 0px;
	width: 25px;
	height: 390px;
	margin: 0px;
}

#rwProjects #btnProjects:hover {
	cursor: pointer;
}

#rwProjects #prjDetails {
	background-color: #ffffff;
	border: 0px none #ffffff;
	padding: 10px 10px 10px 20px;
	height: 100px;
	width: 220px;
}

#rwProjects #prjDetails #prjDescription {
	background-color: #ffffff;
	border: 0px none #ffffff;
	width: 200px;
	height: 65px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	text-transform: none;
}

#rwProjects #prjDetails #prjLink {
	background-color: #ffffff;
	color: #0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url('images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	float: left;
}

#rwProjects #prjDetails #prjLink.prjLinkOver {
	background-color: #ffffff;
	border: 0px none #ffffff;
	color: #0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}

/* **************** Marathon Panel Styles **************** */
#rwMarathon {
	border: 1px solid #969696;
	border-style: none solid solid solid;
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
	width: 400px;
/*	height: 160px; */
	position: absolute;
	left: 100px;
	top: -140px;
	z-index: 7;
}

html > body #rwMarathon {
	position: fixed;
}

#rwMarathon div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: left;
	margin: 0px 10px 10px 10px;
}

#rwMarathon div.marDIVOver {
	border: 1px solid #ffffff;
	background-color: #000000;
	cursor: pointer;
}

#rwMarathon p {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
}

#rwMarathon div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}
#rwMarathon div p.prjTextOver {
	color: #ffffff;
}

#rwMarathon a.inLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: url('images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

#rwMarathon div a,
#rwMarathon div a p {
	text-decoration: none;
}

#rwMarathon a:hover {
	text-decoration: none;
}

#rwMarathon #btnMarathon {
	float: left;
	border-top: 1px solid #969696;
	border-style: solid none none none;
	background-image: none;
	background-color: #ffffff;
	padding: 0px 10px 0px 0px;
	text-align:right;
	height: 25px;
	width: 390px;
	margin: 0px 0px 0px 0px;
}

#rwMarathon #btnMarathon:hover {
	cursor: pointer;
}

/* **************** About Us Panel Styles **************** */
#rwAboutUs {
	border: 1px solid #969696;
	border-style: solid none solid solid;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 340px;
	height: 240px;
	position: absolute;
	right: -310px;
	top: 60px;
	z-index: 6;
}

html > body #rwAboutUs {
	position: fixed;
}

#rwAboutUs div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: right;
	margin: 10px;
}

#rwAboutUs p {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px 0px 10px;
}

#rwAboutUs div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px;
}

#rwAboutUs #btnAboutUs {
	float: left;
	border-style: none solid none none;
	border-right: 1px solid #969696;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	height: 240px;
	width: 25px;
	margin: 0px 10px 0px 0px;
}

#rwAboutUs #btnAboutUs:hover {
	cursor: pointer;
}

.imgAboutUs {
	position: absolute;
	bottom: 10px;
}

#rwAboutUs a.inLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: url('images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

#rwAboutUs div a,
#rwAboutUs div a p {
	text-decoration: none;
}

#rwAboutUs a:hover {
	text-decoration: none;
}

/* **************** Contact Panel Styles **************** */
#rwContact {
	border: 1px solid #969696;
	border-style: solid solid none solid;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 270px;
	height: 270px;
	position: absolute;
	right: 40px;
	bottom: -240px;
	z-index: 5;
}

html > body #rwContact {
	position: fixed;
}

#rwContact div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: left;
	margin: 0px 0px 10px 10px;
}

#rwContact div.cntDIVOver {
	border: 1px solid #ffffff;
	background-color: #000000;
	cursor: pointer;
}

#rwContact p {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 10px 10px 10px;
}

#rwContact div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	padding: 4px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
}

#rwContact #btnContact {
	border-style: none none solid none;
	border-bottom: 1px solid #969696;
	background-color: #ffffff;
	padding: 0px 0px 0px 10px;
	height: 25px;
	width: 260px;
	margin: 0px 0px 10px 0px;
}

#rwContact #btnContact:hover {
	cursor: pointer;
}

#rwContact a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
}

#rwContact a:hover {
	text-decoration: none;
}

/* **************** Footer Styles **************** */
#rwFooter {
	border: 0px none #ffffff;
	background-color: #ffffff;
	height: 20px;
	position: absolute;
	left: 30px;
	bottom: 5px;
	z-index: 0;
}

#rwFooter a {
	text-decoration: none;
	color: #969696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url('images/bltArrow_Grey.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 10px;
}

#rwFooter a:hover {
	color: #c17729;
	background-image: url('images/bltArrow_Orange.gif');
}

/* **************** Content Area Styles **************** */
#rwContent {
	z-index: 1;
	width: 400px;
	text-align: right;
	height: auto;
	background-color: transparent;
	vertical-align: middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	position: absolute;
	padding-bottom: 25px;
}

#rwContent h4 {
	color: #939393;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	margin: 0px;
}

#rwContent div {
	border: 1px solid #000000;
	background-color: #000000;
	height: 120px;
	width: 118px;
	float: right;
	margin: 10px 0px 0px 10px;
}

#rwContent div.contentDIVOver {
	border: 1px solid #ffffff;
	background-color: #000000;
}

#rwContent div p {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	padding: 4px 0px 0px 4px;
	margin: 0px;
	width: auto;
	clear: none;
}

#rwContent div p.contentTextOver {
	color: #ffffff;
}

#rwContent form {
	margin: 0px;
	padding: 0px;
}

#rwContent p.inputContainer {
	margin: 2px 0px 1px 0px;
	padding: 0px;
	border-style: none none solid none;
	clear: both;
	border-bottom: 2px solid #ffffff;
	height: auto;
	float: right;
	width: 300px;
}

#rwContent p label {
	width: 106px;
	height: 14px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 1px 10px 1px 0px;
	margin: 0px;
	background-color: #000000;
}

#rwContent p input,
#rwContent p textarea,
#rwContent p select {
	width: 178px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #939393;
	margin: 0px;
	border: 1px solid #000000;
	padding: 1px;
	float: left;
}

#rwContent p textarea {
	height: 100px;
}

#rwContent input.btnSubmit {
	height: auto;
	width: auto;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	margin-left: 116px;
	padding: 2px;
	border: 0px none #000000;
}

#rwContent a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	background-image: url('images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

#rwContent a:hover {
	text-decoration: none;
}

#rwContent a.block {
	text-decoration: none;
	color: #939393;
	background-image: none;
}
#rwContent a.block:hover {
	color: #0066FF;
}

#rwContent b.large {
	font-size: 150%;	
}

#rwContent img.inContent {
	float: left;
	margin: 0px 10px 10px 0px;
}

#rwContent div.divider {
	width: 100%;
	text-align: center;
	color: #c3c3c3;
	background-color: transparent;
	height: auto;
	float: none;
	border: 0px none #ffffff;
	padding: 0px;
	margin: 10px 0px;
}

/* **************** Left-Aligned List Styles **************** */
#rwContent span.smList {
	text-align: left;
	width: auto;
	height: auto;
	background-color: transparent;
	border: 0px none #000000;
	float: none;
	display: block;
	margin: 0px 0px 5px 0px;
}

#rwContent span.smList ul a {
	background-image: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}

#rwContent span.smList ul a:hover {
	background-image: none;
	text-decoration: none;
}

#rwContent span.smList ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

#rwContent span.smList ul li {
	background-image: url('images/bltArrows_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 20px;
}

#rwContent span.smList ul ul {
	padding: 2px 0px 5px 10px;
}

#rwContent span.smList ul ul li {
	background-image: url('images/bltArrow_Blue.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 15px;
}

/* **************** Scroll Styles **************** */

#rwContent #scrContainer {
	width: 385px;
	overflow: hidden;
	clip: rect(0px 400px 300px 0px);
	position: relative;
	background-color: transparent;
	border: 0px none #000000;
	margin: 0px;
	padding: 0px;
	float: left;
}

#rwContent #scrContainer #scrPane {
	position: absolute;
	width: 375px;
	height: auto;
	background-color: #ffffff;
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
}

#rwContent div#scrButtonUp,
#rwContent div#scrButtonDown {
	float: right;
	width: 11px;
	height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#939393;
	border: 0px none #000000;
}

#rwContent #scrButtonUp.scrButtonUp_over,
#rwContent #scrButtonDown.scrButtonDown_over {
	width: 11px;
	height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#939393;
	border: 0px none #000000;
	background-color: #000000;
}

#rwContent #scrBar {
	padding: 0px;
	margin: 0px;
	width: 11px;
	background-color: #ffffff;
	background-image: url('images/bgScrollBar.gif');
	background-repeat: repeat-y;
	border: 0px none #000000;
}

#rwContent #scrButtonUp #btnSCR_Up,
#rwContent #scrButtonDown #btnSCR_Down {
	background-image: none;
	padding: 0px;
}