body {
	background-image: url('/images/bg/body.gif');
	background-repeat: repeat-x;
	background-color: #7894a2;
	margin: 0;
	padding: 0;
	font-family: Arial, 'Trebuchet MS', sans-serif;
	font-size: 90%;
}

body.home {
	background-image: url('/images/bg/body-home.gif');
}

#container {
	background-color: #fff;
	background-image: url('/images/bg/body.gif');
	background-repeat: repeat-x;
}
body.home #container {
	background-image: url('/images/bg/body-home.gif');
}

#page {
	width: 962px;
	margin: 0 auto;	
}

#header {
	width: 960px;
	margin: 0 1px;
}

#logo {
	float: left;
	width: 336px;
	padding: 22px 0 0 2px;
}
#logo a {
	background-image: url('/images/andalman_flynn.gif');
	background-repeat: no-repeat;
	display: block;
	width: 336px;
	height: 65px;
}
#logo a span {
	display: none;
}

ul#nav {
	padding: 27px 0 8px 373px;
	margin: 0;
	height: 65px;
	list-style-type: none;
}
ul#nav > li {
	float: left;
	margin-right: 13px;
	margin-bottom: 3px;
}
ul#nav > li.relative {
	position: relative;
}
ul#nav > li.home{
	margin-left: 4px;
}
ul#nav > li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	top: 6px;
	left: 2px;
	margin-top: 22px;
	border-bottom: 1px solid #9fb7c3;
	background-color: #13404e;
	background-image: url('/images/bg/dropdown.gif');
	background-repeat: repeat-x;
}

ul#nav > li:hover ul, ul#nav > li.over ul {
	display: block;
}
ul#nav > li ul li {
	width: 340px;
	border: 1px solid #9fb7c3;
	border-width: 1px 0 0;
}
ul#nav > li ul li a {
	color: #fff;
	text-decoration: none;
	width: 340px;
	display: block;
	padding: 6px 6px;
}
ul#nav > li ul li:hover, ul#nav > li ul li.over {
	background-color: #7894a2;
}

h1 {
	height: 46px;
	margin: 24px 0 20px 3px;
	width: 950px;
	background-repeat: no-repeat;
}
h1 span, h2 span, h3 span {
	display: none;
}

#main {
	background-image: url('/images/bg/main.gif');
	background-repeat: repeat-y;
	width: 962px;
	padding: 0 1px;
}
body.home #main {
	background-image: none;
	margin-top: 2px;
}
body.home #main h2 {
	background-repeat: no-repeat;
	margin: 0;
	height: 23px;
}
#main p {
	line-height: 140%;
}
body.home #main a {
	text-decoration: none;
}
body.home #main a:hover {
	text-decoration: underline;
}
#lead {
	background-image: url('/images/lead.jpg');
	background-repeat: no-repeat;
	width: 485px;
	height: 294px;
	padding: 23px 0 0 475px;
	color: #fff;
	font-size: 110%;
}
#lead ul {
	list-style-type: none;
	margin: 0 auto auto -5px;
	padding: 0;
}
#lead ul li {
	float: left;
	margin-right: 22px;
}
#lead p {
	line-height: 140%;
}

#sidebar {
	background-image: url('/images/bg/sidebar.gif');
	background-repeat: repeat-x;
	width: 258px;
	min-height: 600px;
	border: 1px solid #dce9ef;
	border-width: 0 1px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 24px;
	padding: 0;
}
#sidebar ul.navigation li {
	border: 1px solid #9fb7c3;
	border-width: 0 0 1px 0;
}
#sidebar ul.navigation li a {
	color: #fff;
	text-decoration: none;
	width: 244px;
	display: block;
	padding: 5px 6px;
	font-size: 100%;
}
#sidebar ul.navigation li.active a {
	background-image: url('/images/bg/sidebar_active.gif');
	background-repeat: repeat-x;
	background-color: #255a6c;
}
#sidebar ul.navigation li a:hover {
	background-image: url('/images/bg/sidebar_hover.gif');
	background-repeat: repeat-x;
	background-color: #548b9e;
}
#sidebar ul.navigation li.active a:hover {
	background-image: url('/images/bg/sidebar_active.gif');
	background-repeat: repeat-x;
	background-color: #255a6c;
}
#sidebar ul.library li, #sidebar ul.case_results li, #sidebar ul.faq li {
	margin: 0 6px 8px 6px;
	font-size: 80%;
}
#sidebar ul.library li a, #sidebar ul.case_results li a, #sidebar ul.faq li a {
	color: #fff;
	text-decoration: none;
}
#sidebar ul.library li a:hover, #sidebar ul.case_results li a:hover, #sidebar ul.faq li a:hover {
	text-decoration: underline;
}
#sidebar h3 {
	width: 224px;
	height: 23px;
	margin: 24px 0 4px;
	background-image: url('/images/headers/frequent_questions.png');
	background-repeat: no-repeat;
}
#sidebar h3.library {
	background-image: url('/images/headers/library_resources.png');
}
#sidebar h3.case_results {
	background-image: url('/images/headers/case_results.png');
}
#sidebar h3.additional_information {
	background-image: url('/images/headers/additional_information.png');
}

#content {
	padding: 15px 17px;
	width: 670px;
	float: right;
}
#content h2 {
	margin: 2px 0 0;
	color: #326879;
	width: 600px;
	background-repeat: no-repeat;
}
#content p, #content li {
	line-height: 175%;
}

#content ul.spaced li {
	margin-bottom: 8px;
}

#footer {
	height: 70px;
	background-color: #7894a2;
	background-image: url('/images/bg/footer.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 85%;
	padding-top: 10px;
	color: #fff;
}
#footer.home {
	margin-top: 12px;
}
#footer p {
	margin: 8px 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	font-weight: bold;
}

a {
	color: #2e7389;
}
a img {
	border: 0;
}

div.input {
	margin: 12px 0;
}

div.accordion h3 {
	margin-bottom: 0;
}
div.accordion h3 a {
	display: block;
	text-decoration: none;
	background-color: #fdfdfd;
	border: 1px solid #aaa;
	border-left: 6px solid #2e7389;
	padding: 8px;
	cursor: pointer;
	cursor: hand;
}
	
div.accordion div {
	border: 1px solid #aaa;
	border-top: none;
	border-left: 6px solid #2e7389;
	padding: 8px 8px 0;
	display: none;
	background-color: #f3f3f3;
}
div.accordion div p {
	margin: 0 0 14px;
}

form label {
	display: block;
}
form div.inline {
	float: left;
	margin-right: 4px;
}

div.error-message {
	color: #ae1010;
	font-size: 85%;
}