﻿/* Colors
Navy Blue: #005577
Baby Blue: #3399cc
*/

@font-face 
{
  font-family: 'MyMainFont';
  src: url('fonts/TitilliumWeb-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/TitilliumWeb-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/TitilliumWeb-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/TitilliumWeb-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/TitilliumWeb-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face 
{
  font-family: 'MyMenuFont';
  src: url('fonts/BenchNine-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/BenchNine-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BenchNine-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/BenchNine-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BenchNine-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BenchNine-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}


@font-face 
{
  font-family: 'MyHandFont1';
  src: url('fonts/arizonia-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/arizonia-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/arizonia-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/arizonia-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/arizonia-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/arizonia-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face 
{
  font-family: 'MyHandFont2';
  src: url('fonts/Cookie.eot'); /* IE9 Compat Modes */
  src: url('fonts/Cookie.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Cookie.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Cookie.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Cookie.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Cookie.svg#svgFontName') format('svg'); /* Legacy iOS */
}




body 
{   
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	background-position:top; 
    font-family:Arial, Sans-Serif;
    font-size:14px;
    font-weight:normal;    
    color:#005577;
    margin:0px;
} 

a:link, a:visited, a:active
{
    text-decoration:none;
}
a:hover 
{
    text-decoration:none;
}



.content_page
{
	background-color:#ffffff;    
    padding:20px;
    padding-bottom:0pc;
}



.title 
{
	background-color:#3399cc;
    color:#ffffff;
    font-family:'MyMenuFont';
    font-size:20px;
    font-weight:bold;    
    text-decoration:none;
    text-transform:uppercase;
    padding:5px 0px 5px 0px;
    margin-bottom:20px;
    
    
}

.subtitle 
{
    color:#3399cc;
    font-family:'MyMenuFont';
    font-size:22px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    margin-bottom:10px;
}


.show-read-more .more-text{
        display: none;
    }




/* Request Page
----------------------------------------------------------*/
.request_info 
{
    font-family:Arial, Sans-Serif;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    
}
.request_row
{
    padding-top:15px;
}
.request_label
{
    padding-bottom:5px;
}
.request_textbox
{
	background-color:#ffffff;
    color:#005577;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    padding-left:10px;
    border:1px solid #999999;
    height:40px;
    width:100%;
}
.request_timebox
{
	background-color:#ffffff;
    color:#005577;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    border:1px solid #999999;
    height:40px;
    width:225px;
}
.request_textbox:-ms-input-placeholder 
{    
    color: #999999;
 }
.request_button
{
	border-style: none;
	background-color:#3399cc;
	color:#ffffff;
	font-family:'MyMenuFont';
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:120px;		
	height:40px;
}
.request_validator
{
	color:Red;
}

.FrmLabelError
{
	
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color:#FF5E5E;
	vertical-align:middle;
	height:18px;
}





/* Contact   
----------------------------------------------------------*/
.contact_info 
{
    color:#ffffff;
    font-family:Arial, Sans-Serif;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    height:40px;
}


.contact_row
{
    padding-top:15px;    
}
.contact_textbox
{
	background-color:#ffffff;
    color:#005577;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    padding-left:10px;
    border:none;
    height:40px;
    width:100%;
}
.contact_button
{
	border-style: none;
	background-color:#005577;
	color:#ffffff;
	font-family:'MyMenuFont';
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:120px;		
	height:40px;
}






/* Media   
----------------------------------------------------------*/
.media_Item
{
    padding-bottom:15px;
}

.media_title
{
    font-size:14px; 
    font-weight:bold; 
    color:#3399cc;
}
.media_title a:link, a:visited, a:active
{
    color:#3399cc;
}
.media_title a:visited
{
    color:#3399cc;
}
.media_title a:hover 
{
    color:#005577;
}
.media_ing
{
    border:7px solid #eeeeee;
}
.media_date
{
    font-size:12px;
    color:#005577;
}





/* Articles
---------------------------------------------------------*/
.Article_div
{
	display:inline-block; 
	width:500px;
	padding-bottom:50px;
}

.Article_Title
{
    color:#3399cc;
    font-size:18px;
    font-weight:bold;
    width:300px;
    height:45px;
    text-transform:uppercase;
    text-align:left;
}
.Article_img
{
	width:300px;
	height:90px;
}
.Article_text
{
    font-size:12px;
    font-weight:normal;
    width:300px;
    text-align:justify;
    padding-top:10px;
    height:65px;
}






/* ASK LEA
---------------------------------------------------------*/
.Ask_div
{	
	background-repeat:no-repeat;
	background-position:top;
	background-color:#3399cc; 
	display:inline-table; 	
	width:350px; 
	height:450px;
	cursor:pointer;
}
.Ask_div_spacer
{
	height:300px;
}
.Ask_div_info
{
	color:#ffffff;	
	text-align:center;
	padding:10px;
}
.Ask_div_info_title
{
	font-family:'MyMenuFont', Sans-Serif;
	font-size:36px;
	font-weight:bold;
}
.Ask_div_info_text
{
	font-size:14px;
}






/* Copyright  
----------------------------------------------------------*/

.copyright 
{
	display:table-cell;
	font-size: 12px;
	font-weight:normal;
	vertical-align:middle;	
	color: #ffffff;
	height:50px;
	text-align:left;	
	padding-left:15px;
}
.copyright a:link, a:visited, a:active
{
	border:none;
    color: #b2b2b2;
    text-decoration:none;
}

.copyright a:hover
{
    color: #eb6909;
    font-weight:normal;
}






/* MENU Header  
----------------------------------------------------------*/

.navbar{
    margin-top:0px;
    border-bottom: 2px solid #3399cc;
}

.navbar-nav > li > a {
    background-color:#3399cc;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top:23px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #005577;
}


a:link, a:visited, a:active {
    text-decoration: none;
}



