/* Shorthand: Top, Right, Bottom, Left */

body { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; background-color:#26477E; }
body,td,p,li,select { font-family:arial,helvetica,sans-serif; font-size:11px; font-weight:normal; color:#363636; }
.breadcrumbs { color:#ffffff; }

a.breadcrumbs:link { color:#ffffff; text-decoration:none; }
a.breadcrumbs:visited { color:#ffffff; text-decoration:none; }
a.breadcrumbs:hover { color:#ffffff; text-decoration:underline; }
a.breadcrumbs:active { color:#ffffff; }

.privacypolicy { color:#ffffff; }

.bold { font-weight:bold; }
.italic { font-style:italic; }
.bolditalic { font-weight:bold; font-style:italic; }
.underline { text-decoration:underline; }

a.faq:link { color:#0066cc; text-decoration:none; }
a.faq:visited { color:#0066cc; text-decoration:none; }
a.faq:hover { color:#0066cc; text-decoration:underline; }
a.faq:active { color:#0066cc; }

a:link { color:#0066cc; text-decoration:none; }
a:visited { color:#0066cc; text-decoration:none; }
a:hover { color:#0066cc; text-decoration:underline; }
a:active { color:#0066cc; }

a.whiteclose:link { color:#ffffff; text-decoration:underline; }
a.whiteclose:visited { color:#ffffff; text-decoration:underline; }
a.whiteclose:active { color:#ffffff; }

.footer {
	color: #aed7ff;
	background-image: url(http://www.signaturegraph.com/images/footer.jpg);
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #aed7ff;
	text-decoration:underline;
	padding: 0px 5px 0px 5px;

}

.footer2 {
	color: #aed7ff;
	background-image: url(http://www.signaturegraph.com/images/footer_front_css.jpg);
}

.footer2 a:link, .footer2 a:visited, .footer2 a:hover, .footer2 a:active {
	color: #aed7ff;
	text-decoration:underline;
	padding: 0px 5px 0px 5px;

}

.headerCTA
{
   position: absolute;
   left: 40px;
   top: 90px;
   text-align: left;
   font-size: 9px;
   font-weight: bold;
   width: 260px;
   height: 183px;
   line-height: 16px;
   color: #e7f1f7;
   border: 0px solid #82555d;
   background-color:#5983a9;   
}

.headerCTA a:link
{
   color: #e9e232;
   font-weight: bold;
}

.headerCTA div
{
   width: 240px;
   margin: 10px 0px 0px 10px
}

.headerCTA h1
{ 
font-size: 14px;
font-weight: bold;
margin: 0 auto;
padding-bottom: 5px;
}

.TopNavigation
{
   width: 772px;
   text-align:center;
   height: 21px;
   background-color: #2b5399;
   background: url(/images/nav-bg.gif) no-repeat;
   font-family: Verdana, Arial;
   
}
.TopNavigation, .TopNavigation a:link, .TopNavigation a:visited, .TopNavigation a:hover, .TopNavigation a:active
{
   
   font-size: 9px;
   color: #9ab4cf;
   text-decoration: none
}
.TopNavigation a
{
   font-weight: bold;
   text-decoration: none;
   padding: 0px 9px 0px 10px;
}

.HomeCopy
{
    background-color:#26477E;
    padding: 20px 10px 10px 10px;
    color:#aed7ff;
}

.HomeCopy h1
{
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
padding-bottom: 10px
}

/* ######### Style for Drop Down Menu ######### */

.DropMenuDiv
{
 margin: 0px;
  margin-top: 0px;
  margin-left: 15px;
  position:absolute;
  border: 1px solid #004785; /*THEME CHANGE HERE*/
  border-bottom: 0px;
  z-index:100;
  background-color: #BCDDF3;
  width: 185px;
  visibility: hidden;
  text-align:left;
  font-size: 10px;
  font-weight: bold;
  
}

.DropMenuDiv a, .DropMenuDiv a:visited 
{
    margin: 0px;
    font-size: 9px;
    font-weight: bold;
    width: auto;
    display: block;
    border-bottom: 1px solid #004785; /*THEME CHANGE HERE*/
    text-decoration: none;
    color: #e7f1f7;
    padding: 8px;
    background: #4d97c0;
}

* html .DropMenuDiv a
{ /*IE only hack*/
    width: 185px;
}

.DropMenuDiv a:hover
{
  background: #72b6d9;
  color: #263973;
  text-decoration: none;
}
