@charset "utf-8";
/* CSS Document */

@import url("initial.css");

/* HTML
-----------------------------------------------------*/

body {
	background: #fff;
	margin: 0;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
}



/* STRUCTURE
-----------------------------------------------------*/

#container {
	background-color: #FFF;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Navigation */
#nav {
	width:800px;
	height:24px;
	color: #999;
	background-color: #FFFFFF;
	border-bottom: 2px solid #EEE;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Header */
#header {
	width:800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#header #logo {
	display: block;
	float: left;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	padding-top: 15px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header #logo a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #logo a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #tagline {
	float: left;
	font-size: 15px;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	color: #999;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 10px;
}
#header #phone {
	float: right;
	font-size: 15px;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
	color: #999;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
/* Footer */
#footer {
	width:800px;
	height:1px;
	margin-top: 15px;
	border-top: 2px solid #E2E2E2;
	display: block;
	clear: both;
}
.clear { display: block; height: 0; overflow: hidden; clear: both; }
