@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: 76%;
	line-height: 120%;
	background-color: #F0F0F0;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #CA2C81;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #CA2C81;
}

p {
	color: #666666;
	line-height: 130%;
}
a:link {
	color: #CD388C;
	text-decoration: underline;
}
a:visited {
	color: #CD388C;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


#container {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}




#inner_contain {
	border-top: 1px #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
}
#top_bar {
	height: 121px;
	background-image: url(images/template/invent_top_bar_complete.jpg);
}
#top_bar 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 h2 {
	font-size: 130%;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 120px;
	clear: both;
}


#top_nav {
	background-image: url(images/template/top_nav.jpg);
	height: 19px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 177px;
}
#top_nav a:link {
	margin-right: 45px;
	margin-left: 0px;
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:visited {
	margin-right: 45px;
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a:hover {
	margin-right: 45px;
	text-decoration: none;
	color: #CC3288;
}
#left_nav {
	float: left;
	width: 150px;
	border-top: #666666;
	border-right: 1px solid #666666;
	border-bottom: #666666;
	border-left: #666666;
}
#left_nav h1 {
	color: #FBFBFB;
	background-color: #666666;
	width: 140px;
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
	padding-left: 10px;
	padding-top: 3px;
	min-height: 30px;
}
#left_nav h2 {
	color: #FBFBFB;
	background-color: #666666;
	height: 20px;
	width: 140px;
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
	padding-left: 10px;
	padding-top: 3px;
}

#left_nav p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 200%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E1E1E1;
}

#left_nav a:link {
	color: #848484;
	font-size: 90%;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	line-height: 110%;
	text-decoration: none;
}
#left_nav a:visited {
	color: #848484;
	font-size: 90%;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	line-height: 110%;
	text-decoration: none;
}
#left_nav a:hover {
	color: #848484;
	font-size: 90%;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 3px;
	line-height: 110%;
	text-decoration: underline;
}




#content {
	float: left;
	width: 440px;
	margin-right: 15px;
	margin-left: 25px;
	margin-top: 30px;
}
#right_column {
	float: right;
	width: 150px;
	margin-top: 30px;
	margin-right: 5px;
}
.right_boxes h1 {
	background-image: url(images/template/pink_header_background.jpg);
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 4px;
	min-height: 20px;
}
.right_boxes {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7589D;
	border-right-color: #D7589D;
	border-bottom-color: #D7589D;
	border-left-color: #D7589D;
}

.right_boxes p {
	margin-right: 2px;
	margin-left: 5px;
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.right_boxes a {
	text-decoration: underline;
	text-align: right;
	color: #CC3288;
	margin-left: 40px;
	font-size: 100%;
}

#footer {
	background-color: #9A9A9A;
	height: 30px;
	clear: both;
	width: 100%;
	color: #CCCCCC;
	text-align: center;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer p {
	font-size: 90%;
	color: #FFFFFF;
}

ul {
	color: #666666;
	margin-left: 60px;
	list-style-type: disc;
	line-height: 150%;
	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);
}
.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;
}
.testimonial_box p {
	margin-bottom: 5px;
}

#content li {
	margin-bottom: 5px;
}
#left-logos {
	float: left;
	width: 150px;
	margin-top: 15px;
	text-align: center;
}
#left-column {
	float: left;
	width: 150px;
}
.testimonial_box_narrow {
	background-color: #E1E1E1;
	width: 170px;
	margin-left: 5px;
	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: right;
}
.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: 10px;
}
.testimonial_box_narrow_left p {
	margin-bottom: 5px;
	font-size: 90%;
}
.img-right {
	float: right;
	margin-left: 10px;
}
#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;
}
