/*
Theme Name: AdvocateTNG
Version: 1.0
Author: Kermit Woodall
Author URI: http://kermitwoodall.com
Tags: fixed width, three columns, valid XHTML, widgets
*/

/* begin Page */


body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
#adv-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#adv-page-background-simple-gradient {
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form {
	padding:0 !important;
	margin:0 !important;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.adv-Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1126px;
	min-width:1px;
	min-height:1px;
}
.adv-Sheet-body {
	position: relative;
	z-index:1;
	padding: 0px;
}
.banner_top {
	width:728px;
	height:90px;
	float: right;
	display: inline;
	margin: 18px 18px 0 0;
	padding: 0;
}
.banner_bottom {
	width:728px;
	height:90px;
	float:left;
	margin:30px 0 18px 18px;
	padding:0;
}
#global_nav {
	float: right;
	display: inline;
	width: 700px;
	margin-top: 35px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.span11 a, .span11 a:link, .span11 a:visited, .span11 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#search {
	float: right;
	display: inline;
	width: 148px;
	height:14px;
	margin: 0px;
	padding: 0px;
}
* html #search {
	margin-top:-16px;
}
.text-area {
	background-color: #e3f0f8;
	float: left;
	display: inline;
	width: 118px;
	height: 14px;
}
.srch_button {
	float: right;
	display: inline;
	width:24px;
	height:19px;
	margin-left: 0px;
}
.adv-Sheet {
	margin-top: 5px !important;
}
#adv-page-background-simple-gradient, #adv-page-background-gradient, #adv-page-background-glare {
	min-width:1126px;
}
/* end Box, Sheet */

/* begin Header */
div.adv-Header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1126px;
	height: 171px;
}
div.adv-Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1126px;
	height: 171px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Menu */
/* menu structure */

.adv-menu a, .adv-menu a:link, .adv-menu a:visited, .adv-menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.adv-menu, .adv-menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.adv-menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.adv-menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.adv-menu li li {
	float: none;
}
.adv-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.adv-menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.adv-menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.adv-menu:after, .adv-menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.adv-menu, .adv-menu ul {
	min-height: 0;
}
.adv-menu ul {
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.adv-menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
ul.adv-menu {
	float:right;
}
/* menu structure */

.adv-menu {
	padding: 0px 0px 0px 0px;
}
.adv-nav {
	position: relative;
	height: 32px;
	z-index: 100;
}
.adv-nav .l, .adv-nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 32px;
	background-image: url('images/nav.png');
}
.adv-nav .l {
	left: 0;
	right:0px;
}
.adv-nav .r {
	right: 0;
	width: 1126px;
	clip: rect(auto, auto, auto, 1126px);
}
/* end Menu */

/* begin MenuItem */
.adv-menu ul li {
	clear: both;
}
.adv-menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 32px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.adv-menu a .r, .adv-menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 96px;
	background-image: url('images/MenuItem.png');
}
.adv-menu a .l {
	left:0;
	right:0px;
}
.adv-menu a .r {
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.adv-menu a .t {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 32px;
	text-align: center;
}
.adv-menu a:hover .l, .adv-menu a:hover .r {
	top:-32px;
}
.adv-menu li:hover>a .l, .adv-menu li:hover>a .r {
	top:-32px;
}
.adv-menu li:hover a .l, .adv-menu li:hover a .r {
	top:-32px;
}
.adv-menu a:hover .t {
	color: #FFFFFF;
}
.adv-menu li:hover a .t {
	color: #FFFFFF;
}
.adv-menu li:hover>a .t {
	color: #FFFFFF;
}
/* end MenuItem */

/* begin MenuSubItem */
.adv-menu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	width: 180px;
	overflow:hidden;
	line-height: 32px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}
.adv-nav ul.adv-menu ul span, .adv-nav ul.adv-menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.adv-menu ul a, .adv-menu ul a:link, .adv-menu ul a:visited, .adv-menu ul a:hover, .adv-menu ul a:active, .adv-nav ul.adv-menu ul span, .adv-nav ul.adv-menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 32px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.adv-menu ul ul a {
	margin-left: auto;
}
.adv-menu ul li a:hover {
	color: #FFFFFF;
	background-position: 0 -32px;
}
.adv-menu ul li:hover>a {
	color: #FFFFFF;
	background-position: 0 -32px;
}
.adv-nav .adv-menu ul li a:hover span, .adv-nav .adv-menu ul li a:hover span span {
	color: #FFFFFF;
}
.adv-nav .adv-menu ul li:hover>a span, .adv-nav .adv-menu ul li:hover>a span span {
	color: #FFFFFF;
}
/* end MenuSubItem */

/* begin ContentLayout */
.adv-contentLayout {
	position: relative;
	margin-bottom: 0px;
	width: 1126px;
}
/* end ContentLayout */

/* begin Box, Block */
.adv-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
}

.adv-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.adv-Block-tr, .adv-Block-tl, .adv-Block-br, .adv-Block-bl, .adv-Block-tc, .adv-Block-bc,.adv-Block-cr, .adv-Block-cl
{
	position:absolute;
	z-index:-1;
}

.adv-Block-tr, .adv-Block-tl, .adv-Block-br, .adv-Block-bl
{
	width: 12px;
	height: 12px;
	background-image: url('images/Block-s.png');
}

.adv-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 6px, 6px, auto);
}

.adv-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 6px, 6px);
}

.adv-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(6px, 6px, auto, auto);
}

.adv-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(6px, auto, auto, 6px);
}

.adv-Block-tc, .adv-Block-bc
{
	left: 6px;
	right: 6px;
	height: 12px;
	background-image: url('images/Block-h.png');
}

.adv-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 6px, auto);
}

.adv-Block-bc
{
	bottom: 0;
	clip: rect(6px, auto, auto, auto);
}

.adv-Block-cr, .adv-Block-cl
{
	top: 6px;
	bottom: 6px;
	width: 12px;
	background-image: url('images/Block-v.png');
}

.adv-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 6px);
}

.adv-Block-cl
{
	left:0;
	clip: rect(auto, 6px, auto, auto);
}

.adv-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background-color: #E3F0F8;
}


.adv-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.adv-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.adv-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

.adv-BlockHeader .l, .adv-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.adv-BlockHeader .l
{
	left:0;
	right:6px;
}

.adv-BlockHeader .r
{ 
	width:1126px;
	right:0;
	clip: rect(auto, auto, auto, 1120px);
}


/* end BlockHeader */

/* begin Box, BlockContent */
.adv-BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.adv-BlockContent-body {
	position: relative;
	z-index:1;
	padding: 7px;
}
.adv-BlockContent-body {
	color:#000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.adv-BlockContent-body a:link {
	color: #006699;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.adv-BlockContent-body a:visited, .adv-BlockContent-body a.visited {
	color: #006699;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.adv-BlockContent-body a:hover, .adv-BlockContent-body a.hover {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.adv-BlockContent-body ul {
	list-style-type: none;
	color: #0F2A38;
	margin:0;
	padding:0;
}
.adv-BlockContent-body li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
.adv-BlockContent-body ul li {
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/* end Box, BlockContent */

/* begin Box, Post */
.adv-Post {
	position:relative;
	z-index:0;
	margin:0px auto;
	padding: 0px 0px;
	min-width:1px;
	min-height:1px;
}
.adv-Post-body {
	position: relative;
	z-index:1;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ad_distr_table tr.ad_distr_row_ltblue {
	background-color:#E9F2FA;
}
.ad_distr_table {
	margin:0 0 12px;
	padding:3px 10px;
	font-size:10px;
}
.ad_distr_row_border {
	border-bottom:1px solid #999999;
	padding-bottom:2px;
}
/* Start images */
a img {
	border: 0;
}
.adv-article img, img.adv-article {
	margin: 0;
}
.adv-metadata-icons img {
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.adv-article table, table.adv-article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.adv-article table, table.adv-article .adv-article tr, .adv-article th, .adv-article td {
	background-color:Transparent;
}
.adv-article th, .adv-article td {
	padding: 2px;
	border: solid 0px #56A7D2;
	vertical-align: top;
	text-align:left;
}
.adv-article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.adv-PostHeaderIcon-wrapper {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2AABE2;
}
.adv-PostHeaderIcon-wrapper, .adv-PostHeaderIcon-wrapper a, .adv-PostHeaderIcon-wrapper a:link, .adv-PostHeaderIcon-wrapper a:visited, .adv-PostHeaderIcon-wrapper a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #006699;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.adv-PostHeader a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #006699;
}
.adv-PostHeader a:visited, .adv-PostHeader a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #006699;
}
.adv-PostHeader a:hover, .adv-PostHeader a.hovered {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #000000;
}
/* end PostHeader */

/* begin PostIcons */
.adv-PostHeaderIcons {
	padding:1px;
}
.adv-bylinecontent {
	color:#999;
}
.adv-PostHeaderIcons, .adv-PostHeaderIcons a, .adv-PostHeaderIcons a:link, .adv-PostHeaderIcons a:visited, .adv-PostHeaderIcons a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
}
.adv-PostHeaderIcons a, .adv-PostHeaderIcons a:link, .adv-PostHeaderIcons a:visited, .adv-PostHeaderIcons a:hover {
	margin:0;
}
.adv-PostHeaderIcons a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #2AABE2;
}
.adv-PostHeaderIcons a:visited, .adv-PostHeaderIcons a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #2AABE2;
}
.adv-PostHeaderIcons a:hover, .adv-PostHeaderIcons a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #000000;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.adv-PostContent {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 0px;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0A6498;
}
/* Adds special style to an unvisited link. */
a:link {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0A6498;
}
/* Adds special style to a visited link. */
a:visited, a.visited {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #0A6498;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	text-decoration: underline;
	color: #000000;
}
/* Finish Content link style */

/* Reset some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #25698D;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #318AB9;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #318AB9;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2C7BA5;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2C7BA5;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #2C7BA5;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #1B4B65;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 12px;
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0.2em 0;
	padding:0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position:inside;
}
.adv-Post li {
	padding:0px 0 0px 13px;
	line-height:1.2em;
}
.adv-Post ol li, .adv-Post ul ol li {
	background: none;
	padding-left:0;
}
.adv-Post ul li, .adv-Post ol ul li {
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p {
	color:#061218;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote {
	border:solid 1px #82BEDE;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#BFDDEE;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

/* begin PostIcons */
.adv-PostFooterIcons {
	padding:1px;
	margin-bottom: 8px;
}
.adv-PostFooterIcons, .adv-PostFooterIcons a, .adv-PostFooterIcons a:link, .adv-PostFooterIcons a:visited, .adv-PostFooterIcons a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.adv-PostFooterIcons a, .adv-PostFooterIcons a:link, .adv-PostFooterIcons a:visited, .adv-PostFooterIcons a:hover {
	margin:0;
}
.adv-PostFooterIcons a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #006699;
}
.adv-PostFooterIcons a:visited, .adv-PostFooterIcons a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #25698D;
}
.adv-PostFooterIcons a:hover, .adv-PostFooterIcons a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #000000;
}
/* end PostIcons */

/* begin Button */
.adv-button-wrapper .adv-button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:32px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}
.adv-button-wrapper {
	display:inline-block;
	position:relative;
	height: 32px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.adv-button-wrapper .adv-button {
	display:block;
	height: 32px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 19px !important;
	line-height: 32px;
	text-decoration: none !important;
	color: #FFFFFF !important;
}
input, select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.adv-button-wrapper.hover .adv-button, .adv-button:hover {
	color: #000000 !important;
	text-decoration: none !important;
}
.adv-button-wrapper.active .adv-button {
	color: #E2EEF9 !important;
}
.adv-button-wrapper .l, .adv-button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 96px;
	background-image: url('images/Button.png');
}
.adv-button-wrapper .l {
	left:0;
	right:11px;
}
.adv-button-wrapper .r {
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}
.adv-button-wrapper.hover .l, .adv-button-wrapper.hover .r {
	top: -32px;
}
.adv-button-wrapper.active .l, .adv-button-wrapper.active .r {
	top: -64px;
}
/* end Button */

/* begin Footer */
.adv-Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1126px;
	height: 179px;
	margin: 5px auto 0px auto;
}
.adv-Footer .adv-Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
	vertical-align: baseline;
}
.adv-Footer .adv-Footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/footer.gif');
	width: 1126px;
	height: 179px;
	bottom:0;
	left:0;
}
.adv-Footer .adv-Footer-text p {
	margin: 0;
}
.adv-Footer .adv-Footer-text {
	display:inline-block;
	color:#091820;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.adv-Footer .adv-Footer-text a:link {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.adv-Footer .adv-Footer-text a:visited {
	text-decoration: none;
	color: #006699;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.adv-Footer .adv-Footer-text a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.adv-page-footer, .adv-page-footer a, .adv-page-footer a:link, .adv-page-footer a:visited, .adv-page-footer a:hover {
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#246DA8;
}
.adv-page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#2B78A1;
}
/* end PageFooter */

/* begin LayoutCell */
.adv-contentLayout .adv-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 225px;
}
/* end LayoutCell */

/* begin LayoutCell */
.adv-contentLayout .adv-contentwide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 788px;
}
.adv-contentLayout .adv-content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 563px;
}
.adv-contentLayout .adv-content-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 788px;
}
.adv-contentLayout .adv-content-sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 900px;
}
.adv-contentLayout .adv-content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 1125px;
}
/* end LayoutCell */

/* begin LayoutCell */
.adv-contentLayout .adv-sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 337px;
}
/* end LayoutCell */



.commentlist, .commentlist li {
	background: none;
}
.commentlist li li {
	margin-left:30px;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}
.commentlist li cite {
	font-size:1.2em;
}
#commentform textarea {
	width: 95%;
}
img.wp-smiley {
	border:none;
	margin:0;
	padding:0;
}
.navigation {
	display: block;
	text-align: center;
	font-size: 12px;
}
/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .adv-article .aligncenter img, .aligncenter img.adv-article, .aligncenter img, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignright img, img.alignright {
	margin: 1em;
	margin-right: 0;
}
.alignleft img, img.alignleft {
	margin: 1em;
	margin-left: 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden {
	display: none;
}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
.featurebody {
	width: 50%;
	float: left;
}
.sidebody {
	width: 45%;
	float:right;
}
.bluebox {
	background-color:#E9F2FA;
	padding: 5px;
}
img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
}
/* photosmash styles */

/* Admin styles */
.bwbps_imgbox {
	float: left;
	height:140px;
	width:125px;
	background-color: white;
	margin: 5px;
	border: 1px solid #f0f0f0;
}
.bwbps_imgbox div {
	font-size: 10px;
	line-height: 1.2em;
}
.bwbps_theimage {
	height:100px;
	margin:10px auto 2px;
	width:95px;
}
.bwbps-sel {
	background-color: #C7EFB3;
}
ul.bwbps_gallery, ul.bwbps_gallery li {
	list-style: none;
	padding: 0;
	margin: 0;
	background:none;
}
ul.bwbps_gallery li {
	text-align: center;
	display: block;
	float: left;
	margin-top: 15px;
}
.bwbps_clear {
	clear: both;
}
.ps_images {
	border: 1px solid #000;
}
.bwbps_gallery_div {
	background-image: url(images/Block-xtall.png);
	background-repeat: repeat-x;
	margin-top:10px;
	_margin-left: 0px;
	background-position: left top;
}
.bwbps_gallery_div li {
	text-align: center;
}
.bwbps_gallery_div div {
	margin: auto;
 *margin: 0px;
}
.bwbps_gallery_div a {
	color: #fff;
}
.bwbps_gallery_div a:hover {
	color: #fff;
	text-decoration: underline;
}
.bwbps_gallery_div table {
	width: 100%;
}
.bwbps_galid {
	float: right;
	color: #fff;
}
.photoform a, .photoform a:visited {
	font-size: 12px !important;
	color: #0066ff !important;
}
.bwbps_caption {
	color: #006699;
	font-size: 11px;
}
div.bwbps_pagination {
	clear: both;
	margin: 5px auto;
	text-align: center;
}
.bwbps_pagination a {
	color: #0066ff;
	padding: 3px 7px;
	border: 1px;
	margin: 2px;
	border: 1px solid #c5c5c5;
}
.bwbps_pagination a:hover {
	background-color: #0066ff;
	color: #fff;
	text-decoration: none;
}
.bwbps_pagination span {
	color: #0066ff;
	font-weight: bold;
	padding: 3px 7px;
	border: 1px;
	margin: 2px;
}
div.bwbps_pag_2 {
	clear: both;
	margin: 5px auto;
	text-align: center;
}
.bwbps_pag_2 a {
	color: #0066ff;
	padding: 3px 7px;
	border: 1px;
	margin: 2px;
	border: 1px solid #a0a0a0;
}
.bwbps_pag_2 a:hover {
	background-color: #444;
	color: #0066ff;
	text-decoration: none;
}
.bwbps_pag_2 span {
	color: #0066ff;
	font-weight: bold;
	padding: 3px 7px;
	border: 1px;
	margin: 2px;
}
.bwbps_image_div {
	position: relative;
}
.ps-submit input, .ps-submit {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
.ps-modbutton input, .ps-modbutton {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 9px !important;
	line-height: 12px;
	padding: 2px 2px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}
.ps-form-table {
	border-collapse: collapse;
	margin-top: 0.5em;
	width: 100%;
	margin-bottom: -8px;
	clear: both;
}
.ps-form-table td {
	margin-bottom: 9px;
	padding: 4px 10px 12px;
	line-height: 20px;
	font-size: 11px;
	text-align: left;
}
.ps-form-table th {
	font-weight: normal;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
	vertical-align: middle;
	text-align: left;
	padding: 4px 6px;
	width: 200px;
}
.ps-form-table input {
	border:1px solid #777;
}
.ps-moderate img {
	border: 2px solid red !important;
}
.ps-newimage img {
	border: 2px solid green !important;
}
.ps-buried img {
	border: 2px solid purple !important;
}
.ps-modmenu {
	font-size: 10px;
	color: #aaccff !important;
}
.ps-modmenu img {
	border: none !important;
	margin-left: 5px;
	vertical-align: top;
}
.form-bwbps th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	width: 130px;
}
.form-bwbps td {
	font-size: 12px;
	padding-bottom: 10px;
}
.ps-hint {
	font-size: 12px;
	color: #777;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
/* Admin Styling */
#bwbps_fileurl_table a {
	color: #21759B !important;
}
/* *****  Styling for Tabls borrowed from NextGeneration Gallery http://wordpress.org/extend/plugins/nextgen-gallery/ */

/* Skin */
#bwbpsslider {
	border-color:#EBEBEB rgb(204, 204, 204) rgb(204, 204, 204) rgb(235, 235, 235);
	border-style:solid;
	border-width:1px;
	margin:15px 15% 0pt 15px;
	padding:2px;
}
#bwbpstabs {
	display: block;
	background:#F1F1F1 none repeat scroll 0%;
	font-size:14px;
	overflow:hidden;
}
.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	padding: 6px 5px;
	min-width: 84px; /* be nice to Opera */
	margin: 2px 2px 0px 1px !important;
	text-decoration: none;
	list-style: none;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 1px;
}
.ui-tabs-nav a {
	margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #2583AD;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected {
	background: #6D6D6D url(../images/menu-bits.gif) repeat-x scroll left top !important;
	border-color: #6D6D6D !important;
	color: #21759B !important;
	text-shadow:0 -1px 0 #666666 !important;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	color:#fff !important;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected a:hover {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
}
.ui-tabs-nav li a:hover {
	color:#D54E21;
}
.ui-tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
	background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
	background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
	background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity=40);
}
.ui-tabs-panel {
	border-top: 1px solid #97a5b0 !important;
	padding: 1em 8px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	/* overwrite wp-admin */
	border:none !important;
	height:100% !important;
	margin:0pt 0pt 0pt 0px !important;
	overflow:visible !important;
}
.ui-tabs-panel a {
	display:inline;
}
.ui-state-active {
	color: #21759B;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
/* Widget CSS */

div.bwbps_image {
	float: left;
	display: inline;
	padding: 3px;
	border: 1px #e0e0e0 solid;
	border-color: #ddd #bbb #aaa #ccc;
	background-color: #f5f5f5;
	margin: 3px;
	line-height: 1em;
}
.bwbps_image img {
	border: 1px #ddd solid;
}
.bwbps_image img:hover {
	border-color: #999;
	opacity: 0.9;
}
/* wp-PageNavi styles */

.wp-pagenavi {
	height: 30px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #006699;
	color: #006699;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #006699;
	color: #006699;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #006699;
	color: #006699;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 0;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #eee;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/

/* title styles */
.wpp-post-title {
}

/* thumbnail styles */
img.wpp-thumbnail {
}

/* excerpt styles */
.wpp-excerpt {
}

/* Stats tag styles */
.post-stats {
	font-size:10px;
	font-weight:bold;
}
.wpp-comments {
	font-weight:italic;
}
	
.wpp-views {
}
	
.wpp-author {
	font-style:italic;
}
	
.wpp-date {
}

/* WP-PostRatings styles */
.wpp-rating {
}

/*
Lazyest Gallery Theme  
Theme Name: Default Style Sheet
*/

/* the gallery */
.lg_gallery {
}

/* anchors in the gallery */
.lg_gallery a {
        font-family: arial;
}

/* the top folder navigator */
.lg_gallery .top_navigator {
        font-size: 10px;
        font-family: arial;
}

/* the navigator (prev, next) */
.lg_gallery .lazyest_navigator {
	display: block;
	height: 21px;
	padding: 0 4px;
        margin: 5px auto;
}

.lg_gallery .lazyest_navigator .alignleft {
	float: left;
        margin:0;
}
.lg_gallery .lazyest_navigator .alignright {
	float: right;
        margin:0;
}

/* pagination (page by page, next prev) */
.lg_gallery .folder_pagination {
	text-align: center;
	padding-bottom: 5px;
}

.lg_gallery .image_pagination {
        font-family: arial;
        font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
}

/* folders and icons */

/* where the folders are listed */
.lg_gallery .folders {
	margin: 6px 0;
}

/* where the folder icon is shown */
.lg_gallery .folder {
	border: 1px solid #333;
	text-align: left;
	padding: 5px;
	padding-bottom: 20px;
        display:none;
}

/* captions for the folders */
.lg_gallery .folder_caption {
	padding: 0px;
}

/* icons style */
.lg_gallery .icon {
	vertical-align: middle;
	border: none;
}

/* gallery views */

/* directory listing (table) */
.lg_gallery .dir_view {
	margin: 0 auto;
	text-align: center;
  border:none;
}

.lg_gallery .lg_folders_img {
        height:48px;
        width:48px;
}

.lg_gallery .lg_folder_thumb_image {
        display: inline;
}
.dir_view td.folders {
	text-align: left;
        border: none;
}

.lg_gallery table td {
	vertical-align:top;
	padding-bottom:8px;  
        border: none;
}

.lg_gallery .category_icon {
}

.lg_gallery .random_image {
	border: 1px solid #333;
        padding: 3px;
}

/* image thumbnails */
.lg_gallery .lazyest_thumb_view {
	margin:0 auto;
	text-align:center;
	padding-bottom:5px;
}

.lg_gallery .lg_thumb {
	text-align:center;
}

.lg_gallery table, table tr, table tr td {
	border:0;
}

.lg_gallery .dir_view .lg_thumb {
	border:none;
}

.lg_gallery .lg_thumb_image {
}

.lg_gallery .lg_thumb_caption {
        font-size: 10px;
        font-family: arial;
	overflow:hidden;
	padding: 0 2px;
}

/* image in a post */
.lg_image {
	padding:8px;
	margin:8px;
}

.thumb_caption {
	text-align:center;
}

.lg_gallery .lazyest_thumb_view img {
        background-color: #ccf;
	border: 1px solid #333;
        padding: 3px;
	margin: 6px;
}


/* slide view */
.lg_gallery .lazyest_image {
	text-align: center;
}
.lg_gallery .lazyest_image img {
	margin:0 auto;
}

/* exif data */
.lg_gallery .imagedata {
	margin: 0px auto;
	padding: 3px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.lg_gallery .imagedatatable tr, th, td{
  text-align: left;
	vertical-align: top;
	padding: 1px;
	padding-left: 5px;
}

#all_exif {
  text-align: left;
	display:none; 
}


/* captions */
.lg_gallery .caption {
	padding: 3px;
	text-align: left;
  margin: 5px 0;
}
	
/* descriptions */
.lg_gallery .description {    
	text-align: left;
}

/* admin links */

.lg_gallery .lg_admin {
	padding: 3px;
	text-align: left;
	font-size: small;
}

/* footer copyright */

.lg_powered {
}

.lg_powered .lgpow {
	font-size:xx-small;
	padding:3px;
	padding-right: 20px;
	text-align: right;
}

/* side bar */

#lazyest_sidebox {
  display:inline;
	padding: 2px;
	text-align:center;
}

#lazyest_sidebox img {
	vertical-align:middle;
	padding:2px;
}
.adv-sidebar2  p.lg_thumb_image {
        display: inline !important;
}

.adv-sidebar2 .lg_thumb_image a img {
        height: 48px !important;
        width: 48px !important;
}

.lg_gallery .top_navigator { display:none; }