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

html,body {
	margin: 0;
	padding: 5px 0px 10px 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background: #FFFFFF;
	overflow:auto;
	overflow:scroll;
	}


#page-container {
	margin:auto;
	width: 800px;
	}
	
.clear {
	clear:both;
	}
	
	
h1 {
	font-size:16px;
	color: #B70012;
	padding:0px;
	}
	
h2 {
	font-size:14px;
	color: #B70012;
	padding:0px;
	}

h3 {
	font-size:12px;
	color: #B70012;
	padding:0;
	margin:0;
	}

p {
	line-height: 150%;
	padding: 5px;
	}
	
#header {
	height: 100px;
	background: #65B5CE;
	color: #B70012;
	}

#phone-header {
	float:right;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding: 5px 5px 0 0;
	}

#nav-container {
	clear:right;
	height:25px;
	width:300px;
	float:right;
	margin-top:50px;
	}

/* Begin Navigation */

#menu-list {

margin:0;
padding:0;
list-style-type:none;
height:25px;
border-left:1px solid #FFFFFF;
}
#menu-list li {
float:left; 
height:25px;
width:5.5em; 
border-right:1px solid #FFFFFF;
line-height:2em;
position:relative;
text-align:center;
}
#menu-list li a, #menu-list li a:visited {
text-decoration:none; 
display:block;
color:#CC0000;
letter-spacing: 1px;
font-weight:600;
}
#menu-list li a span, #menu-list li a:visited span {
display:none;
}
#menu-list li a:hover {
border:0; /* needed to trigger IE */
color:#bbb;
}
#menu-list li a:hover span {
display:block;
height:25px;
width:5em;
position:absolute; 
text-align:center;
left:-2px; 
top:-3px; 
color:#CC0000;
cursor:pointer;
}


/* End Navigation */

#slogan {
	background:#E9F5F7;
	color:#999999;
	font-size:13px;
	height:20px;
	font-weight:600;
	text-align:right;
	padding-top:3px;
	padding-right:10px;
	}
	
#main-content {
	background: #FFFFFF;

	}

/* --- Rounded Corners --*/


dl.rounded {
	background:#E9F5F7 url(images/tl.jpg) top left no-repeat; 
	margin:10px auto 10px auto; 
	padding:0; 
	width:250px;
	}

dl.rounded dt {
	background:transparent url(images/tr.jpg) top right no-repeat; 
	padding:5px;  
	color:#000000;
}

dl.rounded dd {
	background:#E9F5F7 url(images/bl.jpg) bottom left no-repeat; 
	padding:0; 
	margin:0;
	}

dl.rounded dd p {
	margin:0;
	text-align:justify;
	}
	
dl.rounded dd p.final {
	background:transparent url(images/br.jpg) bottom right no-repeat; 
	}

/* --- End Rounded Corners --*/

	
#welcome {
	text-align:center;
	}	

#about {
	width:250px;
	padding: 20px 0 0 20px;
	float:left;
	}

#main-pic {
	float:right;
	padding:10px 20px 10px 0;
	}	
	
#footer {
	height:27px;
	background: #65B5CE;
	font-size:11px;
	color: #B70012;
	text-align:center;
	padding-top: 0px;
	}
	
#site-credit {
	margin:auto;
	font-size:9px;
	color: #000000;
	}
