/* COMMON STYLE
--------------------------------------------------------- */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #545C66;
	background: url(../images/body_bg.gif) #fff repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	/*line-height: 1.5;*/
}
body#bd { background-color: #fff; 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: 12px;
	line-height: 17px;
}
body.font6{
	font-size: 14px;
}
body.font7{
	font-size: 15px;
}

/* Normal link */
a {
	color: #80a049;
	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: 0;
	margin-bottom: 15px;
	list-style: none;
}

ul.none {
	padding-left: 20px;
	list-style: none !important;
}

ul li { /*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: none;
	/*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;
}

.left {
	float: left;
}

/* Clear Floated Elements
--------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
label {
	font-size: 9px;
}
input, select {
	font: 12px/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { color: #fff; padding: 2px 10px!important; padding: 1px 5px; background: #80a049 url(../images/but-bg.gif) repeat-x 50% top; 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: 10px;
	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; }
/* AEGIS MODULE STYLE
--------------------------------------------------------- 
div.aegisAdvert {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	position: relative;
}
div.aegisAdvert img {
	display: block;
	width: 120px;
	height: 170px;
	top: -5px;
	left: -15px;
	position: absolute;
}
div.aegisAdvert div {
	padding: 15px 0 0 115px !important;
	height: 140px;
	overflow: hidden;
}
div.aegisAdvert span {
	font-size: 11px;
	font-weight: bold;
	bottom: 0;
	left: 115px;
	position: absolute;
}
div.aegisAdvert span a.learn-more {
	color: #1f1f1f;
}*/
/* JOOMLA STYLE
--------------------------------------------------------- */

#td-left .article_seperator, #td-right .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
	margin: 15px 0;
	line-height: 30px !important;
}

table.contentpaneopen {
	/*background: transparent url(../images/table_contentpaneopen.png) repeat-y scroll center top;*/
	border: none;
	border-spacing: 0;
}

table.contentpaneopen td.v-grayline {
	background: transparent url(../images/v_grayline.png) repeat-y scroll center top;
}
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 {
	padding: 0 !important;
}

table.contentpaneopen ul, table.contentpane ul, table.blog ul {
	list-style: circle;
}

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: #e8e8e8 url(../images/td_colo.png) repeat-x scroll top left; padding: 12px 0 11px; margin: 0; }
/*#td-colmain {background: #f8f7f5 url(../images/td_colmain.png) repeat-x scroll top left; }*/
/*#td-colfooter  {}*/
#td-topcol { background: url(../images/header.png) no-repeat center top; }

#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: 960px;
}

.auto #td-base,.auto #td-basetop,.auto #td-baseheader,.auto #td-baseheader1,.auto #td-basefooter  {
	width: 90%;
}
/*#td-basedwrap { background: #fff url(../images/td_colfooter.png) repeat-x scroll top left; padding: 0; padding: 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: 33px 9px 0 6px;
	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: 15px; left: 0; z-index: 12; border: 0; }
#td-topheader { /*background: transparent url(../images/td_topheader.png) no-repeat scroll center center;*/ position: relative;height: 80px;font-size: 12px; margin-top: 0px; margin-bottom: 0px; padding: 0; }
#td-header, #td-header1 { position: relative;font-size: 12px; margin-top: 0px; margin-bottom: 0px; padding: 0;}
#td-flashheader, #td-flashheader1 { position: absolute; top: 10px; left: 0px; font-size: 12px; margin-top: 0px; margin-bottom: 0px; padding: 0; background: url(../images/td_flashheader.jpg) no-repeat; border: solid 5px #c0c0c0; width: 700px; height: 400px;}
#td-dropmod { color: #fff; background-color: #111;  position: absolute; top: 0; right: 0; width:210px; padding:  10px; }

#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: 0; margin-bottom: 0; }
#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; }
/* User Tools */
#stanhi-4 { font-size: 12px; float: right; padding-top: 2px;  background: #ccc;}
#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
--------------------------------------------------------- */
#td-basbody, #td-basbody-bodyr {
	float: right;
	width: 777px;
}

#td-basbody-bodyl {
	float: left;
	width: 100%;
}

#td-basbody-bodyl #td-centrigwrap {
	float: left;
	width: 640px;
	background: none;
}

#td-basbody-bodyl #td-right {
	float: right;
	width: 310px;
	margin-top: 10px;
}

#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: block; text-decoration: none; border-bottom: 1px dotted #aca686; }
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;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#td-left {
	float: left;
	width: 145px;
	padding: 19px;
}

#td-left h3 { padding-bottom: 14px; margin-bottom: 0; color: #002283; 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-left div.moduletable, #td-left div.moduletable_menu , #td-left div.moduletable_text {
	/*padding: 5px;
	background: #eee;
	margin-bottom: 10px;
	border: solid 1px #ccc;*/
}
div.moduletable h3 { line-height: 30px; border-bottom: 1px solid #dcdcdc; }
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;
	margin-bottom: 10px;
}
#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: right;
}
#td-cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}
#td-cert a {
	padding: 0;
}
/* 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-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: #333 url(../images/footer.gif) repeat-x 50% top; color: #dee0e6; padding-top: 10px; }
table.lr-padd2 a { color: #fff; text-decoration: underline; }
table.lr-padd2 a:hover { text-decoration: none; }
table.lr-padd2 td.lr-padd2 { width: 25%; }
table.lr-padd2 h3 { color: #f7f6f4; 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; }
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: 33px; line-height: 33px; 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: #1f1f1f; font-size: 12px; white-space: nowrap; display: block; float: left; height: 32px; line-height: 32px; /*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;
list-style: none;
}
ul.menu li {
background: url(../images/list_arrow.gif) no-repeat 0 50%;
margin: 0;
padding: 0;
}
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: 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; display: block; text-decoration: none; border-bottom: 1px solid #DCDCDC; }
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;}
/* @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-clog { font-size: 12px; width: 231px; height: 32px; position: absolute; right: 8px; top: 22px; z-index: 16; }
#td-clog a#contact-us {
	background: url(../images/contact_us.png) no-repeat top left;
	width: 93px;
	height: 26px;
	display:inline-block;
}
#td-clog a#contact-us:hover {
	background-position: -93px 0;
}
#td-clog a#member-login {
	color: #FFF !important;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background: url(../images/customer_login.png) no-repeat top left;
	width: 126px;
	height: 26px;
	display: inline-block;
	margin: 0 9px 0 0;
}
#td-clog a#member-login:hover {
	background-position: -126px 0;
}
#td-clog ul {
	float: left;
	/*margin: 0 0 0 10px;
	padding: 7px 0 0;*/
	margin: 0;
	padding: 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: #666;
	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 { color: #c00; background: #e3e3e3; border: solid 1px #c0c0c0; top: 0; display: none; height: auto; overflow: hidden; padding: 5px 15px; position: absolute; right: 110px; text-align:left; z-index: 9999; }
#logform {
	color: #c00;
	background: #e3e3e3;
	width: 340px;
	padding: 5px 10px;
}
#login-panel {
	width: 360px;
	height: 63px;
	border: solid 1px #666;
	top: -17px;
	right: 250px;
	position: absolute;
	overflow: hidden;
	z-index: 9999;
	opacity: 0;
	filter: alpha(opacity = 0);
}
#logformwrap { background-color: transparent; float: right; padding: 8px 0 10px 10px; text-align: right; }

#logform label {
	float: left;
}

label.logform-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.logform-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/pass.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#logform input.button {
	font-size: 11px !important;
	float: left;
}

#logform #mod_login_username,
#logform #mod_login_password {
	background: #ffffff;
	border: solid 1px #c0c0c0;
	width: 100px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}
#logform a { padding: 0 5px 0 10px; background: url(../images/arrow-on.gif) no-repeat left center; text-decoration: none; }
#logform a:hover,
#logform a:active,
#logform a:focus {
	text-decoration: underline;
}
.logform-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

/* Request Form
--------------------------------------------------------- */
#requestInfo {
	width: 450px;
	margin: 0 auto;
	position: relative;
}
#requestForm {
	padding: 15px;
	border: 1px solid #666;
}
span.required {
	color: #ff6c00;
}
input.text-input {
	width: 410px;
	padding: 2px;
}
input.phone-input {
	width: 80px;
	padding: 2px;
}
textarea.text-input {
	width: 410px;
	height: 120px;
	padding: 2px;
}
select.text-input {
	width: 100%;
	padding: 2px;
}
div.fieldrow {
	margin-bottom: 10px;
}
/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('../images/formcheck/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('../images/formcheck/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('../images/formcheck/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('../images/formcheck/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('../images/formcheck/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('../images/formcheck/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('../images/formcheck/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('../images/formcheck/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('../images/formcheck/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('../images/formcheck/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}
.ajax_loader {
	background : url('../images/formcheck/ajax-loader.gif') no-repeat center center !important;
	width : 100%;
	height : 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.ajax_success {
	text-align: left;
	background : none !important;
	width : 100%;
	height : 100%;
	top: 0;
	left: 0;
	position: absolute;
}

/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}

/*.articleList {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: circle outside;
}*/


/* Advert */
ul.advertboxes {
}
ul.advertboxes li {
	background: url(../images/AegisAdvert_bg.gif) no-repeat top left !important;
	width: 231px;
	height: 131px;
	margin: 0 4px 0 0 !important;
	float: left;
	position: relative;
}
ul.advertboxes li a {
	background: none !important;
	padding: 0 !important;
}
a#advertenterprise, a#advertoperator, a#advertfamily {
	display: inline-block;
	width: 110px;
	height: 131px;
	position: absolute;
}
a#advertenterprise {
	background: url(../images/Enterprise.png) no-repeat 0 0 !important;
}
a#advertoperator {
	background: url(../images/Operator.png) no-repeat 0 0 !important;
}
a#advertfamily {
	background: url(../images/Family.png) no-repeat 0 0 !important;
}
a#advertenterprise:hover, a#advertoperator:hover , a#advertfamily:hover {
	background-position: -110px 0 !important;
}
#advertpartners {
	background: url(../images/Partners.png) no-repeat 0 0 !important;
	width: 232px;
	height: 82px;
	padding: 49px 0 0;
	display: inline-block;
	float: right;
}
#advertpartners .nsc {
	width: 116px;
	height: 82px;
	display: inline-block;
	float: right;
}
#advertpartners .nsc:hover {
	background-position: -232px 0 !important;
}
#advertpartners .nw {
	width: 116px;
	height: 82px;
	display: inline-block;
	float: right;
}
#advertpartners .nw:hover {
}
ul.advertboxes .text {
	font-size: 12px !important;
	line-height: 16px !important;
	padding: 10px 5px 0 115px;
	height: 121px;
	overflow: hidden;
}
ul.advertboxes span {
	font-size: 11px;
	bottom: 10px;
	left: 115px;
	position: absolute;
}
ul.advertboxes span a {
	color: #7e91b5;
}

#contextbasedservices {
	display: inline-block;
	width: 231px;
	height: 352px;
	background: url("../images/Context_Based_Services.png") no-repeat 0 0;
}

#contextbasedservices:hover {
	background-position: -231px 0;
}

div#mediaspotlight {
	background: url("../images/media_spotlight_bg.png") no-repeat 0 0;
	width: 543px;
	height: 40px;
	margin: 10px 0 0;
	padding: 19px 0 0 159px;
	float: left;
}

div#awards {
	background: url("../images/awards_bg.gif") no-repeat 0 0;
	width: 167px;
	height: 43px;
	margin: 10px 0 0;
	padding: 16px 0 0 66px;
	float: right;
}
/* videos */
ul#videolist {
	list-style: none;
}
ul#videolist li {
	display: inline-block;
	width: 222px;
	text-align: center;
	float: left;
}
ul#videolist img {
	border: none;
}
#logo a img {
	display: none;
}
#logo a {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 219px;
	height: 46px;
	display: inline-block;
}
#logo a:hover {
	background-position: -219px 0;
}

#searchFormBox {
	float: right;
	padding: 4px 8px 0 0;
}

#cse-search-box #searchtext {
	background: url(../images/searchbox.png) no-repeat 0 0;
	width: 156px;
	height: 18px;
	border: none;
	padding: 3px 72px 3px 3px;
}

/* content pane */
.contentpanetop {
	height: 126px;
	position: relative;
}
.contentpaneleft {
	width: 519px;
	float: left;
}
.contentpaneleft h1 {
	color: #000086;
	font-size: 40px;
	letter-spacing:-1px;
	line-height: 56px;
	margin: 0;
	padding: 5px 0 0 0;
}
.contentpaneleft h3 {
	color: #000086;
	font-size: 20px;
	letter-spacing:-1px;
	line-height: 30px;
	margin: 0;
	position: absolute;
	top: 53px;
	left: 0;
}
.contentpaneleft ul, .contentpaneright ul {
	padding: 0 0 0 20px;
	list-style: none outside url("../images/list_arrow.gif") !important;
}
ul.pdf {
	padding: 0;
	list-style: none !important;
}
ul.pdf li {
	background: url("../images/pdf.jpg") no-repeat scroll 0 0;
	padding-left: 30px;
	min-height: 30px;
}
.contentpaneright {
	width: 218px;
	float: right;
}
.contentpaneright h3 {
	color: #000f87;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 12px 0 0;
}
.contentpanehr {
	color: #d9ff00;
	background-color: #d9ff00;
	width: 100%;
	height: 1px;
	margin: 33px 0 20px;
	border: 0;
}