
/* Basic structure of site */

html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 20px;
    text-align:center;
    height:100%;
    padding:0px;
    margin:0px;
    color: #000000;
	background: url('../template_images/bg.jpg') repeat-x top left;
}

table.body {
    width: 780px;
    height: 100%;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
    margin:0px auto 0px auto;
}

table.body_print {
    width: 600px;
    height: 100%;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
    margin:0px auto 0px auto;
}

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #000000;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    height: 87px;
    background: #FFFFFF;
}

td.menu {
    height: 29px;
	background: #FFF;
}  

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    vertical-align: top;
}

table.outer{
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:center;
    font-size: 11px;
    height:30px;
    color: #000;
	background: #FFF;
    border-top: 1px solid #000;
}

/* HEADER */

/* header - top */

div.headertop_L {
    text-align: left;
    color: #AAAAAA;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
	padding: 0px;
}    

#header {
    width: 780px;
    position: relative;
}  

#header_print {
    width: 600px;
    position: relative;
}  

#header_L{
    width:135px;
    height:75px;
    color: #000000;
	padding-left: 25px;
	padding-top: 15px;
}

table.logo_top {
	width: 740px;
}

td.logo_top {
	border-top:1px solid #000;}

table.logo_top_print {
	width: 500px;
}

div.print_now {
position: relative;
vertical-align: middle;
text-align: center;
top: 50px;
left: 250px;
background: #FFFFFF;
height: 10px;
width: 180px;
}

td.logo_top_print {
	border-top:1px solid #000;}

#header_M {
    text-align: center;
    position:relative;
    width: 500px;
    height:100px;
    margin-left: 140px;
}   

* html #header_M {
    margin-left: 0px;
    left: 0px;
}

#header_R {
    text-align: left;
	padding-top: 10px;
}

html>body #header_R {

}   

/*header - menu*/

div.menu {
   width: 780px;
   clear: both;
   background: url('../template_images/header/menu_bg.jpg') repeat-x top left;
}        

table.navitem {
}

td.navitem {
    height: 29px;
}

td.navitem_button {
    width: 30%;
}

a.navitem:link      {background: url('../template_images/header/menu_bg.jpg') repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px}
a.navitem:visited   {background: url('../template_images/header/menu_bg.jpg') repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px}
a.navitem:active    {background: url('../template_images/header/menu_bg.jpg') repeat-x bottom left;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px}
a.navitem:hover     {text-align: center;display: block;font-size: 11px; font-weight: bold; background: url('../template_images/header/menu_right.jpg');color: #FFFFFF; height: 29px;text-decoration: none; line-height: 29px;padding: 0px 13px 0px 13px}  

td.nav_border {
    width: 5px;
}

td.navitem_on {background-image:url('../template_images/header/menu_right.jpg'); text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px;}

a.navitem_on:link {background: none; text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px;}
a.navitem_on:active {background: none;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px;}
a.navitem_on:visited {background: none;	text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px;}
a.navitem_on:hover {background: none; text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 29px;line-height: 29px; padding: 0px 13px 0px 13px;}


/*ENTRY*/

td.entry {
   font-size: 12px;
   line-height: 20px;
   background: #FFFFFF;
   width: 590px;
   padding: 0px 0px 20px 0px;
   vertical-align: top;
}

td.entry a               {color: #F99D31; text-decoration: none}                                   
td.entry a:link          {color: #F99D31; text-decoration: none}                                   
td.entry a:active        {color: #F99D31; text-decoration: none}                                   
td.entry a:visited       {color: #F99D31; text-decoration: none}                                   
td.entry a:hover         {color: #FF6633; text-decoration: none; border-bottom: 1px solid #FF6633;}

td.rhs {
    width: 135px;
    padding-left: 5px;
    vertical-align: top;
}


/*INFO*/

td.info {
   font-size: 12px;
   line-height: 20px;
   background: #FFFFFF;
   width: 100%;
   padding: 0px 0px 20px 0px;
   vertical-align: top;
}  

td.info a               {color: #F99D31; text-decoration: none}                                   
td.info a:link          {color: #F99D31; text-decoration: none}                                   
td.info a:active        {color: #F99D31; text-decoration: none}                                   
td.info a:visited       {color: #F99D31; text-decoration: none}                                   
td.info a:hover         {color: #FF6633; text-decoration: none; border-bottom: 1px solid #FF6633;}

/*SIDEBAR*/

td.lhs {
    width: 184px;
    padding-right: 5px;
    vertical-align: top;
}

td.lhs_info {
    width: 184px;
    padding-right: 5px;
	padding-top: 12px;
    vertical-align: top;
}

a.td.lhs_info               {color: #F99D31; text-decoration: none}                                   
a.td.lhs_info:link          {color: #F99D31; text-decoration: none}                                   
a.td.lhs_info:active        {color: #F99D31; text-decoration: none}                                   
a.td.lhs_info:visited       {color: #F99D31; text-decoration: none}                                   
a.td.lhs_info:hover         {color: #FF6633; text-decoration: none; border-bottom: 1px solid #FF6633;}

a.news               {color: #000; text-decoration: none}                                   
a.news:link          {color: #000; text-decoration: none}                                   
a.news:active        {color: #000; text-decoration: none}                                   
a.news:visited       {color: #000; text-decoration: none}                                   
a.news:hover         {color: #F99D31; text-decoration: none}

a.more               {color: #F99D31; text-decoration: none}                                   
a.more:link          {color: #F99D31; text-decoration: none}                                   
a.more:active        {color: #F99D31; text-decoration: none}                                   
a.more:visited       {color: #F99D31; text-decoration: none}                                   
a.more:hover         {color: #FF6633; text-decoration: none; border-bottom: 1px solid #FF6633;}

a.s_nav               {display: block;width:180px;color:#000000;padding:3px;margin-bottom:2px;font-size:11px;background: #FFFFFF}
a.s_nav:link          {display: block;width:180px;color:#000000;padding:3px;margin-bottom:2px;font-size:11px;background: #FFFFFF}
a.s_nav:visited       {display: block;width:180px;color:#000000;padding:3px;margin-bottom:2px;font-size:11px;background: #FFFFFF}
a.s_nav:active        {display: block;width:180px;color:#000000;padding:3px;margin-bottom:2px;font-size:11px;background: #FFFFFF}
a.s_nav:hover         {display: block;width:180px;color:#000000;padding:3px;margin-bottom:2px;font-size:11px;background: #FFFFFF}

* html a.s_nav                  {width: 188px}
* html a.s_nav:link             {width: 188px}
* html a.s_nav:visited          {width: 188px}
* html a.s_nav:active           {width: 188px}
* html a.s_nav:hover            {width: 188px}

a.s_nav_active               {display: block;width:180px;color:#F99D31;height: 22px;line-height: 22px;font-size:11px;font-weight: bold;text-indent:7px;padding-top: 3px;margin-bottom:2px}
a.s_nav_active:link          {display: block;width:180px;color:#F99D31;height: 22px;line-height: 22px;font-size:11px;font-weight: bold;text-indent:7px;padding-top: 3px;margin-bottom:2px}
a.s_nav_active:active        {display: block;width:180px;color:#F99D31;height: 22px;line-height: 22px;font-size:11px;font-weight: bold;text-indent:7px;padding-top: 3px;margin-bottom:2px}
a.s_nav_active:visited       {display: block;width:180px;color:#F99D31;height: 22px;line-height: 22px;font-size:11px;font-weight: bold;text-indent:7px;padding-top: 3px;margin-bottom:2px}
a.s_nav_active:hover         {display: block;width:180px;color:#F99D31;height: 22px;line-height: 22px;font-size:11px;font-weight: bold;text-indent:7px;padding-top: 3px;margin-bottom:2px}

* html a.s_nav_active                  {width: 188px}
* html a.s_nav_active:link             {width: 188px}
* html a.s_nav_active:active           {width: 188px}
* html a.s_nav_active:visited          {width: 188px}
* html a.s_nav_active:hover            {width: 188px}

a.nav_sub_item						{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;font-weight: bold;background: #FFF}
a.nav_sub_item:link					{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;font-weight: bold;background: #FFF}
a.nav_sub_item:visited				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;font-weight: bold;background: #FFF}
a.nav_sub_item:active				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;font-weight: bold;background: #FFF}
a.nav_sub_item:hover				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;font-weight: bold;background: #FFF}
																	             
a.nav_sub_item_active               {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #FF6633;font-weight: bold;background: #FFF;}   
a.nav_sub_item_active:link          {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #FF6633;font-weight: bold;background: #FFF;}   
a.nav_sub_item_active:visited       {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #FF6633;font-weight: bold;background: #FFF;}   
a.nav_sub_item_active:active        {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #FF6633;font-weight: bold;background: #FFF;}   
a.nav_sub_item_active:hover         {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;font-weight: bold;background: #FFF;}

a.nav_sub2_item						{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;}
a.nav_sub2_item:link				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;}
a.nav_sub2_item:visited				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;}
a.nav_sub2_item:active				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #000000;}
a.nav_sub2_item:hover				{width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;}
																	             
a.nav_sub2_item_active              {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;}   
a.nav_sub2_item_active:link         {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;}   
a.nav_sub2_item_active:visited      {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;}   
a.nav_sub2_item_active:active       {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;}   
a.nav_sub2_item_active:hover        {width:180px;padding-left:7px;font-size:11px;height: 22px;line-height: 22px;color: #F99D31;}

/* sub items */

td.lhs ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.lhs ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 21px;
    padding: 0px;
}

td.lhs ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 184px;
    border: 0px;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 186px;
}

div.mod_box span {
    text-align: left;
	text-indent: 10px;
    display: block;
    line-height: 29px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background: url('../template_images/header/menu_bg.jpg') repeat-x top right;
    height: 29px;
    border: 0px;
}    

div.mod_box div {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
}    

#adspace {
    padding:0px;
    margin:0px;
	border: 0px;
}

/* contacts */

td.view_profile {}
td.view_profile a {border:0px}
td.view_profile a:link {border:0px}
td.view_profile a:active {border:0px}
td.view_profile a:visited {border:0px}
td.view_profile a:hover {border:0px}

td.contacts_search_bg {
background: url('../template_images/search_bg.jpg') no-repeat top left;
height: 33px;
width: 173px;
padding-left: 20px;
}

input.contacts_search_bg {
background: #FFFFFF;
}

/*footer*/

td.footer a             {color: #000000}
td.footer a:link        {color: #000000}
td.footer a:active      {color: #000000}
td.footer a:visited     {color: #000000}
td.footer a:hover       {color: #000000}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

table.help_body {
    width: 100%;
    border-top: 1px solid #006AC;
    padding-top: 10px;
}

td.help_icon {
    text-align: left;
    width: 16px;
}

a.help_addresslink:link     {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:visited  {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:active   {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:hover    {color: #000000; font-size: 12px; text-decoration: underline}

td.help {
vertical-align: bottom;
text-align: center;
}

td.help a.help               {color: #F99D31; text-decoration: none; border: 0px none;}                                   
td.help a.help:link          {color: #F99D31; text-decoration: none; border: 0px none;}                                   
td.help a.help:active        {color: #F99D31; text-decoration: none; border: 0px none;}                                   
td.help a.help:visited       {color: #F99D31; text-decoration: none; border: 0px none;}                                   
td.help a.help:hover         {color: #FF6633; text-decoration: none; border: 0px none;}

td.help_section {
    font-weight: bold;
    text-decoration: none;
    color: #F99D31;
}    

td.help_question {
    font-weight: normal;
    color: #666666;
    padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}    

td.help_question a{color: #999;}
td.help_question a:link{color: #999;}
td.help_question a:active{color: #999;}
td.help_question a:visited{color: #999;}
td.help_question a:hover{color: #FF6633;}

td.help_answer {
    font-style: normal;
    color: #000000;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}    

table.help_topten {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    margin-top: 25px;
}

td.help_topten_header {
    font-weight: bold;
    color: #000000;
}   

#filerow {}

#filerowalt {
    background: #F8F8F8;
}


td.search_bg {
	background: url('../template_images/modules/help/search_bg.jpg') no-repeat top right;
	padding-right: 10px;
	height: 29px;
	vertical-align: middle;
}

td.search_font {
	padding-right: 10px;
	height: 29px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #9D9FA1;
}

input.search {
	height: 18px;
	width: 120px;
	border: 0px;
	padding: 3px;
}


/* NEWS */

div.news h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.news span {
    display: block;
    font-style: italic;
}

/* FORMS */

table.feedback {
    width: 72%;
}  

table.form_table {
   text-align: center;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

span.error {
color: #000;
}

.bg_row {
background: url('../template_images/heading_styles/h1.jpg') no-repeat top left;
height: 29px;
}

.row {
height: 29px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: left;
   padding: 0px 0px 0px 15px
}

td.form_right input,textarea {
   font-size: 10px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: normal;
    color: #AAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

/*#location {
    text-align: left;
    color: #CCC;
    height: 20px;
    padding: 0px 0px 20px 0px;
}    

#location a {color: #CCC;}*/

td.location {
    text-align: left;
    color: #CCC;
    height: 20px;
	font-size: 11px;
    padding: 15px 0px 5px 0px;
}

td.location a {color: #CCC;}
td.location a:link {color: #CCC; text-decoration: none}
td.location a:active {color: #CCC; text-decoration: none}
td.location a:visited {color: #CCC; text-decoration: none}
td.location a:hover {color: #000000; text-decoration: none; border: 0px}

td.location_help {
    text-align: left;
    color: #CCC;
    height: 20px;
	font-size: 11px;
    padding: 5px 0px 5px 0px;
}

td.location_help a {color: #CCC;}
td.location_help a:link {color: #CCC; text-decoration: none}
td.location_help a:active {color: #CCC; text-decoration: none}
td.location_help a:visited {color: #CCC; text-decoration: none}
td.location_help a:hover {color: #000000; text-decoration: none; border: 0px}

a               {color: #000000; text-decoration: none}
a:link          {color: #000000; text-decoration: none}
a:active        {color: #000000; text-decoration: none}
a:visited       {color: #000000; text-decoration: none}
a:hover         {color: #000000; text-decoration: none}

table           {font-size: 12px; line-height: 20px; color: #000000}
td              {font-size: 12px; line-height: 20px; color: #000000} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #000000; line-height: 20px;margin: 0px; padding: 4px 0px 4px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 12px; width: 140px; height: 20px; background: #FFFFFF; padding: 2px; border: 0px;}
select.dropdown {font-size: 12px; width: 140px; height: 20px; background: #FFFFFF; padding: 2px; border: 0px;}

textarea        {font-size: 12px; color: #000000; background: #FFFFFF;}
input           {font-size: 12px; padding: 3px; border: 0px; background: #FFFFFF;}
input.contacts	{font-size: 12px; width: 140px; height: 20px; background: #FFFFFF; padding: 3px; border: 0px;}
input.pager		{font-size: 12px; height: 20px; padding: 3px;}

h1 {
	color: #FFF;
    background: url('../template_images/header/menu_bg.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px;
	line-height: 29px;
	height: 29px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
}

h2 {
	color: #000;
    background: url('../template_images/heading_styles/h1.jpg') no-repeat top left;
	margin: 0px;
	padding: 0px;
	line-height: 29px;
	height: 29px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
}

h3 {
	color: #000;
    background: url('../template_images/heading_styles/h2.jpg') no-repeat top left;
	margin: 0px;
	padding: 0px;
	line-height: 29px;
	height: 29px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
}

h4 {
	color: #F99D31;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	font-weight: bold;
}

h5 {
	color: #F99D31;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
	font-weight: bold;
}

h6 {
	color: #000;
	line-height: 15px;
	height: 15px;
	font-size: 10px;
	font-weight: normal;

}

hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #E3E3E3;
    height: 1px;
}

address {
	color: #FF6633;
}

pre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	line-height: 27px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/bullet.gif');
	line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    list-style-image: url('../template_images/icons/bullet.gif');
	line-height: 20px;
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

ol {
	line-height: 20px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ol {
	line-height: 20px;
    margin: 0px 0px 10px 16px;
    padding: 0px 0px 10px 16px;
}

li {
    font-size: 12px;
	line-height: 20px;
    color: #000000;
}

html>body li {
    padding: 0px;
    margin: 0px;
}