/* Basics CSS*/

a {
   outline: 0;
}
html {
    overflow-y: scroll;
}
htm, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: #5C5C5C;
	background:#fff;
	padding:0;
	font: 14px/20px Verdana, Geneva, sans-serif;
 }
table {
	font: 1em/1em Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 960px;
	margin: 0 auto;
	background: #fff url(../images/bg2.png) repeat-y;
	border: 1px solid #000000;
 }

#hdr {
	background: #fff url(../images/headerlogo4.png) no-repeat;
	height: 180px;
 }

 
 /************NAV**************/
 

#nav {
	float:left;
	width:200px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#navTop {
	float: right;
	height: 60px;
	width: 720px;
	margin-right: 30px;
	margin-top: 25px;
}
#nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#nav li {
	margin: 0;
}


/************CONT**************/


#cont {
	float: right;
	width:720px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #0136a6;
text-decoration: underline;
}
#cont a:hover {
	text-decoration: none;
	color: #C30;
}
#cont h1 {
	color: #666;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#cont h2 {
	color: #666;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#cont h3 {
 color: #0136a6;
}
#cont h4 {
 color: #0136a6;
}
#cont ul li, #cont ol li {
	margin-bottom: 6px;
	line-height: normal;
}
#cont ul, #cont ol {
	list-style: url(../icons/bullet_blue.png);
}


/************FOOTER**************/


#ftr {
	clear: both;
	color: #000;
	background:#f0f0f0 url(../images/ftr.png) repeat-x bottom;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #0136a6;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

/************IMAGES**************/

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
  border: 0px none;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
  border: 0px none;
}

.imgCenter
{ display: block;
  margin: 0 auto;
  border: 0px none;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.imgCenterWBorder
{	display: block;
	margin: 0 auto;
	border: 5px solid #666;
}
.imgLeftWBorder
{
	float: left;
	margin: 0px 8px 0px 0px;
	border: 1px solid #999;
	padding: 5px;
	background: #EBEBEB;
}

.imgRightWBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 5px solid #666;
}

/************BOXES**************/


.boxCaptionRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: normal;
}
.boxCaptionRight img {
	border: 1px solid #000;
}
.boxCaptionLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: normal;
}
.boxCaptionLeft img {
	border: 1px solid #000;
}
.boxCaptionRight200 {
	float: right;
	margin-left: 15px;
	width: 200px;
	padding: 10px;
	border: 1px solid #CCC;
}
.boxRight200 {
	padding: 10px;
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #CCC;
}
.boxGreen {
	background: #5F735A;
	padding: 10px;
	color: #FFF;
	font-size: 12px;
}
.boxGreen a:link, .boxGreen a:visited, .boxGreen a:active {
	color: #FF0 !important;
	text-decoration: none;
}
.boxGreen a:hover {
text-decoration: none;
color: #FFF !important;
}
.boxLeft180 {
	float: left;
	width: 190px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #CCC;
}
.boxLeft180 ul, .boxLeft180 ol {
	list-style: outside;
	margin-left: 10px;
    padding-left: 0;	
}
.boxLeft180NB {
	float: left;
	width: 210px;
	margin-left: 20px;
}
.boxLeft180NB ul, .boxLeft180NB ol {
	list-style: outside;
	margin-left: 10px;
    padding-left: 0;	
}
.boxLeft300 {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding: 0px 10px 10px;
}
.boxLeft300 ul li {
	margin-bottom: 0px !important;
}
.boxLeft300 ul, .boxLeft300 ol {
	list-style: url(../icons/bullet_blue.png) outside;
	margin-left: 10px;
	padding-left: 0;
}
.boxLeft300 ul li ul li, .boxLeft300 ol li ol li {
	margin-left: 20px;
	padding-left: 0;
}
.boxBlue {
	background: #E2F4F5;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	border: 1px solid #006;
}
.associates {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 50px;
	border-bottom: 1px dashed #999;
	padding-bottom: 15px;
}
.associatesImage {
	float: left;
	width: 160px;
}
.associatesInfo {
	margin-left: 180px;
}
.associatesInfo h3 {
	font-size: 18px !important;
	color: #666 !important;
	margin: 0px !important;
	font-weight: normal;
	padding-top: 5px;
}
.associatesInfo h4 {
	font-size: 11px !important;
	color: #666 !important;
	margin: 0px !important;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.associatesInfoTeaser {
	font-size: 12px;
	line-height: normal;
}
.associatesInfoMore {
	float: right;
	color: #0782cd;
	font-size: 10px;
	text-transform: uppercase;
}
.associatesInfoMore a:link, .associatesInfoMore a:visited, .associatesInfoMore a:active {
	color: #0782cd !important;
	text-decoration: none !important;
}
.associatesInfoMore a:hover {
	color: #0782cd !important;
	text-decoration: underline !important;
}

/************TEXT**************/


.txtBlueBold {
	font-weight: bold;
	color: #0136a6;
}
.mousetype {
	font-size: 11px;
	line-height: normal;
}
.txtBlack20 {
	font-size: 20px;
	color: #000;
}
.txtGrey16 {
	font-size: 16px;
	color: #999;
	font-style: italic;
	font-weight: bold;
}


/************BUTTONS**************/


.btnCSEPP {
	display: block;
	width: 250px;
	height: 60px;
	background: url(../images/ro-csepp-01.png) bottom;
	text-indent: -99999px;
}
.btnCSEPP:hover {
	background-position: 0 0;
}
.btnNB {
	display: block;
	width: 165px;
	height: 60px;
	background: url(../images/ro-nb-01.png) bottom;
	text-indent: -99999px;
}
.btnNB:hover {
	background-position: 0 0;
}
.btnJKA {
	display: block;
	width: 177px;
	height: 60px;
	background: url(../images/ro-jka-01.png) bottom;
	text-indent: -99999px;
}
.btnJKA:hover {
	background-position: 0 0;
}

/************HEADERS**************/


.hdrBlue {
	font-size: 16px;
	color: #FFF;
	background: #047DCB url(../images/bkg-hdr.png) repeat-x;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #000;
	font-weight: bold;
}
.hdrBlue a:link, .hdrBlue a:visited, .hdrBlue a:active {
color: #fff !important;
}
.hdrBlue a:hover {
	text-decoration: none;
	color: #EBEBEB !important;
}


/************MISC**************/


.clear {
	clear: both;
}
.clear10 {
	clear: both;
	height: 10px;
}
.boxCenterBDR {
	padding: 0px 10px 0px 15px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-top: 15px;
}
.center {
	text-align: center;
}
.txt12 {
	font-size: 12px;
}
hr {
	color: #03466D;
	background: #03466d;
	height: 1px;
}
/************Call to Action Button**************/
.buttonCall {
	position: relative;
	font-family: sans-serif;
	max-width: 330px;
	height: 130px;
	background-color: #149fdd;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.buttonCall a {
	position: relative;
	padding: 0px;
	text-align: center;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-size: 0.9rem;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;    /* background-color:rgba(0, 0, 0, 0.2); */
}

.buttonCall:hover a {
    color:#ffffff !important;
    z-index: 1000;
}

.easing {
	position: absolute;
	width: 100%;
	top: 0; /*Change 'top' to 'bottom' for an upwards transition*/
	height: 0px;
	margin: 0;
	background-color: #39afc9;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}

.buttonCall:hover {
        color:#ffffff !important;
}

.buttonCall:hover .easing {
    height:130px;
}
