/*html tags*/

body {
	margin: 0; padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #292929;
}

a { color: blue; }
a:hover { color: #E80176; text-decoration: underline; }
form { margin: 0; padding: 0; }
caption { text-align: left; padding: 4px; border: 1px solid #dadada; margin-bottom: 5px; }
input, select, textarea { font-size: 11px; }
h2 { font-size: 13px; }
img { border: none; }
form { margin: 0; padding: 0; }
fieldset {
	font-size: 10px; margin-bottom: 7px; border: 1px solid #dedede;
}

dl {
	margin: 0;
	padding: 0;
}

dt, dd {
	display: block;
	padding: 2px;
}

dt {
	 font-weight: bold; font-size: 11px; color: #000;
}

dd {
	margin-left: 0; font-size: 10px;
}


/*ids*/
#canvas {
	width: 100%;
	background: #fff;
	margin: 0; padding: 0;
	text-align: center;
}

#page,  #homepage  {
	display: block;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#page {
	background: #fff;
}

#header {
	display: block;
	width: auto;
}

#homeheader {
	padding: 10px;
	height: 70px;
}

#header {
	height: 120px;
}

.logo {
	display: block;
	height: 70px;
	width: 650px;
	background: #000 url(../img/rgd-logo-290.gif) no-repeat;	
}

.logo strong {
	display: block;
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	display: block;
	width: 100px;
	height:1px;
}


#navigation {
	display: block;
	width: 775px;
	height: 15px;
	background: #232323;	
	border-top: 1px solid #5F6465;
	border-bottom: 1px solid #5F6465;
	background: url(../img/bg.jpg) repeat-x;
}


#navigation ul,#navigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
}


#navigation ul li a {
	float: left; 
	padding: 1px 20px 0px 20px;
	text-decoration: none;
	color: #131259;
	font-size: 10px;
	font-weight: bold;
	background: url(../img/bg.jpg) repeat-x;
	height: 18px;
	
	/*only ie gets this style*/
	\height:15px;/* for ie5 */
	he\ight:14px;/* for ie6 */
}

#navigation ul a:hover {
	background: url(../img/bg-hover.jpg) right bottom;
	color: #FFF; 
}

#navigation ul li.activelink a,#navigation ul li.activelink a:hover {
	background: #0077FC url(../img/bg-hover.jpg);
	color: #fff;
}

#navigation ul li a.current {
	background: #0077FC url(../img/bg-hover.jpg);
}

#bannerhome {
	display: block;
	height: 380px;
	width: 775px;
	background: #232323 url(../img/banner-home.jpg);
	margin: 0;
}

#bannerinside h1, #bannerhome div {
	position: absolute;
	width: 100px;
	height: 100px;
	overflow: none;
	left: -9999px;
}

#bannerinside { 
	width: auto; 
	height: 246px; 
}




#location {
	display: block;
	height: 23px;
	width: 775px;
	background: #232323 url(../img/location-bg.gif);
	margin: 0;
}

#location div {
	padding: 4px 7px 0px 7px;
	color: #fff;
	font-size: 10px;
	margin: 0;
}

#location div a {
	color: #E80176;
}



#secondarynav {
	float: left;
	width: 185px;
	font-size: 10px;
	/*only ie gets this style*/
	\width:186px;/* for ie5 */
	w\idth:185px;/* for ie6 */
}

#secondarynav ul, #secondarynav ul li ul { 

}

#secondarynav ul {
	list-style-type: none;
	margin:0; padding:0;
}

#secondarynav ul li a {
	font-weight: bold;
	display: block;
	width: auto;
	padding: 4px 3px 3px 25px;
	background: url(../img/navigation-bullet.gif) no-repeat left;
	border-bottom: 1px solid #cccccc;
	height: 1%;
}

#secondarynav ul li ul {
	list-style-type: none;
	margin:0; padding:0;
}

#secondarynav ul li ul li a {
	display: block;
	width: auto;
	background: url(../img/navigation-sub-bullet.gif) no-repeat left;
	padding: 4px 3px 3px 30px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	height: 1%;
}

#secondarynav ul li ul li ul li a {
	display: block;
	width: auto;
	background: #EEEEEE;
	padding: 4px 3px 3px 40px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	height: 1%;
}


#content strong {
	color: #000;
	font-weight: normal;
}




#content {
	float: left;
	margin: 0;
	width: 495px;
	/*only ie gets this style*/
	\width:496px;/* for ie5 */
	w\idth:580px;/* for ie6 */
	min-height: 225px; 
}

* html #content {
	height: 225px;
}


#content div {
	padding: 10px 20px 20px 20px;
	font-size: 12px;
	line-height: 120%;
}

#content h1 {
	display: block;
	margin: 0;
	width: auto;
	padding: 20px 0px 0px 20px;
	font-size: 14px;
	color: #000;
}

table.joblist { 
	border-collapse: collapse;
	border-top: 1px solid #b3b3b3 ; 
	border-left: 1px solid #b3b3b3 ;
}

table.joblist th, table.joblist td { 
	font-size: 11px;
	padding: 3px;
	border-right: 1px solid #b3b3b3 ; 
	border-bottom: 1px solid #b3b3b3 ;
	width: 25%;
}

#componentcolumn {
	/*position: relative;*/
	float: left;
	width: 193px;
	margin: 0; padding:0;
	/*only ie gets this style*/
	\width:189px;/* for ie5 */
	w\idth:193px;/* for ie6 */
}

#componentcolumn div {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
}

#componentcolumn div h3 {
	font-size: 12px;
	color: #717171;
	margin:  4px 0 0 0;
}

#componentcolumn div# {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
}

#componentcolumn img.prof {
	float: left;
	border: #646E76;
	margin: 0 10px 13px 0;
	clear: both;
	border: 1px #646E76 solid;
}

#componentcolumn p {
	clear: both;
	display: block;
	width: auto;
}

.tname
{
	color: #00B5DD;
	font-style: italic;
}

#footer {
	display: block;
	width: 775px;
	background: url(../img/footer-bg.gif) repeat-x top;
	margin-left: auto;
	margin-right: auto;	
}

#footer div {
	width: auto;
	padding: 2px 8px 2px 12px;
	font-size: 10px;
	color: #737373;
}

#footer div a { color: #fff; text-decoration: none; }
#footer div a:hover { color: #E80176; text-decoration: underline; }

/*classes*/


.black {
	background-color: #000;
	color: #fff;
}

.formtable { border-collapse: collapse; width: 100%; }

.formtable td, .formtable th
{
	background: #fff;
	color: #000;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	padding: 8px;
}

.highlight {
	color: red;
}

.pink {
	color: #E80176;
}

.profile-image {
	float: right;
	border: 1px #646E76 solid;
	clear: both;
	margin: 0 0 5px 5px;
}

.tandc  {
	display: block;
	font-size: 10px;
	padding: 10px;
	border: 1px solid #dedede;
}

a.reclogo img  {
	float: left;
	margin: 0 5px 5px 0;
}


#homeheader h1, .access,.hide {
	position: absolute;
	left: -9999px;
}




/*home page specific */

#column {
	display: block;
	float: left;
	width: 325px;
}

#column div {
	padding: 8px 10px 3px 10px;
	font-size: 11px;
}

#column div p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 11px;
}

#advcolumn h4 {
	font-weight: bold;
	font-size: 12px;
	color: #E9007B;
	margin: 3px 0px 3px 8px; padding: 0;
}

#advcolumn {
	display: block;
	float: left;
	width: 225px;
	padding-bottom: 5px;
}

