@font-face {
    font-family: 'BebasNeueRegular';


    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}

/* General Demo Style */
body{
	font-family: calibri;
	background: #eae8e5;
	font-size: 18px;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}




.container{
	position: relative;
	text-align: center;
	height: 100%;
	z-index: 2000;
}


.clr{
	clear: both;
}

.logincontainer {
	z-index: 2000;
	width:461px;
	height:461px;
	padding:5%;
	
	}

.loginbox {
	width:361px;
	height:361px;
	}
	
.logintop {
	width:361px;
	height:97px;
	background-image:url(../images/logintop.png);
	}
	
.loginmiddle {
	height:289px;
    width:361px;
	background-image:url(../images/bgrepeater.png);
	background-repeat:repeat-y;
	}

.loginbot {
	width:361px;
	height:38px;
	background-image:url(../images/loginbottom.png);
	background-repeat:no-repeat;
	}



.slogan {
	padding-right:50px;
	height:76px;
	width:150px;
	background-image:url(../images/somewhatdiff.png);
	background-repeat:no-repeat;
	clear: both;
	top:7%;
	right:2%;
	position: absolute;
	z-index:5;
	
	}



/* this must go in for the footer on the login page */

#footer {
	clear: both;
	position: relative;
	z-index: 2000;
	height: 25px;
	margin-top: -25px;
	background-color: #eae8e5;
	width: 100%;
}

/* this must go in for the footer on the login page */

.footerinner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	font-family: calibri;
	font-size:small;
	color:#666;
	padding-top:5px;
	}
	
/* this must go in for the footer on the login page */

.loginfooterinner {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	height:20px;
	font-family: calibri;
	font-size:small;
	color:#666;
	padding-top:5px;
	}
	
/* this must go in for the footer on the login page */	

.footeright {
	text-align:right;
	width: 200px;
	float:right;
	font-family: calibri;
	font-size:small;
	color:#666;
	
	}
	
/* this must go in for the footer on the login page */
	
.footerleft {
	text-align:left;
	width: 70%;
	float:left;
	font-family: calibri;
	font-size:small;
	color:#666;
	
	}

.content {
	padding-left:30px;
	padding-top:30px;
	}




.contact-form {
	width: 280px;
	height: 200px;
	margin-left: 45px;
	padding-top: 20px;
	}



	






input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #092e6e;
	font: 14px calibri;
	padding: 5px 10px;
	border-radius: 0;
}

.input-block {
	width:250px;
	
	}

.myButton {
        float:left;
		margin-right: 15px;
		margin-top: 30px;
        background-color: #F2F2F2;
        
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        
        border:1px solid #ccc;
        
        display:inline-block;
        color:#092e6e;
        font-family:calibri;
        font-size:14px;
  
        padding:5px 10px 5px 10px;
        text-decoration:none;
        
    }
	
.myButton:hover {
        
        background-color:#092e6e;
		color:#fff;
		border:1px solid #092e6e;
    }
	
.myButton:active {
        position:relative;
        top:1px;
		color:#fff;
		border:1px solid #092e6e;
    }


h6 {
	color: #666;
	font-family: 'Open Sans', 'calibri', sans-serif;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 8px;
}

a, a > * {
	color: #666;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a > *:hover {
	color: #092e6e;
	text-decoration: underline;
}





/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

.validation-summary-errors
{
    text-align:left;
       color: #353535;
    font-weight: normal;
    font-size: 0.9em;
     border-style: solid;
    border-width: 1px;
    font-family: inherit;

-moz-box-sizing: border-box;
    padding: 2px;
border-radius: 6px 6px 6px 6px;

    background-color: #f4f4f4;
    border-color: #f9f9f9;
}