/*
-----------------------------------------------------------------------------

styles.css

This file is CSS2 compatible. It holds all style definitions used by 
the current site. 

-----------------------------------------------------------------------------
*/
.brd{
	border-top: 1px solid #cccccc;
}
.brd_l{	
	border-left: 1px solid #cccccc;
}
.brd_r{	
	border-right: 1px solid #cccccc;
}

.brd_tl{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.brd_tr{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.tdarrow{
	background:  url(images/arrow.gif) no-repeat bottom center;
}
body{
	background: #ffffff url(images/background.jpg) repeat-x top left;
}
td{
	font-family: "Arial Narrow", Arial,Verdana,Helvetica, sans-serif;
	font-size:12px;
    /*color:#40668c;*/
	color:#c4262e;
	font-weight: normal;
}

td.flash{
	background:	#ffffff;
	z-index: 1;
}

td.home_text{
	font-family: "Arial Narrow", Arial,Verdana,Helvetica, sans-serif;
	font-size:26px;
	/*color:#6699cc;*/
    color: #c4262e;
}

INPUT.w100px {
	WIDTH: 100px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
INPUT.w200px {
	WIDTH: 200px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
INPUT.w300px {
	WIDTH: 290px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
INPUT.w400px {
	WIDTH: 400px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
INPUT.w470px {
	WIDTH: 470px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
INPUT.w615px {
	WIDTH: 615px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
SELECT.w615px {
	WIDTH: 615px; FONT-SIZE: 11px; COLOR: rgb(51,51,51); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
TEXTAREA.w615px {
	WIDTH: 615px; FONT-SIZE: 11px; COLOR: rgb(0,0,0); FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif
}
td.left_shadow{
	background: url(images/left_shadow.gif) repeat-y top right;
}
td.right_shadow{
	background: url(images/right_shadow.gif) repeat-y top left;
}
td.bottom_shadow{
	background: url(images/bottom_shadow.gif) repeat-x top left;
}
td.bottom_shadow_l{
	background: url(images/bottom_shadow_l.gif) no-repeat top right;
}
td.bottom_shadow_r{
	background: url(images/bottom_shadow_r.gif) no-repeat top left;
}

a.nav_link{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#232323;
	text-decoration: none;
	text-transform: lowercase;
}
a.nav_link:hover{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#232323;
	text-decoration: underline;
	text-transform: lowercase;
}

a.footer_link{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	text-decoration: none;
	text-transform: lowercase;
}
a.footer_link:hover{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	text-decoration: underline;
	text-transform: lowercase;
}

td.footer{
	background: #cccccc;
	height: 50px;
}

td.footer_text{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
}
a.news_link{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	text-decoration: none;
}
a.news_link:hover{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	text-decoration: underline;
}
/*
-----------------------------------------------------------------------------
Top MENU
-----------------------------------------------------------------------------
*/
td.top_menu{
	height: 42px;
	padding-left: 7px;
	padding-right: 35px;
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	font-weight: bold;
	cursor:pointer;
}
td.top_menu_over{
	height: 42px;
	background: #cccccc url(images/butt_corner.gif) no-repeat top right;
	padding-left: 7px;
	padding-right: 35px;
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	font-weight: bold;
	cursor:pointer;
}
td.top_menu_select{
	height: 42px;
	background: #cccccc url(images/butt_corner.gif) no-repeat top right;
	padding-left: 7px;
	padding-right: 35px;
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#c4262e;
	font-weight: bold;
    cursor:pointer;
}
/*
-----------------------------------------------------------------------------
Top MENU
-----------------------------------------------------------------------------
*/

td.left_menu{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#232323;
	font-weight: bold;
	border-bottom: 1px solid #9999cc;
	height: 30px;
}
a.link_menu{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	text-decoration: none;
	font-weight: normal;
}
a.link_menu:hover{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#9999cc;
	text-decoration: none;
	font-weight: normal;
}
a.link_menu_select{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#9999cc;
	text-decoration: none;
	font-weight: normal;
}
.text{
	font-family: "Arial Narrow", Arial,Verdana,Helvetica, sans-serif;
	font-size:12px;
    /*color:#40668c;*/
	color:#c4262e;
	font-weight: normal;
}
.text_black{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	font-weight: normal;
}
.text11{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#232323;
	font-weight: normal;
	text-transform: lowercase;
}
td.textTitle{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#232323;
	font-weight: bold;
}
a.link_text_title{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#232323;
	text-decoration: none;
}
a.link_text{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#232323;
	text-decoration: underline;
}

div.fixed {
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0px;
	background: #5d5d5d;
	-moz-opacity:.50;
	opacity:.50;
	overflow: hidden;
}
.pstrength-minchar {
	font-size : 10px;
}

/*
-----------------------------------------------------------------------------
send messages
-----------------------------------------------------------------------------
*/

td.titlemsg{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	background: #edf3fe;
	height: 30px;
	font-weight: bold;
}
td.tdmsg{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	height: 30px;
	border-bottom: 1px solid #adc1e2;
	cursor: pointer;
}
td.msg_row{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	background: #f1f6ff;
	border-bottom: 1px solid #deeaff;
	height: 25px;
	padding-left: 5px;
}
td.textmesg{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#232323;
	border-left: 1px solid #deeaff;
	border-right: 1px solid #deeaff;
	border-bottom: 1px solid #deeaff;
	padding: 5px;
}
a.msglink{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	COLOR: #232323; 
	TEXT-DECORATION: none;
}
a.msglink_over{
	FONT-FAMILY: "Arial Narrow", Arial,Verdana,Helvetica,Sans-Serif; 
	FONT-SIZE: 12px; 
	COLOR: #232323; 
	TEXT-DECORATION: underline;
}
div.mail_read{
	background: url(images/mail_read.gif) top left no-repeat;
	height: 23px;
}
div.mail_unread{
	background: url(images/mail_unread.gif) top left no-repeat;
	height: 23px;
}
div.mail_read_att{
	background: url(images/mail_read_att.gif) top left no-repeat;
	height: 23px;
}
div.mail_unread_att{
	background: url(images/mail_unread_att.gif) top left no-repeat;
	height: 23px;
}
a.attlink{
	FONT-FAMILY: "Arial Narrow", Arial,Verdana,Verdana,Helvetica,Sans-Serif; 
	FONT-SIZE: 11px; 
	COLOR: #232323; 
	TEXT-DECORATION: underline;
}


a.mail_link{
	font-family: "Arial Narrow", Arial,Verdana, Helvetica, sans-serif;
	font-size:11px;
    /*color:#40668c;*/
	color:#c4262e;
	font-weight: normal;
	text-decoration: underline;
}
/*
-----------------------------------------------------------------------------
care
-----------------------------------------------------------------------------
*/
td.care_top_l{
	background: url(images/care_top_l.jpg) bottom left no-repeat;
}
td.care_top_r{
	background: url(images/care_top_r.jpg) bottom right no-repeat;
}
td.care_bott_l{
	background: url(images/care_bott_l.jpg) top left no-repeat;
}
td.care_bott_r{
	background: url(images/care_bott_r.jpg) top right no-repeat;
}
td.care_left_t{
	background: url(images/care_left_t.jpg) top left no-repeat;
	height: 35px;
}
td.care_right_t{
	background: url(images/care_right_t.jpg) top right no-repeat;
	height: 35px;
}
td.care_left{
	background: url(images/care_left.jpg) top left repeat-y;
}
td.care_right{
	background: url(images/care_right.jpg) top right repeat-y;
}
td.care_left_b{
	background: url(images/care_left_b.jpg) bottom left no-repeat;
	height: 35px;
}
td.care_right_b{
	background: url(images/care_right_b.jpg) bottom right no-repeat;
	height: 35px;
}

td.careTitle{
	FONT-FAMILY: "Arial Narrow", Arial,Verdana,Verdana,Helvetica,Sans-Serif; 
	FONT-SIZE: 12px; 
	COLOR: #c4262e; 
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
}
td.careContent{
	FONT-FAMILY: "Arial Narrow", Arial,Verdana,Verdana,Helvetica,Sans-Serif; 
	FONT-SIZE: 12px; 
	COLOR: #232323; 
	padding: 5px 10px 0px 10px;
}
/*
-----------------------------------------------------------------------------
sitemap
-----------------------------------------------------------------------------
*/
td.mapTitle{
	FONT-FAMILY: "Arial Narrow", Arial,Verdana,Verdana,Helvetica,Sans-Serif; 
	FONT-SIZE: 12px; 
	COLOR: #232323; 
}
a.map_link{
	FONT-FAMILY: "Arial Narrow", Arial,Verdana,Verdana,Helvetica,Sans-Serif; 
	FONT-SIZE: 12px; 
    /*COLOR: #40668c; */
	COLOR: #c4262e; 
	text-decoration: none;
}
td.padding10{
	padding-left: 10px;
	height: 20px;
}

/*
-----------------------------------------------------------------------------

END of FILE

-----------------------------------------------------------------------------
*/
