@CHARSET "UTF-8";
.container {
	max-width: 480px;
	min-width: 310px;
}

.header {
	border-bottom: 1px solid #e5e5e5;
}

.header h3 {
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

h2 {
	line-height: normal;
}

.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
	padding: 10px 10px;
	font-size: 16px;
	width: 130px;
}

.input-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 36px;
    line-height: 1.42857;
    padding: 5px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.input-control:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.input-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.input-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}
	
.banner {
	background-image: url('../img/banner_bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.jumbotron .btn {
	width: 180px;
}

.error {
	color: #ee0d25;
}

.navbar .nav > li > a {
	font-size: 14px;
}

.navbar {
  min-height: 32px;
  border: 1px solid transparent;
}

[role="button"] {
    cursor: pointer;
}

.dropdown-menu > li > a {
	font-size: 14px;
}

.tdfooter {
	background-color: white;
	border: 1px solid #999999;
	font-size: 15px;
	text-align: center;
	width: 160px;	
	line-height: 25px;
}

.divfooter {
	float: right;
}

.divBannerBig {
	font-size:15px;
	letter-spacing:1px;
	line-height: 18px;
	font-weight: bold;	
}

.divBannerSmall {
	font-size:11px;
	letter-spacing:1px;
	line-height: 11px;
	font-weight: normal;			
}

.page-header-center {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f8f5f0;
  text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.page-header .content {
	font-size:19px;
}

@media screen and (min-width: 768px) {
	.container {
		max-width: 730px;
	}

	/* Remove the padding we set earlier */
	.header,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}
	
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}
