/* COMMON STYLE

--------------------------------------------------------- */



html, body, form, fieldset {

	margin: 0;

	padding: 0;

}



body {

	color: #545C66;

	background: #FFFFFF;

	font-family: Tahoma, Arial, Geneva, sans-serif;

	line-height: 1.5;

}

body#bd { background: #3a6c9d url(../images/header-bg7.png) repeat-y center top; margin: 0; }

body.contentpane {

	width: auto; /* Printable Page */

	margin: 1em 2em;

	background: #FFFFFF;

	color: #000000;

	font-size: 12pt;

	font-family: serif;

	line-height: 140%;

}

body.font1{

	font-size: 9px;

}

body.font2{

	font-size: 10px;

}

body.font3{

	font-size: 11px;

}

body.font4{

	font-size: 12px;

}

body.font5{

	font-size: 13px;

}

body.font6{

	font-size: 14px;

}

body.font7{

	font-size: 15px;

}



/* Normal link */

a {

	color: #9bb86a;

	text-decoration: none;

}



a:hover, a:active, a:focus {

	color: #888672;

	text-decoration: underline;

}



/* Heading */

h1 {

	font-size: 150%;

}



h2 {

	font-size: 130%;

}



h3 {

	font-size: 120%;

}



h4 {

	font-size: 100%;

	text-transform: uppercase;

}



p {

	margin: 5px 0 15px;

}



ul {

	margin-top: 5px;

	margin-bottom: 1px;

	list-style: none;

}



ul li { padding-left: 3x; line-height: 160%; background-color: transparent; }



ol {

	margin-top: 5px;

	margin-bottom: 15px;

}



ol li {

	margin-left: 35px;

}



th {

	padding: 4px;

	font-weight: bold;

	text-align: left;

}



fieldset {

	border: none;

}



fieldset a {

	font-weight: bold;

}



hr {

	border-top: 1px solid #484848;

	border-right: 0;

	border-left: 0;

	border-bottom: 0;

	height: 1px;

}



a img {

	border: none;

}



td, div {

	font-size: 100%;

}



/* Code text */

pre, .code {

	padding: 10px 15px;

	margin: 5px 0 15px;

	border-left: 5px solid #f85703;

	font: 1em/1.5 "Courier News", monospace;

}



blockquote {

	padding: 15px 40px 15px 60px;

	background: url(../images/quote.gif) 20px 10px no-repeat;

	font: italic 1em/1.5 Georgia, Times, serif;

}



.dropcap {

	float: left;

	padding: 4px 8px 0 0;

	display: block;

	color: #F85703;

	font: 50px/40px Georgia, Times, serif;

}



/* Tips, Error, Message, Hightlight*/

.error {

	padding-left: 25px;

	color: #F85703;

	background: url(../images/bullet-error.gif) no-repeat top left;

}



.message {

	padding-left: 25px;

	color: #F85703;

	background: url(../images/bullet-info.gif) no-repeat top left;

}



.tips {

	padding-left: 25px;

	color: #F85703;

	background: url(../images/bullet-tips.gif) no-repeat top left;

}



.highlight {

	border-bottom: 1px dotted #999999;

	padding: 0 5px;

	background: #FEFAE1;

	font-weight: bold;

}



.article_separator, .article_seperator {	

    clear: both;

	display: block;

	background: url(../images/seperator.gif) repeat-x center;

	height: 20px;

}



.blocknumber {

	clear: both;

	padding: 5px 15px 10px;

	position: relative;

}



.bignumber {

	float: left;

	margin-right: 8px;

	margin-bottom: 5px;

	padding: 0 2px;

	display: block;

	color: #F85703;

	font: 30px/normal Arial, sans-serif;

	font-weight: bold;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



input, select {

	font: 11px/normal Tahoma, Arial, sans-serif;

	color: #484848;

}



select, .inputbox {

	padding: 2px;

}



textarea {

	padding-left: 2px;

}



.button, .button:hover { color: #fff; padding: 0px 5px!important; margin-left: 3px; padding: 1px 5px; background:  url(../images/btn_active.png) repeat-x 50% ; border-color: #dddddd #999999 #999999 #dddddd; border-style: solid; border-width: 1px; }



.button:active, .button:focus { color: #646565; background-color: #f0edea; border-color: #999999 #dddddd #dddddd #999999; border-style: solid; border-width: 1px; }



.inputbox {

	border: solid 1px #cccccc;

	background: #fefefe;

}



.inputbox:hover, .inputbox:focus {

	border: 1px solid #999999;

	background: #FFFFFF;

}

/* MODULE

--------------------------------------------------------- */

div.module h3,

div.module_text h3,

div.module_menu h3 { margin: 0 -12px 5px; padding: 0 0 0 27px; color: #80a049; font-weight: bold; font-size: 115%; line-height: 26px; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #c5c5c5; }

div.module,

div.module_text,

div.module_menu,

div.td-square1 {

	margin-bottom: 1px;

	padding: 0;

	float: left;

	clear: both;

	width: 100%;

	background: #f0f0e3 url(../images/square1.gif) no-repeat right bottom;

	color: #444;

}

div.module div,

div.module_text div,

div.module_menu div,

div.td-square2 {

	padding: 0;

	background: url(../images/square2.gif) no-repeat bottom left;

}

div.module div div,

div.module_text div div,

div.module_menu div div,

div.td-square3 {

	padding: 0;

	background: url(../images/square3.gif) no-repeat top right;

}

div.module div div div,

div.module_text div div div,

div.module_menu div div div{

	padding: 10px 20px 15px;

	background: url(../images/square4.gif) no-repeat left top;

}

div.td-square4 { background: url(../images/square4.gif) no-repeat left top; padding: 15px; }

div.module div div div div,

div.module_text div div div div,

div.module_menu div div div div {

	margin: 0;

	padding: 0;

	background: none;

}

/* Heds*/

#td-heds *, #td-vods *, #td-dropmod * { margin: 0; padding: 0;}

/*Vods */

#td-vods a { color: #fefeb7; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: underline; }

#td-vods div.td-square1,

#td-vods div.td-square2,

#td-vods div.td-square3,

#td-vods div.td-square4 {

	margin: 0;

	padding: 0;

}



#td-vods div.td-square1 { color: #f5f5f5; background: #666 url(../images/square1b.gif) no-repeat right bottom; margin-bottom: 10px; }



#td-vods div.td-square2 {

	background: url(../images/square2b.gif) no-repeat left bottom;

}



#td-vods div.td-square3 {

	background: url(../images/square3b.gif) no-repeat right top;

}

#td-vods div.td-square4 { background: url(../images/square4b.gif) no-repeat left top; padding: 10px; }



/* JOOMLA STYLE

--------------------------------------------------------- */



#td-left .article_seperator, #td-right .article_seperator {

	display: none;

}



table.contentpane {

	border: none;

	width: 100%;

}



table.contentpaneopen {

	border: none;

}



table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0;

	width: 35%;

}



table.contenttoc a {

	text-decoration: none;

}



table.contenttoc td {

	padding: 1px 5px 1px 25px;

	background: url(../images/arrow.png) no-repeat 5% 50%;

}



table.contenttoc th {

	padding: 4px;

	text-indent: 5px;

}



table.poll {

	padding: 0;

	width: 100%;

	border-collapse: collapse;

}



table.pollstableborder {

	padding: 0;

	width: 100%;

	border: none;

	text-align: left;

}



table.pollstableborder img {

	vertical-align: baseline;

}



table.pollstableborder td {

	padding: 2px!important;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}



table.adminform {

	width: 400px!important; /*Control the Frontend Editor area width*/

}



.adminform .inputbox {

}



.blog_more { background-color: #f1f1f1; margin: 10px 0; padding: 10px; border: solid 1px #efefef; }



.blog_more strong {

	margin: 0 0 5px;

	display: block;

	color: #484848;

	text-transform: uppercase;

}



.blog_more ul {

	margin: 0;

	padding: 0;

}



.blog_more ul li {

	margin: 0;

	padding: 0 0 0 12px;

	background: url(../images/arrow.png) no-repeat 0 8px;

}



td.buttonheading {

	padding: 0 0 0 3px!important;

	text-align: center;

}



.category {

	font-weight: bold;

}



.clr {

	clear: both;

}



.componentheading { color: #80a049; padding-bottom: 5px; margin-bottom: 10px; background: url(../images/seperator.gif) repeat-x 50% bottom; font-size: 150%; font-weight: bold; line-height: normal; }



.contentdescription {

	padding-bottom: 30px;

}



table.blog .contentheading {

	font-size: 120%;

	font-weight: bold;

	line-height: normal;

}



.contentheading { color: #80a049; font-size: 170%; font-weight: bold; line-height: normal; }



a.contentpagetitle {

	text-decoration: none!important;

}



a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

	text-decoration: none!important;

}



a.readon { float: right; padding: 1px 5px 1px 22px; display: block; background: #f1f1f1 url(../images/pages.gif) no-repeat 5% 50%; color: #484848; text-transform: lowercase; text-decoration: none; border-color: #dddddd #efefef #efefef #dddddd; border-style: solid; border-width: 1px; }



a.readon:hover, a.readon:active, a.readon:focus {

	color: #fff;

	background: #a1a1a1 url(../images/pages.gif) no-repeat 5% 50%;

	text-decoration: none;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.createdate {

	padding: 2px 0 10px 0;

	color: #999999;

	line-height: 10px;

}



.modifydate {

	color: #999999;

	height: 15px;

}



.moduletable {

	padding: 0;

}



.mosimage {

	padding: 0;

	margin: 8px 15px 0 0!important;

	margin: 8px 5px 0 0;

}



.mosimage img {

	padding: 0;

	margin: 0!important;

}



.mosimage_caption {

	margin-top: 5px;

	padding: 1px 2px;

	color: #999999;

}



.pagenav,

.pagenav_prev,

.pagenav_next,

.pagenavbar {

	padding: 0 2px;

}



a.pagenav,

.pagenav_prev a,

.pagenav_next a,

.pagenavbar a {

	text-decoration: none;

}



a.pagenav:hover, a.pagenav:active, a.pagenav:focus,

.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,

.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,

.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {

	text-decoration: none;

}



.pagenavbar {

	padding-left: 14px;

	background: url(../images/pages.gif) no-repeat center left;

}



.pagenavcounter {

	padding: 8px 14px 0 14px;

	background: url(../images/pages.gif) no-repeat 0 11px;

}



.sectiontabletophead {

	padding: 3px 5px;

	border: 1px solid #484848;

	background: #484848;

	color: #FFFFFF;

	font-weight: bold;

}



tr.sectiontableentry1 td {

	padding: 5px;

	background: url(../images/seperator.gif) repeat-x bottom;

}



tr.sectiontableentry2 td {

	padding: 5px;

	background: url(../images/seperator.gif) repeat-x bottom #F2F2F2;

}



tr.sectiontableentry1:hover td,

tr.sectiontableentry2:hover td {

	background: #fefce0 url(../images/seperator.gif) repeat-x 50% bottom;

}



.small {

	color: #999999;

}



.smalldark {

	color: #999999;

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#td-colo, #td-colo1  { background: #333; padding: 0; margin: 0; }

#td-colfooter  {  }

#td-topcol { /*background: #f7f7f7 url(../images/header.png) repeat-x center bottom;*/ z-index: 1000; }



#td-base, #td-basetop, #td-baseheader, #td-baseheader1, #td-basefooter  { width: 760px; margin: 0 auto; }



.wide #td-base, .wide #td-basetop , .wide #td-baseheader, .wide #td-baseheader1, .wide #td-basefooter{

	width: 950px;

}

#td-basefooter { padding-top: 0px; }



.auto #td-base,.auto #td-basetop,.auto #td-baseheader,.auto #td-baseheader1,.auto #td-basefooter  {

	width: 90%;

}

#td-basedwrap { background: url(../images/middlebgr2.png) repeat-y center top; margin: 0; }



#td-based { padding: 0; }

#td-based-bodyr {  padding: 0; }

#td-centrigwrap { background-color: transparent; }

#td-topbgr { background-color: transparent; padding-left: 5px; }

#td-centrig {

	padding: 15px 10px 15px 10px;

	margin: 0;

	clear: both;

	display: block;

}



/* tophead

--------------------------------------------------------- */

#date-format { background-image: url(../images/menu-transbg.png); background-repeat: repeat; text-align: center; position: absolute; right: 0px; bottom: 0px; z-index: 10; padding: 5px 9px; }

span.date {text-transform: uppercase;font-size: 90%;font-weight: bold;}

#logo, img#logo { position: absolute; top: -10px; left: 0; z-index: 12; border: 0; margin-left:20px; }
#logo a		{ float: left; }

#tagline			{ display: block; float: left; color: #3a6c9d; font-weight: bold; margin-left: 20px; margin-top: 15px; font-size: 24px; line-height: 1.1em; width: 200px;  }

#td-topheader { position: relative; height: 218px;font-size: 12px; margin-top: 0px; margin-bottom: 0px; padding: 0; background: #fff url(../images/header-bg.jpg) no-repeat left top; }

#td-header, #td-header1 { height: 218px;font-size: 12px; margin-top: 0px; margin-bottom: 0px; padding: 0; background: url(../images/header/.jpg) no-repeat; margin-left:238px; margin-right: 100px;}

#td-dropmod { color: #111; background-color: transparent;  position: absolute; top: 5px; left: 260px; bottom: 5px; right: 0px; padding: 5px; }



#td-dropmod div.moduletable {

	padding: 5px;

	background: #333;

	margin-top: 10px;

	margin-bottom: 10px;

	border: solid 1px #000;

}

#td-topnavwrap {

	position: absolute;

	top: 0px;

	right: 0;

}

/* Search */

#td-search { margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; }

#td-search div.search { background: #717171 url(../images/icon-search.gif) no-repeat left center; height: 26px; padding-top: 7px; padding-right: 2px; padding-left: 40px;}

#td-search .inputbox { color: #333; background-color: #eeeeee; width: 80%; padding-left: 5px; border: solid 1px #cdccce; }





#topthing {

position: right;

margin-right: 0px;

}







/* User Tools */

#stanhi-4 { font-size: 12px; float: right; padding-top: 11px; padding-right:42px;  }

#td-extoolswrap {

	position: absolute;

	top: 0;

	right: 15px;

	font-size: 11px;

}



*+html #td-extoolswrap {

	right: 0;

}



#td-extools {

	margin: 0;

	padding: 0;

}



* html #td-extools { /*IE 6*/

	float: left;

}



*+html #td-extools { /*IE 7*/

	padding: 0px;

}



#td-extools ul {

	margin: 0;

	padding: 0;

	float: left;

}



#td-extools ul li {

	margin: 0;

	padding: 0;

	list-style: none;

	background: none;

	display: inline;

}



#td-extools img {

	padding: 0;

	margin: 0 0 0 2px;

}

/* MAIN NAVIGATION

--------------------------------------------------------- */

#td-subnav {

	padding: 6px 5px;

	margin: 0;

	clear: both;

	border-bottom: 1px solid #ffffff;

	line-height: normal;

	background-color: #f5f5f8; 

}



/* Sub tophead */

#td-top {

	clear: both;

	background: #d4d5de;

	overflow: hidden;

}

/* CONTENT COLUMN

--------------------------------------------------------- */
.hide-leftcol #td-basedwrap { background: url(../images/middlebgr-f.png) repeat-y; }
.hide-leftcol #td-basbody-bodyr { width: 100%; }
.hide-leftcol #td-topart { padding-left: 15px; padding-right: 15px; }
.hide-leftcol #td-centrigwrap { padding-left: 5px; padding-right: 5px; }

#td-basbody, #td-basbody-bodyr {

	float: right;

	width: 75%;

}



#td-basbody-bodyl {

	float: left;

	width: 100%;

}



#td-basbody-bodyl #td-centrigwrap {

	float: left;

	width: 80%;

	background: none;

}



#td-basbody-bodyl #td-right {

	float: right;

	width: 20%;

}



#td-basbody-body {

	float: left;

	width: 100%;

}



#td-basbody-body #td-centrigwrap {

	background: none;

}



#td-basbody #td-centrigwrap {

	float: left;

	width: 75%;

}

/* Default Joomla! Menu */

a.mainlevel { padding: 3px 3px 5px; display: inline; text-decoration: none; border-bottom: 1px dotted #aca686; list-style-type: none;}

a.mainlevel:hover,

a.mainlevel:active,

a.mainlevel:focus { color: #484848; background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; text-decoration: none; }

a.mainlevel#active_menu { color: #000; font-weight: bold; text-decoration: none; }

a.sublevel {

	padding: 2px 4px 2px 15px;

	display: block;

	color: #484848;

	background: url(../images/arrow.png) no-repeat 2% 50%;

	text-decoration: none;

}

a.sublevel:hover,

a.sublevel:active,

a.sublevel:focus {

	color: #484848;

	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;

	text-decoration: none;

}

#active_menu {

	color: #000;





 

ul#mainlevel {

 

  margin: 0;

  padding: 0;

 

}

ul#mainlevel li {

 

  display: inline; /* Shows each item side-by-side */

  list-style-type: none; /* Gets rid of the bullet points */

 

}

 

ul#mainlevel a {

 

  display: block;

  float: left;

  padding: 0 1em; /* Provides horizontal separation between menu items */

 

}







}

/* LEFT COLUMN + RIGHT COLUMN

--------------------------------------------------------- */

#td-left {

	float: left;

	width: 24.9%;

}



#td-left h3 { color:#3a6c9d; margin: 0 0px 5px; padding: 0 0 0 0px; font-weight: bold; font-size: 150%; line-height: 25px; text-align:center }



#td-left div.moduletable, #td-left div.moduletable_menu , #td-left div.moduletable_text {

	padding: 5px;

	background: #fff;

	margin-bottom: 10px;

	margin-left:10px;

	margin-right:10px;

}

div.moduletable h3 { line-height: 27px; text-indent: 0px; height: 27px; border-bottom: 1px solid #fff; }

div.moduletable-blank {

	background: transparent;

	padding: 0;

	margin-bottom: 2px;

}



#td-right h3 { margin: 0 -5px 5px; padding: 0 0 0 27px; font-weight: bold; font-size: 115%; line-height: 26px; background-image: url(../images/h3div.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; border-bottom: 1px solid #c5c5c5; }



#td-right {

	float: right;

	width: 24.9%;

	overflow: hidden;

}



#td-right div.moduletable, #td-right div.moduletable_menu , #td-right div.moduletable_text {

	padding: 5px;

	background: #fff;

	margin-bottom: 10px;

	border: solid 1px #d7d7d7;

}

#td-right-inner {

	padding: 0 0 0 0;

}

#td-left table,

#td-right table {

	border-collapse: collapse;

	border-spacing: 0;

}

#td-right ul li {

	padding-left: 10px;

	margin: 0;

	background: url(../images/arrow.png) no-repeat 0 7px;

}



#td-left ul,

#td-right ul {

	margin: 0;

}

/* FOOTER

--------------------------------------------------------- */

#td-footerwrap {

	clear: both;

	padding: 17px 12px 10px;

	background: #333 url(../images/footer.gif) repeat-x 50% top;

	color: #dee0e6;

}



#td-footer { color: #333; height: 35px; position: relative; padding: 5px 5px 2px; }



#td-footer a {

	text-decoration: underline;

}



#td-footer a:hover,

#td-footer a:active,

#td-footer a:focus { text-decoration: none; }



#td-bottomline {

	float: left;

	margin: 0;

	display: block;

	padding-left: 15px;

}



#td-copyright {

	float: left;

	vertical-align: middle;

	font-size: .9em; 

}

#td-copyright img { vertical-align: middle; }

#td-cert {

	float: right;

	margin-top: 2px;

	font-size: 11px;

}

#td-cert a {

	padding: 0;

}

td.foot-nav	{ font-size: .9em; padding-bottom: 14px; }

td.foot-text	{ font-size: .9em; text-align: center; }



/* MISCELLANOUS

----------------------------------------------------------- */

#td-banner { text-align: center; }



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	margin: 10px 0;

	display: block;

	background: none!important;

	text-decoration: none!important;

}

/* conturfix */

.conturfix:after {

	clear: both;

	display: block;

	content: ".";

	height: 0;

	visibility: hidden;

}



* html > body .conturfix {

	width: 100%;

	display: block;

}



* html .conturfix {

	height: 1%;

}

ul.sidenav li.active a{ color: #446380; background-color: #fffce0; text-decoration: none; }

ul.sidenav a:hover, ul.sidenav li.active li a:hover { color: #4c535b; background-color: #fafafa; text-decoration: none; }

ul.sidenav a { padding: 3px; border-bottom: 1px dotted #acb4be; display: block; text-decoration: none;border-bottom: 1px dotted #4c535b; }

/* LR PADD */

#sr-padd { padding: 0; width: 100%; }

#lr-une { padding: 0; width: 100%; }

#lr-padd div.moduletable, #lr-padd1 div.moduletable, #lr-padd2 div.moduletable { margin: 0; padding-top: 2px; padding-bottom: 2px; border-right-width: 10px; }

#lr-padd2 div.moduletable { padding-left: 15px; padding-right: 15px; padding-top: 6px; padding-bottom: 10px; }

#lr-padd { padding: 0; width: 100%; }

table.lr-padd { width: 100%; padding: 0; background-color:#fff; }

table.lr-padd a { text-decoration: underline; }

#lr-padd ul {

	padding: 0;

	margin: 0!important;

}

#lr-padd li {

	padding: 0;

	margin: 0;

	background: none;

	line-height: 170%;

}

#lr-padd li a { color: #999; padding-left: 13px; background: url(../images/arrow.png) no-repeat 0 50%; text-decoration: none; }

#lr-padd li a:hover, #lr-padd li a:active, #lr-padd li a:focus { color: #000; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }

table.lr-padd a:hover { color: #000; text-decoration: none; }

table.lr-padd td.lr-padd { background-color:#e2dab6; border:solid 1px #e5e4d8; background-repeat:no-repeat; background-position:left top; color:#000; width: 33%; padding-right: 5px; padding-left: 5px; }

table.lr-padd h3 { padding: 0; border-bottom: 1px dotted #80a049; }

#lr-padd1 { padding: 0; width: 100%; }

table.lr-padd1 { width: 100%; padding: 0; }

table.lr-padd1 a { text-decoration: underline; }

#lr-padd1 ul {

	padding: 0;

	margin: 0!important;

}

#lr-padd1 li {

	padding: 0;

	margin: 0;

	background: none;

	line-height: 170%;

}

#lr-padd1 li a {  padding-left: 13px; background: url(../images/arrow-off.gif) no-repeat 0 50%; text-decoration: none; }

#lr-padd1 li a:hover, #lr-padd li a:active, #lr-padd li a:focus {  background-image: url(../images/arrow-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; }

table.lr-padd1 td.lr-padd1 { background-repeat:no-repeat;width: 33%; }

table.lr-padd2 { clear: both; background: #f7f7f7 url(../images/header2.png) repeat-x 50% top; color: #696969; padding-top: 0px; width: 100%; }

table.lr-padd2 a { color: #6699cc; text-decoration: underline; }

table.lr-padd2 a:hover { text-decoration: none; }

table.lr-padd2 td.lr-padd2 { width: 25%; }

table.lr-padd2 h3 { color: #636363; padding: 0; margin: 0 0 2px; text-indent: 0; border-bottom: 1px solid #f3f5f4; }

#lr-padd, #lr-padd1, #lr-padd2 { padding: 0; width: 100%; }

#td_top a { color: #f5f5f8; text-decoration: none; }

#td_top a:hover { color: #e0e1e8; text-decoration: none; }

/* #td_top #td_tabs6 { margin-left: 20px; margin-top: -3px; } hiding for now */

/* #td_top #td_tabs6 a.td_tb { font-size: 14px !important; } hiding for now */

#td_top #td_tabs6 a.td_tb { font-style: italic; color: #C8C7C7 !important; }

html {

	margin-bottom: 1px;

	height: 100%!important;

	height: auto;

}

#td_bottom { padding: 0; width: 100%;border-top: 1px solid #f7f6f4; }

/* @group Menus */

#menu-mss { display: block; height: 40px; line-height: 40px; position: relative; width: 100%;background: url(../images/menu-bg.gif) repeat-x; }

ul#horline.menutop, #menu-mss ul.menutop { padding: 0; margin: 0; position: relative; float: left; }

#menu-mss ul {list-style: none;padding: 0;margin: 0;}

#menu-mss li { display: block; float: left; padding: 0; letter-spacing: 0.1em; margin: 0; }

#menu-mss a, #menu-mss .separator { color: #333; white-space: nowrap; display: block; float: left; height: 40px; line-height: 40px;; background-image: url(../images/sepmenu.gif); background-repeat: repeat-y; background-position: right 0; overflow: hidden; text-decoration: none; z-index: 5; padding-right: 15px; padding-left: 15px; cursor: pointer; }

#menu-mss li a span, #menu-mss li .separator span {display: block;padding: 0;}

#menu-mss li.active a, #menu-mss li.active .separator {

	color: #eeece8;

	background-color: #333;

	z-index: 100;

	cursor: pointer;

	background-attachment: scroll;

	background-image: url(../images/btn_active.png);

	background-repeat: repeat-x;

}

#menu-mss li.active li a, #menu-mss li.active.parent li a, #menu-mss li.active li .separator, #menu-mss li.active.parent li .separator {font-weight: normal;font-size: 100%;}

#menu-mss li a:hover, #menu-mss li .separator:hover {color: #eeece8;}

#menu-mss ul ul { background-image: url(../images/menu-transbg.png); background-repeat: repeat; background-position: 0 0; border: solid 1px #e3e3e3; margin: 0; padding: 0; }

#menu-mss ul ul li a, #menu-mss ul li.active.parent ul a, #menu-mss ul li.active.parent ul a span, #menu-mss ul ul li .separator, #menu-mss ul li.active.parent ul .separator, #menu-mss ul li.active.parent ul .separator span {text-transform: none;background: none;}

#menu-mss ul ul li a.daddy, #menu-mss ul ul li a.daddy:hover, #menu-mss ul li.active.parent ul li a.daddy, #menu-mss ul ul li .separator.daddy, #menu-mss ul ul li .separator.daddy:hover, #menu-mss ul li.active.parent ul li .separator.daddy {background: url(../images/mover.gif) 95% 60% no-repeat;}

.menutop .animated-bg {

	padding:0;

	left: 6px;

	background-attachment: scroll;

	background-image: url(../images/btn_hover.png);

	background-repeat: repeat-x;

	background-position: center top;

}

.menutop .submenu-animation-left { background-color: #acc280; margin-right: 9px; }

.menutop .submenu-animation-right { background-color: #acc280; height: 100%; width: 9px; position: absolute; right: 5px; margin-right: -9px; }

/* Menu Dropdowns */

#menu-mss li li.active, #menu-mss li.active li a, #menu-mss li.active li a:hover, #menu-mss li li a:hover, #menu-mss ul li.active.parent ul a, #menu-mss li.active li .separator, #menu-mss li.active li .separator:hover, #menu-mss li li .separator:hover, #menu-mss ul li.active.parent ul .separator {background: none;border: 0;padding: 0;margin: 0;}

#menu-mss li li a, #menu-mss li li .separator {font-size: 100%;font-weight: normal;background: none;padding: 0;margin: 0;}

#menu-mss li li, #menu-mss li li a span, #menu-mss li li .separator span {background: none;padding: 0;margin: 0;}

#menu-mss li li a span, #menu-mss li li .separator span {padding: 0;}

#menu-mss li.sfHover li a, #menu-mss li:hover li a, #menu-mss ul li.active ul li.active li a, #menu-mss ul li.active.parent ul li a, #menu-mss li.sfHover li .separator, #menu-mss li:hover li .separator, #menu-mss ul li.active.parent ul li .separator, #menu-mss ul li.active.parent ul li .seperator { color: #000; text-indent: 15px; }

/* Sub and Side Menus */

ul.menu {

margin: 0 0 10px;

padding: 0;

}

ul.menu li {

list-style: none;

margin: 0;

padding: 0;

background: url(none);

height: auto;

}

ul.menu ul {

margin: 4px 0;

}

ul.menu ul li a {

text-indent: 7px;

}

ul.menu ul a {

background: none;

text-indent: 0;

}

ul.menu ul {

margin-left: 5px;

padding: 0;

}

ul.menu ul ul {

padding: 0;

margin-left: 10px;

}

ul.menu li li {

padding: 0;

margin: 0;

}

ul.menu ul a {

text-indent: 0;

}

ul.menu li a { padding: 3px 3px 5px 15px; text-decoration: none; }

ul.menu li.active a, ul.menu li.active li.active a, a#active_menu.mainlevel, a#active_menu.sublevel, ul.menu li.active .separator, ul.menu li.active li.active .separator {font-weight: bold;}

ul.menu li.active li a, ul.menu li.active li.active li a, ul.menu li.active li .separator, ul.menu li.active li.active li .separator {font-weight: normal;}

ul.menu li a:hover { background-color: transparent; text-decoration: none; }

ul.menu li.active li a,

ul.menu li.active li a:hover { background: transparent; }

ul.menu a { outline: none medium; width: 90%; display: block; text-decoration: none; border-bottom: 1px dotted #aca686; }

ul.menu a:hover {  }

ul.menu ul li ul li a, ul.menu ul li ul li .separator {text-indent: 5px;}

ul.menu ul li ul li ul li a, ul.menu ul li ul li ul li .separator {text-indent: 10px;}













#td-left div.moduletable_menume, #td-left div.moduletable_text_menume {

	padding: 5px;

	background: #fff;

	margin-bottom: 10px;

	border: solid 1px #ccc;;

margin-left:3px;

margin-right:1px;



}



div.moduletable_menume h3 { line-height: 30px; text-indent: 0px; height: 30px; border-bottom: 1px solid #fff; }

div.moduletable-blank_menume {

	background: transparent;

	padding: 0;

	margin-bottom: 2px;

}



div.moduletable_menume div {





}



table.moduletable_menume {







}



table.moduletable_menume ul{

border-bottom: 1px dotted #aca686;





}



ul.newsfeed_menume {



text-align: left ! important;

}



table.moduletable_menume li{



}



table.moduletable_menume th {

text-align:left;



}





table.moduletable_menume {



}



table.moduletable_menume td {

 text-align:left;

}



/* Sub and Side Menus */

ul.menume {

margin: 0 0 10px;

padding: 0;

}

ul.menumeli {

list-style: none;

margin: 0;

padding: 0;

}

ul.menume ul {

margin: 4px 0;

}

ul.menume ul li a {

text-indent: 7px;

}

ul.menume ul a {

background: none;

text-indent: 0;

}

ul.menume ul {

margin-left: 5px;

padding: 0;

}

ul.menume ul ul {

padding: 0;

margin-left: 10px;

}

ul.menume li li {

padding: 0;

margin: 0;

}

ul.menume ul a {

text-indent: 0;

}

ul.menume li a { padding: 3px 3px 5px 15px; text-decoration: none; }

ul.menume li.active a, ul.menu li.active li.active a, a#active_menu.mainlevel, a#active_menu.sublevel, ul.menu li.active .separator, ul.menu li.active li.active .separator {font-weight: bold;}

ul.menume li.active li a, ul.menu li.active li.active li a, ul.menu li.active li .separator, ul.menu li.active li.active li .separator {font-weight: normal;}

ul.menume li a:hover { background-color: transparent; text-decoration: none; }

ul.menume li.active li a,

ul.menume li.active li a:hover { background: transparent; }

ul.menume a { outline: none medium; width: 90%; display: block; text-decoration: none; border-bottom: 1px dotted #aca686; }

ul.menume a:hover {  }

ul.menume ul li ul li a, ul.menu ul li ul li .separator {text-indent: 5px;}

ul.menume ul li ul li ul li a, ul.menu ul li ul li ul li .separator {text-indent: 10px;}



















/* @end */



div.default div.drop-down {  }



div.default div.drop-down dt.toggler { color: #f7f6f4; height: 30px; line-height: 28px; font-size: 110%; font-weight: bold; background: #82a051 url(../images/td_tabr_link.png) repeat-x; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }



div.default div.drop-down dt:hover.toggler, div.default div.drop-down dt.sfhover { color: #000; background: #d3d2d2 url(../images/td_tabr.png) repeat-x; }



div.default div.drop-down dd span.article {

	padding: 10px 0px 10px 0px;

}



div.default div.drop-down dd.last span.article {

	background: none;

}



div.black div.drop-down {  }



div.black div.drop-down dt.toggler { color: #fff; height: 30px; line-height: 28px; font-size: 110%; font-weight: bold; background-color: #333; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }



div.black div.drop-down dt:hover.toggler, div.black div.drop-down dt.sfhover { color: #e6e6e6; background-color: #2c2c2c; }



div.black div.drop-down dd span.article {

	padding: 10px 0px 10px 0px;

}



div.black div.drop-down dd.last span.article {

	background: none;

}

/* Lytebox

--------------------------------------------------------- */

.album {

	border:2px solid #999;

}

.album:hover {

	cursor:pointer;

	border:2px solid #CCCCCC;

}

/* Login */

#mod_login_password, #mod_login_username {

	width: 93%;

}

#td-topart { font-size: 12px;  /*height: 26px;*/ position: relative; padding: 10px 0; }

#td-clog { font-size: 12px; /*background: url(../images/log-form.gif) no-repeat left center;*/ height: 28px; position: absolute; right: 0px; top: 0px; z-index: 1; }

#td-clog a { color: #f1f1f1; text-decoration: none; }

#td-clog ul {

	float: left;

	margin: 0 0 0 10px;

	padding: 7px 0 0;

	white-space: nowrap;

}

#td-clog li {

	display: inline;

	display: block;

	float: left;

	line-height: normal;

	margin: 0 5px;

	padding: 0;

	color: #ffffff;

	background: transparent;

}

#logform form a,

#td-register form a {

	background: url(../images/arrow-on.gif) no-repeat left center;

}



#td-register label, #logform label {

	color: #f1f1f1;

	padding-right:5px;

}



#logform .button ,

#td-register .button { color: #e6e4e0; background: #464646 url(../images/but-bg.gif) repeat-x left center; border: solid 1px #666; }



#td-register, #logform { color: #e9ba3a; background: #777; border: solid 1px #c0c0c0; top: 28px; display: none; height: auto; overflow: hidden; padding: 5px 15px; position: absolute; right: 0; text-align:left; z-index: 9999; }

#logformwrap { background-color: transparent; float: right; padding: 8px 0 10px 10px; text-align: right; }



#logform form {

	float: left;

	margin-top: 5px;

}

#logform form label {

	float: left;

}



label.logform-user span {

	display: block;

	float: left;

	text-indent: -5000px;

	background: url(../images/user.gif) no-repeat center left;

	width: 78px;

	height: 20px;

}



label.logform-password span {

	display: block;

	float: left;

	text-indent: -5000px;

	background: url(../images/pass.gif) no-repeat center left;

	width: 78px;

	height: 20px;

}



#logform form input.button {

	font-size: 11px !important;

	float: left;

}



#logform form #mod_login_username,

#logform form #mod_login_password {

	background: #ffffff;

	border: solid 1px #c0c0c0;

	width: 120px;

	margin: 1px 8px 0 0;

	font-size: 11px !important;

	padding: 2px;

}

#logform form a { padding: 0 5px 0 10px; background: url(../images/arrow-on.gif) no-repeat left center; text-decoration: none; }

#logform form a:hover,

#logform form a:active,

#logform form a:focus {

	text-decoration: underline;

}

.logform-links {

	padding-top: 2px;

	clear: both;

	text-transform: none;

	letter-spacing: normal;

	font-size: 11px;

}



.moovert ul#mainlevel li a:hover, 

.moovert ul.menu li a:hover,.moovert ul.menu li li a:hover,

.moovert ul.menu li.parent a:hover, .moovert ul.menu li.parent li.parent a:hover,

.moovert ul.menu li#current a:hover, .moovert ul.menu li#current ul li a:hover,  .moovert ul.menu li#current ul ul li a:hover,

.moovert ul.menu li#current li.parent a:hover, .moovert ul.menu li#current li.parent a:hover,

.moovert li.active a:hover  { color:#fff; background-color: #9bb86a; }

.moovert { background: #80a049; margin-bottom: 5px; }

.moovert h3 { color:#f1f1f1; background-color: #333; margin: 0px; }









#mod_search_searchword			{ padding: 2px 0px; font-family: Tahoma, Arial, Geneva, sans-serif; width: 167px !important; }



/* Tabbed */

.td_divs		{ padding: 10px; }

.td_divs h3	{ margin: 0px; text-indent: 0px !important; }

.td_divs ul li	{ background: url(../images/bullet-list3.gif) no-repeat 16px .8em; padding-left: 26px; }

.td_divs ul li	a	{ color:#6699CC; font-weight:bold; text-decoration:underline; }

.td_divs ul li a:hover	{ color: #888672; }



table.blog h2.contentheading	{ margin-right: 80px; }

table.blog .article-title	{ margin-bottom: 0px; }

table.blog .article-content	{ margin-top: .8em; }

.article-title .buttonheading	{ width: 80px; }



td.lr-padd2 .sbxss-content-wrap	{ display: none; }

td.lr-padd2 .sbxss-slide			{ background: #fff; }


.sbxss-slide			{ background: #fff; }
.sbxss-content-wrap		{ display: none; }

.moduletable-fm		{ padding: 10px 0 10px 15px; }



.moduletable-latsig				{ line-height: 1.3em; width: 180px; float: left; padding: 10px; background: #f9fbfd; }
.moduletable-latsig h3			{ border-bottom: 1px solid #3A6C9D; height: 20px; line-height: 20px; }
.moduletable-latsig p			{ font-weight: bold; color: #6699CC; margin: 1.0em 0 0 0; }
.moduletable-latsig i			{ font-weight: normal; color: #3A6C9D; }

.moduletable-pledgeform			{ float: right; width: 440px; margin-right: 20px; color: #545C66; }
.moduletable-pledgeform h4		{ text-transform: none; font-size: 1.4em; margin: .2em 0 0 0; }
.moduletable-pledgeform p		{ font-size: 1.2em; }

.moduletable-pledgeform ul li		{ background: none !important; padding-left: 0px !important; }

button						{ cursor: pointer !important; }

a.btn-pledge,
input.fsSubmitButton {
font-family: Tahoma, Arial, sans-serif;
color: #ffffff;
font-size: 14px !important;
padding: 4px 10px 6px 10px !important;
text-decoration: none;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-webkit-box-shadow: 0px 1px 3px #CCCCCC;
-moz-box-shadow: 0px 1px 3px #CCCCCC;
text-shadow: 1px 1px 3px #666666;
border: solid #d91c71 1px;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#e91d41), to(#de132b));
background: -moz-linear-gradient(top, #e91d41, #de132b);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e91d41, endColorStr=#de132b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e91d41, endColorStr=#de132b);
display:inline-block; /* IE is so silly */
cursor: pointer;
}
a.btn-pledge:hover,
input.fsSubmitButton:hover {
background: #de132b;
}



.fsForm .fsCell 			{ padding: 0px 0px 8px 0px !important; }
.fsPagination				{ margin: 0px 0 !important; text-align: left !important; }
.fsFieldFocused			{ background: none !important; }
.fsFieldRow input[type="text"]:focus,
.fsFieldRow input[type="file"]:focus, 
.fsForm textarea:focus		{ border-color: #7c7c7c #c3c3c3 #ddd !important;}


.col-one-third				{ width: 30%; margin: 0 5% 0 0; }

.infobox-botbtn			{ position: absolute; width: 100%; bottom: 5px; left: 0px; }


img.zoomImg				{ display: none; }



.page-videos table.blog tr td.column_separator		{ padding: 0px; }
.page-videos table.blog span.article_separator 		{ background: none; }