/* -------------------------------------------------------------- 
  
   Info here
   
-------------------------------------------------------------- */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 20px 0;
	}

h1, h2, h3, h4 {
	color: #000;
	}
	
h2 {
	margin: 3px 0 18px 0;
	line-height: 24px;
	font-family: Georgia, serif;
font-style: italic;
font-size: 18px;
background: #f5f5f5;
padding: 5px 10px 5px 10px;
}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 0;
	}

h4 {
font-weight: bold;
}
	
p {
	margin: 0 0 18px 0;
	}
	
.large {
	font-size: 14px;
	line-height: 21px;
	}
	
p.small {
	font-size: 11px;
	}
	
p.gray {
	color: #696969;
	}
	
p.gray a {
	color: #696969;
	}
	
p.gray a:hover {
	color: #000;
	}
	
.amp {
	font-family: Arial, sans-serif;
	}
	
strong { 
	font-weight: bold;
	}

em { font-style: italic; }
	
a { 
	text-decoration: underline;
	color: #0068b9;
	}
	
a:hover {
	color: #900028;
	}
	
ul {
	margin: 0 0 18px 15px;
	list-style-type: disc;
	}

ol {
	margin: 0 0 18px 20px;
	list-style-type: decimal;
	}
	
hr {
	display: none;
	}
	
div.center {
	width: 760px;
	margin: 0 auto;
	}
	
div#canvas {
	width: 760px;
	margin: 0 auto;
	}

img.img_right {
float: right;
}

img.article {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 2px 0;
}

img.article_right {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 2px 0;
float: right;
margin: 0 0 10px 10px;
}
	
/* -------------------------------------------------------------- 
Forms
-------------------------------------------------------------- */
input {
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

label {
font-size: 11px;
text-transform: uppercase;
color: #696969;
}
/* -------------------------------------------------------------- 
Brand
-------------------------------------------------------------- */

div#brand {
	width: 760px;
	float: left;
	border-bottom: 3px solid #000;
	padding: 0 0 10px 0;
	}
	
div#brand img {
	float: left;
	margin: 0 40px 0 0;
	border: none;
}

/* -------------------------------------------------------------- 
Navigation
-------------------------------------------------------------- */
	
div#brand ul {
	display: none;
	}
	

	

/* -------------------------------------------------------------- 
Home Page
-------------------------------------------------------------- */

div#intro_message {
	float: left;
	width: 760px;
	margin: 3px auto;
	background: url(../images/truck_arrow.jpg) no-repeat #f5f5f5;
	}
	
div#intro_message p {
	font-family: Georgia, serif;
	font-style: italic;
	padding: 0 15px 0 390px;
	margin: 10px 0;
	}
	
div#intro_message p strong {
	font-family: Arial, sans-serif;
	font-style: normal;
	}
	

	
/* -------------------------------------------------------------- 
Services Rotation Home Page
-------------------------------------------------------------- */

div#services_rot {
	width: 760px;
	float: left;
	border-top: 3px solid #900028;
	}
	
ul#rotater_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul#rotater_nav li {
	float: left;
	height: 37px;
	text-indent: -9999px;
	cursor: pointer;
	}
	
ul#rotater_nav  li#rot_nav_advisory {
	background: url(../images/home_services_nav.png) no-repeat;
	width: 245px;
	}
	
ul#rotater_nav  li#rot_nav_advisory.selected {
	background: url(../images/home_services_nav.png) no-repeat 0 -37px;
	width: 245px;
	cursor: auto;
	}
	
ul#rotater_nav li#rot_nav_specialized {
	background: url(../images/home_services_nav.png) no-repeat -245px 0;
	width: 270px;
	}
	
ul#rotater_nav li#rot_nav_specialized.selected {
	background: url(../images/home_services_nav.png) no-repeat -245px -37px;
	width: 270px;
	cursor: auto;
	}
	
ul#rotater_nav li#rot_nav_resource {
	background: url(../images/home_services_nav.png) no-repeat -515px 0;
	width: 245px;
	}
	
ul#rotater_nav li#rot_nav_resource.selected {
	background: url(../images/home_services_nav.png) no-repeat -515px -37px;
	width: 245px;
	cursor: auto;
	}
	
div.rotater {
	background: #f5f5f5;
	border: 1px solid #bbb;
	border-top: none;
	padding: 15px;
	float: left;
	width: 728px;
	}
	
div.rotater h2 {
	display: none;
	}
	
div.rot_column {
	width: 230px;
	float: left;
	margin: 0 12px 0 0;
	}
	
div.rotater p.rot_intro {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	width: 728px;
	}
	
div.rotater img {
	float: right;
	}	

/* -------------------------------------------------------------- 
Interior Page
-------------------------------------------------------------- */
body.interior_page h1 {
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
	width: 760px;
	}
	
div#main_content {
margin: 5px 0 0 0;
	}
	
p.content_intro {
	font-size: 14px;
	margin-top: 5px;
	line-height: 21px;
	}
	
div#main_content div.quote {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: Georgia, serif;
	font-style: italic;
	color: #696969;
	padding: 10px;
	float: left;
	margin: 0 0 18px 0;
	}
	
div#main_content div.quote img {
	float: left;
	margin: 0 10px 0 0;
	}
	
div#main_content div.quote p {
	margin: 0;
	}
	
div#main_content div.quote p.quote_name {
	font-family: Arial, sans-serif;
	line-height: 16px;
	font-size: 11px;
	font-style: normal;
	margin: 10px 0 0 0;
	}
	
div#left_column {
	display: none;
	}
	
ul#nav_int {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul#nav_int a {
	text-decoration: none;
	color: #900028;
	background: url(../images/int_nav_bullet.gif) no-repeat left;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
	display: block;
	margin:1px 0;
	}
	
ul#nav_int a:hover,
ul#nav_int a.int_nav_select {
	color: #fff;
	background: #900028 url(../images/int_nav_bulletover.gif) no-repeat left;
	}
	
div#left_column ul#nav_int li {
	border-bottom: 1px solid #ddd;
	padding: 0;
	}

div#left_column h3 {
	color: #900028;
	border-top: 3px solid #900028;
	margin: 20px 0 0px 0;
	font-size: 12px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ddd;
	}
	
div#left_column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #696969;
	}

ul.manual_list p { margin: 0; }
	
div#left_column ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	}
	
div#left_column .date {
	color: #000;
	}

body#contactus div#left_column {
padding-top: 13px;
}

p.advisory_intro {
padding: 12px 0 0 0;
font-family: Georgia;
font-style: italic;
}

/* -------------------------------------------------------------- 
Registration
-------------------------------------------------------------- */
p.error {
color: red;
font-weight: bold;
}

label {
display: block;
width: 130px;
float: left;
border-top: 1px solid #ddd;
padding: 5px 0 4px 5px;
margin: 0 3px 0 0;
}

input {
width: 300px;
background: #f5f5f5;
}

input.submit {
background: #900028;
margin: 0 0 0 136px;
width: 120px;
color: #fff;
border-bottom: 2px solid #66031f;
border-right: 2px solid #66031f;
border-top: 2px solid #ab0130;
border-left: 2px solid #ab0130;
}

div.whitepaper p.registertoday {
font-family: Arial;
font-style: normal;
font-size: 14px;
margin-bottom: 0;
}

/* -------------------------------------------------------------- 
White Papers
-------------------------------------------------------------- */
div.whitepaper {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0 0 18px 0;
padding: 10px 10px;
background: #f5f5f5;
}

div.whitepaper p {
font-style: italic;
font-family: Georgia;
}

div.whitepaper p.downloadpdf {
margin-bottom: 0;
font-size: 14px;
background: url(/images/icon_pdf_lg.gif) no-repeat left;
padding: 10px 0 10px 40px;
font-family: Arial;
font-style: normal;
}

/* -------------------------------------------------------------- 
Self-Assessments
-------------------------------------------------------------- */
div.minireview {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0 0 18px 0;
padding: 10px 10px;
background: #f5f5f5;
}

div.minireview p {
font-style: italic;
font-family: Georgia;
}

div.minireview p.assessment_link {
margin-bottom: 0;
font-size: 14px;
font-family: Arial;
font-style: normal;
}

table#mmr_table,
table#mor_table,
table.review_form {
border: 1px solid #ddd;
padding: 10px;
}

form#mmr input,
form#mor input,
table.review_answers input {
width: 25px;
background: #fff;
}

table.review_answers {
padding: 10px;
border: 1px solid #ddd;
}

/* -------------------------------------------------------------- 
Testimonials
-------------------------------------------------------------- */
div.testimonial {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0 0 18px 0;
background: #f5f5f5;
padding: 10px;
}

div.testimonial p {
font-family: Georgia;
font-style: italic;
font-size: 14px;
}

div.testimonial span.quote_name p {
color: #696969;
text-align: right;
font-family: Arial;
font-size: 12px;
font-style: normal;
margin-bottom: 0;
}

/* -------------------------------------------------------------- 
Case Studies
-------------------------------------------------------------- */
div.casestudy {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #f5f5f5;
padding: 10px;
margin-bottom: 18px;
}

div.casestudy p {
font-family: Georgia;
font-style: italic;
}

div.casestudy p.readcasestudy {
font-family: Arial;
font-size: 14px;
font-style: normal;
margin-bottom: 0;
}

div.case_quote {
font-family: Georgia;
font-style: italic;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #f5f5f5;
padding: 10px;
margin: 0 0 18px 0;
color: #696969;
}

div.case_quote p {
margin-bottom: 0;
}

/* -------------------------------------------------------------- 
Manuals
-------------------------------------------------------------- */
div.manual {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #f5f5f5;
padding: 10px;
margin: 0 0 18px 0;
}

div.manual img {
float: right;
}

p.manual_sub {
font-family: Georgia;
font-style: italic;
font-size: 14px;
}

div.buyitnow h3 {
font-weight: normal;
color:  #900028;
font-size: 18px;
margin-bottom: 10px;
}

div.buyitnow table {
padding: 10px;
margin: 0 0 5px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

div.buyitnow table td {
vertical-align: top;
}

td.td_right {
text-align: right;
}

a.addtocart {
background: url(/images/icon_cart_small.png) left no-repeat;
text-decoration: none;
padding: 2px 0 2px 20px;
}

a.viewcart {
background: url(/images/icon_cart_lg.png) left no-repeat;
text-decoration: none;
padding: 5px 0 5px 25px;
float: right;
}

div.buyitnow table.payment {
padding: 5px 0 0 0;
margin: 0;
border-bottom: none;
}

table.payment img {
float: left;
}

div.buyitnow form input {
width: auto;
}

table.payment form {
width: 100px;
float: right;
}

table.payment form input {
width: auto;
height: auto;
padding: 0;
}

/* -------------------------------------------------------------- 
Webinars
-------------------------------------------------------------- */
div.webinar {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #f5f5f5;
padding: 10px;
}

p.date {
font-family: Georgia;
font-style: italic;
}

p.webinar_register {
font-size: 14px;
margin-bottom: 0;
}

/* -------------------------------------------------------------- 
News
-------------------------------------------------------------- */
ul#newslist {
list-style-type: none;
margin: 0;
padding: 0;
border-top: 1px solid #ddd;
}

ul#newslist li {
border-bottom: 1px solid #ddd;
padding: 1px 0;
}

ul#newslist li a {
display: block;
padding: 5px 5px;
text-decoration: none;
}

ul#newslist li a:hover {
color: #fff;
background: #900028;
}

ul#newslist li a .news_date {
color: #696969;
font-family: Georgia;
}

ul#newslist li a:hover .news_date {
color: #a35269;
}

/* -------------------------------------------------------------- 
Footer
-------------------------------------------------------------- */
div#footer {
	float: left;
	border-top: 3px solid #000;
	width: 760px;
	padding: 5px 0;
	font-size: 11px;
	margin: 25px 0 0 0;
	}
	
div#footer h3 {
	font-size: 12px;
	color: #000;
	margin: 0 0 10px 0;
	}
	

	

	
div#footer_nav {
	float: left;
	border-top: 1px solid #000;
	width: 760px;
	margin: 25px 0 0 0;
}
	
div#footer_nav ul {
	display: none;
	}
	}
	
p.copyright {
	color: #696969;
	float: right;
	}