@charset "UTF-8";
/* CSS Document */

body  {
background-color: #191970;
margin: 0px;
padding: 0px;
text-align: center;
background-image: url(images/bkg.gif);
background-repeat: no-repeat;
background-position: center top;
}

#container {
background-color:#fff5e6;
width: 800px;
height: auto;
font-family: Times New Roman, Times, Georgia, serif;
color: #191970;
font-size:12px;
line-height: 18px;
text-align:center;
margin: 0px auto;
}


/* MASTHEAD & NAV */
	
#topBar {
background-color:#9e005d;
width: 800px;
height: 10px;
}

#masthead {
margin: 0px auto;
}


#nav {
width:800px;
height:24px;
background-color:#191970;
border-bottom: 1px solid #FFF7e7;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-variant: small-caps;
color: #fff5e6;
text-align: center;
line-height:25px;
}
	
#nav ul{
list-style-type:none;
margin: 0px;
padding:0px;
}
	
#nav li {
display: inline;
padding: 15px 20px;
border-right: 1px solid #FFF7e7;
}


#nav li a {
color: #fff5e6;
text-decoration:none;
}

#nav li.last {
border-right: none;
}
	
#nav li a:hover {
text-decoration:underline;
}



/* SIDEBAR */

#mainImage {
margin-top: 0px;
}

#sidebar {
width:225px;
height:258px;
background:url("images/sidebar.png") no-repeat top;
margin-top:2px;
margin-left:3px;
padding-top:10px;
float:left;
}
	
#sidebar h1 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-variant: small-caps;
color: #9e005d;
text-align: left;
line-height:23px;
margin-left:20px;
margin-top:15px;
}

#sidebar h1.top {
margin-top:5px;
}

#sidebar p {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #191870;
text-align: left;
line-height: 20px;
margin-left:20px;
margin-top:-15px;
}

/* MAIN CONTENT */
	
#mainContent {
width:500px;
height:300px;
margin:0 0 0 250px;
text-align:left;
font-size: 13px;
line-height: 25px;
word-spacing: 1px;
}

.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
	
	
/* FOOTER */

#footer {
background-color:#191970;
padding-top:5px;
text-align:left;
}

#footer p {
font-family: "Georgia", Times, serif;
font-size: 12px;
color: #FFF7E7;
}
	
#footer a {
font-family: "Georgia", Times, serif;
font-size: 12px;
color: #FFF7E7;
text-decoration: underline;
}
	
#footer a:hover{
font-family: "Georgia", Times, serif;
font-size: 12px;
color: #FFF7E7;
text-decoration: none;
}




	

	

.phone {
	font-size: 16px;
	font-weight: bold;
}

a {
	font-family: Times New Roman, Times, Georgia, serif;
	color: #191970;
	font-size:13px;
	line-height: 18px;
	text-decoration: underline;
}