


/* home */



body#home {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	background:top center no-repeat #BDC6D7 url(../images/home-bgnd.jpg);
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#home div {
	padding:60px 400px 0 0;
	width:320px;
	text-align:left;
	color:#FFFFFF;
}
#home p {
	padding:25px 50px 40px 25px;
	margin:0;
}
#home ul, #home li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
#home ul {
	display:block;
	margin-left:24px;
	margin-bottom:40px;
	width:240px;
}
#home ul a {
	display:block;
	font-weight:bold;
	font-size:13px;
	line-height:21px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:21px;
}
#home ul ul {
	margin:0;
}
#home ul a:hover {
	background-color:#AA004C;
}
#home ul ul a {
	padding-left:36px;
	font-size:11px;
	font-weight:normal;
}



/* normal */



body {
	background:top left repeat-x #D8E1E3 url(../images/page-bgnd.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#0D4680;
	margin:0;
	padding:0;
}



h1 {
	margin-top:0;
	padding-top:18px;
	font-size:22px;
	line-height:normal;
	font-weight:normal;
}
h2 {
	clear:left;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
}
h2 strong {
	font-weight:normal;
}



#container {
	width:760px;
	text-align:left;
}



#header {
	background:top left no-repeat url(../images/clearview-logo.gif);
	padding:28px 0 0 320px;
	height:104px;
}
#header ul, #header li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:13px;
}
#header ul a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#header ul a:hover {
	text-decoration:underline;
}



#content {
	background:#FFFFFF top left no-repeat url(../images/border-top.gif);
	padding:10px 0 0 10px;
}
#content .left {
	float:left;
	background:#EBF2F6 bottom left no-repeat url(../images/border-inner.gif);
}
#content .left .text {
	background:top left no-repeat;
	width:460px;
	padding:160px 20px 20px 20px;
}
#content .right {
	float:left;
	width:200px;
	padding:0 0 0 32px;
}
#content .right h2 {
	margin:20px 0 20px 5px;
}
#content .footer {
	clear:left;
	height:1px;
	overflow:hidden;
}



#content .left a {
	color:#0D4680;
	text-decoration:none;
	border-bottom:dotted 1px #0D4680;
}
#content .left a:hover {
	color:#000000;
	border-bottom:solid 1px #000000;
}



#content form strong {
	clear:left;
	float:left;
	display:block;
	width:125px;
	margin-top:2px;
}
#content form div, #content form input, #content form textarea {
	float:left;
	width:180px;
	margin-top:2px;
}
#content form input.cb {
	float:none;
	width:auto;
	margin-top:auto;
}
.required {
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
}



#subnav {
	width:186px;
}
#subnav, #subnav li {
	margin:0;
	padding:0;
	list-style:none;
}
#subnav li {
	display:inline;
}
#subnav a {
	display:block;
	background:center left no-repeat url(../images/nav-bgnd.gif);
	padding:3px 0 3px 18px;
	text-decoration:none;
	color:#0D4680;
}
#subnav a:hover {
	background-image:url(../images/nav-bgnd-over.gif);
}



#buttons, #buttons li {
	margin:0;
	padding:0;
	list-style:none;
}
#buttons {
	margin-top:30px;
}
#buttons a {
	display:block;
	width:176px;
	height:78px;
	padding-left:10px;
	margin-bottom:10px;
	text-decoration:none;
	color:#FFFFFF;
	background:top left no-repeat;
}
#buttons .h3 {
	display:block;
	margin:0;
	padding:10px 0 15px 0;
	font-weight:normal;
	font-size:15px;
}
#buttons a:hover strong {
	border-top:1px dotted #FFFFFF;
}
#buttons .book a { 			background-image:url(../images/button-book.jpg); }
#buttons .question a { 	background-image:url(../images/button-question.jpg); }



#footer {
	clear:left;
	background:top left no-repeat url(../images/border-bottom.gif);
	text-align:center;
	padding:28px 0 18px 0;
}
#footer, #footer a {
	color:#9BB3C5;
	text-decoration:none;
}



