/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Kevin Klein	
Email : kevin.klein@gmail.com 
We Are : Cary Design Group (carydesigngroup.com)

Description : Master Stylesheet

Created : 9/29/08
Modified : 10/2/08

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* Eric Meyer reset http://meyerweb.com/eric/tools/css/reset/ */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
th, td { padding : 0.1em; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*html * { zoom: 1 }
sup { vertical-align: super; }

/*********** = structure = ***********/

body {
    background:#c8c2ba url(../images/bg-body.gif) repeat-x 0 0;
	color: #111;
	text-align: center;
}

#wrapper {
	background: url(../images/bg-wrapper.gif) repeat-y 0 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1022px;
}

body.home #wrapper {
	width: 1028px;
}

#content {
	background: url(../images/bg-content-nosearch.gif) no-repeat 0 0;
	margin: 0 auto;
	min-height: 560px;
	position: relative;
	text-align: left;
	width: 1022px;
}

*html #content { height: 560px; }

body.home #content {
	background: url(../images/bg-content-home-nosearch.gif) no-repeat 0 0;
	min-height: 810px;
	width: 1028px;
}

*html body.home #content { height: 810px; }

#content div.header {
	height: 137px;
	margin: 0 auto;
	position: relative;
	width: 1022px;
	z-index: 999;
}

body.home #slideshowContainer {
	left: 5px;
	height: 220px;
	position: absolute;
	top: 0px;
	width: 1000px;
	z-index: 99;
}

body.home #slideshowContainer #slideshow {
	background: url(../images/home-slideshow/background.png);
	height: 220px;
	width: 1000px;
}

body.home #slideshowContainer #slideshow div
{
	background-repeat: no-repeat;
	height: 220px;
	padding-left: 400px;
	padding-right: 150px;
	color: #fff;
}

body.home #slideshowContainer #slideshow div div
{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 140%;
	line-height: 130%;
}

.copy {
	margin-left: 10px;
	min-height: 500px;
	position: relative;
	width: 1001px;
}

.copy-column {
	margin: 0 0 0 281px;
	padding: 38px 0 30px 0;
	width: 494px;
}

.copy-column h2
{
	margin-bottom: 0.5em;
}

.flank {
	background: #d7d1ca;
	padding: 0 0 5px 0;
	float: right;
	clear: right;
	width: 185px;
	margin-top: 38px;
	margin-right: 27px;
}

.flank .callout
{
	padding: 0.6em;
	padding-bottom: 0;
}

.flank .callout p
{
	margin-top: 0.6em !important;
	margin-bottom: 0;
}

*html .copy {
	height: 500px;
}

#footer {
	background: url(../images/bg-footer.gif) 0 0 no-repeat;
	clear: both;
	margin: 0 auto;
	padding: 0 0 50px 0;
	position: relative;
	text-align: left;
	width: 1022px;
}

*html #footer {
	line-height: 15px;
}

/*********** = headers = ***********/

h1 {
	height: 114px;
	position: absolute;
	left: 0;
    top: 0;
	width: 200px;
	z-index: 999; 
}

h1 a {
    display:block;
    height: 114px;
	width: 200px;
	text-indent:-999em;   
}

body.home h1 a {
	display: none;
}

h2 {
	color: #834e29;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}

h3 {
	color: #ac6c2a;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.copy h3 + p
{
	margin-top: 0.5em;
}	

.emphasis
{
	color: #ac6c2a;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0 0 6px 0;
}

h4 { 
	color: rgb(125, 144, 121);
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;
	font-style: italic;
}

h4 a, h4 a:visited
{
	color: rgb(125, 144, 121);
}

.collapse-bottom {
	margin-bottom: 0 !important;
}

.collapse-top {
	margin-top: 0 !important;
}

/*********** = typography = ***********/

body {
	font-family: Helvetica, Arial, sans-serif;
}

a { 
	color:#ac6c2a; 
	text-decoration:none;
}

a:visited { color:#050593; }

a:hover { 
	color:#000; 
	text-decoration:underline; 
}

.orange { color: #df9859; }

.copy a { text-decoration:underline; }
.copy a:hover { text-decoration: none; }

.copy p, .copy td {
	color: #6d6050;
	font-size: 13px;
}
.copy p
{
	line-height: 18px;
	margin: 12px 0 16px 0;
}

body.home .copy p {
	font-size: 13px;
	line-height: 16px;
}

.copy p.intro {
	color: #ac6c2a;
	font-size: 16px;
	line-height: 20px;
	margin: 8px 0 16px 0;
}

/* footer */
#footer div.links {
	color: #ad782e;
	float: left;
	font-size: 13px;
	line-height: 17px;
	padding: 7px 0 0 29px !important;
}

*html #footer div.links {
	padding-top: 0 !important;
}

#footer a,
#footer a:visited {
	color: #6d6050;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.copyright {
	color: #6d6050;
	float: right;
	font-size: 13px;
	line-height: 17px;
	margin: 0 !important;
	padding: 7px 25px 0 0 !important;
}

*html #footer p.copyright {
	padding-top: 0 !important;
}

p.statement {
	color: #fff !important;
	font-family: Georgia, san-serif;
	float: left;
	font-size: 14px !important;
	line-height: 30px !important;
	margin: 0 !important;
	padding: 0 0 0 29px !important;
	text-decoration: none !important;
}

p.statement span {
	font-family: Helvetica, Arial, san-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

a.arrow,
a.arrow:visited {
	background: url(../images/bg-arrow.gif) no-repeat 0 50% !important;
	color: #fff !important;
	float: right;
	font-size: 18px !important;
	font-family: Georgia, san-serif;
	line-height: 30px !important;
	padding: 0 25px 0 11px !important;
	text-decoration: none;
}

body.home a.arrow { display: none; }

/* header */
div.sign-in {
	font-size: 12px;
	color: #a6a29c;
	position: absolute;
	top: 55px;
	right: 35px;
}

div.sign-in a,
div.sign-in a:visited {
	color: #a6a29c;
}

div.choosers {
	position: absolute;
	right: 45px;
	top: 12px;
	z-index: 1001;
}

*html div.choosers {
	right: auto;
	left: 460px;
	top: 14px;
	z-index: 1001;
}

div.choosers li {
	float: left;
	position: relative;
}

div.choosers form {
	float: left;
	margin-right: 5px;
}

div.choosers a.trigger {
	background: url(../images/bg-arrow-down.png) no-repeat 98% 50%;
	color: #a6a29c;
	display: block;
	float: left;
	font-size: 12px;
	padding: 4px 12px 7px 5px;
	width: 91px;
}

div.choosers li.lang a.trigger {
	width: 104px;
}

div.choosers li:hover a.trigger,
div.choosers li.sfhover a.trigger {
	background-color: #d3cdc6;
	color: #fff;
	text-decoration: none;
}

*html div.choosers a.trigger:hover,
*html div.choosers li.sfhover a.trigger {
	background: #d3cdc6;
}

div.choosers ul ul {
	background: url(../images/bg-chooser-sub.png) no-repeat 0 100%;
	left: -9999em;
	position: absolute;
	top: 22px;
	list-style-type: none;
	height: auto;
	padding: 0 4px 6px 4px;
	position: absolute;  
	width: 108px; 
	z-index: 1001;
}

*html div.choosers ul ul {
	background: url(../images/bg-chooser-sub.gif) no-repeat 50% 100%;
}

div.choosers ul li.lang ul {
	background: url(../images/bg-chooser-sub2.png) no-repeat 0 100%;
	width: 121px;
}

*html div.choosers ul li.lang ul {
	background: url(../images/bg-chooser-sub2.gif) no-repeat 50% 100%;
}

div.choosers ul li:hover ul,
div.choosers ul li.sfhover ul {
	clear: both;
	left: -4px;
}

div.choosers ul ul li {
    background: none !important;
    float:  none;
    display:block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

div.choosers ul ul li a, 
div.choosers ul ul li a:visited,
div.choosers ul li:hover ul a,
div.choosers ul li.sfhover ul a,
div.choosers ul li:hover ul a:visited,
div.choosers ul li.sfhover ul a:visited {
    background: none !important;
    color: #6d6050 !important;
    display:block;
    float: none;
    font-size: 12px !important;
    height: auto;
    line-height: 12px !important;
    margin: 0;
    padding: 5px 5px 5px 8px;
    text-indent: 0;
    width: auto;
}

div.choosers ul ul li.alt a,
div.choosers ul ul li.alt a:visited {
	background: url(../images/bg-sub-alt.gif) repeat-y 0 0 !important;
}

div.choosers ul ul li a:hover,
div.choosers ul li:hover ul a:hover,
div.choosers ul li.sfhover ul a:hover {
    background: #cfa034 !important;
    color: #fff !important;
 }

div.choosers ul ul li a:hover {
	background-position: 0 0;
	text-decoration: none;
}


/*********** = misc divs and classes = ***********/

div.split {
	padding: 245px 0 0 0;
	position: relative;
}

div.split div.column {
	position: absolute;
}

div.split.three div.column.one {	
	left: 25px;
	width:220px;
}

a.instant,
a.instant:visited {
	background: url(../images/bg-instant.gif) no-repeat 0 -44px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	width: 220px;
}

div.instant-button {
	height: 65px;
	padding: 0 0 0 16px;
}

div.instant-button a {
	margin: 0;
}

a.instant:hover {
	background-position: 0 0;
}

div.copy div.quote p {
	color: #6d6050;
	font-size: 15px;
	line-height: 18px;
}

div.copy div.quote span.hang {
	margin-left: -5px;
}

div.copy div.quote strong {
	display: block;
	font-size: 10px;
	line-height: 13px;
	margin: 5px 0;
	text-transform: uppercase;
}

div.copy div.quote strong span {
	display: block;
	font-weight: normal;
}

div.split.three div.column.two {	
	background: url(../images/bg-home-column.gif) no-repeat 0 100%;
	padding: 0 0 15px 0;
	left: 273px;
	width:345px;
}

div.split.three div.column.two div.inner,
div.split.three div.column.three div.inner  {
	background: #fff;
	padding: 8px 20px 0 20px;
}

div.split.three div.column.three {	
	background: url(../images/bg-home-column.gif) no-repeat 0 100%;
	left: 634px;
	padding: 0 0 15px 0;
	width:345px;
}

div.split h2 {
	color: #ac6c2a;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

div.errorPanel 
{
	border: solid 2px #9c3546;
}

div.errorPanel ul
{
	margin: 0.5em !important;
}

/*********** = lists = ***********/

div.copy ul {
	list-style-type: none;
	margin: 22px 0 22px 16px;
}

div.copy h3 + ul {
	margin-top: 0.5em;
}

body.home div.copy ul {
	margin: -13px 0 0 -5px;
}

div.copy li {
	background: url(../images/bg-li.gif) no-repeat 0 50%;
	color: #6d6050;
	font-size: 13px;
	line-height: 15px;
	margin: 5px 0;
	padding: 2px 0 2px 18px;
}

body.home div.copy li {
	background: url(../images/bg-li-home-over.gif) no-repeat 0 50%;
	display: block;
	margin: 0;
	padding: 0;
}

*html body.home div.copy li {
	margin: 4px 0 0 0;
}

body.home div.copy li a,
body.home div.copy li a:visited {
	background: url(../images/bg-li-home.gif) no-repeat 0 50%;
	display: block;
	color: #6d6050;
	font-size: 13px;
	line-height: 15px;
	margin: 4px 0 0 0;
	padding: 5px 0 5px 36px;
	text-decoration: none;
}

body.home div.copy li a:hover {
	background: url(../images/bg-li-home-over.gif) no-repeat 0 50%;
}

div.copy .flank ul.pdf {
	margin: 0;
}

div.copy .flank ul.pdf li {
	background: none;
	display: block;
	margin: 0;
	padding: 0;
}

div.copy .flank ul.pdf li a,
div.copy .flank ul.pdf li a:visited {
	background: url(../images/bg-pdf.gif) no-repeat 7px 3px;
	color: #834e29;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 3px 0;
	padding: 3px 7px 0 44px;
	text-decoration: none;
}

div.copy .flank ul.pdf li a span {
	display: block;
	color: #6d6050;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: -2px 0 0 0;
}

/*********** = #primary (navs and search) = ***********/

ul.primary {
	background: url(../images/bg-nav.gif) no-repeat 0 0;
	bottom: 13px;
	right: 35px;
	list-style-type: none;
	height: 42px;
	position: absolute;  
	z-index: 999;
}

ul.primary li {
	background: url(../images/bg-nav.gif) no-repeat 0 0;
	float: left;
	height: 42px;
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
	zoom: 1;
}

ul.primary li a, 
ul.primary li a:visited {
    /* background: url(../images/bg-nav.gif) no-repeat 100% 0; */
    color: #6d6050;
    display:block;
    float: left;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 0;
    outline: none;
}

ul.primary li.first,
ul.primary li.first-active,
ul.primary li.last-active {
	padding: 0 !important;
}

ul.primary li.first a {
	background: url(../images/bg-nav-left.gif) no-repeat 0 0;
	padding: 0 15px;
}

ul.primary li.last a {
	background: url(../images/bg-nav-right.gif) no-repeat 100% 0;
}

ul.primary li.active,
ul.primary li.first-active,
ul.primary li.last-active {
	background: url(../images/bg-nav-active.gif) no-repeat 0 0;
}

ul.primary li:hover,
ul.primary li.sfhover {
	background: url(../images/bg-nav-hover.gif) no-repeat 0 0;
}

ul.primary li.active a, 
ul.primary li.active a:visited {
/*	color: #fff; */
	font-weight: bold;
	text-decoration: none;
}

ul.primary li.active li a, 
ul.primary li.active li a:visited {
	font-weight: normal;
}

ul.primary li.active li.active a, 
ul.primary li.active li.active a:visited {
	font-weight: bold;
}

ul.primary li:hover a,
ul.primary li.sfhover a {
	color: #fff !important;
	cursor: pointer;
	text-decoration: none;
}

ul.primary li.active span,
ul.primary li.first-active span,
ul.primary li.last-active span {
	background: url(../images/bg-nav-indicator.png) bottom center no-repeat;
	display: block;
	float: left;
}

*html ul.primary li.active span {
	background: url(../images/bg-nav-indicator.gif) bottom center no-repeat;
}

ul.primary li.first-active a,
ul.primary li.first-active:hover a,
ul.primary li.first-active.sfhover a {
	background: url(../images/bg-nav-active-left.gif) no-repeat 0 0;
	padding: 0 15px;
}

ul.primary li.first:hover a,
ul.primary li.first-sfhover a {
	background: url(../images/bg-nav-hover-left.gif) no-repeat 0 0;
	padding: 0 15px;
}

ul.primary li.last-active a,
ul.primary li.last-active:hover a,
ul.primary li.last-active-sfhover a {
	background: url(../images/bg-nav-active-right.gif) no-repeat 100% 0;
	padding: 0 15px;
}

ul.primary li.last:hover a,
ul.primary li.last-sfhover a {
	background: url(../images/bg-nav-hover-right.gif) no-repeat 100% 0;
}

ul.primary ul {
	background: url(../images/bg-sub.png) no-repeat 0 100%;
	left: -9999em;
	position: absolute;
	top: 41px;
	list-style-type: none;
	height: auto;
	padding: 0 4px 6px 4px;
	position: absolute;  
	width: 161px; 
	z-index: 1000;
}

*html ul.primary ul {
	background: url(../images/bg-sub.gif) no-repeat 0 100%;
}

ul.primary li:hover ul,
ul.primary li.sfhover ul {
	left: -4px;
}

ul.primary ul li {
    background: none !important;
    float:  none;
    display:block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

ul.primary ul li a, 
ul.primary ul li a:visited,
ul.primary li:hover ul a,
ul.primary li.sfhover ul a,
ul.primary li:hover ul a:visited,
ul.primary li.sfhover ul a:visited {
    background: none !important;
    color: #6d6050 !important;
    display:block;
    float: none;
    font-size: 12px;
    height: auto;
    line-height: 12px;
    margin: 0;
    padding: 5px 5px 5px 10px !important;
    text-indent: 0;
    width: auto;
}

ul.primary ul li.alt a,
ul.primary ul li.alt a:visited {
	background: url(../images/bg-sub-alt.gif) repeat-y 0 0 !important;
}

ul.primary ul li a:hover,
ul.primary li:hover ul a:hover,
ul.primary li.sfhover ul a:hover {
    background: #cfa034 !important;
    color: #fff !important;
 }

ul.primary ul li a:hover {
	background-position: 0 0;
	text-decoration: none;
}

#localnav {
	left: 0;
	position: absolute;
	top: 43px;
	width: 235px;
}

#localnav h3 {
	color: #834e29;
	font-size: 10px;
	line-height: 10px;
	margin: 0 !important;
	padding: 0 0 0 22px !important;
	text-transform: uppercase;
}

#localnav ul {
	background: transparent url(../images/bg-subnav.gif) no-repeat 0 100%;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 0 11px 22px !important;
}

*:first-child+html #localnav ul {
	min-height: 1%;
}

#localnav ul li {
	background: none;
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

#localnav ul li a,
#localnav ul li a:visited {
 	color: #ac6c2a;
 	display: block;
 	font-size: 13px;
 	line-height: 13px;
 	margin: 10px 0 0 0 !important;
 	padding: 0 !important;
 	text-decoration: none;
}

#localnav ul li a:hover {
	text-decoration: underline;
}

#localnav ul li a.active,
#localnav ul li a.active:visited {
 	color: #7d9079;
 	font-weight: bold;
}

/*********** = tables = ***********/

.matrix {
	border: 0;
	padding: 0;
	width: 100%;
}

.matrix th {
	background: #e0ddd4;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	text-transform: uppercase;
}

.matrix td {
	font-size: 13px;
	padding: 5px;
	line-height: 16px;
	vertical-align: top;
}

.matrix td.first {
	background: #3972b5 !important;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	width: 95px;
}

.matrix td.first.normal {
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande",
        Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-transform: none;
	width: 125px;
}

.matrix .null {
	background: none;
}

.alt,
.alt td {
	background: #edf2f6;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.clear.height {
	margin: 12px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

.collapse-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* images */

img#banner,
img.banner {
	height: 214px;
	position: absolute;
	right: 0;
	top: 109px;
	width: 708px
	z-index: 99;
}

img.subawards {
	position: absolute;
	right: 29px;
	top: 0px;
}

img { border:none; }

img.pdf {
	margin:10px 0;
}

a.datasheet img {
	margin: 10px 0 0 0;
}

img.float-r {
	float:right;
    margin:0px 0 2px 14px;
}

img.float-l {
	float:left;
	margin:0px 14px 2px 0;
}

img.neg-left {
	margin: 8px 0 8px -17px;
}

/* forms */

/* MT Oct 28 2008: turned off display of search since we don't support it */
div#search {
	position: absolute;
	top: 10px;
	right: 45px;
	display: none;
}

input.search {
	float: left;
	margin: 0 15px 0 0;
	width: 146px;
	height: 17px;
	padding: 1px;
}

.submit,
.submit:hover {
	background: url(../images/btn-search.gif) no-repeat 0 0 !important;
	border: none !important;
	color: #fff !important;
	float: left !important;
	font-family: Arial !important;
	font-size: 13px !important;
	width: 82px !important;
	height: 22px !important;
	line-height: 20px !important;
	padding: 0 !important;
	text-decoration: none;
	text-align: center !important;
}

table.quoteWizard
{
	border: solid 1px #d7d1ca;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 1em;
	width: 250px;
}

.contentBox
{
	border: solid 2px #d7d1ca;
	padding: 0.5em;
	margin-top: 1em;
}

.contentBox h3
{
	margin-bottom: 0.5em;
}

.halfWidthBox
{
	width:45%;
	border: solid 2px #ccc;
	padding: 0.5em;
	float: left;
	margin-top: 1em;
}

.halfWidthBox>label
{
	display: block;
	font-size: 80%;
	font-weight: bold;
	color: #ac6c2a;
	margin-top: -1.5em;
	background-color: #fff;
	border: solid 2px #ccc;
	padding: 0.2em 0.5em 0.2em 0.5em;
	white-space: nowrap;
	margin-bottom: 0.5em;
}

.halfWidthBox p
{
	margin-bottom: 0.5em;
}

/* upload progress bar */
.uploadProgressBar
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 2.5em;
	width: 100%;
}

/* print-specific */

img#printlogo {
	display: none;
}

/* special case children */

div>p
{
	margin-top: 0 !important;
}

td>div>ul
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.infoMessageBox, .successMessageBox, .warningMessageBox, .errorMessageBox, .validationMessageBox {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.infoMessageBox {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.successMessageBox {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warningMessageBox {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.errorMessageBox {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.validationMessageBox {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/validation.png');
}

