@charset "UTF-8";
/* ###########################################################################
# Greenburg Glusker #
# default stylesheet #
# COPYRIGHT 2008 Tenrec, Inc. #
########################################################################### */
html { overflow-y: scroll; }

body
{
    background: url(../media/images/bkgr.jpg) repeat-x; 
    margin: 0;
	padding:0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:62.5%;
}
p,h1,h2,h3, ul {margin:0; padding:0;}
p, ul, ol {font-size:1.2em;}
ul {list-style-position:inside;}

a {text-decoration: none;}
a:link, a:visited {color: #35608d;/*blue*/}
a:hover{color: #66aa43;/*Green*/}
a img {border:none;}

#shadow {
	background: url(../media/images/bkgr_content.jpg) repeat-y;
	width:910px;
	margin:0 auto; 
}
#container
{
    width: 787px;
    margin-left: auto;
    margin-right: auto;
}
#shadow_head {
	background: url(../media/images/bkgr_header.jpg) no-repeat top;
	width:910px;
	margin:0 auto; 
}
#header
{
    height: 123px;
/*	position:relative; */
	width:787px;
	margin-left:60px;
}

#header img
{
    border: none;
}

#header #globalHeaderLogo
{
    float: left;
	margin:5px 0 0 0;
}

#header #globalHeaderPrintLogo 
{
	display:none;
}

#header #globalFollow
{
	display:block;
	float:right;
	height:27px;
	margin:60px 0 0;
	width:274px;
}

#globalFollow img#followUs
{
	padding: 5px 17px 5px 25px;
}

#globalFollow .hpSmLogo img
{
	margin-bottom: 6px;
	margin-right: 7px;
}

#header #globalNav
{
    display: block;
    float: right;
    /*margin: 88px 0 0 0;
    overflow: hidden;
    padding: 5px 0 10px 0;*/
    padding-top: 10px;
    color: Green;
    background-color: #c1c3c0;
    height: 24px;
	width:274px;
}

#header #globalNav a
{
    display: inline;
    padding: 5px 20px 5px 25px;
}
#header #globalNav input
{
    font-size:1em;
	padding:0 3px;
	height:15px;
	/*margin-bottom:3px;*/
}

.globalSearchTerm
{
	
}

.globalSearchSubmit
{
	
}

.clear {clear:both;}
/* --------- Primary Navigation --------- */

#primarynav
{
    height: 54px;
	width:787px;
	margin-left:60px;
    background-color: #003267;
}

#primarynav img
{
    border: none;
    display: block;
}

#primarynav ul
{
    list-style: none;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

#primarynav li
{
    display: inline;
    padding: 20px;
    margin: 0px 0px 0px 0px;
    float: left;
}

#primarynav a
{
    color: #003267;
    text-decoration: none;
}

/* hide child nodes until hover */
#primarynav ul ul
{
    display: none;
    font-size: 0.9em;
    float: left;
}

#primarynav li li
{
    display: block;
}

#primarynav ul li:hover ul, #primarynav ul.primary li:hover ul,#primarynav ul.primary li.over ul
{
    display: block;
    border-top: solid 2px #66aa43;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 120px;
    background-color: #000000;
    opacity: 0.85;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#primarynav ul li ul li
{
    height: auto;
    padding: 10px 10px 0px 15px;
    margin: 0px;
}

#primarynav ul ul li
{
    display: block;
    height: 24px;
    margin-left: -40px;
}

#primarynav ul ul a:link, a:visited
{
    color: #35608d;/*blue*/
}

#primarynav ul ul a:hover
{
    color: #66aa43;/*Green*/
}

#primarynav ul ul ul
{
    display: none;
    font-size: 0.9em;
    float: left;
}
/* --------- END Primary Navigation --------- */


#spotlightpic
{
    display: inline;
    height: 200px;
    width: 415px;
    float: left;
}

#carousel .assetContent
{
    height:  200px;  
    width:   787px;  
    padding: 0;  
    margin:  0; 
}

#carousel .assetContent img {    
    width:  787px; 
    height: 200px; 
    top:  0px; 
    left: 0px 
}

#spotlightquote
{
    display: inline-block;
    height: 200px;
    width: 372px;
    float: right;
    background-color: #003267;

}

#bodycontainer
{
    width: 415px;
    float: left;
}

#bodyheader
{
    width: 390px;
    margin: 25px 0px 15px 0;
}

#bodycontent
{
    width: 390px;
    margin: 0px 0px 15px 0;
	font-size:1.1em;
}

#searchbox
{
    float: right;
    width: 342px;
    background-color: #b2b4af;
    padding: 15px 10px 10px 20px;
    margin-top: 3px;
}

#searchbox #site
{
    float: left;
}

#searchbox #attorney
{
    float: right;
}

#searchbox input[type="text"]
{
    font-size:1em;
	padding:0 3px;
	height:15px;
	margin-bottom:3px;
}

#searchbox select
{
    width: 140px;
    height: 18px;
    margin-bottom: 5px;
    font-size: 10px;
}

h1.heading
{
	font-size: 1em;
	margin-bottom: 6px;
	font-weight: normal;
}

/* #featured
{
    float: right;
    width: 372px;
    background: #b2b4af url(../media/images/fc_corner.gif) no-repeat right bottom;
    padding: 0px 0px 10px 0px;
    margin-top: 3px;
    margin-bottom: 20px;
}

#featured h3
{
    color: Green;
    background-color: #c1c3c0;
    margin-top: 0px;
    padding: 5px 0px 5px 20px;
}
#featured p
{
	margin:10px 20px;
}
#featured ul
{
    list-style: none;
	margin:10px 20px 10px 40px;
}

#featured li
{
    font-weight: bold; 
    margin: 0px 10px 10px -18px;
	font-size:11px;
} */

#featured a
{
    color:black;
}
#featured a:hover
{
    color: #66aa43;/*Green*/
}
/*----------------------------------
		footer
----------------------------------*/ 
#globalFooter
{
    clear: both; 
	background-color:#BCBFBB;
    padding: 0;
    font-size: 1em;
}
#footerContent {
	width:910px;
	margin:0 auto;
	padding:10px 0;
	background:#BCBFBB url(../media/images/bkgr_footer.jpg) repeat-y top;
}
.globalNav
{
    display: block;
    width: 800px;
    margin-left: 52px;
    margin-bottom: 7px;
    color: Gray;
    text-align: center;
}

#globalFooter div.address
{
	display: block;
	width: 800px;
	color: Gray;
	margin-left: 60px;
	text-align: center;
	margin-bottom: 7px;
}

#globalFooter a:link
{
    color: Gray;
}

#globalFooter a:hover
{
    color: Green;
}
#globalFooter a:visited
{
    color: Gray;
}
#globalFooter a:visited:hover
{
    color: Green;
}
#globalFooter a
{
    padding: 0px 8px 0px 8px;
}

#globalFooter .copyright
{
    float: left;
    color: Gray;
	margin-left:60px;
}

#globalFooter .copyright a
{
    padding: 0px 5px 0px 5px;
	
}

#globalFooter .credits
{
    float: right;
	color: Gray;
	margin-right:53px;
}
#globalFooter .disclaim
{
    margin-left:60px;
}

#globalFooter .address
{
	float:left;
	border-top:1px solid #BCBFBB;
	padding-top:10px;
}
#globalFooter .attyadvertising
{
	display:none;
}
/*----------------------------------
		search box top
---------------------------------- 
#globalSearch {
	position:absolute;
	top:35px;
    right:20px;
	text-align:left;
}

#globalSearch label {
    font-size:10px;
	margin:0 10px 0 0;
}
#globalSearch input[type="text"] {
    font-size:11px;
	border:none;
}*/

/*----------------------------------
		homepage scroller
----------------------------------*/

/* Scroller Box */
#scroller_container {
 width: 335px;
 height: 60px;
margin:10px 0 0 21px;
font-size:1.1em;
}

/* CSS workaround Safari */
#dummy {;# }

#scroller_container {
width:335px;
}

#featured ul
{
    list-style: none;
	margin:10px 20px 10px 40px;
}

#featured li
{
    font-weight: bold; 
    margin: 0px 10px 10px 0px;
	font-size:11px;
}

#featured
{
    float: right;
    width: 372px;
    background: #b2b4af url(../media/images/fc_corner.gif) no-repeat right bottom;
    padding: 0px 0px 10px 0px;
    margin-top: 3px;
    margin-bottom: 20px;
}

#featured h3
{
    color: Green;
    background-color: #c1c3c0;
    margin-top: 0px;
    padding: 5px 0px 5px 20px;
}
#featured p
{
	margin:10px 20px;
}

/*----------------------------------
		breadcrumb
----------------------------------*/
#pageinfo {
	width:500px;
	float:left;
}
#breadcrumb {
    width:500px;
	height:40px;
	float:left;
}
#breadcrumb p {
    padding:5px 0 0 0;
	float:left;
	width:420px;
	font-size:1em;
	font-weight:bold;
}
#breadcrumb p a {
	color:black;
	text-decoration:none;
	padding:0 2px;
	font-weight:normal;
}
#breadcrumb p a:hover {
    color:#999;
}
#breadcrumb span.on {
	color:#003266;
	font-weight:bold;
}
#breadcrumb #print {
    float:right;
	margin:5px 2px 0;
	padding:0;
}
#breadcrumb #pdf {
   float:right;
   margin:5px 2px 0;
   padding:0;
}
#breadcrumb #email {
    float:right;
	margin:5px 2px 0;
	padding:0;
}
/*----------------------------------
		page title
----------------------------------*/
#pagetitle {
	width:480px;
    height:30px;
	float:left;
}
#pagetitle img {
    cursor: pointer;
    z-index: +1;
}

/*----------------------------------
		page content area
----------------------------------*/
#pagecontent {
    width:787px;
}

#content {
    width:500px;
	float:left;
	margin-bottom: 20px;
	font-size:1.1em;
}

#contentpa {margin-top:-15px;}

#content .expandlist {
	color:#35608d;	
	list-style-image:url(../media/images/icon_plus.gif);
	font-weight:bold;
	margin:20px 0 20px 20px;
	font-size:1.2em;
}
#content .expandlist a {
	color:#35608d;	
	text-decoration:none;
}
#content .expandlist a:hover {
    color: #66aa43;/*Green*/
	text-decoration:underline;
}
#content .expandlist li.open {
	list-style-image:url(../media/images/icon_minus.gif);
}
#content .expandlist li ul {
	list-style-type:square;	
	list-style-image:none;
	margin:0 0 5px 40px;
	font-size:1em;
	font-weight:normal;
}
#content .expandlist li ul a {
	color:black;
	font-size:1em;
}
#content p, #content p.SitemindListSummary{
	margin:3px 10px 10px 0;
	line-height:1.6em;
}
#content ul {
	margin:3px 10px 5px 20px;
	line-height:1.4em;
	list-style-position:outside;
	list-style-type:square;
}

#content #tabContent ul {
	margin-left:40px;
}

#content #tabContent ul li {
	font-size:.9em;
}

#content ul li {
margin:0 0 1em 0;
}


#content .boxRight ul {
	margin:3px 10px 5px 20px;
	line-height:1.4em;
	list-style-position:outside;
	list-style-type:square;
	font-size:1.1em;
}

#content .boxRight ul li {
	margin: 0 0 0.3em;
}
#content h2 {
    color:#35608d;/*blue*/
    font-size:1.4em;
    margin:1em 1em 0.3em 0;
}
#content h3,#content p.SitemindListDate {
    color:#003266;/*dark blue*/
    font-size:1.3em;
    margin:1em 1em 0.3em 0;
	font-weight:bold;
}
#content h4,#content p.SitemindListTitle {
    color:#000;
    font-size:1.2em;
    margin:1em 1em 0.3em 0;
	font-weight:bold;
}

/* ---------------------------------
		Events List styles
----------------------------------*/
#EventsList ul
{
	list-style: none;
	margin-left: 0px;
}
#EventsList h4.subHeading, #EventsList p.summary
{
	font-size: 1em;
}
#EventsList p.summary
{
	margin-bottom: 2em;
}
#EventsList h1.heading
{
	color:#003266;
	font-weight:bold;
	margin:1em 1em 0.3em 0;
}

/*----------------------------------
		sidebar/ related content 
----------------------------------*/
#sidebar {
	width:274px;
	float:right;
	background:#d8d9d7 url(../media/images/sidebar_btm.gif) bottom no-repeat; 
	padding-bottom:20px;
    margin-bottom: 20px;
	min-height:320px;
	
}
#sidebar h1 {
	margin:20px 0 5px 30px;
	font-size:1.2em;
	text-transform:uppercase;
	color:#003266;
}
#sidebar li h1
{
	margin: 0px 0px 8px 0px;
}
#sidebar h1.heading
{
	text-transform: none;
	font-size: 1em;
	font-weight: normal;
}
#sidebar ul.plus {
	list-style-image:url(../media/images/icon_plus.gif);
	font-size:1.2em;
	text-transform:uppercase;
	color:#003266;
	font-weight:bold;
	margin:20px 0 5px 30px;
}
#sidebar ul.minus {
	list-style-image:url(../media/images/icon_minus.gif);
	font-size:1.2em;
	text-transform:uppercase;
	color:#003266;
	font-weight:bold;
	margin:20px 0 5px 30px;
}
#sidebar ul.minus ul {
	list-style-image:none;
	list-style-type: square;
	font-size:1em;
	text-transform:none;
	margin:5px 0 5px 15px;
	font-weight:normal;
}
#sidebar ul.minus ul li {
	margin-bottom: 8px;
}
#sidebar h1.title {margin-top:45px;}
#sidebar p {
	margin:5px 20px 8px 30px;
}
#sidebar a {color:#35608d;/*blue*/}
#sidebar a:hover {color: #66aa43;/*Green*/}
#sidebar ul {
	margin:5px 20px 5px 45px;
	list-style-position:outside;
	list-style-type:square;
	
}
#sidebar div.listNoBullets ul {
	margin:5px 20px 5px 30px;
	list-style-position:outside;
	list-style-type:none;
}
#sidebar div.listNoBullets ul li 
{
	margin-bottom: 8px;
}
#sidebar ul li p.SitemindListTitle {
    color:#000;
    font-size:1em;
    margin: 0px 0px 8px 0px;
	font-weight:normal;
}
#sidebar .SMN_ListAsset li
{
	margin-bottom: 8px;
}

#scroller_container p.SitemindListTitle {
font-size:1em;
}
/*----------------------------------
		tab box
----------------------------------*/
.tabBox {
    background-color:#d8d9d7;
	clear:both;
	padding:20px 0;
    width:500px;
}
#content .tabBox h2 {
	color:#003266;/*dark blue*/
	font-size:1.2em;
	text-transform:uppercase;
	margin:0 20px 1em 20px;
}
#content .tabBox h3 {
	color:#35608d;/*blue*/
	font-size:1.2em;
	margin:0 20px 5px 20px;
}
#content .tabBox p 
{
	margin:3px 20px 15px 20px;
}
#content .tabBox p.summary
{
	margin: 0;
	font-size: 1em;
}
.tabBox li {
	font-size:1.1em;
	margin:10px 0 10px 20px;
	list-style-position:outside;
	font-size:12px;
}
.tabs {
    margin:5px 0 0 0;
    border-bottom:8px solid white;
    padding:0;
    clear:both;
}
.tabs div.tabby {
    float:left;
	margin-right:2px;
	border-bottom:2px solid white;
	width:89px;
	height:35px;
	padding:10px 3px 0 5px;
	background-color:#e8eaec;
	text-align:left;
	font-size:1.1em;
}

.tabs div.active {
    background-color:#d8d9d7;
	color: #66aa43;/*Green*/
    font-weight:bold;
	border-bottom:2px solid #d8d9d7;
}
.tabs div.active a{
	color: #66aa43;/*Green*/
}
.tabs a:hover {text-decoration:underline;}
.tabs div.last {
    width:96px;
	margin:0;
}
.tabs div a {
	margin:0;
}
/*----------------------------------
		news overview
----------------------------------*/
#search_news {
	width:200px;
	float:right;
}

#search_news input[type="text"] {
height:1.1em;
}

#ctl00_ctl00_BodyPlaceholder_TabPanelPlaceholder1_txtSearch {
    margin-right:6px;
	width:150px;
}

#content #search_news h2 {
	margin-left:0;
}
#news_ov {
	background:#e8eaec url(../media/images/news_ov_bg.gif) top left repeat-y; 
    width:500px;
	margin:10px 0;
	position:relative;
}
#news_ov_top {
	background:url(../media/images/news_ov_top.gif) top no-repeat; 
    width:500px;
	height:5px;
}
#news_ov_btm {
	background:url(../media/images/news_ov_btm.gif) bottom no-repeat; 
	width:500px;
	height:15px;
	clear:both;
}
.newsbox {
    width:158px;
	float:left;
	margin:5px 0 0 5px;
}
.newsbox li {
	font-size:10px;
	margin:5px;
	color:#35608d;/*blue*/
}
.newsbox li a {color:#000;}
.newsbox li a:hover {color:#66aa43;/*Green*/}
.newsbox h3 {
	margin:15px 5px 5px 10px;
}
.newsbox a.headline {
	font-size:1.3em;
	position:absolute;
	bottom:10px;
    left:145px;
}
.newsbox a.articles {
	font-size:1.3em;
	position:absolute;
	bottom:10px;
	right:180px;
}
.newsbox a.press {
	font-size:1.3em;
	position:absolute;
	bottom:10px;
    right:13px;
}
.newsbox .heading
{
	display:block;
}
.newsbox h1.heading
{
	margin: 0;
}
/*----------------------------------
		bio page
----------------------------------*/
#attn_info {
	width:200px;
	float:left;
	margin-bottom:30px;
}
#attn_info p {
    line-height:1.6em;
}
#attn_info h1 {
	font-size:1.3em;
	font-weight:bold;
}

#attn_info span.legend {
	color: #66aa43;/*Green*/
	font-weight:bold;
	width:18px;
	float:left;
}
#attn_quote {
	width:260px;
	float:right;
	text-align:center;
	margin:1em;
	margin-bottom:30px;
}
#attn_quote p {
	font-weight:bold;
	color:#787a76;/*dark gray*/
}
#attn_quote .quoteText {
	color:#003266;/*dark blue*/
	font-size:1.3em;
	font-style:italic;
}
#attn_quote img {
	float:right;
}

/*----------------------------------
		attorney list
----------------------------------*/
#search_criteria {
	margin:0 0 0px 0;
}
#search_criteria strong {
	color: #66aa43;/*Green*/
}
table.list {
	width:100%;
	clear:both;
}
table.list th {
    background-color:#d8d9d7;
	padding:10px 0 10px 20px;
	text-align:left;
	text-transform:uppercase;
	color:#003266;
	font-size:1.1em;
}
table.list td {
	padding:6px 0 6px 20px;
	font-size:1.1em;
}
table.list img {
	margin:5px 0 -5px 10px;
}
table.list tr.even {
	background-color:#e8eaec;
}
table.list tr.odd 
{
	background-color: #ffffff;
}
/*----------------------------------
        contact form
----------------------------------*/
input, select, textarea {border:1px inset black;}

.contact {
    margin: 0px 0 30px 0;
}
.contact p {
    width:320px;
    font-size: 1em;
}
.contact input, .contact select, .search input, .search select {
    width:200px;
}
.contact input[type="radio"] 
{
	width: 25px;
}
.contact label {
    float: left;
    margin-left: -100px; /*width of left column*/
    width: 140px; 
}
.contact textarea {
    width:260px;
    height:100px;
}
.contact img {
    margin-left:10px;
}
/*#ctl00_BodyPlaceholder_btnEntrySubmit {
    width:15px;
    height:15px;
    float:right;
    margin:0 90px 0 0;
    border:none;
}*/

div.contact table
{
	width: 500px;
}
div.contact tr
{
}
div.contact td
{
	vertical-align: top;
	padding-right: 2em;
	font-size: 1.2em;
	padding-bottom: 10px !important;
}
div.contact td.leftcol
{
	width: 150px;
}
div.contact input.btn
{
	width: auto;
	height: auto;
	margin-bottom: 6px;
}
div.contact td.btnContainer
{
	text-align: center;
	font-size: 0.9em;
}
.search td
{
	height: 34px;
}
.search td p
{
	font-size: 1em;
}
/*----------------------------------
		people search form
----------------------------------*/

.peopleSearch {
	margin:20px 0 0 0;
}
.peopleSearch p {
	width:300px;
	padding-left: 170px; 
}
.peopleSearch select {
	width:180px;
}
.peopleSearch label {
	float: left;
	margin-left: -170px; /*width of left column*/
	width: 170px; 
	color:#35608d;/*blue*/
}
.peopleSearch input.submit_btn {
	width:15px;
	height:14px;
	/*float:right;*/
	margin-left: 4px;
	border:none;
}

/*----------------------------------
        careers boxes
----------------------------------*/
.box,.boxleft {
    background-color:#d8d9d7;
    float:left;
    width:160px;
    text-align:center;
    padding:10px 0;
    margin:20px 0 0 8px;
}

.boxleft {
	margin-left:0;
}

.box img,.boxleft img {
    margin:10px 0 10px 0;
}
/*----------------------------------
        pa boxes
----------------------------------*/
.boxRight {
	background-color:#d8d9d7;
    float:right;
    width:215px;
    padding:5px 10px 10px 15px;
	margin:0 0 10px 10px;
}

.boxRight ul {
	color:#999;
}

#content .boxRight p.SitemindListTitle {
    color:#999;
    font-size:1em;
    margin:0;
	font-weight:normal;
}

/*--------------------------------
         modded top menus
----------------------------------*/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/	
#qm0	
{	
	width:791px;
	margin:0 auto;
	position:relative;
	left:20px;
}


/*"""""""" (MAIN) Items""""""""*/	
#qm0 a	
{	
	padding:0px;
	background-color:#222222;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	margin:20px 28px 0 0
}


/*"""""""" (SUB) Container""""""""*/	
#qm0 div, #qm0 ul	
{	
	padding:10px;
	margin:8px 0 0 0;
	background-image:url(opacity.png);
	border-top:2px solid #66aa43; 		
	opacity: 0.9;
	-moz-opacity: 0.9;
	behavior: url(iepngfix.htc);
}	
#qm0 div div
	{
	opacity: 1;
	-moz-opacity: 1;
	behavior: url(iepngfix.htc);		
	}


/*"""""""" (SUB) Items""""""""*/	
#qm0 div a, #qm0 ul a	
{	
	padding:3px 20px 3px 2px;
	margin:0px;
	background-color:transparent;
	color:#35608D;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	z-index:10000
}


/*"""""""" (SUB) Hover State""""""""*/	
#qm0 div a:hover	
{	
	color:#66AA43;
	text-decoration:underline;
	z-index:10000
}


/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
#qm0 ul li:hover>a	
{	
	color:#66AA43;
	text-decoration:underline;
	z-index:10000
}


/*"""""""" (SUB) Parent Items""""""""*/	
#qm0 div .qmparent, #qm0 ul .qmparent	
{	
	background-image:url(../media/images/arrow_0.gif);
	background-repeat:no-repeat;
	background-position:97% 50%;
}


/*"""""""" (SUB) Active State""""""""*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
{	
	background-image:url(../media/images/arrow_1.gif);
	color:#66AA43;
	text-decoration:underline;
}


/*"""""""" Individual Titles""""""""*/	
#qm0 .qmtitle	
{	
	margin:2px 0px 5px;
	color:#222222;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}


/*"""""""" Individual Horizontal Dividers""""""""*/	
#qm0 .qmdividerx	
{	
	border-top-width:1px;
	margin:4px 0px;
	border-color:#999999;
}


/*"""""""" Custom Rule""""""""*/	
ul#qm0 a img	
{	
	display:block;
	border-style:none;
}

/* ---------------------------
        .NET code fixes
-----------------------------*/
.ctl00_BodyPlaceholder_ctl02_0 {
color:#35608d;
font-size:1.2em;
font-weight:bold;
}	
#ctl00_BodyPlaceholder_ctl02n0Nodes .ctl00_BodyPlaceholder_ctl02_0 {
font-size:1.1em;
color:black;
font-weight:normal;
}
.ctl00_BodyPlaceholder_ctl02_0:hover, #ctl00_BodyPlaceholder_ctl02n0Nodes .ctl00_BodyPlaceholder_ctl02_0:hover {
color: #66aa43;/*Green*/
text-decoration:underline;
}

#ctl00_BodyPlaceholder_pnlEventRegistrationConfirm {width:500px;}

/* Pop-Up Window Styles */
#popHeader 
{
	height: 120px;
	background-color: #b2b4af;
	text-align: center;
}

#popStripe
{
	height: 15px;
	padding: 20px;
	color: #003267;
}

#popBody
{
	padding: 20px;
}

#popBody p
{
	margin-bottom: 10px;
}

#popButtons
{
	text-align: center;
}

#popButtons input
{
	background-color: #65aa41;
	color: White;
	font-weight: bold;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
}


.validationErrors  ul li
{
	margin-bottom: 0px !important;
}
.validationErrors ul
{
	margin-bottom: 1em;
}


/*----------------------------------
       ie8 bullets
----------------------------------
.listNoBullets li, .boxRight li  {padding:4px;}*/
.listNoBullets li h1.heading, .boxRight li h1.heading {display:inline;}
