/*------------------------------------------------------------------------------------------*/
/*CSS RESET				CSS RESET				CSS RESET				CSS RESET   */
/*------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 12px;
	font-family: Verdana, Corbel, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 150%;
	color: #fff;
	background: #6b0707 url(../images/bg-main.jpg) repeat-x;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.wrapper {
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
}

.main {
	background: #000;
}

.no_show {
	text-indent: -9999px;
}
.clear {clear:both;}
a {color:#5988e4;}a:hover{text-decoration:none;}
/*------------------------------------------------------------------------------------------*/
/*HEADER STYLE				HEADER STYLE				HEADER STYLE				  */
/*------------------------------------------------------------------------------------------*/
#top_header {
	height: 110px;
}

#logo {
	background: url(../images/logo-invision.jpg) no-repeat;
	width: 266px;
	height: 62px;
	float: left;
	display: inline;
	margin: 22px 0;
}

#contact_jodi {
	float: right;
	display: inline;
	background: url(../images/image-jodi.gif) no-repeat;
	padding-left: 58px;
	height: 62px;
	margin: 22px 0;
	padding-top: 6px;
}

#contact_jodi li {
	font-size: 1.05em;
	line-height: 130%;
}

#contact_jodi li a { color: #fff; }

#contact_jodi li a:hover {text-decoration: none;}

img#chat_live {
	float: right;
	margin: 37px 15px 0 0;
}

/*------------------------------------------------------------------------------------------*/
/*STYLE			STYLE				STYLE				STYLE			  */
/*------------------------------------------------------------------------------------------*/

#nav {
	height: 32px;
	background: url(../images/bg-nav.jpg) repeat-x;
	width: 100%;
	z-index:100;
}

#nav ul li ul li a {
	background: #6a0807;
}

#nav ul li ul li a:hover {
	background: #3e0e0d;
}

#nav li {
	float: left;
	display: inline;
	position: relative;
	z-index: 100;
}

#nav li a {
	display: block;
	font-size: 1.0em;
	line-height: 100%;
	padding: 10px 16px;
	position: relative;
	text-decoration: none;
	color: #fff;
	background: url(../images/bg-nav.jpg) repeat-x;
	margin: 0px;
}

#nav li a.first {
	margin 0px;
}

#nav li a.active, #nav li a:hover {
	background: url(../images/bg-nav-hover.jpg) repeat-x;
}

#header {
	display: block;
	position: relative;
	height: 312px;
	padding: 10px 0 8px;
	border-bottom: #bc1212 5px solid;
	width: 100%;
	background: #000;
}

#header img {
	float: left;
	display: inline;
}

#openings {
	float: right;
	display: inline;
	margin-right: 5px;
}

#openings li {
	display: block;
	width: 303px;
	height: 71px;
	margin-bottom: 9px;
}

#openings li a {
	display: block;
	height: 71px;
}

#openings li#rg_op {background: url(../images/image-tab.jpg) no-repeat 0 0; }
#openings li#rg_op:hover {background: url(../images/image-tab.jpg) no-repeat -303px 0; }
#openings li#cl_op {background: url(../images/image-tab.jpg) no-repeat 0 -71px; }
#openings li#cl_op:hover {background: url(../images/image-tab.jpg) no-repeat -303px -71px; }
#openings li#qa_op {background: url(../images/image-tab.jpg) no-repeat 0 -142px; }
#openings li#qa_op:hover {background: url(../images/image-tab.jpg) no-repeat -303px -142px; }
#openings li#mw_op {background: url(../images/image-tab.jpg) no-repeat 0 -213px; }
#openings li#mw_op:hover {background: url(../images/image-tab.jpg) no-repeat -303px -213px; }

#head_post {
	float: right;
	display: inline;
	margin-right: 5px;
}

#head_post {
	float:left;
	width:320px;
}
/*------------------------------------------------------------------------------------------*/
/*LEFT AND RIGHT COLUMN STYLE				LEFT AND RIGHT COLUMN STYLE				  */
/*------------------------------------------------------------------------------------------*/

#lft_col {
	width: 555px;
	float: left;
	display: inline;
	clear: both;
	padding-bottom: 30px;
}

#rt_col {
	float: right;
	display: inline;
	width: 300px;
}

h1, h2, h3 {
	border-bottom: #bc1212 1px solid;
	margin:10px 0;
}

.rt_h {text-align: right;}

h1 span, h2 span {
	color: #fff;
	background: #bc1212;
	display: inline-block;
	padding: 10px;
	text-shadow: 2px 2px 0 #000;
}

h1 span {font-size: 1.7em;}
h2 span {font-size: 1.3em;}
h3 span {font-size: 1.1em;}

img.graph {
	float: left;
	display: inline;
	margin: 20px 5px;
}

p { padding: 0 10px; }

#lft_col p {
	margin-bottom: 20px;
}

a.read_more {
	color: #5988E4;
	text-decoration: none;
	background: #171717 url(../images/bg-rm.jpg) no-repeat center right;
	padding: 0 18px 0 10px;
	font-size: 0.9em;
	float: right;
	display: inline-block;
	margin: 10px 0;
}

a.read_more:hover {
	text-decoration: underline;
}

#pos_filled li.even {
	background: #111111;
}

#pos_filled li {
	margin: 5px 0;
	padding: 5px 0;
}

#pos_filled li p {
	font-size: 0.9em;
	line-height: 200%;
}

#pos_filled li p.pos_left {
	width: 115px;
	text-align: right;
	color: #bc1212;
	float: left;
	padding: 0px 6px 0 0;
}

#rt_col ul#staff {margin: 0px; padding: 0px;}

#rt_col ul#staff li {
	float: left;
	display: inline;
	width: 256px;
	height: 122px;
	background: url(../images/staff-photos/bg-staff-badge.gif) 0 0 no-repeat;
	padding: 16px 0 0 11px;
	margin: 0 5px 0 0;
	text-indent: 0;
}

ul#staff li img {
	float: left;
	margin-right: 6px;
	border: 1px solid #333;
}

ul#staff li span {
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

ul#staff li a:hover {text-decoration: none;}

a.rm_st {
	float: right;
	color: #fff;
	padding-right: 13px;
}

.staff_page img.mug_staff {
	margin: 0 15px 15px 0;
	float: left;
}

#lft_col ul {
	margin: 0 0 10px 30px;
}

#lft_col li {
	margin: 5px 0;
	text-indent: -10px;
}

p.testi {
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 13px;
	text-indent: -13px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	font-size: 90%;
	font-size: 105%;
}

p.testi.last {border: none;}

/*------------------------------------------------------------------------------------------*/
/*FORM STYLE			FORM STYLE				FORM STYLE					  */
/*------------------------------------------------------------------------------------------*/

#contact_form {margin-bottom: 40px; float: right;}

#contact_form label, #rt_col form#rc-form label  {
	width: 220px;
	text-align: right;
	color: #BC1212;
	display: inline;
	font-weight: bold;
	font-size: 130%;
	float: left;
	margin-right: 5px;
}

#rt_col form#rc-form label {
	width:100px;
	font-size: 100%;
}

#contact_form input, #contact_form select, #contact_form textarea, #rt_col form#rc-form input {
	display: inline;
	float: left;
	width: 290px;
	margin: 0 0 14px;
	padding: 3px 1px;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	color: #171313;
}

#rt_col form#rc-form input {
	width: 175px;
	padding: 2px 1px;
}

#contact_form select { width: 295px;}

#contact_form textarea#comments {
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	overflow-y: scroll;
	height: 120px;
}

#contact_form input#submit, #rt_col form#rc-form input#submit {
	float: right;
	margin: 0 38px 0 0;
	height: 25px;
	border: 1px solid #252121;
	border-bottom: none; border-right: none;
	padding-bottom: 23px;
	background: #333;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	width: 287px;
}

#rt_col form#rc-form input#submit {
	width: 184px;
	padding-bottom: 23px;
	margin: 0 12px 0 0;
}

#contact_form input#submit:hover {
	background-color: #494949;
	outline: none;
}

#lft_col #error_message {
	border: 1px dashed #BC1212;
	margin: 0 0 30px;
	padding-left: 20px;
	list-style-type: disc;
	background: #111;
}

#lft_col #error_message li {text-indent: 0px;}

#choose_r_one, #choose_r_two {
	float: left;
	display: inline;
	width: 250px;
}

#cand_form {
	margin-bottom: 10px;
}

#lft_col #cand_form label {
	display: block;
	width: 130px;
	text-align: left;
	margin: 0 0 0 40px;
	padding: 10px 0 10px 15px;
	border: none;
	border-bottom: 1px solid #333;
	height: 18px;
	line-height: 130%;
	position: relative;
	margin-top: 0px !important;
}

#cand_form label:hover {background-color: #111;}

#cand_form input {
	float: left;
	text-align: left;
	margin: 9px 0 0 20px;
	vertical-align:top;
}

#cand_form input.query {
	height:20px;
	padding: 5px 5px 3px;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
}

input#submit {
	background: #BC1212;
	border: #cb2929 1px solid;
	border-bottom: 1px solid #911010;
	border-right: 1px solid #911010;
	margin: 20px 0 0;
	width: 130px;
	outline: none;
	cursor: pointer;
	color: #fff;
	height: 24px;
	text-transform: uppercase;
	text-align: center;
}

input#submit:hover {
	background: #911010;
	border: #BC1212 1px solid;
	border-bottom: 1px solid #911010;
	border-right: 1px solid #911010;
}

#rc-form {margin-bottom: 30px;}

/*------------------------------------------------------------------------------------------*/
/*FOOTER STYLE			FOOTER STYLE				FOOTER STYLE					  */
/*------------------------------------------------------------------------------------------*/

#footer {
	border-top: #6b0707 5px solid;
	background-color: #000;
	margin-bottom: 30px;
	padding: 15px 10px 15px;
}

#footer ul li {
	display: inline;
	float: left;
	width: 165px;
}

#footer ul li#lt_ft {
	width: 300px;
	float: right;
}

#footer ul li a, #footer ul li p {
	display: block;
	margin-left: 20px;
	padding: 0px;
}

#footer h4 {
	color: #BC1212;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}

#copy_r {padding-top: 10px;}

#copy_r p {float: left;}

#copy_r p#tri_f {
	float: right;
	color: #fff;
}
#copy_r p#tri_f img {vertical-align: middle;}
#copy_r p#tri_f a {
	color: #fff;
}


#chat_button {
	background: url(../images/image_presence_live_chat.aspx.jpeg) no-repeat 0 0;
	float:right;
	margin:37px 15px 0 0;
	width: 180px;
	height: 48px;
}




























