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

html {
	width: 100%;
	margin:0;
	padding:0;
}
body {
	width: 100%;
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a {
	text-decoration:none;
}
/* ie */
a img{
	border-style:none;
}
h1 {
    text-align:center;
    font-size:36px;
}
h2 {
    text-align:center;
}
h3 {
    font-size:24px;
}
p {
    width:900px;
    margin:0 auto;
}
#header-wrap {
    width:950px;
    margin:0 auto;
}
#logo {
    width:50%;
    float:left;
    margin-top:20px;
}
#logo img {
    display:block;
    width:45%;
    height:auto;
    margin:0 auto;
}
#locations {
    width:45%;
    float:right;
    font-weight:bold;
    color:#001B70;
    font-size:14px;
    margin:15px 0 0 15px;
    box-sizing:border-box;
    text-indent:60px;
    line-height:22px;
}
#locations a {
    color:red;
}
#main-nav {
	height: 38px;
	margin:0 auto;
    background-color:#001b70;
    margin-top:15px;
    font-size:16px;
    text-transform:uppercase;
    font-family:Arial, helvetica, arial, sans-serif;
}
#main-nav-wrap{
	width:950px;
    margin:0 auto;
}
#main-nav ul {
    /* width:600px; */
    margin:0 auto;
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
}
#main-nav li {
	padding-right: 15px;
	padding-left: 15px;
	/* float: left; */
	list-style: none;
	display: inline-block;
}
#main-nav li a {
	text-decoration: none;
	display: block;
	letter-spacing: .03em;
    color:white;
    padding-top:4px;
}
#main-nav li a:hover {
	color: red;
}
#slider {
width:100%;
}
#slider-wrap {

}
#slider img {
    width:100%;
    height:auto;
}
#prommos {
    padding:25px 0;
}
#prommos ul {
    width:950px;
    margin:0 auto;
}
#prommos ul li {
    width:31%;
    float:left;
    margin-right:3%;
}
#prommos ul li:last-child {
    margin-right:0;
}
#prommos img {
    display:block;
    width:98%;
    margin:0 auto;
    border:3px solid #ffe400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#prommos li div {
    background-color:#ffe400;
    color:black;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}
#prommos h3 {
    text-align:center;
}
#prommos p {
    width:95%;
    margin:0 auto;
    line-height:22px;
    text-align:center;
    padding-top:5px;
}
#prommos a {
    color:black;
}
.main article {
    width:950px;
    margin:0 auto;
    padding:20px 0;
}
#main-top {
    padding-bottom:30px;
}
#main-bottom {
    background-color:#9bbeff;
}
#main-bottom img {
    float:right;
    width:40%;
    padding:0 0 30px 30px;
}
#main-bottom p {
    padding:30px 0 0 30px;
}
footer {
	width:100%;
	min-width:950px;
    background-color:#001b70;
    color:white;
    padding-bottom:10px;
}
#footer-wrap {
	width:950px;
	margin:0 auto;
}
footer h3 {
    margin-bottom: 0;
}
#footer-locations {
    width:45%;
    float:left;
    font-size:14px;
    line-height:20px;
}
#footer-locations ul {
    float:left;
    width:50%;
}
#footer-nav {
    width:55%;
    float:right;
    margin-top:12px;
}
#footer-nav li {
    float:right;
    padding-right:15px;
}
#footer-nav li a {
    color:white;
}
#footer-nav li a:hover {
    color:red;
}
#copyright {
	width:49%;
	padding-left:1%;
	float:left;
}
#credits {
    font-size:12px;
}
#signature {
	width:49%;
	padding-right:1%;
	float:right;
	text-align:right;
}
#signature a {
    color:white;
}
#bbb-seal{
	float:right;
	margin-right:20px;
	margin-top:15px;
}
