/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #000;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link          {color: #000; text-decoration: underline;}
a:visited       {color: #000; text-decoration: underline;}
a:active        {color: #000; text-decoration: none;}
a:hover         {color: #000; text-decoration: none;}
a:visited:hover {color: #000; text-decoration: none;}

#navlist a:link          {color: #FFFFFF; text-decoration: none;}
#navlist a:visited       {color: #FFFFFF; text-decoration: none;}
#navlist a:active        {color: #FFFFFF; text-decoration: none;}
#navlist a:hover         {color: #FFFFFF; text-decoration: none;}
#navlist a:visited:hover {color: #FFFFFF; text-decoration: none;}

a.whitelink:link          {color: #FFFFFF; text-decoration: underline;}
a.whitelink:visited       {color: #FFFFFF; text-decoration: underline;}
a.whitelink:active        {color: #FFFFFF; text-decoration: none;}
a.whitelink:hover         {color: #FFFFFF; text-decoration: none;}
a.whitelink:visited:hover {color: #FFFFFF; text-decoration: none;}

a.graylink:link          {color: #68737a; text-decoration: underline;}
a.graylink:visited       {color: #68737a; text-decoration: underline;}
a.graylink:active        {color: #68737a; text-decoration: none;}
a.graylink:hover         {color: #68737a; text-decoration: none;}
a.graylink:visited:hover {color: #68737a; text-decoration: none;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* =4 Main Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#address
{
	color: #7a7a7a;
	font: normal normal normal 12px/normal arial, helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 50px;
	text-align: center;
}
#callout {
	width: 176px;
	height: 208px;
	background-image: url(../img/background_callout.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
#clients_left {
	display: inline;
	float: left;
	width: 50%;
	font-style: italic;
}
#clients_right {
	display: inline;
	float: left;
	width: 50%;
	font-style: italic;
}
#company
{
	height: 230px;
	width: 571px;
}
#company_int
{
	height: 154px;
	width: 590px;
}
#content
{
	display: inline;
	float: left;
	width: 743px;
}
#content_left
{
	display: inline;
	float: left;
	margin-top: 40px;
	width: 530px;
}
#content_left div.pad
{
	padding: 0px 20px 20px 20px;
}
#content_right
{
	border-left: 1px solid #d50005;
	display: inline;
	float: left;
	margin-top: 35px;
	width: 212px;
	padding-bottom: 50px;
}
#content_right_int
{
	border-left: 1px solid #d50005;
	display: inline;
	float: left;
	margin-top: 40px;
	width: 212px;
	padding-bottom: 50px;
}
#content_right div.pad
{
	padding: 0px 0px 0px 20px;
}
#content_right_int div.pad
{
	padding: 0px 0px 0px 20px;
}
#header
{
	display: inline;
	float: left;
	height: 257px;
	width: 743px;
}
#header_int
{
	display: inline;
	float: left;
	height: 181px;
	width: 743px;
}
#inner_wrapper
{
	position: relative;
	width: 970px;
}
#logo
{
	display: inline;
	float: left;
	height: 257px;
	width: 227px;
}
#logo_int
{
	display: inline;
	float: left;
	height: 181px;
	width: 227px;
}
#navigation
{
	height: 24px;
	padding-left: 125px;
	padding-top: 3px;
}
#navlist li
{
	color: #fff;
	display: inline;
	font: normal normal bold 13px/25px Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-right: 30px;
}
#navlist li a:hover
{
	padding-top: 5px;
	border-bottom: 3px solid white;
}
#navlist li a#current
{
	padding-top: 5px;
	border-bottom: 3px solid white;
	text-transform: uppercase;
}
#outer_wrapper
{
	background-image: url(../img/background_header.gif);
	background-repeat: repeat-x;
}
#outer_wrapper_int
{
	background-image: url(../img/background_header_int.gif);
	background-repeat: repeat-x;
}
#quiz
{
	height: 194px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 159px;
	z-index: 999;
	background-image: url(../img/background_header_co.gif);
	background-repeat: no-repeat;
	font: normal normal normal 13px/25px Arial, Helvetica, sans-serif;
	padding: 35px 20px 0px 20px;
}
#quiz_int
{
	height: 154px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 159px;
	z-index: 999;
	background-image: url(../img/background_header_co_int.gif);
	background-repeat: no-repeat;
	font: normal normal normal 13px/25px Arial, Helvetica, sans-serif;
	padding: 15px 20px 0px 20px;
}

#quiz_box {
	width: 297px;
	height: 45px;
	background-image: url(../img/take_the_quiz.gif);
	background-repeat: no-repeat;
	position: relative;
	text-align: right;
	padding-right: 88px;
	padding-top: 6px;
	line-height: 18px;
	color: #68737a;
	font-size: 12px;
	margin: 30px auto;
}


#sidebar
{
	display: inline;
	float: left;
	padding: 90px 0px 0px 0px;
	width: 227px;
}
#sidebar_ns
{
	display: inline;
	float: left;
	padding: 20px 0px 0px 0px;
	width: 227px;
}
#sidebar div.pad
{
	padding: 0px 20px 0px 30px;
}
#sidebar_ns div.pad
{
	padding: 0px 20px 0px 30px;
}
#sidebar p
{
	color: #fff;
	font: normal normal normal 15px/20px arial, helvetica, sans-serif;
}
#sidebar_ns p
{
	color: #fff;
	font: normal normal normal 15px/20px arial, helvetica, sans-serif;
}
#sidebar p.medium
{
	color: #fff;
	font: italic normal normal 12px/18px arial, helvetica, sans-serif;
}
#sidebar_ns p.medium
{
	color: #fff;
	font: italic normal normal 12px/18px arial, helvetica, sans-serif;
}
#sidebar p.caption
{
	color: #fff;
	font: italic normal normal 11px/12px arial, helvetica, sans-serif;
	text-align: right;
}
.bigbullets
{
	list-style: none;
	margin-left: 15px;
	margin-bottom: 1em;
}
.bigbullets li
{
	background-image: url(../img/big_bullet.gif);
	background-position: 0 .3em;
	background-repeat: no-repeat;
	font: normal normal normal 15px arial, helvetica, sans-serif;
	margin-bottom: 5px;
	padding-left: 10px;
}
.black
{
	color: #000;
}
.gray
{
	color: #68737a;
	font: normal normal normal 12px/18px arial, helvetica, sans-serif;
}
.gray_italic
{
	color: #68737a;
	font: italic normal normal 12px/18px arial, helvetica, sans-serif;
}
.gray_lg
{
	color: #d7d9d9;
	font: normal normal bold 18px/normal arial, helvetica, sans-serif;
}
.medbullets
{
	list-style: none;
	margin-left: 15px;
	margin-bottom: 2em;
}
.medbullets li
{
	background-image: url(../img/med_bullet.gif);
	background-position: 0 .3em;
	background-repeat: no-repeat;
	font: normal normal normal 13px arial, helvetica, sans-serif;
	margin-bottom: 5px;
	padding-left: 10px;
}
.padleft {
	padding-left: 35px;
}
.pink {
	color: #e13a3e;
}

.text_med
{
	font: normal normal bold 14px/normal arial, helvetica, sans-serif;
}
.text_lg
{
	font: normal normal bold 16px/normal arial, helvetica, sans-serif;
}
.times
{
	font: italic normal normal 18px/normal "times new roman", times, serif;
}
.text_lg_pink
{
	font: normal normal bold 18px/normal Arial, Helvetica, sans-serif;
	color: #e13a3e;
}
.text_med_pink
{
	font: normal normal bold 15px/normal Arial, Helvetica, sans-serif;
	color: #e13a3e;
}
.text_sm_pink
{
	font: italic normal bold 12px/normal Arial, Helvetica, sans-serif;
	color: #e13a3e;
}
p
{
	margin-bottom: 1em;
	margin-top: 1em;
}
p.caption
{
	color: #000;
	font: italic normal normal 11px/12px arial, helvetica, sans-serif;
	text-align: right;
}
.white_med
{
	color: #fff;
	font: normal normal bold 14px/normal arial, helvetica, sans-serif;
}