/*
-----------------------------------------------
Clear Choice Hearing Aid Center
----------------------------------------------- */
/* general styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ol, dl, address {
    margin-bottom: 1em;
}
ul, ol {
    padding-left:1em;
}
h1 {
	color: #40A2D3;
	font-size: 24px;
	font-weight: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6F3F9;
}

/* layout
----------------------------------------------- */
#wrapper {
	width: 796px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(/templates/template_1/images/wrapper_bg.jpg);
}
#header {
	background-image: url(/templates/template_1/images/header_bg.jpg);
	height: 152px;
}
#contact-info {
	position: relative;
	top: 105px;
	text-align: center;
	width: 250px;
	left: 5px;
	visibility: hidden;
}
#contact-info * {
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	padding: 10px 10px 0 0;
}
#content {
	padding: 20px;
	float: left;
	width: 485px;
}

/* navigation
----------------------------------------------- */
#topnav {
	height: 40px;
	background-image: url(/templates/template_1/images/topnav_bg.jpg);
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}
#topnav ul li a {
	display: block;
	text-align: center;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	color: #0081C2;
	font-size: 18px;
	height: 30px;
}
#topnav ul li a:hover, #topnav ul li a.selected {
	background-image: url(/templates/template_1/images/topnav-hover_bg.jpg);
}

/* footer styles
----------------------------------------------- */
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 12px;
	clear: both;
	background-color: #0081C2;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* misc. styles
----------------------------------------------- */
.left {
	margin: 0 10px 10px 0;
	float: left;
}
.right {
	margin: 0 0 10px 10px;
	float: right;
}
.clear {
	clear: both;
}
/*------FORMS-------*/
.fs {
	display:block;
	padding:2px 0px;	
}
.fs label {
	display:block;
	float:left;
	margin-right:5px;
	width:175px;
	text-align:right;
}
.fs input {
	width:175px;
}
.fs_submit {
	display:block;
	padding:2px 0px;	
	text-align:center;
}