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

*{

    margin: 0;
    padding: 0;

}

html{

    background: #000034;
    
}

body{

    margin: 0px;
    font-family: Segoe UI, Arial, sans-serif;
    
}

#outer{
    
    margin: 0 auto;
    width: 1043px;
    background: url("body.png") repeat-y;
    
}

a{
    
    outline: 0;

}

a:link {
    
    color: white;
    text-decoration: none;
    border: 0;
    
}

a:visited {
    
    color: white;
    text-decoration: none;
    border: 0;
    
}

a:hover {
    
    color: #6f70cc;
    text-decoration: none;
    border: 0;
    
}

a:visited:hover {
    
    color: #6f70cc;
    text-decoration: none;
    border: 0;
}

ul {
    
    list-style: none;
    
}

#footer ul li{
    
    display: inline;

}

#forms ul li{
    
    display: inline;
	padding-right: 10px;
	font-size: 13px;

}

#forms{
    
    margin-left: 220px;
	width: 530px;
	margin-bottom: 10px;

}

#forms a{
    
    color:#C5050B;

}

#forms a:hover{
    
    color: black;
	text-decoration: underline;

}

#container{
    
    margin: 0 auto;
    width: 965px;
    background: #191b66;
    position: relative;
    
}

#header{

    margin: 0;
    
}

#banner{

    float: right;
    margin-bottom: 10px;
    height: 194px;
    
}

#nav{
    
    position:absolute;
    left:0px;
    top:0px;
    z-index:3;
    background: url("nav.png") no-repeat;
    height: 655px;
    width: 201px;
    
}

#nav a{
    
    outline: 0;
    
}

#nav ul{

    padding: 80px 0 0 20px;
    
}

#nav ul li{

    padding-bottom: 10px;
    
}

#content{
    
    background: #c3c3c3;
    margin: 0 auto;

}

#contentText{

    padding: 10px;
    width: 945px;
    margin: 0 auto;
    position: relative;

}

#contentDirections img.facebook{

    margin-right: 10px;
	margin-top: 30px;

}

#contentFirstParagraph{

    margin-left: 190px;
    width: 550px;

}

#contentDirections{

    float: right;
    width: 180px;
    font-size: 13px;
    text-align: right;
	padding: 5px;
	background: white;

}

#contentDirections a{

    color: red;

}

#contentDirections p.getDirections{

    color: red;
    font-size: 22px;

}

#contentDirections a:hover{

    text-decoration: underline;
    color: black;

}


#contentDirections img.map{

    margin-top: 5px;
    border: red solid 1px;

}

#contentDirections img{

    border: 0;

}

#contentDirections p.small{

    color: black;
    font-size: 10px;
    margin-bottom: 10px;

}

#contentDirections p.title{

    color: red;
    font-size: 12px;
    margin-bottom: 10px;

}


#contentDirections p.hours{

    color: black;
    font-size: 10px;
    margin-bottom: 10px;

}

#contentList1{

    margin-top: 30px;
    margin-left: 210px;
    width: 250px;
    float: left;

}

#contentList1 ul li{
 
    background:url("bullet.gif") no-repeat 0 50%; 
    padding-left: 20px; 
    
}

#contentList2{

    margin-top: 30px;
    margin-left: 510px;
    width: 250px;
    padding-bottom: 40px;

}

#contentList2 ul li{
 
    background:url("bullet.gif") no-repeat 0 50%; 
    padding-left: 20px; 
    
}

#alert{

    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    
}

#alertText{

    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    width: 110px;
    margin-left: 65px;
    font-size: 19px;
    margin-bottom: 20px;
    
}

#alertText p{

    margin-bottom: 20px;
    color: green;
    
}

#bottomContent{

    margin: 0 auto;
    color: white;
    padding: 10px;
    position: relative;
    
}

#bottomContent img{

    padding: 10px 0 10px 0;
    
}

#bottomContentP1{
    
    width: 200px;
    margin-left: 30px;
    
}

#bottomContentP2{
    
    width: 200px;
    float: right;
    
}

#bottomContentP3{
    
    width: 200px;
    float: right;
    margin-left: 40px;
    margin-right: 250px;
    padding-bottom: 35px;
    
}

#bottomContentP4{
    
    position: absolute;
    top: 0px;
    right: 0px;
    width: 222px;
    background: url("bottomContentRight.png") no-repeat;
    
}

#bottomContentP4Text{
    
    width: 154px;
    margin: 0 auto;
    font-size: 12px;
    margin-left: 50px;
    padding-bottom: 30px;
    padding-top: 5px;
    
}

#bottomContentP4Text a{
    
    color:#5b5eee;
    
}

#bottomContentP4Text a:hover{
    
    color:red;
    text-decoration: underline;
    
}

#footer{
    
    clear: both;
    background: white;
    color: red;
    font-size: 12px;
	text-align: center;
    
}

#footer img.footer{
	
	border-style: none;
	outline: 0;
	margin-left: 5px;
	
}

#footer a{
	
	color: red;
	outline: 0;
	
}

#footer a:hover{
	
	color: #001f84;
	outline: 0;
	
}

#footer ul{
	
	margin: 17px 0 0 0;
	float: right;
	margin-right: 5px;
	
}

#hours{
	margin-top: 3px;
	margin-bottom: 38px;
}

#map1{
	float: left;
	width: 82px;
	margin-top: 10px;
}

#map2{
	width: 82px;
	margin-left: 98px;
	margin-top: 10px;
}