/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #545C66;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	line-height: 1.5;
}
body#bd { background: #c3d2d9 url(../images/bgblue.jpg) repeat-x fixed 0 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: #028cae;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #999;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* 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: 15px;
	list-style: none;
}

ul li { padding-left: 32px; 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 #028cae;
	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: 10px 10px 15px 30px;
	background: url(../images/quote.gif) no-repeat 2px 5px;
	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; font-size: 1.1em; background: #f7f7f7 url(../images/bullet-error.gif) no-repeat left top; }

.message { padding-left: 25px; color: #505785; font-size: 1.2em; font-weight: normal; background: #eee url(../images/bullet-info.gif) no-repeat left top; }

.tips { padding-left: 25px; color: #f85703; font-size: 1.1em; background: url(../images/bullet-tips.gif) no-repeat left top; }

.highlight { font-size: 1.1em; border-bottom: 1px dotted #999999; padding: 0 5px; background: #fefae1; font-weight: bold; }

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px Tahoma, Arial, sans-serif;
	color: #333;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover { color: #fff; padding: 2px 10px!important; padding: 1px 5px; background: #464646 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: #464646; background-color: #e6e6e6; border-color: #999999 #dddddd #dddddd #999999; border-style: solid; border-width: 1px; }

.inputbox {
	border: solid 1px #b6b6b6;
	background: #f1f0e5;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 { padding: 6px; font-size: 1em; line-height: normal; border-bottom: 1px solid #999; }
div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 1px dotted #999;
	font-size: 1em;
}

div.module h3,
div.module_text h3,
div.module_menu h3 { margin: 0 -12px 5px; padding: 0 0 0 28px; color: #645a44; font-weight: bold; font-size: 115%; line-height: 26px; background-image: url(../images/h3-bg.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; border-bottom: 1px solid #e3e3e3; }
div.module,
div.module_text,
div.module_menu,
div.td-square1 {
	margin-bottom: 10px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #fff url(../images/square1.gif) no-repeat right bottom;
	color: #444;
	overflow: hidden;
}

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: 0 15px 15px;
	background: url(../images/square4.gif) no-repeat top left;
}
 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;
}
/*Mods */

#td-mods div.td-square1,
#td-mods div.td-square2,
#td-mods div.td-square3,
#td-mods div.td-square4 {
	margin: 0;
	padding: 0;
}

#td-mods div.td-square1 { color: #5d5d5d; background: #fcfcfc url(../images/square1.gif) no-repeat right bottom; margin-bottom: 10px; }

#td-mods div.td-square2 {
	background: url(../images/square2.gif) no-repeat left bottom;
}

#td-mods div.td-square3 {
	background: url(../images/square3.gif) no-repeat right top;
}

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

/*Vods */
#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: #2d2d2d; background: #e0e8ec url(../images/square1.gif) no-repeat right bottom; margin-bottom: 10px; }

#td-vods div.td-square2 {
	background: url(../images/square2.gif) no-repeat left bottom;
}

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

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 20px;
}

#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: #efefef; margin: 10px 0; padding: 10px; border: solid 1px #efefef; }

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	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;
}
.td-tab-subcontent { margin-top: 5px; }
.sectiontableheader {
	padding: 5px;
	background: #e4e4e4;
	color: #4e545b;
	font-weight: bold;
}
.componentheading { color: #028cae; padding-bottom: 5px; margin-bottom: 10px; background: url(../images/seperator.gif) repeat-x 50% bottom; font-size: 160%; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-weight: normal; line-height: normal; }

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading { color: #028cae; font-size: 170%; font-family: Tahoma, Verdana, Helvetica, sans-serif; font-weight: normal; line-height: normal; }

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

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

a.readon:hover, a.readon:active, a.readon:focus { color: #fff; background: #989898 url(../images/pages.gif) no-repeat 5% 50%; text-decoration: none; }
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 { background-color: #e2e2e2; padding: 1px 5px; border: solid 1px #b2b2b2; }

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: solid 1px #c1c1c1;
	background: #999;
	color: #ffffff;
	font-weight: bold;
}

tr.sectiontableentry1 td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; padding: 5px; }

tr.sectiontableentry2 td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 50% bottom; padding: 5px; }

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td { background-image: url(../images/seperator.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: 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-base {  width: 780px; margin: 0 auto;  }

.wide #td-base {
	width: 950px;
}

.auto #td-base {
	width: 95%;
}
#td-base-bg { text-align: left; }

#td-basedwrap { background-color: #f5f4f2; text-align: left; border-right: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf; }

#td-based {  padding: 0; }
#td-based-bodyr {   padding: 0; }
#td-centrigwrap { background-color: #F5F4F2; }
#td-centrig {
	padding: 0 10px 10px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}
#td-centrig ul li{ background-image: url(../images/arrow-on.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 15px 5px; }

/* tophead
--------------------------------------------------------- */
.pathway { font-weight: normal; line-height: 140%; text-transform: uppercase; padding-top: 3px; padding-bottom: 3px; padding-left: 2px; overflow: hidden; }
.pathway img {padding-right: 1px;width: 5px;height: 9px;}
.pathway a {float: none;padding: 0 2px 0 0;}
#logo, img#logo { position: absolute; top: 50px; right: 0; z-index: 50; border: 0; }
#td-flashed { font-size: 12px; background: #32445b url(../images/header/header06.jpg) no-repeat; position: relative; margin: 0; padding: 0; }
#td-noflashheader { font-size: 12px; background: #32445b url(../images/header/header06.jpg) no-repeat; margin: 0; padding: 0; position: relative; height: 170px; }
#td-tophead { clear: both; text-align: left; line-height: normal; position: relative;}
#td-pewrap { line-height: normal; background-color: #f6f5ec; text-align: left; position: relative; clear: both; padding: 5px; border: solid 1px #c3c1a8; }
#td-topnavwrap { position: absolute; top: 0; right: 0; z-index: 300; }
/* Search */
#td-search { position: absolute; right: 0; bottom: 0; width: 170px; z-index: 90000; float: right; margin: 0; }
#td-search div.search { background: #2d2d2d url(../images/icon-search.gif) no-repeat left center; height: 25px; padding-top: 5px; padding-right: 2px; padding-left: 28px; }
#td-search .inputbox { color: #333; background-color: #efefef; width: 90%; padding-left: 5px; border: solid 1px #999; }
/* User Tools */
#stanhi-4 { font-size: 12px; background-color: #fff; z-index: 70; float: right; padding-top: 2px; padding-right: 2px; padding-left: 2px; }
#td-extools {
	padding: 0;
	float: left;
	display: block;
	font-size: 12px;
}
#td-extools span {
	float: left;
	margin: 0 2px;
	display: block;
}
#td-extools img {
	padding: 3px 0 0 0;
}
#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: 8px 0 4px 0;
}

#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; 
}
/* CONTENT COLUMN
--------------------------------------------------------- */
#td-basbody, #td-basbody-bodyl, #td-basbody-bodyr, #td-basbody-body {
}

#td-basbody, #td-basbody-bodyr {
	float: right;
	width: 80%;
}
#td-basbody-bodyl {
	float: left;
	width: 100%;
}

#td-basbody-bodyl #td-centrigwrap {
	float: left;
	width: 70%;
	background: none;
}

#td-basbody-bodyl #td-right {
	float: right;
	width: 30%;
}

#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: 4px 2px 4px 16px;
	outline: none medium;
	width: 90%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url(../images/arrow_hover.gif) no-repeat 3px 10px;
}

a.mainlevel#active_menu {
	font-weight: bold !important;
	color: #000;
}

a.sublevel { padding-left: 25px; display: block; font-weight: normal !important; background-color: transparent !important; background-image: url(../images/arrow.png) !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-position: 15px 6px; text-decoration: none; width: 75%; /*need for ie6*/
	border: none; }

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	
}

#active_menu {
	color: #000;
}
/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#td-left {
	float: left;
	width: 19.9%;
}
#td-left div.moduletable { color: #555; background: #ededed; margin: 2px 2px 7px; padding: 0; border: solid 1px #fff; }

#td-right {
	float: right;
	width: 24.9%;
	overflow: hidden;
}

#td-right h3 { background-image: url(../images/h3-bgright.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; padding-left: 20px; }

#td-right-inner {
	padding: 0 5px 0 0;
}
#td-left-inner { padding: 5px 2px 0 5px; }
#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-footer { color: #000; background-color: #e9e9e9; height: 35px; overflow: hidden; position: relative; padding: 5px 5px 2px; border-top: 1px solid #f5f4f2; }
#td-footer a {
	text-decoration: underline;
}
#td-footer a:hover,
#td-footer a:active,
#td-footer a:focus { color: #545454; text-decoration: none; }
#td-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#td-copyright {
	float: left;
}
#td-cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}
#td-cert a {
	padding: 0;
}
/* MISCELLANOUS
----------------------------------------------------------- */
#td-banner { text-align: center; border-top: 1px solid #c1c1c1; }

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;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}
/* conturfix */
.conturfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .conturfix {
	width: 100%;
	display: block;
}

* html .conturfix {
	height: 1%;
}
/* LR PADD */
#sr-padd { padding: 0; width: 100%; }
#lr-padd, #lr-padd2, #lr-padd1 { padding: 0; width: 100%; }
#lr-padd div.moduletable, #lr-padd2 div.moduletable, #lr-padd1 div.moduletable { margin: 0; padding-top: 0; padding-bottom: 2px; border-right-width: 10px; }
table.lr-padd { width: 100%; padding: 0; }
#lr-padd ul {
	padding: 0;
	margin: 0!important;
}
#lr-padd li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}
#lr-padd li a { 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:#e9e9e9; border:solid 1px #e5e4d8; background-repeat:no-repeat; background-position:left top; color:#000; width: 25%; }
table.lr-padd td.lr-padd:hover { background-color:#f8f8f8; border:solid 1px #c5c5c5; background-repeat:no-repeat; background-position:left top; color:#666; }
table.lr-padd h3 { padding: 5px; border-bottom: 1px dotted #646565; }
table.lr-padd2 h3 { color: #fff; text-transform: uppercase; padding: 5px; border-bottom: 1px solid #fff; }
table.lr-padd2 td.lr-padd2 { color:#ddd; background: #616161 url(../images/footer.gif) repeat-x left top; width: 25%; }
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

#td_top a { color: #f5f5f8; text-decoration: none; }
#td_top a:hover { color: #fff; text-decoration: none; }
#td_bottom { background:#ededed; padding: 1px; border: solid 1px #c7c7c7; }

/* @group Horizontal Menu */

#col-menu { background-color: #f3f3f3; background-image: url(../images/mmenu.gif); background-repeat: repeat-x; background-position: center bottom; height: 32px; border-bottom: 5px solid #999; }

ul#horiznav.menutop, #col-menu ul.menutop {
	padding: 0;
	margin: 0;
	position: relative;
}

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

#col-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#col-menu a, #col-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 37px;
	line-height: 32px;
	padding: 0 11px;
	font-weight: bold;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 100;
	color: #666;
	background: url(../images/menu-stripe.png) no-repeat 100% 45%;
}

#col-menu li.active a {height: 32px;line-height: 32px;}
#col-menu li.blue.sfHover a, #col-menu li.blue:hover a {border-bottom: 5px solid #537497;color: #537497;line-height: 32px;height: 32px;}
#col-menu li.blue.sfHover li a:hover, #col-menu li.blue:hover li a:hover {color: #537497;}
#col-menu li.red.sfHover a, #col-menu li.red:hover a  {border-bottom: 5px solid #D12E2E;color: #D12E2E;line-height: 32px;height: 32px;}
#col-menu li.red.sfHover li a:hover, #col-menu li.red:hover li a:hover {color: #D12E2E;}
#col-menu li.purple.sfHover a, #col-menu li.purple:hover a  {border-bottom: 5px solid #d442a3;color: #d442a3;line-height: 32px;height: 32px;}
#col-menu li.purple.sfHover li a:hover, #col-menu li.purple:hover li a:hover {color: #d442a3;}
#col-menu li.green.sfHover a, #col-menu li.green:hover a  {border-bottom: 5px solid #66cc00;color: #66cc00;line-height: 32px;height: 32px;}
#col-menu li.green.sfHover li a:hover, #col-menu li.green:hover li a:hover {color: #66cc00;}
#col-menu li.orange.sfHover a, #col-menu li.orange:hover a  {border-bottom: 5px solid #f60;color: #f60;line-height: 32px;height: 32px;}
#col-menu li.orange.sfHover li a:hover, #col-menu li.orange:hover li a:hover {color: #FF6600;}
#col-menu li.brown.sfHover a, #col-menu li.brown:hover a  {border-bottom: 5px solid #ac8865;color: #ac8865;line-height: 32px;height: 32px;}
#col-menu li.brown.sfHover li a:hover, #col-menu li.brown:hover li a:hover {color: #ac8865;}
#col-menu li.grey.sfHover a, #col-menu li.grey:hover a  {border-bottom: 5px solid #555555;color: #555555;line-height: 32px;height: 32px;}
#col-menu li.grey.sfHover li a:hover, #col-menu li.grey:hover li a:hover {color: #555555;}
#col-menu li.active {background: url(../images/menu-stripe.png) no-repeat 100% 50%;}
#col-menu li.blue.sfHover li a, #col-menu li.blue:hover li a, 
#col-menu li.red.sfHover li a, #col-menu li.red:hover li a,
#col-menu li.purple.sfHover li a, #col-menu li.purple:hover li a,
#col-menu li.orange.sfHover li a, #col-menu li.orange:hover li a,
#col-menu li.green.sfHover li a, #col-menu li.green:hover li a,
#col-menu li.brown.sfHover li a, #col-menu li.brown:hover li a,
#col-menu li.grey.sfHover li a, #col-menu li.grey:hover li a { background: transparent; border-bottom:0 none; color:#333; border-top: 1px solid #d7d7d7; }
#col-menu li.active li a, #col-menu li.active.parent li a {font-weight: normal;font-size: 100%;}

#col-menu ul ul {
	margin: 0;
	padding: 0 0 0 0;
	background: #eee;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

#col-menu li.parent.blue li a.daddy {border-right: 5px solid #537497;}
#col-menu li.parent.red li a.daddy {border-right: 5px solid #D12E2E;}
#col-menu li.parent.purple li a.daddy {border-right: 5px solid #d442a3;}
#col-menu li.parent.green li a.daddy {border-right: 5px solid #66cc00;}
#col-menu li.parent.orange li a.daddy {border-right: 5px solid #FF6600;}
#col-menu li.parent.brown li a.daddy {border-right: 5px solid #ac8865;}
#col-menu li.parent.grey li a.daddy {border-right: 5px solid #555555;}


#col-menu ul ul ul {border-top: 1px solid #d6d6d6;}

#col-menu ul ul li a, #col-menu ul li.active.parent ul a {
	color: #333;
	text-transform: none;
	border-bottom: 1px solid #d6d6d6;
}
#col-menu li li.active, #col-menu li.active li a, #col-menu li.active li a:hover, #col-menu li li a:hover, #col-menu ul li.active.parent ul a {background: none;}

#col-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

#sub-menu { background-color: #e9e9e9; height: 30px; clear: both; border: solid 1px #c1c1c1; }

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

#sub-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#sub-menu a, #sub-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	z-index: 100;
	text-indent: 0;
	background: url(../images/menu-stripe.png) no-repeat 100% 50%;
}

.main-page #sub-menu a:hover, .main-page #sub-menu li.active a {color: #333;}
/* @end */
/* Sub and Side Menus */
ul.menu {
margin: 0 0 10px;
padding: 0;
}
ul.menu li {
list-style: none;
margin: 0;
padding: 0;
}
ul.menu span { line-height: 18px; display: block; height: 18px; }
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 {
	padding: 4px 2px 4px 4px;
	outline: none medium;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}
ul.menu a:hover { background: url(../images/arrow_hover.gif) no-repeat 3px 10px; }
ul.menu ul li a, ul.menu ul li .separator {text-indent: 2px;}
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;}

#main-content a.mainlevel {
	display: block;
	line-height: 24px;
	text-indent: 18px;
	height: 24px;
	overflow: hidden;
	font-size: 110%;
}

#main-content a.sublevel {
	text-decoration: none;
	line-height: 25px;
	font-size: 110%;
	line-height: 24px;
}

a.mainlevel:hover, a.sublevel:hover {text-decoration: none;}

/* @end */
.container{ background: #e5e5e5; position: relative; overflow: hidden; height: 100%; width: 100%; z-index: 10; border-bottom: 2px solid #cfcfcf; }
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-color: #32445b; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; text-indent: 10px; margin-bottom: 1px; cursor: pointer; }

div.default div.drop-down dt:hover.toggler, div.default div.drop-down dt.sfhover { color: #222; background-color: #d8d8d8; }

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:3px solid #FFFFFF;
}
.album:hover {
	cursor:pointer;
	border:3px solid #CCCCCC;
}

/*logform*/
.highslide-html { 
    background-color: #e3dfda;
}
.highslide-html-blur {
}
div.highslide-html-centrig-tophead {
	height: 20px;
	padding: 2px;
}
.highslide-html-centrig {
	position: absolute;
    display: none;
}
div.highslide-body {
	padding: 7px 10px 10px 10px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a.control { 
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fefefe !important; }
a.control:hover {
	color: #d3d1b3 !important;
}
.highslide-move { background-color: #646565; cursor: move; border: 0; height: 18px; padding: 2px; }
/* General */
div.login_clear {
	clear: both;
}

/* Link to window open, login and logout link */
div.moduletitle_logo { height: 30px; line-height: 26px; background-image: url(../images/login_moduletitle.gif); background-repeat: no-repeat; background-position: 0 0; text-align: left !important; position: absolute; left: 0; top: 0; z-index: 8; margin-top: 1px; }
div.moduletitle_logo a { color: #000; font-size: 12px; text-decoration: none; text-transform: lowercase; margin-right: 13px; margin-left: 22px; padding: 2px 10px 2px 13px; }
div.moduletitle_logo a:hover { color: #4C6CAE !important; text-decoration: none; }
/* Login box */

input#mod_login_remember { color: #2d2d2d; background-color: #f3f3f3; border: none; }
input#mod_login_username { color: #2d2d2d; background-color: #f3f3f3; background-image: url(../images/login-input-username.png); background-repeat: no-repeat; text-indent: 15px; }
input#mod_login_password { color: #2d2d2d; background-color: #f3f3f3; background-image: url(../images/login-input-password.png); background-repeat: no-repeat; text-indent: 15px; }
