/* common styles */
* {
	margin: 0px;
	padding: 0px;
}
html {
}
body {
	margin: 30px;
	font: 11px/18px Arial, Helvetica, sans-serif;
}
p {
	font: 11px/18px Arial, Helvetica, sans-serif;
}
font {
	font: 11px/18px Arial, Helvetica, sans-serif;
}
a {
	color: #de3c1e;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #f00;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
/* type styles */
h1 {
}
h2 {
	width: 90%;
	height: auto;
	padding: 13px 0px 0 13px;
	font: bold 12px/17px Geneva, Arial, Helvetica, sans-serif;
	color: #de3c1e;
	text-transform: uppercase;
}
h2.bullet {
	padding: 16px 0px 0 17px;
	background: url(/files/289981/f89212/red_bullet.gif) no-repeat;
	background-position: 6px 11px;
	color: #494949;
}
h5 {
	padding: 13px 13px 15px 8px;
	
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #de3c1e;
	text-transform: uppercase;
	
}
h6 {
	font: normal 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #424242;
}

p {
	padding: 7px 13px;
}
strong {
	font: bold 11px/15px Arial, Helvetica, sans-serif;
	color: #424242;
}
ul {
	margin: 0 0 0 25px;
}
p.learn {
	color: #de3c1e;
	text-decoration: none;
	padding: 20px 13px 5px 13px;
}

p.arrow {
	margin-left: 13px;
	width: 140px;
	background: url(/files/289981/f89212/list_arrow.gif) no-repeat left center;
}

/* DIVs */

#cr_page {
	width: 930px;
	margin: 0 auto 0 auto;
}
/* top nav menu */
#cr_menu {
	clear: both;
	height: 28px;
	background: url(/files/289981/f89212/menu_bg_fre.gif) no-repeat;
	font-size: 0%;
	color: #797979;
	text-transform: uppercase;
	margin:0;
	padding: 0;
}
#cr_menu ul a {
	display: block;
	float: left;
	height: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
	font-size: 0%;
	voice-family: inherit;
}
#cr_menu li {
	float: left;
	list-style-type: none;
}
#cr_menu a {
	padding-top: 22px;
}
#cr_menu #btn01, #cr_menu #btn01 a:hover {
	width: 96px;
}
#cr_menu #btn01 a:hover {
	background: url(/files/289981/f89212/btn_home_fre.gif) no-repeat;
}
#cr_menu #btn02, #cr_menu #btn02 a:hover {
	width: 177px;
}
#cr_menu #btn02 a:hover {
	background: url(/files/289981/f89212/btn_about_fre.gif) no-repeat;
}
#cr_menu #btn03, #cr_menu #btn03 a:hover {
	width: 127px;
}
#cr_menu #btn03 a:hover {
	background: url(/files/289981/f89212/btn_services_fre.gif) no-repeat;
}
#cr_menu #btn04, #cr_menu #btn04 a:hover {
	width: 107px;
}
#cr_menu #btn04 a:hover {
	background: url(/files/289981/f89212/btn_leadership_fre.gif) no-repeat;
}
#cr_menu #btn05, #cr_menu #btn05 a:hover {
	width: 115px;
}
#cr_menu #btn05 a:hover {
	background: url(/files/289981/f89212/btn_careers_fre.gif) no-repeat;
}
#cr_menu #btn06, #cr_menu #btn06 a:hover {
	width: 141px;
}
#cr_menu #btn06 a:hover {
	background: url(/files/289981/f89212/btn_contact_fre.gif) no-repeat;
}

/* frenchtop nav menu */
#cr_menu_fr {
	clear: both;
	height: 28px;
	background: url(/files/289981/f89212/menu_bg_fre.gif) no-repeat;
	font-size: 0%;
	color: #797979;
	text-transform: uppercase;
	margin:0;
	padding: 0;
}
#cr_menu_fr ul a {
	display: block;
	float: left;
	height: 0;
	width: 100%;
	margin: 0;
	overflow: hidden;
	font-size: 0%;
	voice-family: inherit;
}
#cr_menu_fr li {
	float: left;
	list-style-type: none;
}
#cr_menu_fr a {
	padding-top: 22px;
}
#cr_menu_fr #btn01, #cr_menu_fr #btn01 a:hover {
	width: 96px;
}
#cr_menu_fr #btn01 a:hover {
	background: url(/files/289981/f89212/btn_home_fre.gif) no-repeat;
}
#cr_menu_fr #btn02, #cr_menu_fr #btn02 a:hover {
	width: 177px;
}
#cr_menu_fr #btn02 a:hover {
	background: url(/files/289981/f89212/btn_about_fre.gif) no-repeat;
}
#cr_menu_fr #btn03, #cr_menu_fr #btn03 a:hover {
	width: 127px;
}
#cr_menu_fr #btn03 a:hover {
	background: url(/files/289981/f89212/btn_services_fre.gif) no-repeat;
}
#cr_menu_fr #btn04, #cr_menu_fr #btn04 a:hover {
	width: 107px;
}
#cr_menu_fr #btn04 a:hover {
	background: url(/files/289981/f89212/btn_leadership_fre.gif) no-repeat;
}
#cr_menu_fr #btn05, #cr_menu_fr #btn05 a:hover {
	width: 115px;
}
#cr_menu_fr #btn05 a:hover {
	background: url(/files/289981/f89212/btn_careers_fre.gif) no-repeat;
}
#cr_menu_fr #btn06, #cr_menu_fr #btn06 a:hover {
	width: 141px;
}
#cr_menu_fr #btn06 a:hover {
	background: url(/files/289981/f89212/btn_contact_fre.gif) no-repeat;
}

/* top bar */
#cr_header {
	height: 78px;
	padding-bottom: 15px;
	background: url(/files/289981/f89212/carlson_marketing_fr.jpg) no-repeat left top;
}

#cr_header h1 {
      display: none;
}

#cr_header h1 a {
	font-size: 0%;
	text-indent: -9999999em;
}
/* top bar - French */

#cr_language {
	float: right;
	width: 200px;
	padding: 65px 7px 0 0;
}
#cr_language p {
	font-size: 9px;
}
/* flash */

#cr_flash, #cr_flash_sec {
	clear: both;
	margin:0;
	padding-bottom: 5px;
}
#cr_flash_sec {
	min-height: 125px;
	background-repeat: no-repeat;
}

/* breadcrumbs */
#cr_breadcrumbs {
	clear: both;
	padding: 3px 0 9px 0;
	color: #797979;
}

#cr_breadcrumbs a {
	padding: 0 8px 0 8px;
}

#cr_breadcrumbs span.active {
	padding: 0 8px 0 8px;
	color: #797979;
}

/* footer */
#footer_spacer {
	clear: both;
	width:100%;
	height: 45px;
}
#cr_footer {
	clear: both;
	padding: 1px 0 0 0;
	background: url(/files/289981/f89212/dot_bar.gif) no-repeat;
	color: #424242;
	letter-spacing: 0.2px;
}
#cr_footer li {
	float: left;
	padding: 6px 10px;
	list-style-type: none;
	margin: 0px;
}
#cr_footer a {
	color: #424242;
	text-decoration: none;
}
#cr_footer a:hover {
	color: #999;
}
#cr_copy {
	padding: 3px 7px 19px 10px;
	background: url(/files/289981/f89212/dot_bar_vert.gif) no-repeat;
	text-transform: uppercase;	
}
#cr_copy p {
	font-size: 9px;
}
#cr_footermenu {
	padding: 3px 0 19px 0;
	text-transform: uppercase;
	font-size: 9px;
}
/* columns */
.col_spacer {
	float: left;
	width: 0.45%;
}
.col1, .col2, .col5 {
	float: left;
	padding: 0;
	margin: 0;
}
/* column width */
.col1 {
	width: 20%;
}
.col2 {
	width: 33%;
}
.col5 {
	width: 80%;
}
/* column headers */

.header_bgUp, .header_bgUp div, .header_bgDown, .header_bgDown div {
	width: 100%;
	height: 45px;	
}
.header_bgUp {
	background: url(/files/289981/f89212/section_header_medium_left.gif) no-repeat top left;
}
.header_bgUp div {
	background: url(/files/289981/f89212/section_header_medium_right.gif) no-repeat top right;
}
.header_bgDown {
	background: url(/files/289981/f89212/section_header_left.jpg) no-repeat left top;
}
.header_bgDown div {
	background: url(/files/289981/f89212/section_header_right.jpg) no-repeat right top;
}

/* column row - clickable */
.row, .row_last {
	width: 100%;
	cursor: pointer;
	background: url(/files/289981/f89212/dot_bar.gif) no-repeat bottom;
}
.row_last {
	background: none;
}
/* column 1 - side menu */

.col1 ul {
	padding: 0 0 0 26px;
	
}
.col1 li {
	list-style-image: url(/files/289981/f89212/list_arrow.gif);
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #797979;
}
.col1 li a, .col1 li span.active {
	color: #424242;
	text-decoration: none;
}

.col1 li span.active {
	font-weight: bold;
	color: #000;
}
.col1 li a:hover {
	color: #999;
}

.pgtitle {
	font-size: 14px;
	font-weight: bold;
}

.carlsonred {
	color: #de3c1e;
}
td.Data1
{
padding-left:4px
}

td.Data2
{
padding-left:4px
}

th.EmailFrm
{
vertical-align:top;
text-align:left;
width:130px
}
th.Title
{
color:#de3c1e;
text-align:left;
}
th.FormApp
{
padding-right:4px;
vertical-align:top;
text-align:left;
width:130px
}
.Large
{
width:200px
}
.Hundred
{
width:100%
}
