html {
     overflow: -moz-scrollbars-vertical;
}
body {
	
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/newBackground.jpg);
	background-position:top;
	background-color:#f8fbec;
	
	background-repeat:repeat-x;
	
}
a{color:#009999;}
p{color:#000000;}

li a{text-decoration:none;}
li {font-size:12px;}

tr {font-family: Arial, Helvetica, sans-serif;

}
td {font-family: Arial, Helvetica, sans-serif;

}
/* ----------------------------------
	Career Opportuniity Buttons 
	----------------------------------- */
.bigrollovers
{
  display: block;
  width: 232px;
  height: 38.5px;
  background:url(images/big-BTN.png) no-repeat 0 0;
  padding-left:5px;
  text-decoration:none;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  text-align:left;
  text-indent:2px;

}
.bigrollovers p{
	font-size:16px;
	padding-top:10px;
	margin-top:-1px;
}
.bigrollovers:hover
{ 
  background-position: 0 -38.5px;
}

.bigrollovers span
{
  position: absolute;
  top: -999em;
}

/* ----------------------------------
		Right Side Bar 
	----------------------------------- */
.rollovers
{
  display: block;
  width: 150px;
  height: 25px;
  background:url(images/sideBarBTN.png) no-repeat 0 0;
  padding-left:5px;
  text-decoration:none;
  color:#000000;
  font-weight:bold;
  font-size:12px;
  text-align:left;
  text-indent:2px;

}
.rollovers p{
	padding-top:5px;
	margin-top:-1px;
}
.rollovers:hover
{ 
  background-position: 0 -25px;
}

.rollovers span
{
  position: absolute;
  top: -999em;
}


.sideBarImage{background:url(images/RJWWebsite_ConnectingYouWithYourCustomers.jpg);
			height:350px;
			width:150px;
			border:thin #000000;
			border:solid;
			border-width:thin;
			 
}
/* ---------------------------------- 
     Forms
	----------------------------------- */
#usernameForm{
	float:right;
	width:500px;
	height:30px;
}



.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	width: 400px;
	border: 1px solid #CCCCCC;
}
.textfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
}


/* ---------------------------------- 
           Main
	----------------------------------- */
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: lightgray;
}
.bgleftbordergreen {
	background-image: url(images/greenborder-left.jpg);
	background-repeat: repeat;
}
.bgnavgreen {
	background-image: url(images/nav-filler.jpg);
	background-repeat: repeat;
}
.maintextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009999;
	line-height: 20px;
	font-weight:bold;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009999;
}
.formsbg {
	background-image: url(images/bg-form.jpg);
}
input {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	padding: 2px;
	position: relative;
	margin: 2px;
}
.inputwidth {
	width: 140px;
}
.rulelinetop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.HeaderGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.rulelineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.requiredfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

/* ---------------------------------- 
        Footer
	----------------------------------- */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;

}
.footer a {
	color: #cccccc;
	text-decoration:none;
}
.footer a:hover{
	color: #009999;
}

.footerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
.footerline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color:#cccccc;
	font-size:10px;
}
.footerline2 {
	border-bottom-width: 1px;
	color:#cccccc;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size:12px;
}
.footerseparator {
	height: 100%;
	font-size: 95%;
	color: #000;
}

