/* CSS Document */

body {
	background:none; 
}

/*a, a img {
	border: none;
}

/********* Layout styles         ************/
/*.outer {
	background: url(../ui/main_content_bg.gif) repeat-y;
	width: 982px;
	margin: 25px auto; /* centers the layout for most browsers */
/*	margin-bottom: 0px;
	text-align: left; /* left-justifies all text. Required since we used text-align:center in the body tag to center the whole layout for IE5 PC */
/*}
/*
#top {
	height: 29px;
	width: 982px;
	margin: 0 auto;
	background: url(../ui/top.jpg) no-repeat;
}

#content {
	background: url(../ui/content_bg.jpg) no-repeat;
	margin-top: -3px;
}

#interior #content {
	background: url(../ui/interior_content_bg.jpg) no-repeat;
	margin-top: -3px;
}

#logo {
	margin-right: 30px;
	width: 318px;
	height: 198px;
}

#content_left {
	float: left;
	width: 628px;
	padding-bottom: 40px;
}

#content_right {
	float: right;
	width: 354px;
}

#contact_block{
	padding: 50px 0px 20px 50px;
}

#interior .testimonial {
	clear: both;
	background: url(../ui/quote.gif) 0px 15px no-repeat;
	border-top: 1px solid #ccc;
	margin: 10px 80px;
}

#interior .testimonial .right {
	text-align: right;
}
*/
#footer {
	background: none;
	color: #444;
}

#footer #footer_left {
	width: 400px;
}

#footer #footer_top {
	background:none;
}

#footer #footer_bottom {
	background: none;
}


#bottom {
	background: none;
}
/*
.clear {
	clear: both;
}

/********* Masthead styles       ************/
/*#masthead {
	margin-left: 29px;
}

#masthead h1 span, #masthead span {
	display: block;
	position: absolute;
	left: -9999px;
}

* html #masthead img {
	padding: 0px;
	margin: 0px;
}

#interior #masthead {
	margin-left: 29px;
}

/********* Navigation styles     ************/
/*#nav {
	list-style: none;
	width: 326px;
	margin-top: 43px;
}

#nav li a {
	display: block;
	height: 49px;
}

#nav li a.home {
	background: url(../ui/home_button_6.jpg) no-repeat;
}

#nav li a.career {
	background: url(../ui/career_button_6.jpg) no-repeat;
}

#nav li a.about {
	background: url(../ui/about_button_6.jpg) no-repeat;
}

#nav li a.network {
	background: url(../ui/network_button_6.jpg) no-repeat;
}

#nav li a.testimonials {
	background: url(../ui/testimonials_button_6.jpg) no-repeat;
}

#nav li a.contact {
	background: url(../ui/contact_button_6.jpg) no-repeat;
	height: 57px;
}

#nav li a:hover.home {
	background: url(../ui/home_button_over.jpg) no-repeat;
}

#nav li a:hover.career {
	background: url(../ui/career_button_over.jpg) no-repeat;
}

#nav li a:hover.about {
	background: url(../ui/about_button_over.jpg) no-repeat;
}

#nav li a:hover.network {
	background: url(../ui/network_button_6.jpg) no-repeat;
}

#nav li a:hover.testimonials {
	background: url(../ui/testimonials_button_over.jpg) no-repeat;
}

#nav li a:hover.contact {
	background: url(../ui/contact_button_over.jpg) no-repeat;
	height: 57px;
}
*/
#footer_nav {
margin-top:-15px;
}

#footer_nav li {
	border-right: 1px solid #444;
}

#footer_nav a {
	color: #444;
}
/*
#footer_nav a:hover {
	color: #0076c0;
}

/********* Heading styles ************/

/*h2 {
	color: #0076c0;
	font-size: 150%;
	font-weight: 300;
	padding: 20px 0 0 80px;
}

/********* Text styles ************/
/*#content_left p {
	margin: 20px 80px 0px 80px;
}

#content_left p.blue {
	color: #0076c0;
	font-size: 130%;
	font-weight:bold;
}

#contact_block p {
	padding-top: 15px;
	font-size: 110%;
}

#interior .testimonial p {
	padding: 0px;
	margin: 18px 5px 15px 20px;
}

/********* Link styles ************/

/*a {
	color: #0076c0;
}

a:hover {
	color: #000;
}

/********* Rule styles ************/

/*#content_left hr {
	border: 0px;
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 20px 80px 0px 80px;
}

/**** random ***/

/*#content_left ul.arrow {
	list-style-image: url(../ui/blue_arrow.gif);
	margin: 10px 80px 0 100px;
}

#content_left ul.arrow li {
	margin-top: 20px;
}

#content_left img {
	margin-right: 80px;
}

img.headshot {
	float: right;
	border: 1px solid #4c4c4c;
	margin: 10px;
}
