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

body, html	{
	padding: 5px 0 5px 0;
	}
	
body {
	font-size:14px;
	color:#666;
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF url(../images/background.jpg) repeat-x;
	}

.clear {
	clear:both;
	}

img {
	border:none;
	}



h1 {
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#069;
	}

h2 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	}



#bold {
	font-weight:bold;
	}

a {
	color:#666;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}
a:visited {
	color:#666;
	}

#page-container {
	width:900px;
	margin:auto;
	}
	
#border-top {
	height:15px;
	background:url(../images/border-top.jpg);
	background-repeat:no-repeat;
	}

#border-middle {
	background:url(../images/border-middle.jpg);
	background-repeat:repeat-y;
	}
	
#header {
	height:220px;
	margin:0 10px 0 10px;
	}
	
#phone {
	float:right;
	width:610px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding-right:20px;
	}
	

/* Begin Navigation */
#nav-container {
	float:right;
	padding:50px 0px 0 0px;
	width:615px;
	}

#nav {
	width:560px;
	height:65px;
	margin:10px 0 0 50px;
	float:right;
	}

#menu-list {

margin:0;
padding:0;
list-style-type:none;
height:30px;

}
#menu-list li {
float:left; 
height:100px;
width:105px; 
padding-right:5px;
}
#menu-list li a, #menu-list li a:visited {
display:block;
}

#menu-list li a:hover {
border:0; /* needed to trigger IE */
background:url(../images/buttons/hover-shadow.jpg);
background-repeat:no-repeat;
height:100px;
}

/* End Navigation */


#main-content {
	clear:both;
	padding:10px 30px 10px 30px;
	}
	
	

	
	
#sub-nav {
	height:30px;
	margin:auto;
	width:480px;
	}

#sub-nav-list {
list-style-type:none;
height:20px;
}

#sub-nav-list li {
float:left; 
height:20px;
width:5.25em; 
font-size:12px;
font-weight:bold;
line-height:2em;
position:relative;
text-align:center;
color:#666;
}

#sub-nav-list li a {
	color:#666666;
	text-decoration:underline;
	}

#sub-nav-list a:hover {
	text-decoration:none;
	}
	
#footer {
	height:20px;
	text-align:center;
	color:#666;
	}

#border-bottom {
	height:15px;
	background:url(../images/border-bottom.gif);
	background-repeat:no-repeat;
	}