﻿.pageBackground1 
{
    background-image: url(../assets/images/bg_blue_2.gif);
    background-repeat: repeat;
}

body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    background-color: #e0e0da;
    margin: 0px;
}

h1
{
    color:#003399;
    font-size: 22px;
}
    
h2 
{
    font-size: 16px;
    color: #003399;
    vertical-align:baseline;
    margin-bottom:12px;
}

h3 
{
    font-size: 14px;
    color: #003399;
    vertical-align:baseline;
    margin-bottom:8px;
}

.homePageLabel
{
    font-size: 16px;
    color: #000000;
    font-weight:bold;
}

.big
{
    font-size:20px;
}


.testimonial
{ 
    font-style:italic;
    font-size:13px;
}

.testimonialBox
{
    border: dashed 1px #ff1a1a; 
    background-color: #e8f2f4;
    padding: 6px; 
    margin: 3px;
    font-style:italic;
    font-size:13px;
    overflow: auto; 
}
    
.highlightBox
{
    border: dashed 1px #ff1a1a; 
    background-color: #e8f2f4;
    padding: 6px; 
    margin: 3px;
    }    

.captionText {
	font-size: 10px;
}

.divContainerShort
{
    margin:0px;
    vertical-align:top;
    height:470px
}

.divContainer
{
    margin:0px;
    vertical-align:top;
}

.space
{
    line-height:5px
 }

.HLink{
	color: #ffffff;
	font-size:12px;
	padding-right:45px
}
.HLink:hover visited active{
	color: #ffffff;
}

.bottom1{
	font-size: 11px;
	color: #3b91d9;
	text-decoration: none;
}

.bottom1:hover{
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}

.bottom{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.bottom:hover{
	font-size: 11px;
	color: #0099FF;
	text-decoration: underline;
}

.bottomBlack{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.bottomBlack:hover{
	font-size: 11px;
	color: #0099FF;
	text-decoration: underline;
}

.newsletterLabel
{ color:#332121;
}

.red{
	color: red;
}

.white{
	font-size: 11px;
	color: #ffffff;
}

.white1{
	font-size: 11px;
	color: #3b91d9;
	text-decoration: none;
}

.black{
	font-size: 11px;
	color: #000000;
}

.blue{
	color: #003399;
	font-weight:bold
}

.bold
{
	color: #003399;
}

.ulHorizontal
{
    list-style:none;
    margin:0px;
    margin-left:3px;
    margin-bottom:10px}
 
.liHorizontal
{
    float:left;
    padding-right:10px}
    
.liHorizontal1
{
    float:left;
    padding-right:20px}    



.cornerBox { position: relative; background: #ffffff; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('../assets/images/corners.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }



/*Menus*/
.myAccountMenuPadding
{
    font-size: 11px;
    margin-right:5px;
    margin-bottom:4px
}

.topMenuPadding {
margin-right:5px;
margin-top:2px;
margin-bottom:1px
}

.topMenuDynamic
{
    padding:3px;
    border-bottom-width:1px;
    border-color:white    
}

.secondMenuPadding {
margin-top:2px;
padding-top:3px;
padding-right:60px
}

.thirdMenu
{
    font-size:13px;
    /* Removed because this is a table style, padding should be applied to cells, not the whole table, 
       for consistent behaviour accross browser. See .thirdMenuPadding below.
    padding-right: 20px;
    padding-left:5px      */
}

.thirdMenuPadding {
margin-right:15px;
margin-top:2px;
padding-top:3px
}

.thirdDynamicMenu
{
    padding:3px;
    border-bottom-width:1px;
    border-color:white    
}


/*modal styel*/

.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:3px;
	width:500px;
}

.modalPopupNew {
	background-color:#fffffd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

/*accordion*/
.accordionHeader
{
    border: 1px solid #d65b18;
    color: #003399;
    background-color: #f1fbfa;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader1
{
    background-color: #ffffff;	
	font-weight: bold;
    padding-top: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #f1fbfa;
    border: 1px dashed #d65b18;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionContent1
{
    padding:5px;
    margin-top:10px;
    border: 1px dashed #f0770a;
    background-color: #fef2df
}

.accordionLink
{
  color: #003399
}

.accordionLink1
{
  color: black
}




