@charset "utf-8";
/* CSS Document */



body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    line-height:1.5em;

}

a img
{
border: none;

}



.pointer {
    cursor: pointer;
}



h1 {
    
    font-weight: 300;
    text-transform: uppercase;
    color: #132947;
    margin-bottom: 30px;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
}





h2 {
	font-size:20px;
	color:#132947;
	
	}


h3 {

    margin-bottom: 10px;
    /* to give some space underneath it */
    font-size: 110%;
    word-spacing: 2px;
    text-align: left;
    letter-spacing: 3px;
    color: #002145;
  

}







a { text-decoration:none; color:inherit;}
a img{border: none;}


/*Full Background*/
html {
    background: url(../images/main_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper {
    width: 960px;
    height: 100%;
    margin:0 auto;

}

.honeypot {
display:none;	
} 

/*   TOP    MENU   LOGO   HEADER   SECTION   */

.top {
    background-color:#fff;
    width: 960px;
    height:35px;


}

    .top_social{
       float:right;
    }

    .top img {
        padding: 5px 10px 0 0;
        }



.logo {
    z-index:3;
    position: absolute;
    top:15px;
}


.menu{
    clear:both;
    width:960px;
    height:110px;
    background: url(../images/menu_bg.png);
}

.nav ul {
    padding: 45px 25px 33px 0px;
    overflow:hidden;
    text-align:right;
    margin: 0;
    color:#ffffff;
    font-size:14px;
    font-weight:600;

}


.nav ul li {
    display: inline;
    margin: 0 10px;

}

.nav ul li a:hover{
    color:#39ff14;
}






.header{
    background: url(../images/header_michelle_caldier.jpg);
    height:392px;
}

.about_header{
    background: url(../images/header_about_michelle.jpg);
    height:392px;
}

    .header_buttons {
    padding: 180px 5px 0 40px;
    width:400px;


    }




/*   MAIN CONTENT SECTIONS 1 AND 2   */



.actions {
    background: url(../images/lite_gray_bg.png);
    padding: 40px 40px 30px 40px;
    height: 100%;
}

 .actions iframe {
	margin-right: 15px;
	margin-bottom: 15px;	
	
	}




.section1 {
    background: url(../images/lite_gray_bg.png);
    padding: 40px 40px 30px 40px;
    height: 100%;
    overflow:auto;
}

		.section1 a:link {
    		color:#09F;
			text-decoration:underline;
			
			}
		
		
		.address {
			float:left;
			width:400px;
		}
		
		.phone {
			float:left;
			width:200px;
		}
		
		.email {
			float:left;
			width:220px;
		}



.section2 {
    background: url(../images/lite_blue_bg.png);
    height: 100%;
    padding: 40px 40px 30px 40px;
    overflow:auto;
}


	.media {
    background: url(../images/lite_blue_bg.png);
    height: 800px;
    padding: 10px 40px 30px 40px;
    overflow:hidden;
}


.section2 a:link {
    		color:#09F;
			text-decoration:underline;
			}
			
			.section2 a:visited{
    		color:#09F;
			text-decoration:underline;
			}
			
			.section2 a:hover{
    		color:#132947;
			text-decoration:underline;
			}

			
			
			

.section3 {

    background: url(../images/newsletter_bg.png);
    height: 50px;
    padding: 14px 40px 0 40px;
	color:#fff;
	font-size:18px;
	


}
/*FORM STYLING*/
		
			 .inputs  { 
			font-family: 'Lato', sans-serif;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			background-color: #6e6e6e;
			background: -moz-linear-gradient(top, #ebebeb, #eaeaea); 
			border: 1px solid #b5e5f5; 
			color: #ebebeb; /* Field Font Color */ 
			font-size: 18px; 
			margin: 0 6px 25px; /* Adds Spacing Between Fields */ 
			padding: 5px 9px; /* Adds padding to input fields  */ 
			
			} 
			
		
		 .contact  { 
			font-family: 'Lato', sans-serif;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px; 
			background-color: #ebebeb; 
			background: -moz-linear-gradient(top, #ebebeb, #132947); 
			border: 1px solid #132947; 
			color: #132947; 
			font-size: 18px; 
			margin: 0 10px 25px; /* Adds Spacing Between Fields */ 
			padding: 5px 9px; /* Adds padding to input fields  */ 
			
			} 







/* FOOTER SECTION  */


.footer {

    background: url(../images/footer_bg.png);
    height: 100%;
    padding: 30px 40px 30px 40px;
    overflow:auto;
    line-height: 0px;
    font-size:12px;
    color:#fff;
}

.footer a:link{
    color:#39ff14;
}


.footer a:visited{
    color:#39ff14;
}


.footer a:hover{
    color:#b5e5f5;
}



.footer_left {
    float:left;

}

.footer_right {
    float:right;
}

.footer_right img {
    padding: 5px 10px 0 0;
}




#inline { display: none; width: 600px; }

label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464;  font-size: 1.2em;}


.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;

}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 500px; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;

}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }





#send { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
background: -o-linear-gradient(top, #284f9d, #0c2b6b);
background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
background: linear-gradient(top, #284f9d, #0c2b6b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}



input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 9px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}

input[type=checkbox] {
    margin: 10px 5px 10px 0;

}






