body{
	background-color: #f3f3f3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.header{
	background-color: #990000;
	background-attachment: scroll;
    	background-clip: border-box;
	background-origin: padding-box;
    	background-position: left top;
    	background-repeat: repeat-x;
    	background-size: auto auto;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
    	margin-top: 0;
    	padding-top: 0;
        padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    	width: 100%;
}

.container {
	max-width: 990px;
	margin: 0 auto;
	padding-left: 10px;
}

.fail {
	background-color: #f2dede;
	margin-top: 20px;
	margin-right: 5px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;
}
	
.fail-msg {
	color: #990000;
	font-weight: bold;
}		

.page-title {
	margin: 0 0 20px 0;	
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
/* h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
/* h6 { font-size: .875em; } /* 14px */

h1 small {
	font-size: 65%;
	font-weight: 400;
        line-height: 1;
        color: #777;
}

.content {
	overflow: hidden;
	background-color: #f3f3f3;
}

.col2
{
	max-width: 300px;
	text-align: center;
}

hr
{
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #ddd;
}

.footer
{
	color: #000;
	background: #ddd;
	padding: 1em 1.25em;
	text-align: center;	
}

.footer-menu 
{
	min-height: 200px;
	color: #000;
	background: #f8f8f8;
	margin-top: 30px;
}

.footer-col-title 
	{
		font-weight: normal;
		padding: 0 0 0 10px;
	}

.footer-menu a:link {
	color: #326999;
	font-size: 14px;
	font-weight: normal;
}

.footer-menu a:visited {
	color: #326999;
	font-size: 14px;
	font-weight: normal;
}

.footer a:link {
	color: #326999;
	font-size: 15px;
	font-weight: normal;
}

.footer a:visited {
	color: #326999;
	font-size: 15px;
	font-weight: normal;
}

p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}

.or {
	position: relative;
	top-margin: 5em;
	font-size: 1.25em;
    	font-weight: bold;
    	text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #cccccc;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 0;
    font-size: 20px; 
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-box-shadow: 5px 4px 10px 0px rgba(25, 25, 25, 0.6);
    -moz-box-shadow:    5px 4px 10px 0px rgba(25, 25, 25, 0.6);
    box-shadow:         5px 4px 10px 0px rgba(25, 25, 25, 0.6);
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#form{
	border: 1px solid #9c9c95;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	text-align: left; 
	margin-top: 20px;
	margin-left: 0px; 
        margin-right: -10px;
	width: 300px;
	max-width: 340px;
        height: 190px; 
/*	background-color: #ccc; */
        background-color: #dae6f1;
}

#message {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        text-align: left;
        margin-top: -190px;
        margin-right: 20px;
        padding: 10px;
        width: 380px;
        height: auto;
        background-color: #fcaeae;
        float: right;
}

#probmsg {                
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        text-align: left;
/*        margin-top: -190px; */
        margin-right: -20px;
        margin-bottom: 10px;
        padding: 10px;
        width: 620px;
        height: auto;
        background-color: #fcaeae;
        float: right;      
}

.submit{
	height: 30px;
	width: 60px;
	font-weight: bold;
	color: #333;
}

#formfields{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-style: none;
	height: 30px;
	width: 280px; 
	padding-right: 4px;
	font-size: 18px;
	text-align: center;
}
 
ul {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5;
}

.list-unstyled
{
	padding: 0 0 0 10px;
	list-style: none;
}

a:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #990000;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #990000;
}

@media (max-width: 799px)
{

	.announce-outer
	{
		display: none;
	}	

	.container
	{
		padding-right: 10px;
	}

	.page-title 
	{
        	font-size: 75%;
		margin: 20px 0 20px 0;
	}

	.page-title-break
        {
                display: inline-block;
        }

	.alternate-help-inner
	{
		padding-left: 30px;
	}

	.col3
        {
                padding-top: 30px;
        }

	h2 
	{
		font-size: 1.5em;
	}

	.fail
	{
		margin-bottom: 20px;
		padding-right: 10px;
	}

	.footer-menu
	{
		padding-top: 20px;
	}

	.footer
	{
		font-size: 75%;
	}
}

@media (min-width: 800px)
{

	.announce-head {
		color: red;	
		margin-bottom: 10px;
	}

	.announce-outer {
                background-color: #f2dede;
                margin-top: 20px;
                padding-top: 30px;
                padding-bottom: 30px;
                padding-left: 10px;
		padding-right: 10px;
                border-radius: 4px;
        }

        .announce-inner {
                color: #990000;
                font-weight: bold;
		font-family: verdana,tahoma;
		line-height: 1.5;
        }



	h1 { font-size: 2em; } /* 36px */
	h2 { font-size: 1.5em; } /* 28px */
	/* h3 { font-size: 1.375em; } /* 22px */
	h4 { font-size: 1.125em; } /* 18px */
	h5 { font-size: 1em; } /* 16px */
	/* h6 { font-size: .875em; } /* 14px */

	.header { padding: .1em .1em; }
	
	.page-title
	{
		background: #f3f3f3;
		font-family: Helvetica;
		font-weight: bold;
		padding: 30px 0 0 0;
	}

	.page-title-break
	{
		display: none;
	}

	.mybama-help
	{
		height: 300px;
		padding-top: 50px;
	}

	.alternate-help
	{
		height: 250px;
		padding-top: 50px;
	}

	.alternate-help-inner
	{
		padding-left: 30px;
	}
	
	.fail {
		background-color: #f2dede;
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-radius: 4px;
	}
	
	.fail-msg {
		color: #990000;
		font-weight: bold;
	}		
	
	.content 
	{ 
		height: 100%;
		padding: 2em 2em; 
	}
	.col1
	{
		float: left;
		width: 46%;
		margin-right: 4%;
	}

	.mybama-login
	{
		height: 350px;
	}

	.alternate-login
	{
		height: 300px;
	}

	.col2
	{
		float: left;
		width: 12%;
		margin-top: 100px;
	}
	.col3
	{
		float: right;
		width:46%;
		margin-left: 4%;
	}
	.footer .container
	{ 
		padding: .5em 3em; 
		font-size: 15px;
		text-align: center;
	}
	
	.footer-menu
	{
		min-height: 200px;
		background: #f8f8f8;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.footer-menu .col1
	{
		float: left;
		width: 30%;
		margin-right: 3%;
	}
	
	.footer-col-title 
	{
		font-weight: normal;
	}
	
	.list-unstyled
	{
		list-style-type: none;
	}

}
