@CHARSET "ISO-8859-1";

/*********** left column ***********/
/* RRR
 * used in /newtek/about/careers.php
 * (wrapper required to float all columns left without messing with the rest of the css in main)
 */
#nav_wrapper {
	float: left;
}

/*********** end left column ***********/


/*********** middle column ***********/

/* RRR
 * used in /newtek/about/careers.php
 * this content is floated left to support 3 column layouts
 * (with all columns having fixed width and floated left)
 */
#content_about {
	float: left;
	width: 530px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 1em;
	padding-right: 1em;
}
#content_about a:link {
	color: #4473C1;
	text-decoration: none;
	font-weight:bold;
}


#content_about a:hover {
	color: #000000;
	text-decoration: underline;
		font-weight:bold;
}
#content_about a:visited{
	color: #4473C1;
	/*	padding-left: 12px;
	background-image: url(../images/linkcheck.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	text-decoration: none;
		font-weight:bold;
}
/*********** end middle column ***********/


/*********** right column ***********/

/* RRR
 * used in /inc/rightCol_about.php
 */
#right_about {
	float: left;
	position: relative;
	width: 180px;
	margin-left: 
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
}

/* RRR
 * used in /inc/rightCol_about.php
 */
#right_about ul {
	list-style: none;
}

/*********** end right column ***********/


/*********** about_contact rules ***********/

/*
 * RRR
 * used in /newtek/contact.php
 */
 #email_directory ul {
	list-style: none;
}

/*
 * RRR
 * used in /newtek/contact.php
 */
#email_directory ul li {
	margin-top: 1em;
}

/*
 * RRR
 * used in /newtek/contact.php
 */
#email_directory ul li ul li {
	margin-left: 18em;
	margin-top: -2.2em;
}

/*
 * RRR
 * used in /newtek/contact.php
 */
#newtek_address {
	padding: 1.5em;
	padding-left: 2em;
}

/*********** end about_contact rules ***********/