@charset "utf-8";
* {
	/*border:0; */
	margin: 0;
	padding: 0;
}
/*  from master stylesheet 
FIND AT http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/
html, body {
border:0;
margin:0;
padding:0;
}
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(images/template2/invent-bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #CA2C81;
	margin-bottom: 15px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #CA2C81;
	margin-bottom: 10px;
	margin-top: 20px;
}

p {
	color: #333333;
	line-height: 140%;
	font-size: 90%;
	margin-bottom: 10px;
}
a:link {
	color: #BF3080;
	text-decoration: underline;
}
a:visited {
	color: #CD388C;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


#container {
	width: 1000px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}




#inner_contain {
	width: 1000px;
	background-image: url(images/template2/inner-contain-bg.jpg);
	background-repeat: repeat-y;

}
#top_bar {
	height: 150px;
	background-image: url(images/template2/invent-health-header.jpg);
}
#top_bar h1 {
	font-size: 180%;
	padding-top: 37px;
	padding-left: 0px;
	color: #999999;
	font-family: Tahoma, Verdana, Arial;
	padding-bottom: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 100%;
}
#top_bar h2 {
	font-size: 125%;
	color: #999999;
	font-family: Tahoma, Verdana, Arial;
	float: left;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 100%;
}
#logo {
	height: 150px;
	width: 130px;
	float: left;
}
#logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#top-images {
	float: right;
	height: 150px;
	width: 350px;
	text-align: right;
}




/* ORIGINAL 
#top_nav {
	height: 25px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #9A9A9A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 90%;
	padding-left: 20px;
	float: left;
	width: 980px;
}
#top_nav  a {
	margin-right: 50px;
	margin-left: 0px;
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:visited {
	color: #FFFFFF;
}
#top_nav a:hover {
	color: #CC3288;
}

**********/

/* Start the navigation styles  */

#top-nav {
	height: 25px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #9A9A9A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 80%;
	padding-left: 20px;
	float: left;
	width: 980px;
}

#top-nav li {
list-style: none;

}

#top-nav li a {
color: #FFFFFF;
text-decoration: none;
}

#top-nav li a:hover {
color:#BF3080;
}

#top-nav ul a {
	display: block;
}

#top-nav ul li {
	float: left;
	padding-right:40px;
	padding-left:10px;
}

#top-nav ul li a {
text-align:center;
} 

/****DROP DOWN ***********/
#top-nav ul li ul  {
	padding-top:10px;
	width: 160px;
	background-color: #9A9A9A;
	text-align: left;
	z-index: 2;
}

#top-nav ul li ul a {
	text-align:left;
	display: block;
	margin-left: 0px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;*/
}

#top-nav ul li ul li {
	float: left;
	width: 150px;
	z-index: 2;
	padding-left:5px;
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: clear;
	padding-bottom: 3px;
}

#top-nav ul li ul {
	position: absolute;
	left: -999px;
}

#top-nav ul li.sfhover ul,
#top-nav ul li:hover ul {
	left: auto;
}


#content {
	width: 580px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 30px;
	float: left;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-bottom: 10px;
}
#right_column {
	float: left;
	width: 320px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 0px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.right_boxes {
	border-left-width: 0px;
	border-left-style: solid;
	border-top-color: #D7589D;
	border-right-color: #D7589D;
	border-bottom-color: #D7589D;
	border-left-color: #D7589D;
	padding-bottom: 8px;
	float: left;
	width: 320px;
}
.right_boxes h1 {
	background-image: url(images/template2/right-col-header.jpg);
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 6px;
	min-height: 20px;
	height: 27px;
	text-align: center;
}

.right_boxes p {
	margin-right: 13px;
	margin-left: 15px;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 120%;
}
.right_boxes a {
	text-decoration: underline;
	text-align: right;
	color: #CC3288;
	margin-left: 0px;
	font-size: 100%;
}
.right_boxes  ul {
	color: #333333;
	margin-left: 60px;
	list-style-type: disc;
	line-height: 130%;
	margin-right: 30px;
	margin-top: 10px;
}
.right_boxes li {
	line-height: 100%;
	list-style-position: outside;
}



#footer {
	width: 100%;
	color: #CCCCCC;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #9A9A9A;
	float: left;
	background-image: url(images/template2/inner-contain-bg.jpg);
	background-repeat: repeat-y;
}

#sub-footer {
	width: 1002px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 90%;
	clear: both;
}
#sub-footer p {
	color: #999999;
	font-size: 80%;
	margin-bottom: 0px;
}
#bottom-nav {
	float: left;
	width: 679px;
	background-image: url(images/template2/bottom-nav-background.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 7px;
}
.bottom-nav-box {
	float: left;
	width: 110px;
	margin-left: 11px;
}
.bottom-nav-box h4 {
	color: #666666;
	font-size: 80%;
	margin-bottom: 0px;
	font-weight: bold;
}

.bottom-nav-box p {
	color: #666666;
	font-size: 70%;
	margin-bottom: 0px;
}
.bottom-nav-box a {
	color: #666666;
	text-decoration: none;
}
.bottom-nav-box a:hover {
	text-decoration: underline;
}
/**************/
.bottom-nav-box-narrow {
	float: left;
	width: 90px;
	margin-left: 11px;
}
.bottom-nav-box-narrow h4 {
	color: #666666;
	font-size: 80%;
	margin-bottom: 0px;
	font-weight: bold;
}

.bottom-nav-box-narrow p {
	color: #666666;
	font-size: 70%;
	margin-bottom: 0px;
}
.bottom-nav-box-narrow a {
	color: #666666;
	text-decoration: none;
}
.bottom-nav-box-narrow a:hover {
	text-decoration: underline;
}

#bottom-right-box {
	float: left;
	width: 290px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
#bottom-right-box h4 {
	color: #712F6C;
	font-weight: bold;
	padding-bottom: 4px;
}

#bottom-right-box p {
	color: #712F6C;
	font-size: 70%;
}
#bottom-right-box a {
	color: #712F6C;
}


.spacer {
	height: 0px;
	width: 100%;
	clear: both;
}
#content ul {
	color: #333333;
	margin-left: 60px;
	list-style-type: disc;
	line-height: 130%;
	margin-right: 30px;
	margin-top: 10px;
}
.small_text {
	font-size: 80%;
}
.job_list/* job results page - formatting of boxes */
 {
	background-color: #EEEEEE;
	font-size: 90%;
	padding: 5px;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
}
.form_boxes {
	color: #999999;
}
#flashDiv img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#flashDiv a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#flashDiv {
	background-image: url(images/videos/video_still.jpg);
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.testimonial_box {
	background-color: #E1E1E1;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #D32C81;*/
	background-image: url(images/template/testimonials_background.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #89245C;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999999 4px 4px 8px;
	-moz-box-shadow: #999999 4px 4px 8px;
	-o-box-shadow: #999999 4px 4px 8px;
	-khtml-box-shadow: #999999 4px 4px 8px;
	box-shadow: #999999 4px 4px 8px;
}
.testimonial_box p {
	margin-bottom: 5px;
	font-size: 80%;
}
.testimonial-box-small {
	background-color: #E1E1E1;
	margin-right: 15px;
	margin-left: 15px;
	/*border: 1px solid #D32C81;*/
	background-image: url(images/template/testimonials_background.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #89245C;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999999 4px 4px 8px;
	-moz-box-shadow: #999999 4px 4px 8px;
	-o-box-shadow: #999999 4px 4px 8px;
	-khtml-box-shadow: #999999 4px 4px 8px;
	box-shadow: #999999 4px 4px 8px;
}


#content li {
	margin-bottom: 5px;
}
#left-logos {
	float: left;
	width: 150px;
	margin-top: 15px;
	text-align: center;
}
#left-logos img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#left-column {
	float: left;
	width: 150px;
}
.testimonial_box_narrow {
	background-color: #E1E1E1;
	width: 170px;
	margin-left: 5px;
	/*border: 1px solid #89245C;*/
	background-image: url(images/template/testimonials_background.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	text-align: center;
	border: 1px solid #89245C;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999999 4px 4px 8px;
	-moz-box-shadow: #999999 4px 4px 8px;
	-o-box-shadow: #999999 4px 4px 8px;
	-khtml-box-shadow: #999999 4px 4px 8px;
	box-shadow: #999999 4px 4px 8px;
}
.testimonial_box_narrow p {
	margin-bottom: 5px;
	font-size: 90%;
}
.testimonial_box_narrow_left {
	background-color: #E1E1E1;
	width: 170px;
	/*border: 1px solid #D32C81; */
	background-image: url(images/template/testimonials_background.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	margin-right: 15px;
	text-align: center;
    border: 1px solid #89245C;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #999999 4px 4px 8px;
	-moz-box-shadow: #999999 4px 4px 8px;
	-o-box-shadow: #999999 4px 4px 8px;
	-khtml-box-shadow: #999999 4px 4px 8px;
	box-shadow: #999999 4px 4px 8px;
}
.testimonial_box_narrow_left p {
	margin-bottom: 5px;
	font-size: 80%;
}
#top_bar-NEW {
	height: 121px;
	background-image: url(images/template/invent_top_bar_new-aug10.jpg);
}
#top_bar-NEW  h1 {
	font-size: 175%;
	padding-top: 20px;
	padding-left: 0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 120px;
	padding-bottom: 5px;
}
#top_bar-NEW h2 {
	font-size: 130%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 120px;
	clear: both;
}
.img-right {
	float: right;
	margin-left: 15px;
	border: 1px solid #999999;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #666666 4px 4px 8px;
	-moz-box-shadow: #666666 4px 4px 8px;
	-o-box-shadow: #666666 4px 4px 8px;
	-khtml-box-shadow: #666666 4px 4px 8px;
	box-shadow: #666666 4px 4px 8px;
}
.img-right-no-border {
	float: right;
	margin-left: 15px;
}

.img-left {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #666666 4px 4px 8px;
	-moz-box-shadow: #666666 4px 4px 8px;
	-o-box-shadow: #666666 4px 4px 8px;
	-khtml-box-shadow: #666666 4px 4px 8px;
	box-shadow: #666666 4px 4px 8px;
}
/****JOBE RESULTS **********/
.job_list p {
    margin-bottom:0px;
}
