/* CSS Document */

/*=======================================================================
	GLOBAL
=======================================================================*/

html, body, form, fieldset
{
    margin: 0px;
    padding: 0px;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
    margin: 0px;
    padding: 0px;
}

h2
{
    margin-bottom: 13px;
}

li, dd, blockquote
{
    margin-left: 1em;
}

body
{
    background: #FFFFFF no-repeat;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
}

hr
{ color:#666666; background-color:#666666; height:1px; border:none; }

a
{
    text-decoration: none;
    color: #8B2031;
}
img
{
    border: none;
}
a:hover
{
    text-decoration: underline;
    color: #8B2031;
}

img.logo
{
    width: 462px;
    height: 80px;
    float: left;
}

.textRed
{
    color: #AE2300;
}

.textBlue
{
    color: #45577A;
}

input, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.checkbox, .checkbox input
{
    border: none;
}

.small
{
    font-size: 9px;
    text-transform: none;
}

/* MAIN: TABLES -------------------------------------------------------*/
table.mainTable
{
    width: 990px;
    text-align: left;
}

td.topLeft
{
    width: 16px;
    height: 16px;
    background: url(/img/main_corner_top_left.gif) no-repeat;
}

td.topRight
{
    width: 16px;
    height: 16px;
    background: url(/img/main_corner_top_right.gif) no-repeat;
}

td.topCenter
{
    background: url(/img/main_center_top.gif) repeat-x;
    width: 964px;
}

td.mainLeft
{
    width: 16px;
    background: url(/img/main_center_left.gif) repeat-y;
}

td.mainRight
{
    width: 16px;
    background: url(/img/main_center_right.gif) repeat-y;
}

td.bottomLeft
{
    height: 28px;
    background: url(/img/main_corner_bottom_left.gif) no-repeat;
}

td.bottomRight
{
    height: 28px;
    background: url(/img/main_corner_bottom_right.gif) no-repeat;
}

td.bottomCenter
{
    height: 28px;
    background: url(/img/main_center_bottom.gif) repeat-x;
}
/*
tr.contentHold td {
	background:#fff;
}
*/
td.mainHoldlogo
{
    padding: 10px 0px 0px 0px;
}

td.mainHold
{
    padding: 0px 7px 7px 7px;
}

table.homeQuadTable td.bottomLeft
{
    height: 13px;
    background: url(/img/box_corner_bottom_left.gif) no-repeat top left;
}

table.homeQuadTable td.bottomRight
{
    height: 13px;
    background: url(/img/box_corner_bottom_right.gif) no-repeat top right;
}

table.homeQuadTable td.bottomCenter
{
    height: 13px;
    background: url(/img/box_bottom.gif) repeat-x;
}

/* FOOTER -------------------------------------------------------------*/
.footer
{
    
    float: left;
    font-size: 11px;
    color: #45577A;
    text-align: center;
    padding: 15px 0 5px 0;
}

.footer a
{
    color: #45577A;
}

/* GLOBAL FOOTER -------------------------------------------------------*/
.globalFooter
{
    width: 950px;
    text-align: left;
}

.globalFooter a
{
    color: #45577A;
	padding: 0pt 10px;
}

div.globalFooter
{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    font-size: 11px;
    text-align: center;
    padding: 5px 0 5px 0;
}

table.globalFooter
{
    width: 990px;
    text-align: left;
}

table.globalFooter a
{
    color: #666666 !important;
	padding: 0pt 0px;
}

table.globalFooter a:hover 
{
color: #111111 !important;
text-decoration: none !important;
}

table.globalFooter td.top
{
	width: 990px;
    height: 37px;
    background: url(/img/globalfooter_top.png) no-repeat;
}

table.globalFooter td.topLeft
{
    width: 16px;
    height: 16px;
    background: url(/img/footer_corner_top_left.gif) no-repeat;
}

table.globalFooter td.topRight
{
    width: 16px;
    height: 16px;
    background: url(/img/footer_corner_top_right.gif) no-repeat;
}

table.globalFooter td.topCenter
{
    background: url(/img/main_center_top.gif) repeat-x;
    width: 964px;
}

table.globalFooter td.mainLeft
{
    width: 16px;
    background: url(/img/main_center_left.gif) repeat-y;
}

table.globalFooter td.mainRight
{
    width: 16px;
    background: url(/img/main_center_right.gif) repeat-y;
}

table.globalFooter td.bottomLeft
{
    height: 28px;
    background: url(/img/main_corner_bottom_left.gif) no-repeat;
}

table.globalFooter td.bottomRight
{
    height: 28px;
    background: url(/img/main_corner_bottom_right.gif) no-repeat;
}

table.globalFooter td.bottomCenter
{
    height: 28px;
    background: url(/img/main_center_bottom.gif) repeat-x;
}

table.globalFooter td.mainHold
{
    padding: 10px 7px 7px 20px;
	line-height:18px;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	vertical-align: top;


	
}
table.globalFooter td.mainHold h3
{
color:#444444;
font-weight:bold;
font-size:11px;
}
table.globalFooter td.mainHold h3:hover
{
color: #111111 !important;
font-weight:bold;
font-size:11px;
text-decoration: none !important;
}




/* MAINNAV ------------------------------------------------------------*/
ul.mainNav
{
    float: right;
	clear: right;
    font-size: 10px;
    position: relative;
    z-index: 6;
}
ul.mainNav li
{
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    margin-left: 1px;
    overflow: hidden;
    padding-top: 5px;
}
ul.mainNav li a
{
    color: #4D4D4D;
    background: url(/img/main_nav_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}
ul.mainNav li a span
{
    background: url(/img/main_nav_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}
ul.mainNav li a:hover
{
    background-position: bottom right;
    text-decoration: none;
    color: #4D4D4D;
}
ul.mainNav li a:hover span
{
    background-position: bottom left;
    text-decoration: none;
}

/*=======================================================================
	SLIDESHOW
=======================================================================*/
.homeImage
{
    float: left;
    width: 950px;
    height: 353px;
    padding-top: 5px;
}

.homeImage img
{
    width: 950px;
    height: 350px;
}

#slideshow
{
    float: left;
    margin: 0;
    background: #fff;
    padding-top: 5px;
    border: 0;
    width: 950px;
    height: 353px;
}

.slideHeader
{
    width: 950px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slideSubHeader
{
    width: 950px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 14px;
    bottom: 13px;
}

#slideshow-nav
{
    position: absolute;
    right: 20px;
    top: 20px;
}

#slideshow-nav a
{
    width: 20px;
    height: 20px;
    border: 0;
    background: #4B5A51;
    display: block;
    float: left;
    text-align: center;
    font-size: 8px;
    text-decoration: none;
    line-height: 22px;
    color: #fff;
    margin-left: 3px;
}

#slideshow-nav a:hover
{
    background: #999;
}

#slideshow-nav a.active
{
    background: #999;
}

#slideshow #slideshow-inner
{
    overflow: hidden;
    width: 950px;
    height: 353px;
    position: relative;
}

#slideshow #slideshow-inner #slidr
{
    position: absolute;
    width: 5000px;
    margin: 1px 0 0 0;
}

#slideshow #slideshow-inner #slidr .slidr-inner
{
    float: left;
    width: 950px;
}


/*=======================================================================
	HOME PAGE
=======================================================================*/

/* start homeQuadTable*/

table.homeQuadTable
{
    float: left;
    width: 950px;
    margin-top: 5px;
}

table.homeQuadTable td.homeTopLeft
{
    width: 9px;
    height: 29px;
    background: url(/img/box_corner_home_top_left.gif) no-repeat top left;
}

table.homeQuadTable td.homeTopRight
{
    width: 9px;
    height: 29px;
    background: url(/img/box_corner_home_top_right.gif) no-repeat top right;
}

table.homeQuadTable td.homeTopCenter
{
    width: 208px;
    height: 29px;
    background: url(/img/box_home_top_center.gif) repeat-x;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 7px;
}

table.homeQuadTable td.homeSpacer
{
    width: 5px;
}

table.homeQuadTable td.homeCenterBody
{
    border: 1px solid #d0d0d1;
    border-bottom: none;
    border-top: none;
    padding: 15px 15px 0 15px;
    vertical-align: text-top;
}

table.homeQuadTable td.homeMidBody
{
    border: 1px solid #d0d0d1;
    border-bottom: none;
    border-top: none;
    padding: 15px 15px 0 15px;
    vertical-align: text-top;
}

.pressReleases li, .pressItem
{
    list-style-type: none;
    background: url(/img/press_release_arrow.gif) no-repeat 0px 2px;
    padding: 0 0 5px 20px;
    margin:0px;
}

.pressReleases a
{
    color: #45577A;
}

/*=======================================================================
	BUSINESS SOLUTIONS SECTION
=======================================================================*/
ul.mainNav li.business a
{
    color: #fff;
    background: url(/img/main_nav_business_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}

ul.mainNav li.business a span
{
    background: url(/img/main_nav_business_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}

.colorBarBusiness
{
    /* float:left; */
    clear: both;
    width: 950px;
    height: 10px;
    background: url(/img/color_bar_business.gif) repeat-x;
}

/*=======================================================================
	HOME SOLUTIONS SECTION
=======================================================================*/
.colorBarHome
{
    /* float:left; */
    clear: both;
    width: 100%;
    height: 10px;
    background: url(/img/color_bar_home.gif) repeat-x;
}

ul.mainNav li.home a
{
    color: #fff;
    background: url(/img/main_nav_homesol_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}

ul.mainNav li.home a span
{
    background: url(/img/main_nav_homesol_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}

/*=======================================================================
	COMPANY SECTION
=======================================================================*/
.colorBarIAS
{
    /* float:left; */
    clear: both;
    width: 950px;
    height: 10px;
    background: url(/img/color_bar_company.gif) repeat-x;
}

.highlight
{
    font-weight: bold;
    color: #45577A;
}

ul.mainNav li.company a
{
    color: #fff;
    background: url(/img/main_nav_company_corner_right.gif) no-repeat scroll top right;
    height: 28px;
    padding-right: 9px;
    text-decoration: none;
    float: left;
    display: block;
    width: auto;
}

ul.mainNav li.company a span
{
    background: url(/img/main_nav_company_corner_left.gif) no-repeat;
    display: block;
    height: 19px;
    padding: 9px 9px 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
}

/***  Form Styles ***/

.submitBtn
{
    background-color: #FFFFFF;
    background-image: url(/img/formButtonBg.png);
    border: 1px solid #444444;
    color: #444444;
    font-size: 11px;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
}
.tabForm
{
    /* background-color: #F4F6F8; */
    /*border: 1px dashed #9E9E9E;*/
    padding: 5px;
    margin-bottom: 10px;
}

.tabForm table
{
    width: 100%;
}
.dataLabel
{
    width: 15%;
    color: #45577A;
    font-weight: bold;
    vertical-align: top;
    width: 184px;
    padding: 3px 5px;
}
.dataField
{
    vertical-align: top;
}
.tabForm textarea
{
    height: 100px;
    padding: 2px;
    width: 365px;
}