
/* Basic structure of site */

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

table.body {
    width: 980px;
    height: 100%;
    margin:0px auto 0px auto;
}

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

td.header {
    height: 102px;
	vertical-align: bottom;
	background: url('../template_images/header/spacer.gif') repeat-x bottom right;
}

td.menu {
    height: 120px;
	background: url('../template_images/header/spacer.gif') repeat-x bottom right;
}  

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

table.outer{
    width: 100%;
    height: 100%;
	background: #FFF;
}

/* HEADER */

/* header - top */

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

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

div.headertop_R {
    color: #FFF;
    font-size: 9px;
    text-align: right;
    float: right;
}    

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

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

* html #season{width: 84px; padding-left: 123px; float: right; padding-top: 0px; left: 20px; position: absolute;}

* html #header_summer{width: 84px; padding-left: 20px; float: left; padding-top: 5px; left: 20px; position: relative;}

* html #header_winter{width: 84px; padding-left: 20px; float: left; padding-top: 5px; left: 20px; position: relative;}


#season{width: 85px; padding-left: 0px; float: left; padding-top: 0px; left: 20px;}

#header_summer{width: 84px; padding-left: 20px; float: left; padding-top: 5px; left: 20px;}

#header_winter{width: 84px; padding-left: 20px; float: left; padding-top: 5px; left: 20px;}

* html #header_L{
    float: left;
    position:relative;
    width:170px;
    height:102px;
    color: #666;
}

#header_L{
    float: left;
    position:relative;
    width:163px;
    height:102px;
    color: #666;
}

div.hiddenlogo {
	display: block;
	position: relative; 
	height: 102px;
	width: 196px;
	cursor: pointer;
}
#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;
    top: 0px;
    right: 0px;
    position: absolute;
    width:250px;
    height:100px;
    color: #666;
}

html>body #header_R {

}   

/*header - menu*/


div.top_menu {
	height: 38px;
	text-align: right;
	background: url('../template_images/header/top_menu_black.gif') no-repeat top right;
}

td.top_menu_nav {
	height: 38px;
	color: #FFFFFF;
}

a.top_nav_item		     {text-align: center; display: inline; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px; line-height: 26px; padding: 0px 10px 0px 10px}
a.top_nav_item:link      {text-align: center; display: inline; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px; line-height: 26px; padding: 0px 10px 0px 10px}
a.top_nav_item:visited   {text-align: center; display: inline; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px; line-height: 26px; padding: 0px 10px 0px 10px}
a.top_nav_item:active    {text-align: center; display: inline; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px; line-height: 26px; padding: 0px 10px 0px 10px}
a.top_nav_item:hover     {text-align: center; display: inline; font-size: 11px; font-weight: normal; color: #EAE71E; text-decoration: none; height: 26px; line-height: 26px; padding: 0px 10px 0px 10px}  


div.menu_outer {
    height: 56px;
	background: url('../template_images/header/menu_left.gif') no-repeat top left;
	padding-left: 11px;
}

div.menu {
   width: 100%;
   clear: left;
   background: url('../template_images/header/menu_bg.gif') repeat-x top left;
   height: 56px;
   vertical-align: top;
}        

table.navitem {
}

td.navitem {
    height: 56px;
}


td.navitem_button {
    width: 30%;
}

a.navitem:link      {text-align: center; display: block; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none; height: 38px; line-height: 38px; padding-left: 5px; }
a.navitem:visited   {text-align: center; display: block; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none; height: 38px; line-height: 38px; padding-left: 5px; }
a.navitem:active    {background: url('../template_images/header/menu_tab_left.gif') no-repeat top left; text-align: center;display: block;font-size: 12px; font-weight: normal; color: #000000; height: 38px;text-decoration: none; line-height: 38px; padding-left: 5px; }
a.navitem:hover     {background: url('../template_images/header/menu_tab_left.gif') no-repeat top left; text-align: center;display: block;font-size: 12px; font-weight: normal; color: #000000; height: 38px;text-decoration: none; line-height: 38px; padding-left: 5px; }  

a.navitem span			{padding: 0px 10px 0px 5px}
a.navitem:hover span	{background: url('../template_images/header/menu_tab_right.gif') no-repeat top right; display:block;}
a.navitem:active span	{background: url('../template_images/header/menu_tab_right.gif') no-repeat top right; display:block;}

a.navitem_active:link      {background: url('../template_images/header/menu_tab_left.gif') no-repeat top left; text-align: center;display: block;font-size: 12px; font-weight: normal; color: #000; text-decoration: none; height: 38px; line-height: 38px; padding-left: 5px; }
a.navitem_active:visited   {background: url('../template_images/header/menu_tab_left.gif') no-repeat top left; text-align: center;display: block;font-size: 12px; font-weight: normal; color: #000; text-decoration: none; height: 38px; line-height: 38px; padding-left: 5px; }
a.navitem_active:active    {background: url('../template_images/header/menu_tab_left.gif') no-repeat top left; text-align: center;display: block;font-size: 12px; font-weight: normal; color: #000; text-decoration: none; height: 38px; line-height: 38px; padding-left: 5px; }
a.navitem_active:hover     {background: url('../template_images/header/menu_tab_left.gif') no-repeat top left; text-align: center;display: block;font-size: 12px; font-weight: normal; color: #000; text-decoration: none; height: 38px; line-height: 38px; padding-left: 5px; }  

a.navitem_active span			{padding: 0px 10px 0px 5px}
a.navitem_active:link span		{background: url('../template_images/header/menu_tab_right.gif') no-repeat top right; display:block;}
a.navitem_active:visited span	{background: url('../template_images/header/menu_tab_right.gif') no-repeat top right; display:block;}
a.navitem_active:active span	{background: url('../template_images/header/menu_tab_right.gif') no-repeat top right; display:block;}
a.navitem_active:hover span		{background: url('../template_images/header/menu_tab_right.gif') no-repeat top right; display:block;}


td.nav_border {
    width: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/*ENTRY*/

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

div.content {
	padding-right: 10px;
	width: 735px;
}

* html div.content {
	padding-right: 10px;
	width: 745px;
}

td.rhs {
    width: 255px;
    vertical-align: top;
}


/*INFO*/

td.info {
   font-size: 12px;
   background: #FFFFFF;
   width: 725px;
   padding: 0px 15px 20px 0px;
   vertical-align: top;
}  

/*SIDEBAR*/

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

a.s_nav               {display: block;width:249px;color: #000;padding: 3px;margin-bottom:2px;background: #CCDFF3}
a.s_nav:link          {display: block;width:249px;color: #000;padding: 3px;margin-bottom:2px;background: #CCDFF3}
a.s_nav:active        {display: block;width:249px;color: #000;padding: 3px;margin-bottom:2px;background: #CCDFF3}
a.s_nav:visited       {display: block;width:249px;color: #000;padding: 3px;margin-bottom:2px;background: #CCDFF3}
a.s_nav:hover         {display: block;width:249px;color: #000;padding: 3px;margin-bottom:2px;background: #CCDFF3}

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

a.s_nav_active               {display: block;width:248px;color: #FFF;font-weight: bold;background: url('../template_images/bg/sidebar_l_bg.gif') no-repeat top left;}
a.s_nav_active:link          {display: block;width:248px;color: #FFF;font-weight: bold;background: url('../template_images/bg/sidebar_l_bg.gif') no-repeat top left;}
a.s_nav_active:active        {display: block;width:248px;color: #FFF;font-weight: bold;background: url('../template_images/bg/sidebar_l_bg.gif') no-repeat top left;}
a.s_nav_active:visited       {display: block;width:248px;color: #FFF;font-weight: bold;background: url('../template_images/bg/sidebar_l_bg.gif') no-repeat top left;}
a.s_nav_active:hover         {display: block;width:248px;color: #FFF;font-weight: bold;background: url('../template_images/bg/sidebar_l_bg.gif') no-repeat top left;}

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

a.nav_sub_item              {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;} 
a.nav_sub_item:link         {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;} 
a.nav_sub_item:active       {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;} 
a.nav_sub_item:visited      {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;} 
a.nav_sub_item:hover        {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;} 

a.nav_sub_item_active               {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;}
a.nav_sub_item_active:link          {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;}
a.nav_sub_item_active:active        {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;}
a.nav_sub_item_active:visited       {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;}
a.nav_sub_item_active:hover         {display: block; text-indent: 40px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item.gif') no-repeat top left;}

a.nav_sub2_item              {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;} 
a.nav_sub2_item:link         {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;} 
a.nav_sub2_item:active       {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;} 
a.nav_sub2_item:visited      {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;} 
a.nav_sub2_item:hover        {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;} 

a.nav_sub2_item_active               {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;}
a.nav_sub2_item_active:link          {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;}
a.nav_sub2_item_active:active        {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;}
a.nav_sub2_item_active:visited       {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #3692B8;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;}
a.nav_sub2_item_active:hover         {display: block; text-indent: 60px; width:248px; height: 32px; line-height: 32px; color: #000;background: url('../template_images/sidebar_menu/menu_item_2.gif') no-repeat top left;}


/* sub items */

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

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

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

div.sidebar_bottom {
	background: url('../template_images/sidebar_menu/menu_footer.gif') no-repeat top left;
	height: 20px;
}
/* WEATHER REPORT (side) BOX */

div.weather_report {
background: url('../template_images/weather_report_r_bg.gif') no-repeat top right;
height: 179px;
color: #FFFFFF;
padding-top: 5px;

}

div.weather_content {
width: 241px;
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
padding-left: 10px;
}

div.weather_content p {
text-indent: 20px;
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
padding: 0px;
}

div.weather_content td {
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
}

div.weather_content div {
    padding: 0px 3px 3px 0px;
    margin: 0px
}   

/* LEFT */

div.weather_report_left {
background: url('../template_images/weather_report_l_bg.gif') no-repeat top left;
height: 179px;
color: #FFFFFF;
padding-top: 5px;


}

div.weather_content_left {
width: 241px;
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
padding-left: 10px;
position: relative;
}

div.weather_content_left p {
text-indent: 20px;
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
padding: 0px;
}

div.weather_content_left td {
color: #FFFFFF;
font-size: 11px;
line-height: 16px;
}

div.weather_content_left div {
    padding: 0px 3px 3px 0px;
    margin: 0px
}   


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

div.clear {
clear: both;
height: 7px;
line-height: 7px;
}

* html div.clear {
clear: both;
height: 0px;
line-height: 0px;
padding: 0px;
}

div.mod_box {
	color: #000000;
    width: 251px;
    margin: 0px 0px 0px 0px;
	clear: both;
}

* html div.mod_box {
    width: 254px;
    margin: 0px;
}

div.box_footer {
	height: 20px;
	float: right;
	padding-bottom: 5px;
}

* html div.box_footer {
	height: 20px;
	float: right;
}

div.mod_box span {
    text-align: left;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    background: url('../template_images/bg/sidebar_r_bg.gif') no-repeat top right;
    height: 53px;
}    

div.mod_box div.mod_bg {
	background: #CCDFF3;
	float: right;
	width: 240px;
}

* html div.mod_box div.mod_bg {
	background: #CCDFF3;
	float: right;
	width: 248px;
}

div.mod_box div {
    padding: 0px 3px 3px 5px;
	line-height: 20px;
    margin: 0px;
}   

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

/* MOD BOX LEFT */

div.mod_box_left {
    width: 251px;
    margin: 0px 0px 5px 0px;
	clear: both;
}

* html div.mod_box_left {
    width: 251px;
    margin: 0px;
}

div.box_footer_left {
	height: 20px;
	float: left;
}

div.mod_box_left span {
    text-align: left;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    background: url('../template_images/bg/sidebar_l_bg.gif') no-repeat top left;
    height: 53px;
}    

div.mod_box_left div.mod_bg_left {
	background: #CCDFF3;
	float: left;
	width: 240px;
}

* html div.mod_box_left div.mod_bg_left {
	background: #CCDFF3;
	float: left;
	width: 248px;
}

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

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

a.newslink {color: #000000; font-weight: bold}
a.newslink:link {color: #000000; font-weight: bold}
a.newslink:active {color: #000000; font-weight: bold}
a.newslink:visited {color: #000000; font-weight: bold}
a.newslink:hover {color: #3892B7; font-weight: bold}

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

.firsttimers {
position: relative;
float: right;
width: 600px;
height: 0px;
padding: 0px;
margin: 0px;
left: 410px;
*left: 440px;
top: -250px;
*top: -130px;
z-index: 2;
}

* html .firsttimers {
position: absolute;
float: center;
width: 200px;
height: 200px;
padding: 0px;
margin: 0px;
top: 60px;
left: 550px;
bottom: 0px;
z-index: 2;
}

/*footer*/

td.footer {
    text-align:center;
	padding-bottom: 10px;
    font-size: 12px;
    height:47px;
    color: #FFF;
	background: #FFF;
	background: url('../template_images/header/menu_bg.gif') repeat-x bottom left;
}

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

td.footer_2 {
    text-align:center;
    font-size: 12px;
    height:47px;
    color: #666;
	background: #FFF;
}

td.footer_2 a               {color: #59A8DD; text-decoration: none}
td.footer_2 a:link          {color: #59A8DD; text-decoration: none}
td.footer_2 a:active        {color: #59A8DD; text-decoration: none}
td.footer_2 a:visited       {color: #59A8DD; text-decoration: none}
td.footer_2 a:hover         {color: #000; text-decoration: none}   


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

#divmid {
   text-align: center;
   position: relative;
   clear: both;
   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 #E3E3E3;
    padding-top: 10px;
}

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

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

td.help_section {
}    

td.help_question {
    font-weight: bold;
    color: #666666;
    padding: 3px 0px 3px 10px;
}    

td.help_answer {
    font-style: normal;
    color: #666;
    padding-left: 20px;
	padding-bottom: 10px;
}    

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

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

#filerow {}

#filerowalt {
    background: #FFF;
}

/* 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: 100%;
}  

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

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

td.form_right {
   text-align: left;
}

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

td.form_right input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   
}   

td.form_right textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_right input.short {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666;
   width: 50px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

input.small{color: #666; background: #fff; border: 0px; font-size: 10px;}

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

input.field {
   font-size: 12px;
   padding: 2px;
   color: #666;
   border: 1px solid #666666;
}

.entry_field {
width: 100%;
padding: 3px;
border: 1px solid #CCC;
font-size: 11px;
margin-bottom: 10px;
height: 22px;
}


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

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

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

/*common*/  

#location {
	font-size: 9px;
    text-align: left;
    color: #999999;
    height: 10px;
    padding: 5px 20px 5px 0px;
}    

#location a {color: #999999}
#location a:link {color: #999999}
#location a:visited {color: #999999}
#location a:hover {color: #000}
#location a:active {color: #999999}

a               {color: #59A8DD; text-decoration: none}
a:link          {color: #59A8DD; text-decoration: none}
a:active        {color: #59A8DD; text-decoration: none}
a:visited       {color: #59A8DD; text-decoration: none}
a:hover         {color: #000; text-decoration: none}

table           {font-size: 12px;color: #666}
td              {font-size: 12px;color: #666} 

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

p               {font-size: 12px;color: #666; line-height: 21px; margin: 0px; padding: 5px 0px 10px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 10px;color: #666}
textarea        {font-size: 12px;color: #666}
input           {font-size: 11px}

input.short           {font-size: 11px; width: 50px;}

textarea.description{width: 100%; height: 60px;}

span.small{font-size: 10px;}

h1 {	font-weight: bold;
		line-height: 25px;
		text-align: left;
		font-size: 22px;
		color: #FFFFFF;
		font-weight: normal
}

h2 {	color: #FFF;
		background: url('../template_images/bg/h1_bg.gif') no-repeat top right;
		margin: 0px;
		padding: 0px;
		height: 40px;
		line-height: 43px;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		text-indent: 5px;
}

h3              {font-size: 22px; font-weight: lighter; line-height: 28px; color: #3892B7; padding: 0px 0px 5px 0px; margin: 0px;}

h5              {font-size: 22px; font-weight: lighter; line-height: 28px; color: #000; padding: 0px 0px 5px 0px; margin: 0px;}

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

.white {
color: #000;
}

.error {
color: #CC0000;
}

.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');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px
}

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

ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ol {
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

li {
    font-size: 12px;
    color: #666;
	line-height: 21px;
}

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