p.description{
font-family:Helvetica, Arial, sans-serif;
line-height: 1.5;
color:#666	;
font-weight: normal;
font-size:12px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.info:hover{z-index:25; }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    padding:5px;
    display:block;
    position:absolute;
    top:-45px; 
    left:0px; 
    border:1px solid #56719b;
    background-color:#f6f6f8; 
    color:#999999;
    text-align: center}
	
	
/** table **/
table.mytable {
width:95%;
border-top:0px solid #f1f1f1;
border-right:0px solid #f1f1f1;
margin:1em auto;
border-collapse:collapse;
}
table.mytable td {
border-bottom:0px solid #f1f1f1;
border-left:0px solid #f1f1f1;
padding:.3em 1em;
text-align:left;
}	

table.mytable2 {
width:95%;
border-top:0px solid #f1f1f1;
border-right:0px solid #f1f1f1;
margin:.3em auto;
border-collapse:collapse;
}
table.mytable2 td {
border-bottom:0px solid #f1f1f1;
border-left:0px solid #f1f1f1;
padding:.1em .5em;
text-align:left;
}	
	
/** image **/
a img.button {
margin:0 1em 1em 0;
border: 2px solid #376CAA;
padding:2px;
background: none;
}

a:hover img.button {
margin:0 1em 1em 0;
border: 2px solid #1E3B5C;
padding:2px;
background: none;
}

/** Liz Inc News Ticker **/
.lizIncnews {
display: block;
font-size:11px;
color: #ffffff;
left: 0px;
top: 0px;
padding:5px;
/**background-image:url(News_bg.jpg);**/ 
background-color: #7d1d0d;
width:200px; 
border: #961b13 2px solid;
margin-bottom:20px;
}

.lizIncnews2 {
display: block;
font-size:11px;
color: #ffffff;
left: 0px;
top: 0px;
padding:5px;
/**background-image:url(News_bg.jpg);**/ 
background-color: #7d1d0d;
width:400px; 
border: #961b13 2px solid;
margin-bottom:20px;
}

a.blockNews:link {
font-size:11px; 
color: #ffffff; 
display: block; 
width:100%; 
line-height:20px;
text-decoration:none
}
a.blockNews:visited {
font-size:11px; 
color: #ffffff; 
display: block; 
width:100%; 
text-decoration:none
}
a.blockNews:hover {
font-size:11px; 
color: #ffffff; 
display: block; 
width:100%; 
text-decoration:none
}

/* ---------- form elements ---------- */
input[type="submit"], input[type="button"], input[type="reset"] {
color:#FFFFFF;
font-size:10px;
background: #56719b;
outline: 				none;
cursor:					pointer;
margin-top:				15px;
padding: 3px;
}

.ie6 input.submit, .ie6 input.button {
color:#FFFFFF;
font-size:10px;
background: #56719b;
outline: 				none;
cursor:					pointer;
margin-top:				15px;
padding: 3px;
}




/* ---------- table dispay ---------- */
table.padding {
width:95%;
border-top:0px solid #f1f1f1;
border-right:0px solid #f1f1f1;
margin:.2em auto;
border-collapse:collapse;
}
table.padding td {
border-bottom:0px solid #f1f1f1;
border-left:0px solid #f1f1f1;
padding:.2em .2em;
text-align:left;
}
/* ---------- Taglib search iterator ---------- */

.cust-taglib-search-iterator {
 border-collapse: collapse;
 width: 100%;
}
 
.cust-taglib-search-iterator td {
}
 
.cust-taglib-search-iterator-highlighted {
 font-weight: bold;
}
 
.cust-taglib-search-iterator-page-iterator-top {
 
}
 
.cust-taglib-search-iterator-page-iterator-bottom {
 
}
 
.cust-taglib-page-iterator {
 clear: both;
 height: auto;
 overflow: hidden;
 width: auto;
}
 
.cust-taglib-page-iterator .search-results {
 float: left;
}
 
.cust-taglib-page-iterator .search-pages {
 float: right;
}
 
.cust-taglib-page-iterator .search-pages .page-links a, .taglib-page-iterator .search-pages .page-links span {
 background: url() no-repeat 0 0;
 border-left: 1px solid #ccc;
 padding: 2px 15px;
}
 
.cust-taglib-page-iterator .search-pages .page-links span {
 background-position: 0 100%;
}
 
.cust-taglib-page-iterator .search-pages .page-links a.first, .taglib-page-iterator .search-pages .page-links span.first {
 background-image: url(<%= themeDisplay.getPathThemeImages() %>/arrows/paging_first.png);
 background-repeat: no-repeat;
 border-left: none;
}
 
.cust-taglib-page-iterator .search-pages .page-links a.previous, .taglib-page-iterator .search-pages .page-links span.previous {
 background-image: url(<%= themeDisplay.getPathThemeImages() %>/arrows/paging_previous.png);
 background-repeat: no-repeat;
}
 
.cust-taglib-page-iterator .search-pages .page-links a.next, .taglib-page-iterator .search-pages .page-links span.next {
 background-image: url(<%= themeDisplay.getPathThemeImages() %>/arrows/paging_next.png);
 background-repeat: no-repeat;
}
 
.cust-taglib-page-iterator .search-pages .page-links a.last, .taglib-page-iterator .search-pages .page-links span.last {
 background-image: url(<%= themeDisplay.getPathThemeImages() %>/arrows/paging_last.png);
 background-repeat: no-repeat;
}
 
.cust-taglib-page-iterator .search-pages .page-links a.first, .taglib-page-iterator .search-pages .page-links span.first, .taglib-page-iterator .search-pages .page-links a.previous, .taglib-page-iterator .search-pages .page-links span.previous {
 padding-right: 5px;
}
 
.cust-taglib-page-iterator .search-pages .page-links a.next, .taglib-page-iterator .search-pages .page-links span.next, .taglib-page-iterator .search-pages .page-links a.last, .taglib-page-iterator .search-pages .page-links span.last {
 background-position: 100% 0;
 padding-left: 5px;
}
 
.cust-taglib-page-iterator .search-pages .page-links span.first, .taglib-page-iterator .search-pages .page-links span.previous {
 background-position: 0 100%;
}
 
.cust-taglib-page-iterator .search-pages .page-links span.next, .taglib-page-iterator .search-pages .page-links span.last {
 background-position: 100% 100%;
}
 
.cust-taglib-page-iterator .search-pages .page-selector, .taglib-page-iterator .search-pages .page-links {
 float: left;
}
 
.cust-taglib-page-iterator .search-pages .page-selector {
 margin-right: 10px;
 padding-right: 10px;
}
 
.fieldHolder
{
	width: 150px;
	height: 20px;
	background: url(../images/custom/input.gif) no-repeat;
	float: left;
}

.textInput {
font-size:11px;
	width: 147px;
	height: 20px;
	background: none;
	border: none;
	color: #D8D9DA;
	padding-top:2px;
	margin-top: 0px;
	margin-left: 3px;
}

.go {
	width: 23px;
	height: 19px;
	background: none;
	border: none;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
.cust-portlet-section-header {
 background: #f3f3f3;
 padding: 1px 0 0;
}
 
.cust-portlet-section-header th {
 border-bottom: 1px solid #ccc;
 color: #594648;
 font-weight: bold;
 padding: 0.3em 1em;
}
.cust-portlet-section-body {
 background: #dddddd;
 color: #594648;
}
 
.cust-portlet-section-body td {
 background: #f3f3f3;
 border-bottom: solid #f3f3f3;
 border-top: solid #f3f3f3;
 border-left:solid #f3f3f3;
 border-right:solid #f3f3f3;
 
}
 
/* ---------- Text in every other row in the cell ---------- */
 
.cust-portlet-section-alternate {
 color:#594648;
	background-color: #f3f3f3;
}
 
.cust-portlet-section-alternate td {
	border-bottom: solid #f3f3f3;
	border-top: solid #f3f3f3;
	background-color:#fff;
	 border-left:solid #f3f3f3;
 border-right:solid #f3f3f3;
}
 
.cust-portlet-section-alternate-hover td, .portlet-section-body-hover td {
 background: #FFF5BA;
 border-bottom: solid #E0D79F;
 border-top: solid #E0D79F;
 
}
 
.cust-portlet-section-body td td, .portlet-section-body-hover td td {
 border: none;
}
 
.cust-portlet-section-alternate td td, .portlet-section-alternate-hover td td {
	border: none;
	background-color: #ffffff;
}
 
.portlet-borderless-container{
background-color:#FFFFFF;
}

a.orangeCal:link {
	color: #e65925;
	text-decoration: none
}
a.orangeCal:active {
	color: #e65925;
	text-decoration: none
}
a.orangeCal:visited {
	color: #e65925;
	text-decoration: none
}
a.orangeCal:hover {
	color: #e65925;
	text-decoration: underline
}


.altRows{
background-color:#f3f3f3;
}


.blueHeader{
color:#56719b;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}

.blueHeaderlow{
color:#56719b;
font-weight:bold;
font-size:10pt;
}

.common{
color:#594648;
font-size:11px; 
}

.lightbrownBread{
color:#958182;
font-size:10pt;
}

.emailLink{
color:#e65925;
font-weight:bold;
font-size:10pt;
}


.greenHR {
	
	background: url(../images/custom/dashGreen.gif) repeat-x;
        width:100%;
	height:2px;
	margin-top:5px;
	margin-bottom:5px;
}

.greyLine {
	
	background: url(../images/custom/dashGrey.gif) repeat-x;
        width:100%;
	height:2px;
	margin-top:0px;
	margin-bottom:2px;
}

.section_separator {
	color:#cdcdcd;
background-color:#cdcdcd;
height: 5px;
border: none;


}

.ie .greenHR {
	margin-top:5px;
	margin-bottom:5px;
  	height:2px;
	overflow:hidden;
}


.featuredTitle{
color:#b1bd36;
font-weight:bold;
font-size:18pt;
text-transform: uppercase;
}


.featuredSubTitle{
color:#5b5837;
font-weight:bold;
font-size:12pt;
text-transform: uppercase;
}


.reviewTitle{
color:#5b5837;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}


.featuredPictureBorder{
border-style:solid;
border-color: #a4a4a4;
border-width:2px;

}


.tickerTitle{
color:#565656;
font-weight:bold;
font-size:8pt;
text-transform: uppercase;
}

.tickerLink{
color:#56719b;
font-size:8pt;
}

.topNav{
text-align:right;
padding:0px 0px 30px 0px;
}

.TopNavigation{
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#999999;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.TopNavigation {
	font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#999999;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.TopNavigation:visited {
	font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#999999;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.TopNavigation:hover {
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.TopNavigation:active {
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}


a.activeNavigation {
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.activeNavigation:visited {
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.activeNavigation:hover {
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.activeNavigation:active {
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

.activeNavigation{
font-size:1em;
letter-spacing: 1px;
font-weight:normal;
color:#ffffff;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 5px 0px 5px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}


.Sub_navigation{
color:#999999;
font-weight:normal;
font-size:9px;
text-transform:uppercase;
text-decoration:none;
    padding: 0px 10px 0px 10px;
    border-left: solid;
    border-left-width: 3px;
    border-color: #742a2c;
}

a.Sub_navigation {
	color:#999999;
	text-decoration:none;
}
a.Sub_navigation:visited {
	color:#999999;
	text-decoration:none;
}

a.Sub_navigation:hover {
	color:#ffffff;
	text-decoration:none;
}

a.Sub_navigation:active {
	color:#ffffff;
	text-decoration:none;
}


.featuredPageTitle{
color:#4b4b4b;
font-weight:bold;
font-size:60px;
margin:-22px 0px -50px 50px;
text-transform:uppercase;
text-decoration:none;
}

.defaultTitle{
font-size:1.75em;
margin-bottom:1.5em;
letter-spacing: 0px;
font-weight:normal;
color:#0c2c4b;
text-transform:uppercase;
    padding-left: 10px;
    border-left: solid;
    border-left-width: 4px;
    border-color: #a00016;
}


.nameTitle{
color:#b1bd36;
font-weight:bold;
font-size:12pt;
}

.defaultSubTitle{
color:#5b5837;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}




.calTitle{
color:#ffffff;
font-weight:bold;
font-size:16px;
text-transform: uppercase;
padding-left:3px;
}

.calDate{
color:#808080;

}

.calEvent{
color:#e65925;

}



.welcome{
color:#56719b;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}


.greyName{
color:#a4a4a4;
font-size:8pt;
}


.common{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 1.4;
	color:#747474;
	Font-weight: normal; 
}

.grayHeader{
color:#333333;
font-weight:bold;
font-size:8pt;
text-transform: uppercase;
}

.greyNumber{
color:#a4a4a4;
font-size:10pt;
text-transform: uppercase;
}

.greenHeaderProfile{
color:#56719b;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}

a.greenHeaderProfile:link {
	color: #56719b;
	text-decoration: none
}
a.greenHeaderProfile:active {
	color: #56719b;
	text-decoration: none
}
a.greenHeaderProfile:visited {
	color: #56719b;
	text-decoration: none
}
a.greenHeaderProfile:hover {
	color: #56719b;
	text-decoration: underline
}



.brownHeaderProfile{
color:#594648;
font-weight:bold;
font-size:12pt;
text-transform: uppercase;
}

a.brownHeaderProfile:link {
	color: #594648;
	text-decoration: none
}
a.brownHeaderProfile:active {
	color: #594648;
	text-decoration: none
}
a.brownHeaderProfile:visited {
	color: #594648;
	text-decoration: none
}
a.brownHeaderProfile:hover {
	color: #594648;
	text-decoration: underline
}



.brownChannel{
color:#594648;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}

.greyPubDate{
color:#9f9f9f;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}

.greySubmittedby{
color:#383838;
font-weight:bold;
font-size:10pt;
text-transform: uppercase;
}

.brandtext {
font-size:11px;
font-weight:normal;
margin-bottom:1.25em;
padding-bottom:2px;
padding-top:2px;
text-align:justify;
width:205px;
}

div.BrandOutside{
height:530px;
padding:20px;
width:647px;
}

div.leftBrandColumn {
float:left;
font-size:11px;
margin-right:27px;
width:220px;
}

div.rightBrandColumn{
width:400px;
float:right;
padding:10px 0;
}

a.brandtext {
color:#666;
text-decoration:none;
}

.brandinfo {
 float: left;
 padding: 80px 40px 0px 30px;
}

/* ==== Hacks =============================================================== */
.clearfix:after, #container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, #container {display:inline-block;}
* html .clearfix, * html #container {height:1%;}
.clearfix, #container {display:block;}
.clear {clear:both;}

div.services {width:100%;margin:0 0 20px 0;padding:10px 0 0 0;border-top:4px solid #eee;display:block;position:relative;}
div.services div.quote {width:100%;float:left;}

div.services div.package {width:50%;float:left;}
div.services div.package span.desc {margin:0 0 1.5em 0;font-size:11px; color:#aaa;display:block;}

div.services div.overview h5 {margin:0;display:block;}
div.services div.quote span.desc {margin:0 0 .5em 0;font-size:12px; color:#444;display:block;font-weight:bold;}

div.services div.quote p {font-size:1.0em;}

div.services div.example {width:35%;margin-top:1em;float:right;color:#666;}
div.services div.example span.price {font-size:1.5em;color:#4bbbf5;font-weight:bold;}

.whiteBlock {
width:100%;
background-color:#ffffff;
padding:10px 0px 5px 0px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

.LandingText {
text-transform: uppercase;
font-size:16px;
line-height:150%;
padding:0 20px;
margin:0 auto;
}