
@charset "utf-8";
/* CSS Document */

body
{
	background-color: #0066A4;
}

/* WAIVER */
p.waiver
{
	font-size:0.8em;
	margin:0 110px;
}

#shadows
{
	background-image: url(../img/shadows.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 920px;
}

#container
{
	background-color: #fff;
	margin: 0 auto;
	width: 850px;
}

#header
{
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 150px;
	position: relative;
}

#header #logo h1
{
	text-indent: -10000px;
	overflow: hidden;
	height: 112px;
	padding: 0;
}

#header #logo h1 a
{
	display: block;
	height: 100%;
}

#nav
{
	bottom: 0;
	height: 38px;
	font-size: .85em;
	left: 217px;
	position: absolute;
}

#nav ul
{
	padding: 0;
}

#nav ul li
{
	float: left;
}

#container #nav ul li a
{
	color: white;
	display: block;
	height: 37px;
	line-height: 37px;
	margin-top: 1px;
	padding: 0 0 0 13px;
}

#container #nav ul li a:hover
{
	background-image: url(../img/tabs/left.jpg);
	background-repeat: no-repeat;
	background-color: white;
	color: #0066A4;
}

#container #nav ul li a span
{
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 13px 0 0; 
}

#container #nav ul li a:hover span
{
	background-image: url(../img/tabs/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#hero
{
	background-image: url(../img/hero.jpg);
	background-repeat: no-repeat;
	height: 330px;
	text-indent: -1000px;
	overflow: hidden;
}

.heroUp
{
	margin-top: -273px;
}

#panels
{
	font-size: .85em;
	line-height: 1.3em;	
	margin: 0 auto;
	position: relative;
	width: 803px;
}

.panels-top
{
	background-image: url(../img/panels/top.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
}

.panel-top
{
	background-image: url(../img/panels/top-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
}

.panel-middle
{
	background-image: url(../img/panels/middle-bg-white.jpg);
	background-repeat: repeat-y;
	height: auto !important;
	height: 13em;
	min-height: 13em;
	padding: 10px 0 3px 0;
	position: relative;
}

.panel-active
{
	cursor: pointer;
	cursor: hand;
}

.panel-active .panel-middle
{
	background-image: url(../img/panels/middle-bg-blue.jpg);
	background-repeat: repeat-y;
	padding: 10px 0 3px 0;
}

.panel-bottom
{
	background-image: url(../img/panels/bottom-bg-white.jpg);
	display:block;
	height:25px;
}

.panel-active .panel-bottom
{
	background-image: url(../img/panels/bottom-bg-blue.jpg);
}


.panels-bottom
{
	background-image: url(../img/panels/bottom.jpg);
	background-repeat: repeat-y;
	clear: both;
	display: block;
	height: 39px;
}

.panel
{
	float: left;
	margin-right: 17px;
	padding:8px 0px;
	width:256px;
}


.panel h3
{
	color: white;
	padding-left:25px;
	padding-top:16px;
}

.panel p
{
	font-size: .95em;
	padding:0pt 30px 0pt 23px;
	text-align: justify;
	text-indent: 1em;
}

#container p.learnMore
{
	font-size: .85em;
	text-indent: 0px;
	position: absolute;
	bottom: 0px;
}

#container p.learnMore a
{
	text-decoration: underline;
}

#footer
{
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: .8em;
	height: auto !important;
	height: 95px;
	min-height: 95px;
	padding-top: 25px;
	text-align: center;
}

#footer p
{
	padding-bottom: 8px;
}



/* Content Area */

#mainContent
{
	font-size: .85em;
	padding: 30px 40px;
}

body.subpage #mainContent
{
	padding: 0px 40px 20px;
}


#container a
{
	color: #0066A4;
}

#container a:visited
{
	color: #0066A4;
}

#mainContent .intro
{
	background-color:#DDEAF8;
	border-bottom:1px solid #0066A4;
	border-top:1px solid #0066A4;
	color: #0066A4;
	margin-bottom:20px;
	padding:5px 20px 10px;
}

#mainContent .intro p
{
	padding-bottom: 10px;
}

#mainContent .intro h2
{
	padding: 10px 0;
}


#mainContent h3, .subpage h2
{
	color: #0066A4;
	font-size: 1.8em;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
}

#mainContent h4
{
	color: #0066A4;
	font-size: 1.4em;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-bottom: 15px;
}

#mainContent p
{
	font-size: 1em;
	line-height: 1.5em;
	text-indent: 2em;
}


/* Subpages */
#subpageHero
{
	background-image: url(/img/hero_small.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 65px;
}

/* FAQs */

.focusArea dl
{
	padding: 0 20px 0 20px;
}

.focusArea dt
{
	color: #0066A4;
	font-weight: bold;
	padding: 20px 0;
}

.focusArea dd
{
	padding-bottom: 20px;
}

#mainContent .focusArea h3
{
	font-size: 1.5em;
	padding: 0 0 20px 0;
}

#faqIndex
{

	border-top: 2px ridge #0066A4;
	border-bottom: 2px ridge #0066A4;
	background-color: #f4f4f4;
	padding: 10px 20px 0;
	margin: 10px 0 30px;
}


#faqIndex ol
{
	list-style-type: circle;
}
#faqIndex ol li
{
	padding-bottom: 5px;
}

#faqIndex h3
{
	font-size: 1.3em;
	padding: 0 0 5px 0;
}

/* Contact */
#contactWrapper
{
	margin: 30px auto 0;
	width: 702px;
}

#contactInfo
{
	float: left;
	padding-right: 30px;
	padding-top: 9px;
	width: 270px;
}

#contactForm
{
	border-left: 1px solid #0066A4;
	height: auto !important;
	height: 160px;
	min-height: 160px;
	float: left;
	padding-left: 30px;
	width: 270px;
}

/* Contact Info - vCard Microformat */
.vcard
{
	line-height: 1.5em;
	text-align: right;
}


#mainContent .vcard .fn
{
	color: #0066A4;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 4px;
}



#mainContent form
{
	background-color: #eee;
	border: 1px solid #ccc;
	display: block;
	margin: 4px auto;
	padding: 10px 20px 0;
}

#mainContent form p
{
	text-indent: 0;
}

#mainContent form p label
{
	color: #0066A4;
	display: block;
	font-weight: bold;
	font-size: .9em;
}

#mainContent form p input
{
	width: 16em;
}

#mainContent form p textarea
{
	width: 16em;
	height: 10em;
}

#mainContent form p.submit input
{
	border: 1px solid #0066A4;
	color: #0066A4;
	font-weight: bold;
	width: auto;
}

/* Areas of Practice */

.aopList, .faList
{
	list-style-type: circle;
}

.aopList li
{
	line-height: 1.5em;
}

.faList li
{
	line-height: 1.5em;
	padding-bottom: 15px;
}


/* Resources */
dl#resourcesList
{
	padding-left: 40px;
}

dl#resourcesList dt
{
	font-size: 1em;
	padding-bottom: 7px;
}

dl#resourcesList dd
{
	margin: 0;
	padding-bottom: 25px;
}

dl#resourcesList dd a
{
	color: #0066A4;
}

/* About Us */
#associationList
{
	list-style-type: disc;
	padding: 0 0 0 60px;
}

#associationList li
{
	padding-bottom: 10px;
}

/* Facebook Link on Homepage */
#follow-on-facebook
{
	height:20px;
	margin:25px auto 20px;
	width:367px;
}

#follow-on-facebook a, #follow-on-facebook a:visited
{
	color: #0066A4;
	font-size: 18px;
	font-weight: bold;
}


#follow-on-facebook img
{
	display:inline;
	float:left;
	margin:3px 11px 0 0;
}
.subpage #follow-on-facebook img
{
	margin-top: 6px;
}

#follow-on-facebook p
{
	font-size: 12px;
	line-height: 1;
	text-indent: 0;
}


#follow-on-facebook a span
{
	display:block;
	margin-bottom:3px;
	padding-left:79px;
}

