/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

COLORS

#0079C2 - CP Regular Blue
#00BCE4 - CP Light Blue
#BED73B - CP Green
#FFFDE5 - CP Pale Yellow (of which 35% opacity = #fffef6;)
#FFA838 - CP Orange

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

html, body, div, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
	padding-bottom: 10px;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7D7D7D;
	background-color: #FFFDE5;
}
img {
	border: none;
}
ul {
	margin: 0 0 0 25px;
	padding: 0 0 10px 0;
}
li {
	list-style-type: disc;
}
.site-map ul {
	padding-top: 10px;
}
.clear {
	clear: both;
}
.red {
	color: red;
}
a {
	color: #0079C2;
	text-decoration: none;
}
a:hover {
	color: #00BCE4;
}
#inner #left-col hr, #inner-with-callouts #left-col hr {
	margin: 15px 0 15px 0;
	padding: 0;
	height: 0;
	width: 800px;
	border: 0;
	border-top: 1px solid #d5d5d5;
}
#inner-with-callouts #left-col hr {
	width: 490px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

#nav-background {
	background-color: #0079C2;
	height: 40px;
}
#nav-to-center {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 920px;
}
#wrapper-to-center {
	position: relative;
	z-index: 99;
	margin: 0 auto;
	width: 920px;
	background-image: url(/common/images/wrapper-background.png);
	background-repeat: repeat-y;
}
#wrapper-bottom-cap-green-and-white {
	background-image: url(/common/images/wrapper-bottom-cap-green-and-white.png);
	width: 920px;
	height: 40px;
}
#wrapper-bottom-cap-solid-green {
	background-image: url(/common/images/wrapper-bottom-cap-solid-green.png);
	width: 920px;
	height: 20px;
}
#masthead {
	width: 920px;
	height: 135px;
	background-image: url(/common/images/masthead-and-logo.png);
}
#logo-link {
	position: absolute;
	top: 0;
	left: 0;
}
#masthead-buttons {
	position: absolute;
	top: 40px;
	right: 40px;
}
a.button-blue, a.button-orange {
	padding: 7px;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.button-blue {
	background-image: url(/common/images/button-bg-gradient-blue.png);
}
a.button-orange {
	background-image: url(/common/images/button-bg-gradient-orange.png);
}
a:hover.button-blue {
	color: #23659c;
}
a:hover.button-orange {
	color: #af6e15;
}
#search {
	position: absolute;
	top: 73px;
	right: 97px;
	text-align: right;
	font-size: 10px;
	padding-right: 18px;
	border-right: 1px solid #7D7D7D;
}
#search .format-button {
	position: relative;
	top: 1px;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight:bold;
	color:#ffffff;
	background-color: #FFA838;
	border: 1px solid #FFA838;
}
#search .format-text-field {
	position: relative;
	top: 1px;
	padding: 1px 0 0 2px;
	width: 125px;
	height: 11px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}
#social-media-links {
	position: absolute;
	top: 75px;
	right: 40px;
	height: 16px;
	text-align: right;
}
#social-media-links a {
	margin: 0;
	padding: 0;
}
#social-media-links a img {
	padding-left: 8px;
}
.breadcrumb {
	position: absolute;
	top: 150px;
	right: 55px;
	font-size: 10px;
	color: #7D7D7D;
}
.breadcrumb a {
	color: #0079C2;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #00BCE4;
}
.breadcrumb a.active {
	color: #00BCE4;
}
#flash-rotator, #landing-hero-feature {
	margin:0 0 0 38px;
	width: 845px;
	height: 310px;
}
#flash-rotator {
	background-image: url(/common/images/landing-page-placeholder.png);
}
#landing-hero-feature {
	background-image: url(/common/images/landing-page-placeholder.png);
}
#landing-hero-feature #hero-image {
	float: left;
	margin: 15px 0 0 0;
	width: 420px;
	height: 280px;
}
#landing-hero-feature #hero-text {
	float: left;
	margin: 40px 0 0 25px;
	width: 375px;
	height: 240px;
}
#landing-hero-feature #hero-text h1, #inner #left-col h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0079C2;	
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* HOME SECONDARY CALLOUTS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#home-secondary-callouts {
	margin: -10px 0 0 0;
	padding: 10px 0 5px 20px;
	background-color: #BED73B;
	font-size: 11px;
	min-height: 210px; /* IE7 FIX */
}
#home-secondary-callouts .secondary-callout {
	position: relative;
	float: left;
	margin-right: 8px;
	height: 233px;
	width: 170px;
	background-image: url(/common/images/home-secondary-callout-background.png);
}
#home-secondary-callouts .secondary-callout .fill {
	padding: 0 12px 5px 20px;
}
#home-secondary-callouts .secondary-callout h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0079C2;
	margin-bottom: 6px;
}
#home-secondary-callouts .arrow-link, #landing-secondary-callouts .arrow-link, #inner-with-callouts #right-col .arrow-link {
	position: absolute;
	top: 0;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* HOME TERTIARY CALLOUTS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#home-tertiary-callouts {
	color: #6b7e1c;
	background-color: #BED73B;
	min-height: 150px; /* IE7 FIX */
}
#home-tertiary-callouts .tertiary-callout {
	position: relative;
	float: left;
	width: 430px;
	margin: 10px 0 0 20px;
	background-color: #b0cf26;
}
#home-tertiary-callouts .tertiary-callout .top-cap {
	height: 20px;
	background-image: url(/common/images/tertiary-callout-top-cap.png);
}
#home-tertiary-callouts .tertiary-callout .fill {
	padding: 0 20px;
	min-height: 200px;
}
#home-tertiary-callouts .tertiary-callout .fill h3 {
	margin: 0 0 15px -20px;
	padding: 18px 0 18px 40px;
	background-image: url(/common/images/tertiary-callout-title-end-cap.png);
	background-position: right;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0079C2;	
}
#home-tertiary-callouts .tertiary-callout .bottom-cap {
	height: 20px;
	background-image: url(/common/images/tertiary-callout-bottom-cap.png);
}
#home-tertiary-callouts .tertiary-icon {
	position: absolute;
	top: 35px;
	left: 5px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* LANDING SECONDARY CALLOUTS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#landing-secondary-callouts {
	margin: -10px 0 0 0;
	padding: 10px 0 5px 20px;
	background-color: #BED73B;
	min-height: 150px; /* IE7 FIX */
}
#landing-secondary-callouts .secondary-callout, #inner-with-callouts .secondary-callout {
	position: relative;
	float: left;
	margin-right: 6px;
	width: 290px;
	height: 160px;
	background-image: url(/common/images/landing-secondary-callout-background.png);
}
#inner-with-callouts .secondary-callout {
	margin: 0 0 15px 0;
}
#landing-secondary-callouts .secondary-callout .fill, #inner-with-callouts .secondary-callout .fill {
	padding: 0 15px 5px 20px;
}
#landing-secondary-callouts .secondary-callout h3, #inner-with-callouts .secondary-callout h3 {
	margin: 15px 0 25px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	/* color: #a0b533; */
	color: #0079C2;
}
#hero-text .learn-more-link, #landing-secondary-callouts .learn-more-link, #home-secondary-callouts .learn-more-link, #inner-with-callouts .secondary-callout .learn-more-link, #home-tertiary-callouts .tertiary-callout .learn-more-link, .learn-more-link {
	color: #FFA838;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#home-tertiary-callouts .tertiary-callout .learn-more-link {
	color: #0079C2;
}

.caption {
	font-size: 11px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* INNER */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#inner, #inner-with-callouts {
	margin:0 0 0 38px;
	padding: 40px 30px 0 25px;
	width: 800px;
	min-height: 310px;
	background-image: url(/common/images/inner-background-gradient.png);
	background-repeat: no-repeat;
}
#landing-hero-feature #hero-text h1, #inner #left-col h1, #inner-with-callouts #left-col h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0079C2;	
}
#left-col {
	float: left;
}
#right-col {
	margin: 35px 0 0 20px;
	float: left;
}
#inner-with-callouts #left-col {
	width: 490px;
}
#inner-with-callouts #right-col {
	width: 260px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* FOOTER */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#footer {
	width: 920px;
	margin: 0 auto;
	padding: 15px 0 15px 45px;
	font-size: 9px;
	color: #999;
}
#footer a {
	color: #0079C2;
	text-decoration: none;
}
#footer a:hover {
	color: #00BCE4;
}
#footer a.cfi {
	color: #999;
}
#footer a:hover.cfi {
	color: #00BCE4;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.e-newsletter-sign-up {
	position: absolute;
	top: 90px;
	right: 20px;
	width: 150px;
	color: #0079C2;
}
.e-newsletter-sign-up .format-text-field {
	position: relative;
	top: 1px;
	padding: 1px 0 0 2px;
	margin: 0 0 5px 0;
	width: 125px;
	height: 11px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}
.e-newsletter-sign-up select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	width: 131px;
	padding: 1px;
	margin-bottom: 10px;
}
.e-newsletter-sign-up-button {
	padding:3px 5px 3px 5px;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/common/images/button-bg-gradient-blue.png);
	border: none;
}


#right-col .microsite-callout {
	position: relative;
	float: left;
	margin: 20px 10px 0 0;
	width: 390px;
}
#right-col .microsite-callout .fill {
	font-size: 11px;
}
#right-col .microsite-callout .fill .left-col, #right-col .microsite-callout .fill .right-col {
	float: left;
	width: 155px;
	padding: 0 12px 5px 35px;
}
#right-col .microsite-callout .fill .right-col {
	padding: 0 12px 5px 5px;
}
#right-col .microsite-callout .top-cap {
	background-image: url(/common/images/microsite-callout-background-top-cap.png);
	height: 50px;
	width: 390px;
}
#right-col .microsite-callout .top-cap h5 {
	padding: 15px 0 0 60px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0079C2;
}
#right-col .microsite-callout .fill {
	background-image: url(/common/images/microsite-callout-background-fill.png);
	background-repeat: repeat-y;
	width: 390px;
}
#right-col .microsite-callout .bottom-cap {
	background-image: url(/common/images/microsite-callout-background-bottom-cap.png);
	height: 20px;
	width: 390px;
}
#right-col .microsite-callout h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0079C2;
	margin-bottom: 6px;
}
.microsite-callout-image {
	margin: 0 -12px 0 -20px;
}



#left-col .microsite-news {
	position: relative;
	float: left;
	margin: 20px 10px 0 0;
	width: 390px;
}


#left-col .microsite-news .fill {
	font-size: 11px;
}
#left-col .microsite-news .top-cap {
	background-image: url(/common/images/microsite-news-callout-top.png);
	height: 20px;
	width: 390px;
}
#left-col .microsite-news .top-cap h5 {
	padding: 8px 0 0 18px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0079C2;
}
#left-col .microsite-news .fill {
	margin-bottom: -10px;
	padding: 15px 5px 0 15px;
	background-image: url(/common/images/microsite-news-box-fill.png);
	background-repeat: repeat-y;
	width: 370px;
	font-size: 10px;
}

#left-col .microsite-news .bottom-cap {
	background-image: url(/common/images/microsite-news-callout-bottom.png);
	height: 20px;
	width: 390px;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* NOMINATIONS */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.nominations {
	width: 795px;
	min-height: 25px;
	padding: 0;
	font-size: 11px;
	margin-bottom: 5px;
}
.nominations h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0079C2;
	font-weight: bold;
	border-bottom: 1px solid #e7f1a9;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.nominations p {
	border-bottom: 1px solid #e7f1a9;
	padding-bottom: 20px;
}
.filter {
	float: left;
	padding: 0 25px 15px 0;
}
.nominations-top-cap, .nominations-bottom-cap {
	width: 795px;
	height: 25px;
}
.nominations-top-cap {
	background-image: url(/common/images/nominations-top-cap.png);
}
.nominations-bottom-cap {
	background-image: url(/common/images/nominations-bottom-cap.png);
}
.nominations-fill {
	padding: 0 30px;
	background-image: url(/common/images/nominations-fill.png);
	background-repeat: repeat-y;
}
.nominations-table {
	background-color: #FFFDE5;
	width: 757px;
	margin-bottom: 8px;
}

.nominations-table a {
	color: #0079C2;
	text-decoration: none;
}
.nominations-table a:hover {
	color: #00BCE4;
}
.nominations-table .category-detail {

}
.nominations-table .name-detail {

}
.nominations-table th, .nominations-table tr, .nominations-table td {
	border: 1px solid #d5d5d5;
	padding: 10px;
	text-align: left;
}
.nominations-table th {
	background-color: #FFFDE5;
	color: #94aa2b;
}
.nominations-table tr, .nominations-table td {
	background-color: #fffeef;
}



.tier-label {
	text-align: center;
	width: 25px;
}
.state-label {
	text-align: center;
	width: 25px;
}
.type-label {
	width: 70px;
}
.company-label {
	font-weight: bold;
}
.title {
	color: #0079C2;
	font-weight: bold;
}
td.t1 {
	background-color: #FFA838;
}
td.t2 {
	background-color: #FFDCAF;
}
td.t3 {
	background-color: #FFF;
}
.global-partner {
	font-size: 10px;
	font-weight: normal;
	color: #00BCE4;
}
.nominations label, .nominations input
{
	float:left;
}

.nominations label
{
	width:240px;
	text-align: right;
	padding: 5px 10px 0 0;
}

.nominations input
{
	width:320px;
	margin-bottom:10px;
}
.nominations select
{
	width:320px;
	margin-bottom:10px;
}
.nominations textarea
{
	width:320px;
	height:250px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
span.rules-checkbox input
{
	width:auto !important;
}

input.button
{
	width:auto !important;
	height:28px;
	border:0;
	background-image:url("/common/images/button-bg-gradient-blue.png");	
	color:White;
	font-weight:bold;	
}

#vsum ul li
{
	color:Red;
}
#nominator-quote-count, #nominee-contributions-count {
	font-size: 12px;
	font-weight: bold;
	color: #0079C2;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.character-limit-exceeded
{
	color:Red;
	font-weight:bold;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* NOMINATIONS JQUERY TAB INTERFACE                          */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#tabs {

}
#tabs h2 {
	margin: 10px 0 20px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0079C2;
}

