﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #f1f1f1;
    font-size: .75em;
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
}

a img
{
    border:0px;
    border-style: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2,h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #005e8b;
    font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

h1
{
    font-size: 2em;
    padding: 0 0 0px 0;
}

h2
{
    font-size: 1.6em;
    padding: 0 0 0px 0;
}

h3
{
    font-size: 1.2em;
     
}
h4
{
    font-size: 1.1em;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;

}
h5, h6
{
    font-size: 1em;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
}


h2 a,h3 a,h6 a
{
    color: #005e8b;
    font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

h2 a:hover, h3 a:hover, h6 a:hover
{
    text-decoration:underline;
}

h2 a:active, h3 a:active, h6 a:active
{
    text-decoration: none;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin: 0 auto;
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#cccccc'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#f1f1f1)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f1f1f1,  #000); /* for firefox 3.6+ */
    background-image: url('/content/images/header.png');
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#headerContent
{
    width: 80%;
    max-width:970px;
    min-width:795px;
    position: relative;
    margin: 0 auto;
    color: #000;
    padding-top: 10px;
}

#menucontainer
{
    padding-top: 1px;
    width: 80%;
    max-width:970px;
    min-width:795px;
    margin: 0 auto;
}

#separator
{
    border-top: 1px solid #006490;
    background-image: url('/Content/Images/headerblueglow.jpg');
    position: relative;
    padding: 0;
    margin: 0;
    height: 14px;
}

#main
{
    width: 80%;
    max-width:970px;
    min-width:795px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#mainContentDiv
{
    background-color: #fff;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-color:#DEDEDE;

}

#footer
{
    background-color: #e0e0e0;
    text-align: left;
    line-height: normal;
    width: 80%;
    max-width:970px;
    min-width:795px;
    margin: 0 auto;
    font-size: .9em;

}

#footerContent
{
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
    float:left;
}

#footerContent img
{
    vertical-align: middle;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 170px;
    border: 1px solid #CCC;
    background-color:#999;
    color:White;  
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"]
{
    border: 1px solid #CCC;
    background-color:Gray;
    color:White;  
}

select
{
    width: 170px;
    border: 1px solid #CCC;
    background-color:Gray;
    color:White;  
}


/* TABLE
----------------------------------------------------------*/



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}


div#title
{
    display: block;
    float: left;
    text-align: left;
}

b.rtop, b.rbottom
{
    display: block;
    background: #f1f1f1;
}
/* Setting the corner color, use different color for different layout */

b.rtop b, b.rbottom b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
}
/* Setting the strip size and background

color */

b.r1
{
    margin: 0 3px;
}

b.r2
{
    margin: 0 2px;
}

b.r3
{
    margin: 0 1px;
}

b.rtop b.r4, b.rbottom b.r4
{
    margin: 0 1px;
    height: 1px;
}


/*Rounded Corners for blue box
----------------------------------------------------------*/

#BlueBox b.rtop, #BlueBox b.rbottom
{
    display: block;
    background: White;
}
/* Setting the corner color, use different color for different layout */

#BlueBox b.rtop b, #BlueBox b.rbottom b
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #f3f8fb;
}

#BlueBox b.r1
{
    margin: 0 3px;
}

#BlueBox b.r2
{
    margin: 0 2px;
}

#BlueBox b.r3
{
    margin: 0 1px;
}

#BlueBox b.rtop #BlueBox b.r4, #BlueBox b.rbottom #BlueBox b.r4
{
    margin: 0 1px;
    height: 1px;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

#footerContent a
{
    text-decoration: none;
    color: #696969;
}

#footerContent a:link
{
    color: #696969;
}

#footerContent a:hover
{
    text-decoration: underline;
    color: #696969;
}

#footerContent a:active
{
    color: #696969;
}

#footerContent a:visited
{
    color: #696969;
}
/* visited link */

a.link { text-decoration: none; }
a.link:hover { text-decoration: underline; }

.abs { position: absolute; }
.top { top: 0px; }
.noBorder { border: none; }
.textBold { font-weight: bold; }
.title { font-size: 1.5em; color: #005e8b;}

#subMenu { position: relative; left: 0px; top: -14px;  height: 24px; background-image: url(../content/images/submenubg.gif); overflow: hidden; }
#subMenuItems { position: absolute; left: 30px; top: 0px;height: 100%; text-align: left; }

#subMenuArrow { position: absolute; left: 8px; top: 4px; }
#subMenuDivider { position: absolute; left: 28px; top: 0px; }

#mainMenu { position: relative; left: 0px; top: 0px; width: 100%; height: 45px; background-image: url(../Content/images/menunormal.png); overflow: hidden;  }

.menuLeft { position: absolute; left: 0px; top: 0px; }
.menuRight { position: absolute; right: 0px; top: 0px; }
.mainMenuItem { position: absolute; top: 0px; width: 120px; height: 45px; text-align: center; margin-top:5px;display:table }
.mainMenuItemSelected { position: absolute; top: 0px; width: 120px; height: 45px; text-align: center; margin-top:5px;  background-image: url(../Content/images/menuselected.gif);display:table   }
.mainMenuDivider { position: absolute; right: 0px; top: 0px; }
.mainMenuText { font-size: 12px; color: #fff; text-decoration: none; display:table-cell; height:45px; vertical-align:middle}

.subMenuText { font-size: 11px; color: #404040; }
.subMenuSelectedText { font-size: 11px; color: #404040;  color: #005e8b; font-weight:bold; height:45px;}
.footerText { font-size: 12px; color: #f8f8f8; }


#mainMenu a
{
    color: #fff;
    text-decoration: none;
}
#mainMenu a:link
{
    color: #fff;
}
#mainMenu a:visited
{
    color: #fff;
}
#mainMenu a:hover
{
    color: #fff;
    text-decoration: underline;
}
#mainMenu a:active
{
    color: White;
}


.newsImage
{
    clear: left;
    vertical-align:middle;
    padding-top:15px;
}


.loadingPic
{
    margin: auto;
    background: url(/content/images/loadingIcon.gif) no-repeat 0 0;
    padding-left: 25px;
}

dl, dd, dt, 
{
    margin: 0;
    padding: 0;
}

dt
{
    clear: left;
    width: 10px;
    float: left;
    margin-bottom: 10px;
    vertical-align:bottom;
    text-align:center;
}


dd
{
    margin-left: 12px;
    padding-bottom: 10px;
    height: 1%;
    border-bottom: 1px Solid #dbdbdb;
}

dd:after
{
    content: ".";
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
}

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

   
.newsticker-jcarousellite ul li{  list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }  


#faqs h3	{ cursor:pointer; color:#4c4b4b; }
#faqs h3.active	{ color:#d74646; }
#faqs div { height:0; overflow:hidden; position:relative; }


.editor-label
{
 color:White;   
}


