@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	margin: 0 0 0 0;
	min-width: 1460px;
}

.top_bg {
	height: 241px;
	width: auto;
	min-width: 1460px;
	margin: 0 0 0 0;
	background-image: url(../images/bg-top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.site {
	height: auto;
	width: 1100px;
	margin-top: -241px;
	margin-left: auto;
	margin-right: auto;
}

.shadow_left_header {
	float: left;
	height: 260px;
	width: 100px;
	background-image: url(../images/top-shadow-left.png);
	background-position: right;
	background-repeat: no-repeat;
}

.back_stripe_left {
	position: relative;
	z-index: 100;
	float: left;
	width: 9px;
	height: 52px;
	margin-left: -9px;
	margin-top: 214px;
	background-image:url(../images/back-stripe-left.png);
}

.back_stripe_right {
	position: relative;
	z-index: 100;
	float: left;
	width: 9px;
	height: 52px;
	margin-left: -100px;
	margin-top: 215px;
	background-image:url(../images/back-stripe-right.png);
	background-position: left;
	background-repeat: no-repeat;
}

.shadow_right_header {
	float: left;
	height: 260px;
	width: 100px;
	background-image: url(../images/top-shadow-right.png);
	background-position: left;
	background-repeat: no-repeat;
}

.inner_site {
	float: left;
	width: 900px;
	height: auto;
	background-color: #1b1b1b;
}

.header {
	width: 900px;
	height: 225px;
	background-image: url(../images/header.jpg);
	background-position: right;
	overflow: hidden;
}

.header_title {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin-left: 45px;
	margin-top: 30px;
}

#stripe {
	z-index: 1;
	position: absolute;
	width: 100%;
	min-width: 1460px;
	height: 31px;
	left: 0px;
	top: 227px;
	background-image:url(../images/stripe.jpg);
}

.stripe {
	background-image:url(../images/stripe.jpg);
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#menubar {
	position: relative;
	z-index: 3;
	height: 35px;
	width: 900px;
	background-image:url(../images/stripe.jpg);
	overflow: hidden;
	
}

#menubar li {
	display: inline;
	padding-right: 60px;
	line-height: 5px;
}

#menubar a, #menubar a:link, #menubar a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

#menubar a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1b1b1b;
}

.flash_frames {
	height: auto;
	width: 900px;
	padding-top: 15px;
}

.content_site {
	clear: left;
	position: absolute;
	width: 1100px;
	height: auto;
	margin-top: 260px;
	margin-left: auto;
	margin-right: auto;

}
.shadow-content{
	width: 1100px;
	height: auto;
	background-image:url(../images/shadow-1100px.png);
	background-position: left;
	background-repeat: repeat-y;
}

.inner_content {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #1b1b1b;
}
.content_whole {
	float: left;
	width: 900px;
	height: auto;
}

.content_component {
	position: relative;
	float: none;
	overflow: auto;
	display: block;
	width: auto;
	height: auto;
	padding-left: 60px;
	padding-right: 25px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	
}

.position_left {
	float: left;
	width: 215px;
	height: auto;
}

.end_of_site {
	height: 59px;
	margin-top: -79px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1b1b1b;
}

.shadow_bottom {
	width: 1100px;
	height: 63px;
	background-image: url(../images/shadow_bottom_1100px.png);
}

.outer_left {
	position: absolute;
	top: 300px;
	margin-left: -170px;
	width: 230px;
	height: auto;
}

.outer_right {
	position: absolute;
	top: 300px;
	margin-left: 1040px;
	width: 230px;
	height: auto;
	
}

.chooser {
	position: relative;
	float: right;
	width: 60px;
	height: 15px;
	margin-top: -250px;
	margin-right: -50px;
	background: #1b1b1b;
	border: 1px;
	border-color: #5c5c5c;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
}

.chooser a img {
	border: none;
}

.flash {
	float: left;
	width: 247px;
	height: 196px;
	margin-left: 27px;
	margin-right: 25px;
	background-image: url(../images/info-box-1100px.jpg);
}

.flashheading {
	height: 49px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
}

.flashheadline {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.flashcontent {
	width: 245px;
	height: 110px;
	overflow: hidden;
	margin-top: -14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
}

.flashcontent a, .flashcontent a:link, .flashcontent a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

.flashcontent a:hover {
	text-decoration: none;
	color: #1b1b1b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	

.flashcontent li {
	list-style-image: url(../images/arrow_black.gif);
	line-height: 16px;
	margin-left: -15px;

}

.flashcontent .contentpaneopen {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.flashcontent .contentpaneopen a, .flashcontent .contentpaneopen a:link, .flashcontent .contentpaneopen a:visited {
	text-decoration: unterline;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
	

.flashcontent .contentpaneopen a:hover{
	text-decoration: unterline;
	color: #1b1b1b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	

.up {
	float: right;
	margin-right: 4px;
	width: 37px;
	height: 13px;
	background-image: url(../images/arrow-up.jpg);
	cursor: pointer;
}

.up:hover {
	background-image: url(../images/arrow-up-hover.jpg);
}

.down:hover {
	background-image: url(../images/arrow-down-hover.jpg);
}

.down {
	clear: right;
	float: right;
	margin-right: 4px;
	margin-top: 1px;
	width: 37px;
	height: 13px;
	background-image: url(../images/arrow-down.jpg);
	cursor: pointer;
}

.colla {
	position: relative;
	overflow: hidden;
	width: 210px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;

}
	
a.colla {
	display: block;
	line-height: 24px;
	text-decoration:none;
  	color: #000000;
	background-image: url(../images/stripe.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;  
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 27px;
	
}


.colla li {
	list-style-image: url(../images/arrow.gif);
	margin-left: -20px;
	font-size: 15px;
	
}

.colla ul {
	padding-bottom: 30px;
}

.colla a, .colla a:link, .colla a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: none;
	font-size: 15px;
}

.colla a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
}

.colla .input {
	border: 0px;
	margin-left: 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a img  {
	border: none;	
}


.colla #modlgn_username.inputbox {
	width: 150px;
	margin-top: 3px;
}

.colla #modlgn_passwd.inputbox {
	width: 150px;
	margin-top: 3px;
}

.colla #modlgn_remember.inputbox {
	margin-left: 20px;

}

.colla #form-login.button {
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.colla #form-login li {
	margin-top: 10px;
}

.colla .poll {
	color: #ffffff;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

.colla .sectiontableentry1 {
	font-size: 12px;
	text-align: left;
	padding: 5px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.colla .sectiontableentry2 {
	font-size: 12px;
	text-align: left;
	padding: 5px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.colla .poll .button {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	color: #000000;
	/*margin-left: 5px;*/
}

.colla #mod_search_searchword.inputbox {
	width: 149px;
	margin-left: 15px;
	
}

.colla .contentpaneopen {
	margin-left: 20px;
}

.colla .contentpaneopen a, .colla .contentpaneopen a:link, .colla .contentpaneopen a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
}

.colla .contentpaneopen a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: none;
	font-size: 12px;
}

.colla .input {
	border: 0px;
	margin-left: 3px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}


#josForm .contentpane {
	margin-top: 20px;
	font-size: 14px;
}

#josForm .inputbox {
	width: 300px;
}
	
#josForm .button {
	margin-left: 12px;
}

.josForm .validate {
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 14px;
}

.josForm .validate-email{
	width: 300px;
	margin-left: 20px;
}

.main_head {
	width: 205px;
	display: block;
	line-height: 24px;
	text-decoration:none;
  	color: #000000;
	background-image: url(../images/stripe.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px; 
	padding: 5px; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 27px;	
}

.main a, .main a:link, .main a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: none;
}

.main a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.main li  {
	list-style-image: url(../images/arrow.gif);
	margin-left: -20px;
	
}
	

.breadcrumbs {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 45px;
	padding-left: 15px;
	clear: left;
	
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.breadcrumbs a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: none;
}
	

.readmore_arrow {
	color: #ff7900;
}

.outer_top {
	height: 36px;
	width: 230px;
	background-image: url(../images/outermenu-top-1100px.png);
}

.outer_heading {
	background-image: url(../images/outermenu-heading-1100px.png);
	height: 43px;
	width: 230px;
	overflow: hidden;
}
.outerheadline {
	font-size: 24px;
}

.outer {
	padding: 15px 25px 15px 25px;
	background-image: url(../images/outermenu-1100px.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
}

.outer a, .outer a:link, .outer a:visited {
	font-size: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	text-align: left;
}

.outer a:hover {
	font-size: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: underline;
	text-align: left;
}

.outerheadline {
	display: block;
	line-height: 24px;
  	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;  
	padding-top: 5px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	
}

.outer .poll {
	color: #ffffff;
	font-size: 14px;
	margin-right: 8px;

}	

.outer .poll .button {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	color: #000000;
	margin-left: -6px;

}

.outer .sectiontableentry1 {
	font-size: 13px;
	text-align: left;
	padding: 7px 0px 0px 0px;

}

.outer .sectiontableentry2 {
	font-size: 12px;
	text-align: left;
	padding: 7px 0px 0px 0px;

}


.outer #mod_search_searchword.inputbox {
	width: 175px;
}


.outer #form-login {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.outer #form-login .input {
	border: none !important;
	padding-left: 5px;
}

.outer #modlgn_username.inputbox {
	width: 162px;
	
}

.outer #modlgn_passwd.inputbox {
	width: 162px;
	
}

.outer #modlgn_remember.inputbox {
	margin-left: 15px;
}

.outer #form-login .button {
	color: #000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 35px;
}

.outer li {
	list-style-image: url(../images/arrow.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: -22px;
	line-height: 20px;
	text-align: left;
}

.outer li a {
	list-style-image: url(../images/arrow.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none !important;
	text-align: left;
}

.outer .bannergroup_text {
	text-align: left;
}


.outer_bottom {
	background-image: url(../images/outermenu-bottom-1100px.png);
	height: 20px;
	width: 230px;
}

td.buttonheading img {
	border: none;
}

.readon {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none !important;
	color: #ffffff;
}

.readon:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none !important;
	color: #ff7900;
}

.readmore_right {
	text-align: right;
}

.componentheading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ff7900;
	/*margin-left: -10px;	*/
}

.contentheading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
	margin-top: 15px;
}

.small {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 5px;
}

.createdate {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 7px;
}

.modifydate {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 5px;
}

.contentpaneopen {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
	padding-right: 20px;
	list-style-image: url(../images/arrow.gif);
}


.contentpaneopen a, .contentpaneopen a:link, .contentpaneopen a:visited {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

.contentpaneopen a:hover {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: underline;
}

.contentpaneopen li {
	margin-left: -20px;
}
	
.blog_more {
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff
	
}

.blog_more li {
	list-style-image: url(../images/arrow.gif); 
	line-height: 15px;
}

.blogsection, .blogsectionlink, .blogsectionvisited {
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.blogsection:hover {
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: none;
}

.pagenav {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	padding-right: 1px;
	text-decoration: none;
}

a.pagenav {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	padding-right: 1px;
	text-decoration: none;
}

a:hover.pagenav {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	padding-right: 1px;
	text-decoration: none;
	background-color: #ff7900;
}
	
.article_separator {
	line-height: 50px;

}

.site_counter {
	color: #ffffff;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.contentpane {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: justify;
	padding-right: 20px;
}

.contentpane li {
	list-style-image: url(../images/arrow.gif);
	margin-left: -30px;
	padding-top: 10px;
	
}

.contentpane a, .contentpane a:link {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

.contentpane a:hover {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: underline;
}
	
.contentpane .small {
	font-size: 10px;
}

.contentdescription {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 15px;

}

.contentpane .sectiontableheader {
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.contentpane .sectiontableentry1 {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.contentpane .sectiontableentry2  {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.contentpane td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 15px;
	
}

a.category {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none !important;
	list-style-image: url(../images/arrow.gif)
}

a:hover.category  {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: none !important;
	list-style-image: url(../images/arrow.gif)
	
}

.category_list {
	list-style-image: url(../images/arrow.gif)
}

.news_description {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.wdm {
	text-align: center;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
}


.footer {
	text-align: center;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	
}

.footer a, .footer a:link, .footer a:visited {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff7900;
	text-decoration: underline;
}

.space {
	height: 20px;
	clear: both;
}

.content_component .searchintro {
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.content_component #searchForm {
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}
	

