/*MAIN TYPOGRAPHY*/
.online_bg .newsgl .titlegl A
{
	color: #660033;
}

.online_bg .newsgl .titlegl A:hover
{
	text-decoration: underline !important;
	color: #6BA32C;/*#660033*/
}

HTML
{
	font-size: 62.5%;
	font-family: Tahoma, Geneva, sans-serif;
}
STRONG, TH, THEAD TD, H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
}
CITE, EM, DFN
{
	font-style: italic;
}
CODE, KBD, SAMP, PRE, TT, VAR, INPUT[type='text'], INPUT[type='password'], TEXTAREA
{
	font-size: 92%;
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
}
DEL
{
	text-decoration: line-through;
	color: #666;
}
INS, DFN
{
	border-bottom: 1px solid #CCC;
}
SMALL, SUP, SUB
{
	font-size: 85%;
}
ABBR, ACRONYM
{
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.1em;
}
A ABBR, A ACRONYM
{
	border: none;
}
ABBR[title], ACRONYM[title], DFN[title]
{
	cursor: help;
	border-bottom: 1px solid #CCC;
}
SUP
{
	vertical-align: super;
}
SUB
{
	vertical-align: sub;
}
/*QUOTES*/
BLOCKQUOTE
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
}
BLOCKQUOTE *:first-child:before
{
	content: "\201C";
}
BLOCKQUOTE *:first-child:after
{
	content: "\201D";
}
/*language specific quotes!*/
Q
{
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/*FORMS*/
FIELDSET
{
	border: 1px solid #CCC;
}
LEGEND
{
	background: #FFF;
}
TEXTAREA, INPUT[type='text'], INPUT[type='password'], SELECT
{
	border: 1px solid #BFBFBD;
	background: #F6F5F5;
}
INPUT, SELECT
{
	cursor: pointer;
}
INPUT[type='text'], INPUT[type='password']
{
	cursor: text;
}
/*
-----------------------------
CONTENT ONLY
-----------------------------

BASE SIZES*/
BODY
{
	font-size: 1.2em;
	line-height: 1.6em;
	background: #FFF;
	color: #5B5955;
}
H1
{
	font-size: 1.5em;
	font-weight: normal;
}
H2
{
	font-size: 1.4em;
	font-weight: normal;
}
H3
{
	font-size: 1.3em;
	font-weight: normal;
}
H4
{
	font-size: 1.2em;
	font-weight: normal;
}
H5
{
	font-size: 1.1em;
}
H6
{
	font-size: 1em;
}
/*HR*/
HR
{
	display: block;
	background: #AAA;
	color: #AAA;
	width: 100%;
	height: 1px;
	border: none;
}
/*LISTS*/
UL
{
	list-style: disc outside;
}
OL
{
	list-style-position: outside;
	list-style-type: decimal;
}
DT
{
	font-weight: bold;
}
/*TABLES*/
TABLE
{
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border: 0px solid #000000;
}
TH, TD
{
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #CCC;
	border: 0;
}
/*MARGINS & PADDINGS*/
BLOCKQUOTE *:first-child
{
	margin: 0.8em 0;
}
HR, P, UL, OL, DL, PRE, BLOCKQUOTE, ADDRESS, TABLE, FORM
{
	margin-bottom: 0.8em;
}
.online_bg .newsgl .intr P
{
	font-size: 11px !important;
}
IMG.left
{
	float: left;
	margin: 0 20px 10px 0;
}
IMG.right
{
	float: right;
	margin: 0 0 10px 20px;
}
IMG[align="left"]
{
	margin: 0 20px 10px 0;
}
IMG[align="right"]
{
	margin: 0 0 10px 20px;
}
/*NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2*/
H1
{
	margin: 0 0 0.5em;
}
H2
{
	margin: 0 0 0.535em;
}
H3
{
	margin: 0 0 0.57em;
}
H4
{
	margin: 0 0 0.615em;
}
H5
{
	margin: 0 0 0.67em;
}
H6
{
	margin: 0 0 0.8em;
}
TH, TD
{
	padding: 0.8em;
}
CAPTION
{
	padding-bottom: 0.8em;
}
/*padding instead of margin for IE*/
BLOCKQUOTE
{
	padding: 0 1em;
	margin: 1.6em 0;
}
FIELDSET
{
	padding: 0 1em 1em;
	margin: 1.6em 0;
}
/*padding-top is margin-top for fieldsets in Opera*/
LEGEND
{
	padding-left: 0.8em;
	padding-right: 0.8em;
}
LEGEND + *
{
	margin-top: 1em;
}
/*compensates for the opera margin bug*/
TEXTAREA, INPUT
{
	padding: 0.3em 0.4em 0.15em;
}
SELECT
{
	padding: 0.1em 0.2em 0;
}
OPTION
{
	padding: 0 0.4em;
}
DT
{
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}
UL
{
	margin-left: 2em;
}
OL
{
	margin-left: 2.35em;
}
OL OL, UL OL
{
	margin-left: 2.5em;
}
FORM DIV
{
	margin-bottom: 0.8em;
}
/*COLORS*/
A:link
{
	text-decoration: none;
	color: #660033;/*#6BA32C*/
}
A img:hover
{
	text-decoration: none !important;	
}
A:visited
{
	text-decoration: underline;
	color: #660033;/*#6BA32C*/
}
A:hover
{
	text-decoration: underline;
	color: #6BA32C;/*#660033*/
}
.online_bg UL LI A
{
	color: #660033;
}
.online_bg UL LI A:hover
{
	color: #6BA32C;
}
A:active, A:focus
{
	text-decoration: underline;
	color: #000;
}
CODE, PRE
{
	color: #660033;
}
/*very optional, but still useful. W3C uses about the same colors for codes*/
H1, H2, H3, H4, H5, H6
{
	color: #660033;
}
.red
{
	color: #660033;
}
/*CLEARFIX*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}
INPUT.ver
{
	width: 79px;
	-moz-border-radius: 3px;
	height: 24px;
	margin-bottom: -30px;
	position: relative;
	top: -15px;
}
.cup IMG
{
	width: 70px;
	-moz-border-radius: 5px;
}
.triple .online_bg UL
{
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
}
.triple .online_bg LI
{
	list-style: decimal;
	padding-bottom: 5px;
}
.triple P
{
	text-transform: none;
	padding-left: 0;
	text-align: center;
	color: #9D9D9D;
}
.clearfix
{
	display: inline-block;
}
/*for IE/Mac*/
HTML[xmlns] .clearfix
{
	display: block;
}
BODY
{
	padding: 5px 0;
}
.p_bg
{
	background: url(../img/mid.gif) repeat-y center top;
	width: 980px;
	margin: 0 auto;
}
.p_bg .p_bg
{
	background: url(../img/cor_top.gif) no-repeat center top;
}
#page
{
	padding: 2px 6px 13px 2px;
	background: url(../img/cor_bot.gif) no-repeat center bottom;
}
.online_bg .newsgl
{
	width: 162px;
	border-bottom: 1px solid #CFCDC6;
	margin-bottom: 10px;
	border-right: 0px solid #000000;
	text-align: left;
}
.online_bg .newsgl .ico IMG
{
	width: 66px;
	display: none;
}
#header
{
	height: 376px;
	position: relative;
	background: #DEDEDA url(../img/head_bg.jpg) no-repeat center top;
	border-bottom: 7px solid #524F4C;
}
.logo
{
	position: absolute;
	top: 31px;
}
.flash_menu
{
	position: absolute;
	right: 0;
	top: 15px;
}
.phones
{
	position: absolute;
	right: 0;
	top: 82px;
}
.head_images
{
	position: absolute;
	right: 232px;
	top: 93px;
}
.head_images IMG
{
	border: 1px solid #292929;
}
.dop_menu
{
	position: absolute;
	right: 231px;
	bottom: 24px;
	text-align: center;
	background: url(../img/tumb.jpg) no-repeat;
	width: 218px;
	height: 109px;
}
.dop_menu A
{
	display: block;
	font-size: 11px !important;
	text-decoration: none;
	line-height: 11px;
	color: #373737;
}
.dop_menu A:hover
{
	color: #660033;
}
.dop_menu .m1
{
	line-height: 22px;
}
.dop_menu .m2
{
	line-height: 18px;
}
.dop_menu .m3
{
	line-height: 17px;
}
.dop_menu .m4
{
	line-height: 17px;
}
.dop_menu .m5
{
	line-height: 15px;
}
.dop_menu .m6
{
	line-height: 19px;
}
#content
{
	background: #938080 url(../img/cont_top_cor.jpg) no-repeat center top;
	padding: 15px;
}
.justifyfull
{
	text-align: justify;
}
.justifyright
{
	text-align: right;
}
.right_col
{
	float: left;
	width: 510px;
	margin-left: 15px;
}
.txt_block
{
	background: #FFF url(../img2/txt_mid.gif) repeat-y center top;
}
.txt_bg
{
	background: url(../img2/txt_top.gif) no-repeat center top;
}
.txt_bg .txt_bg
{
	background: url(../img2/txt_bot.gif) no-repeat center bottom;
	padding: 20px 35px 30px;
}
.small_photo
{
	margin-bottom: 10px;
}
.small_photo UL
{
	list-style: none;
	text-align: center;
	margin: 0;
}
.small_photo LI
{
	display: inline;
}
.small_photo IMG
{
	border: 1px solid #C7C7C4;
}
.left_col
{
	float: left;
	width: 200px;
}
.triple
{
	float: right;
	width: 200px;
}
.left_menu
{
	text-transform: uppercase;
	font-weight: bold;
	background: #E6E3DC url(../img2/l_menu_mid.gif) repeat-y center top;
}
.left_menu .l_menu_bg
{
	background: url(../img2/online_top.gif) no-repeat center top;
}
.left_menu .l_menu_bg .l_menu_bg
{
	background: url(../img2/online_bot.gif) no-repeat center bottom;
	padding: 5px 4px 17px 0;
}
.left_menu UL
{
	margin: 0;
	padding-left: 1px;
	list-style: none;
	/*[empty]width:;*/
}
.left_menu A
{
	color: #161213 !important;
	text-decoration: none;
	display: block;
	width: 162px;
	padding: 2px 3px 2px 30px;
	background: #FFFFFF url(../img/li.gif) no-repeat 7px center;
	font-weight: bold;
	font-size: 11px;
}
.left_menu A:hover
{
	color: #6BA32C !important;
	background-image: url(../img/li_a.gif);
	background-color: #FBFBFA;
}
.triple IMG
{
	width: 170px;
	margin-left: -4px;
	margin-top: -3px;
	margin-bottom: 0;
}
.triple .left_menu A
{
	padding: 0;
	background-image: none;
	margin: 8px 0 0 13px;
	width: 170px;
}
.left_menu A.active
{
	color: #6D6D6D !important;
	background-image: url(../img/li_a.gif);
	background-color: #FBFBFA;
}
.left_menu LI
{
	border-top: 1px solid #CFCDC6;
	border-bottom: 1px solid #FFFFFF;
}
.left_menu LI.first
{
	border-top: none;
}
.left_menu LI.last
{
	border-bottom: none;
}
.online_form
{
	background: #FFF url(../img2/online_mid.gif) repeat-y center top;
	margin-top: -7px;
	margin-bottom: 10px;
}
.online_form .online_bg
{
	background: url(../img2/online_top.gif) no-repeat center top;
}
.online_form .online_bg .online_bg
{
	background: url(../img2/online_bot.gif) no-repeat center bottom;
	padding: 12px;
}
.triple .online_form
{
	margin-top: -10px;
	margin-bottom: 14px;
}
.online_form H1
{
	color: #6D6D6D;
}
.online_form FORM .simple
{
	width: 134px;
	-moz-border-radius: 3px;
}
.online_form FORM .txt_area
{
	width: 155px;
	height: 60px;
	overflow: auto;
	line-height: 1.2em;
	-moz-border-radius: 3px;
}
.online_form FORM .clearfix DIV
{
	margin-bottom: 0;
}
.online_form FORM .but
{
	background: url(../img/li_a.gif) no-repeat left center;
	border: none !important;
	border-width: 0;
	font-weight: bold;
	color: #660033;
	padding: 2px 0;
	padding-left: 22px;
	text-align: right;
	width: 145px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#footer
{
	color: #E4E2E2;
}
.copy
{
	padding: 17px;
}
.copy A:hover
{
	text-decoration: none;
}
.noright
{
	width: 725px;
}
.noright .txt_block
{
	background: #FFF url(../img2/txt_mid2.gif) repeat-y center top;
}
.noright .txt_bg
{
	background: url(../img2/txt_top2.gif) no-repeat center top;
}
.noright .txt_bg .txt_bg
{
	background: url(../img2/txt_bot2.gif) no-repeat center bottom;
	padding: 20px 35px 30px;
}
.noright .newsgl
{
	width: 310px;
}
.nop1
{
	margin-left: 24px;
}
.nop2
{
	margin-left: 24px;
}

#block-img{width:26%;float:left;height:155px;margin-right:10px;}
#block-text{width:44%;float:left;min-height:260px;margin-right:10px;}
#block-text-last{width:44%;float:left;min-height:260px;}
