/* 

Site: Advocate Rx 
Author: Mark Schuber, Busines Consultant, Perficient Inc. 

*/

/* css Reset Start */

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: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* css reset End */

/* base Start */

body {
	background: #799ecb url(../images/bg.png) repeat-x top left;

	text-align: center;
	font-family: Arial,Verdana,sans-serif;
	color: #333;
	font-size: 11px;
}

div#primaryWrap {
	margin: 0 auto;
	text-align: left;
	width: 963px;
	padding-bottom: 15px;
	background: #fff;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

div.clear {
	clear: both;
}

/* base End */

/* header Start */

div#header {
	padding-bottom: 24px;
}

div#header div#logo {
	float: left;
	height: 51px;
	width: 187px;
	margin: 16px 0 0 0;
	position: relative;
	left: 18px;
}

div#header div#logo h1 {
	width: 100%;
	height: 51px;
}

div#header div#logo h1 a {
	display: block;
	width: 100%;
	height: 51px;
}

div#header div#globalNav {
	float: right;
	margin: 20px 20px 0 0;
}

div#header div#globalNav ul {
	float: left;
	}
	
div#header div#globalNav ul li {
	float: left;
	padding: 0 0 0 11px;
	margin-left: 10px;
	background: url(../images/globalNavDivider.png) no-repeat center left;
	}
	
div#header div#globalNav ul li.first {
	margin-left: 0;
	padding: 0;
	background: none;
	}	
	
div#header div#globalNav ul li.last {
	border-right: none;
	padding: 0 0 0 10px;
}
	
div#header div#globalNav ul li a {
	color: #666;
	text-decoration: none;
}

div#header div#globalNav ul li a:hover{
	color: #039;
	text-decoration: none;
}

div#header div#search {
	float: right;
	clear: right;
	margin: 25px 18px 0 0;
}

div#header div#search span {
	font-size: 15px;
	display: block;
	line-height: 24px;
	margin-right: 5px;
	float: left;
	color: #999;
}

div#header div#search input {
	border:#CCC 1px solid;
	background: #fff;
	float: left;
	height: 19px;
	width: 160px;
}

div#header div#search a {
	background: url(../images/searchArrow.png) no-repeat top left;
	display: block;
	width: 18px;
	height: 19px;
	float: left;
	text-indent: -9999px;
	margin: 2px 0 0 6px;
}

/* primaryNav Start  */ 

div#primaryNav {
	width: 945px;
	clear: both;
	border: #d9d9d9 1px solid;
	margin-left: 8px;
}

div#primaryNav ul {
	width: 943px;
	display: block;
	height: 3.5em;
	float: left;
	background: url(../images/navTile.png) repeat-x top left;
	border: #fff 1px solid;
	}

div#primaryNav ul li {
	float: left;
}

div#primaryNav ul li a {
	padding:0 10px 0 10px;
	display: block;
	font-size: 14px;
	line-height: 39px;
	color: #666;
	font-weight: bold;
	background: url(../images/navDivider.png) no-repeat center left;
	text-decoration: none;
}

div#primaryNav ul li.first a {
	background: none;
	text-decoration: none;
	}
	
div#primaryNav ul li.selected a {
	/*background: none;*/
	color: #039;
	text-decoration: none;
	}


div#primaryNav ul li a:hover {
	color: #039;	
	text-decoration: none;
}

/* primaryNav End  */ 

/* subNav Start */

div#subNav {
	width: 945px;
	height: 2.2em;
	margin-left: 9px;
	margin-top: 2px;
	margin-bottom: 1px;
	background-image: url(../images/subNav_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: #d9d9d9 1px solid;
}

div#subNav ul {
	float: left;
}

div#subNav ul li {
	float: left;
}

div#subNav ul li a  {
	float: left;
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 24px;
	padding: 0 11px 0 12px;
	background: url(../images/subNavDivider.png) no-repeat left center;
}

div#subNav ul li a:hover,div#subNav ul li.selected a {
	color: #a7f1b5;
}

div#subNav ul li.first a {
	background: none;
	padding: 0 11px 0 0;
	margin-left: 23px;
}

div#subNav ul li.selected a {
	background: none;
	color: #a7f1b5;
}

/* subNav End */

/* flash Start */

div#flash {
	width: 945px;
	margin-left: 8px;
	border: #d9d9d9 1px solid;
}

div#banner {
	width: 945px;
	margin-left: 8px;
}

/* flash End */

div#contentWrap {
	background: url(../images/contentHomeTile.png) repeat-y top left;
	width: 947px;
	margin-left: 8px;
	border-bottom: #d9d9d9 1px solid;
}

div#subPage div#contentWrap, body#subPage div#contentWrap {
	background: url(../images/contentSubPageTile.png) repeat-y top left;
}


div#contentTile {
	background: url(../images/contentHome.png) no-repeat top left;
	padding-bottom: 20px;
	
}

div#subPage div#contentTile, body#subPage div#contentTile  {
	background: url(../images/contentSubPage.png) no-repeat top left;
	}
	
div#columns {
	width: 685px;
	float: left;
}

div#subPage div#columns, body#subPage div#columns {
	width: 685px;
	}
	
div#primary {
	float: left;
	width: 213px;
	margin-left: 15px;
}

div#subPage div#primary, body#subPage div#primary {
	width: 145px;
}

div#secondary {
	float: right;
	width: 400px;
	margin-right: 38px;
	}
	
	div#secondary #header {
	font-weight: bold;
	}

div#subPage div#secondary, body#subPage div#secondary {
	width: 475px;
	margin-right: 0;
	}
	
div#subPage div#secondary, body#subPage div#secondary p {
	font-size: 10px;
	}	
div#subPage div#secondary, body#subPage div#secondary #italic {
	font-style: italic;
	}
	
div#subPage div#secondary ul li p, body#subPage div#secondary ul li p {
	line-height: 10px;
	}
		
div#tertiary {
	width: 225px;
	float: right;
	margin-right: 19px;
	padding-top: 18px;
}	

div#subPage div#tertiary, body#subPage div#tertiary  {
	width: 179px;
	padding-top: 28px;
	margin-right: 17px;
	}
	
div.quote {
	width:70px;
	margin-top: 15px;
	/*background-image: url(images/quoteStart.png);
	background-repeat: no-repeat;
	background-position: 10px 26px;*/
	float: left;
}

div#secondary div.quote {
	width:170px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}


div#subPage div#secondary div.quote, body#subPage div#secondary div.quote {
	margin-left: 10px;
	width: 210px;
}

div#tertiary div.quote {
	width: 225px;
	margin-top: 5px;
	margin-bottom: 20px;
}

div.quote blockquote {
	color: #525151;
	text-indent: 23px;
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia,Times,serif;
	/*background-image: url(images/quoteEnd.png);
	background-repeat: no-repeat;
	background-position: 195px 100px;*/
}

div#secondary blockquote {
	font-size: 14px;
	color: #333;
	}

div.quote span {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	display: block;
	margin-top: 10px;
}

div#secondary h2 {
	color: #264a96;
	font-size: 16px;
	font-family: Arial Black,Arial,Verdana,sans-serif;
	margin: 20px 0 10px 0;
	}

div#secondary h2 span {
	color: #999;
	font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 10px 0 0px 0;
	display: block;
	font-weight: normal;
	line-height: 14px;
	}
	
div#secondary div#quote {
	color: #666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0 0;
	font-style: italic;
	display: block;
	line-height: 14px;
}

div#secondary p span {
	color: #333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	margin-top: 5px;
	padding-left: 20px;
}

div#secondary span h3 {
	color: #333;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	margin: 20px 0 10px 0;
	font-weight: bold;
	}
	
div#secondary .footnote {
	color: #666;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	}

div#secondary h3 {
	color: #264A96;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	margin: 20px 0 10px 0;
	font-weight: bold;
	}
	
#superscript {
	font-size: 9px;
	vertical-align: super;
	display: inline-block;
	margin-top: -10px;
}
	
div#secondary #superscript {
	font-size: 9px;
	vertical-align: super;
	display: inline-block;
	margin-top: -10px;
}

div#tertiary #superscript {
	font-size: 9px;
	vertical-align: super;
	display: inline-block;
	margin-top: -10px;
}
	
div#secondary h3 a {
	color: #264A96;
	text-decoration: none;
	}

div#secondary h3 a:hover {
	color: #666;
	text-decoration: none;
	}

div#secondary h3 span {
	color: #264a96;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
	margin-left: 30px;
	display: block;
	}

div#secondary div.image {
	width: 100px;
	height: 100px;
	border: #666 1px solid;
	float: right;
	background: #ececec;
	text-align: center;
	margin-left: 5px;
	font-size: 15px;
	line-height: 20px;
}

div#secondary div.image p {
	margin-top: 20px;
	}
	
div#secondary p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}

div#subPage div#secondary p, body#subPage div#secondary p {
	line-height: 20px;
	font-size: 13px;
	}
div#subPage div#secondary ul li p, body#subPage div#secondary ul li  {
	line-height: 20px;
	font-size: 13px;
	}
	
div#secondary ul.list {
	
}

div#secondary ul.list ul p a {
	font-size: 14px;
	color:#666;
	display: block;
	padding-top: 10px;
	font-weight: bold;
}

div#secondary ul.list ul li {
	background: url(../images/arrow.png) no-repeat 10px 1px;
	margin-top: 10px;
	line-height: 16px;
	font-size: 13px;
}

div#secondary ul.list ul li #body{
	margin-top: 10px;
	line-height: 18px;
	font-size: 13px;
	margin-left: 30px;
}

div#secondary ul.list ul li a {
	color: #264a96;
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-left: 30px;
	text-decoration: none;
}

div#secondary ul.list ul li a:hover {
	color: #999;
}

/* Case Studdies */

div#secondary ul.caseStudies {
}

div#secondary ul.caseStudies li img {
	padding-left: 0;
	margin-top: 10px;
	width: 111px;
	position: relative;
}

div#secondary ul.caseStudies li a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}

div#secondary ul.caseStudies li p {
	color: #666;
	margin-left: 40px;
}

/* End Case Studdies */

div#secondary div.caseStudy {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#secondary div.caseStudy img {
	display: block;
	width: 25%;
}

div#secondary div.caseStudy h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
}

div#secondary div.caseStudy span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

/*---------------------*/
div#secondary div.people {
	display: block;
	padding-top: 10px;
}

div#secondary div.people img {
	display: block;
}

div#secondary div.people h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#secondary div.people span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 16px;
}

div#secondary div.people p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	margin-top: 10px;
}

div#secondary div.people span a {
	color: #06C;
	text-decoration: underline;
}

div#secondary div.people ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0 20px;
	list-style-type: disc;
}

div#tertiary  h3 {
	background: url(../images/rightBar.png) no-repeat top left;
	width: 100%;
	line-height: 23px;
	font-family: Arial Black,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #fff;
	text-indent: 7px;
}

div#tertiary  h3 a{
	line-height: 23px;
	font-family: Arial Black,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #fff;
	text-indent: 7px;
}

div#home div#tertiary  h3, body#home div#tertiary  h3 {
	background: url(../images/rightBarHome.png) no-repeat top left	
}

div.news {
	
}

div.item {
	padding-left: 9px;
}

div.news div.item {
	border-bottom: #97D5AE 1px solid;
	padding-bottom: 11px;
}

div.news div.last {
	border-bottom:none;
	}

div.listItems div.item {
	padding-top:8px;
	padding-bottom: 8px;
	border-bottom: #97D5AE 1px solid;
}

div.listItems div.last {
	border-bottom:none;
	}

div.news div.item span.date {
	display: block;
	font-size: 10px;
	margin-top: 11px;
	margin-bottom: 3px;
	font-family: Arial Black,Arial,Verdana,sans-serif;
	color: #333333;
	}

div.news div.item a {
	font-size: 12px;
	line-height: 18px;
	color: #264a96;
	text-decoration: none;
}	

div.news div.item a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
}	

div.listItems div.item a {
	font-size: 12px;
	background: url(../images/caseStudies_arrow.png) no-repeat 1px 1px;
	padding-left: 15px;
	display: block;
	padding-bottom: 10px;
	}
	
	div.listItems div.item ul li a {
	font-size: 12px;
	color: #264a96;
	text-decoration: none;
	}
	
	div.listItems div.item ul li a:hover {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	}
	
	div.listItems div.item a {
	font-size: 12px;
	line-height: 18px;
	color: #264a96;
	text-decoration: none;
	}
	
	div.listItems div.item a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
	}
	
div#leftNav {
	width: 100%;
	margin-top: 30px;
}	

div#leftNav ul {
	width: 100%;
	}
	
div#leftNav ul li {	
	
}

div#leftNav ul li a {	
	line-height: 18px;
	width: 100%;
	display: block;
	border-top: #b2dac1 1px solid;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 6px 0 7px 1px;
	font-family: Arial,Verdana,sans-serif;
	text-decoration: none;
}


div#leftNav ul li a:hover {
	color: #53a373;
	text-decoration: none;
	}

div#leftNav ul li.selected a,div#leftNav ul li.selected a:hover {
	background: url(../images/navArrow.gif) no-repeat 3px 11px;
	padding: 6px 0 7px 17px;
	color: #53a373;
	text-decoration: none;
}

/* -- Search Jobs -- */

div#searchJobsWrap {
	float: left;
	display: block;
}

div#searchJobsWrap .searchJobs {
	float: left;
	display: block;
}

div#searchJobsWrap .searchJobs li {
	list-style-type: none;	
}

div#searchJobsWrap .searchJobs li a {
}

div#searchJobsWrap .searchJobs span {
	padding-right: 0px;
	position: relative;
	top: 0px;
	color: #666;
	font-size: 13px;
}

div#searchJobsWrap .searchJobs li.search {
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

div#searchJobsWrap .searchJobs li.search a {
	margin-left: 8px;
	float: left;
	width: 35px;
	height: 37px;
	background-image: url(../images/AdvRx_GOButton.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#searchJobsWrap .searchJobs li input {
	float: left;
	border: 1px solid #CCC;
	line-height: 19px;
	width: 300px;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 8px;
}
/* -- End Search Jobs -- */

/* -- Search Region -- */

div#searchRegion {
	float: left;
	display: block;
}

div#searchRegion .searchJobs {
	float: left;
}

div#searchRegion .searchJobs li {
	list-style-type: none;
}

div#searchRegion .searchJobs #map {	
}

div#searchRegion .searchJobs li a {
}

div#searchRegion .searchJobs span {
	padding-right: 0px;
	position: relative;
	top: 0px;
	color: #666;
	font-size: 13px;
}

div#searchRegion .searchJobs li.search {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#searchRegion .searchJobs li.search a {
	margin-left: 8px;
	float: left;
	width: 35px;
	height: 37px;
	background-image: url(../images/AdvRx_GOButton.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#searchRegion .searchJobs li input {
	float: left;
	border: #CCC 1px solid;
	line-height: 19px;
	width: 300px;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 8px;
}

/* -- End Search Region -- */

/* -- Contact Form -- */

div#contactForm {
	float: left;
}

div#contactForm .name {
}

div#contactForm .email {
	padding-top: 10px;
}

div#contactForm .checkboxs li.checkbox {
	margin-right: 5px;
	display: inline;
}

div#contactForm .checkboxs li.checkbox input {
	margin-right: 5px;
}

div#contactForm .comment {
	padding-left: 0px;
	padding-top: 15px;
}

div#contactForm .comment a {
	margin-top: 5px;
	margin-left: 8px;
	float: left;
	width: 42px;
	height: 30px;
	background-image: url(../images/searchArrow.png);
	background-position: 22px 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #006FCB;
}

div#contactForm li.label input {
	float: left;
	border: #CCC 1px solid;
	line-height: 19px;
	width: 300px;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	text-indent: 8px;
}

div#contactForm .comment input {
	border: #CCC 1px solid;
	line-height: 19px;
	width: 300px;
	height: 100px;
	font-size: 14px;
	color: #666;
	text-indent: 8px;
}

div#contactForm .button {
	width: 150px;
	padding-top: 20px;
}

div#contactForm .button input {
	width: 70px;
	font-size: 12px;
	color: #666;
}
/* -- End Contact Form -- */
	
/* footer Start */

div#footer {
	clear: both;
	margin-top: 15px;
}

div#footer span {
	float: left;
	color: #38599e;
	margin-left: 23px;
}

div#footer ul {
	float: right;
	margin-right: 23px;
} 

div#footer ul li {
	float: left;
	color: #666;
	font-size: 9px;
	margin-left: 7px;
	padding-left: 7px;
	border-left: #666 1px solid;
	}

div#footer ul li.first {
	border-left: none;
	}

div#footer ul li a {
	color: #666;
	font-size: 9px;
	text-decoration: none;
	}
	
div#footer ul li a:hover {
	color: #039;
	font-size: 9px;
	text-decoration: none;
	}
	
/* footer End */	

/* Job Listing Table Start */	

table.jobTable {
width: 100%;
	margin-top: 10px;
}	


table.jobTable td strong {
	font-weight: bold;
	}


.jobTableNested td {
	padding:5px;
	text-align: left;
	vertical-align: middle;
	background: #fff;
	line-height: 12px;
	border-top: #7eb66b 1px solid;
	border-left: #7eb66b 1px solid;
	border-bottom: #7eb66b 1px solid;
	border-right: #7eb66b 1px solid;	
	}
.jobTableNested th {
	font-weight: bold;
	text-align: left;
	padding:5px;
	line-height: 14px;
	font-size: 12px;
	border-top: #7eb66b 1px solid;
	border-left: #7eb66b 1px solid;
	border-bottom: #7eb66b 1px solid;
	border-right: #7eb66b 1px solid;	
	}
.jobTableNested th a {
	color: #333;
}

.jobTableNested th img {
	position: relative;
	bottom: 3px;
}
	
	
/* Job Search Table Start */	

table.jobSearchTable {
width: 100%;
	margin-top: 10px;
}

.jobSearchTable td {
	padding:5px;
	text-align: left;
	vertical-align: middle;
	background: #fff;
}

.jobSearchTable td ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-size:12px;
	line-height:20px;
	margin-left:25px;
}

.jobSearchTable td ul {
	list-style-type: circle;
	list-style-position: inside;
	font-size:12px;
	line-height:20px;
	margin-left:25px;
	
}
	
.jobSearchTable td strong {
	font-weight: bold;
}	
