﻿/* Form Control Classes & Selectors */
select {font-family: verdana; font-size: 10px; color: black;}
.button {font-family: verdana; font-size: 10px; color: black; font-weight: normal;}
.textbox {font-family: verdana; font-size: 10px; color: black;}
a {font-family: arial; font-size: 11px; color: #204D8F; text-decoration: underline;}
a:hover {font-family: arial; font-size: 11px; color: #CFA04A; text-decoration: underline;}

/* SiteSkin Classes & Selectors */
.h1{font-family: arial; font-size: 12px; color: #808080; font-weight: bold;}
.body_bg {background-color: white; margin: 0px; margin-bottom: 10px;}
table {font-family: arial; font-size: 11px; color: #808080;}
a.yellow_link {font-family: arial; font-size: 12px; color: #DCC265; text-decoration: underline;}
a.yellow_link:hover {font-family: arial; font-size: 12px; color: #204D8F; text-decoration: underline;}
.yellow_text {font-family: arial; font-size: 10px; color: #DCC265;}
a.blue_link {font-family: arial; font-size: 12px; color: #204D8F; text-decoration: underline;}
a.blue_link:hover {font-family: arial; font-size: 12px; color: #DCC265; text-decoration: underline;}
.blue_text {font-family: arial; font-size: 12px; color: #204D8F;}
.footer_text {font-family: arial; font-size: 11px; font-weight: bold; color: #FFFFFF;}
a.footer_link {font-family: arial; font-size: 11px; font-weight: bold; color: #7890BC; text-decoration: none;}
a.footer_link:hover {font-family: arial; font-size: 11px; font-weight: bold; color: #DCC265; text-decoration: none;}

/* SEO Page Classes */
.PublicSeoHeader {font-family: arial; font-size: 15px; color: #021C4D; font-family: Times New Roman; font-size: 14pt; font-weight: bold; margin: 0px;}
.PublicSeoText {font-family: arial; font-size: 12px; color: #808080; font-weight: normal;}

/* Sitemap Classes*/
.sitemap {background-color: white; font-family: verdana; font-size: 10px;}
.sitemap_cell {padding: 5px;}
.sitemap_rootnode {color: black; font-family: verdana; font-size: 10px; font-weight: bold; padding-left: 5px;}
.sitemap_rootnode a {color: black; text-decoration: none;}
.sitemap_rootnode a:hover {color: black; text-decoration: underline;}
.sitemap_parentnode {font-family: verdana; font-size: 8px; font-weight: bold; padding-left: 5px;}
.sitemap_parentnode a {font-weight: bold; color: #808080; text-decoration: none;}
.sitemap_parentnode a:hover {font-weight: bold; color: #808080; text-decoration: underline;}
.sitemap_leafnode {color: #94C6DD; font-family: verdana; font-size: 8px; font-weight: normal; padding-left: 5px;}
.sitemap_leafnode a {color: #204D8F; font-weight: normal; text-decoration: none;}
.sitemap_leafnode a:hover {color: #DCC265; font-weight: normal; text-decoration: underline;} 

/*Partners Classes*/
.partners_companyname {font-family: arial; font-size: 12px; color: #021C4D; font-weight: bold; margin: 0px;}
.partners_offertext {font-family: arial; font-size: 11px; color: #808080; text-align: justify;}

/* Button CSS */

.buttn {
-moz-box-shadow:inset 1px 2px 0px 0px #fed897;
-webkit-box-shadow:inset 1px 2px 0px 0px #fed897;
box-shadow:inset 1px 2px 0px 0px #fed897;
background-color:#fb9600;
-webkit-border-top-left-radius:20px;
-moz-border-radius-topleft:20px;
border-top-left-radius:20px;
-webkit-border-top-right-radius:20px;
-moz-border-radius-topright:20px;
border-top-right-radius:20px;
-webkit-border-bottom-right-radius:20px;
-moz-border-radius-bottomright:20px;
border-bottom-right-radius:20px;
-webkit-border-bottom-left-radius:20px;
-moz-border-radius-bottomleft:20px;
border-bottom-left-radius:20px;
text-indent:0;
border:1px solid #eda933;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:38px;
line-height:33px;
width:300px;
text-decoration:none;
text-align:center;
text-shadow:2px 2px 0px #6d4604;
cursor: pointer;
}

.buttn:hover {
background-color:#d29105;
}

.buttn:active {
position:relative;
top:1px;
