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

body {
	margin : 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	/*letter-spacing:-1px;*/
	color: #555555;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #D7D7D7;
	
}

.center
{
	width : 100%;
	margin : 0px 0px 0px 0px;
	text-align : center;
}

.right
{
	float: right;
	text-align: right;
}

.left
{
	float: left;
	text-align: left;
}

.vtop{
	vertical-align: top;
}

.vbottom{
	vertical-align: bottom;
}

p.test1{ text-align: center; }

#content
{
	width:980px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 60%;
	background-image: url(../_images/content_bg_06.gif);
	/*background-position: right;*/
	background-repeat: repeat-y;
	background-color:white;
	
}

#head
{
	width:980px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	line-height: 60%;
	text-align: left;
	clear: both;
	height:182px;
	background-position: top;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	
}
#head img.logo {
	position:absolute;
	margin-left: 45px;
	margin-top: 65px;
}

#head img.photo {
	float:right;
	margin-right: 4px;
}

#common-menu
{
	position:absolute;
	top: 6px;
	margin-left:250px;
}

#common-menu a
{
	float: left;
	display:block;
	color: white;
	font-weight:bold;
	width: 95px;
	height: 20px;
	text-align:center;
line-height:120%;
}
#common-menu a:hover
{
	color: #F4F4F4;
}

#top-level-menu
{
	float:right;
	padding-top:0px;
	padding-right:5px;
	height:40px;
	width:737px;
	/*background-color:black;*/
	
	
}

#top-level-menu a.btn
{
	font-size: 8pt;
	border-left: 7px solid #BEBEBE;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left: 35px;
	color:#7d7d7d;
	float:right;
	display:block;
	text-align:left;
	height:19px;
	width:141px;
	background-position: left;
	background-repeat: no-repeat;
line-height:120%;
}
#top-level-menu a.green
{
	color: #849A28;
	background-image: url(../_images/btn_green_05.gif);	
}
#top-level-menu a.blue
{
	color: #1C64B3;
	background-image: url(../_images/btn_blue_05.gif);	
}
#top-level-menu a.orange
{
	color: #F9913D;
	background-image: url(../_images/btn_orange_05.gif);
}
#top-level-menu a.red
{
	color: #BF0000;
	background-image: url(../_images/btn_red_05.gif);	
}


#top-level-menu a.btn:hover
{
	background-color:#F4F4F4;
}


#foot{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-position: left top;
	background-repeat: repeat-x;
	line-height:60%;
	text-align:center;
}

#left-column
{
	padding-bottom: 10px;
	padding-left: 7px;
	float:left;
	width: 229px;
}

#left-menu
{
	padding-top: 10px;
	padding-bottom: 50px;
	width: 229px;
	background-image: url(../_images/left_bg_12.gif);
	background-position: left top;
	margin-bottom:10px;
}

#left-menu .submenu
{
padding-left:8px;
line-height:120%;
}
#left-menu .submenu a
{
	display:inline;
	padding-top: auto;
	padding-left: auto;
	background: transparent;
	font-weight:normal;
	color: #5C5C5C;
}
#left-menu .submenu a:hover
{
background:transparent;
}


#left-menu a
{
	display:block;
	height:22px;
	width:219px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(../_images/btn_bg_left_15.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #5C5C5C;
line-height:120%;
}
#left-menu a:hover
{
	background-image: url(../_images/btn_bg_left_over_15.gif);
	color: #AE7F5D;
}

#left-menu a.menuactive:link {color:#AE7F5D; font-weight:bold;}
#left-menu a.menuactive:visited{color:#AE7F5D; font-weight:bold;}
#left-menu a.menuactive:active {color:#AE7F5D; font-weight:bold;}
#left-menu a.menuactive:hover {color:#AE7F5D; font-weight:bold;}


#quick-view
{
	width: 229px;
	padding-top:10px;
	background-image: url(../_images/left_guick_top_19.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom:0px;
	line-height: 120%;
}

#text-and-right{
	float:right;
	width: 742px;
}


#right-column
{
	float:right;
	width: 219px;
	padding-right: 8px;
}

#right-column .box
{
	width:209px;
	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
	background-color: #E0E0E0;
line-height: 120%;

}
#right-column .box h2
{
	text-align:center;
	background-color:white;
	margin-top:0px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	font-size: 7pt;
	border: none;
}

#text-content 
{
	margin-top: 0px;
	float:left;
	width: 700px;
	padding-right: 0px;
	padding-left: 15px;
	text-align : left;
	line-height: 120%;
	/*border:1px solid black;*/
}

#text-content .halfbox
{
	float:left;
	width: 233px;
	height: 240px;
	margin-right: 10px;
	background-image: url(../_images/box_bg_20.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 1px;
	margin-bottom:5px;
	
}

#text-content .halfbox p
{
	margin: 5px 10px 5px 5px;
	line-height:100%;
}

#text-content .halfbox h2
{
	text-align: right;
	font-size:7pt;
	margin-top: 0px;
	margin-right: 10px;
	padding-right: 40px;
	line-height:180%;
	border: none;
	background-position: right;
	background-repeat: no-repeat;
}
#text-content .halfbox h2.red
{
	color: #BF0000;
	background-image: url(../_images/btn_red_05.gif);
}
#text-content .halfbox h2.orange
{
	color: #F9913D;
	background-image: url(../_images/btn_orange_05.gif);
}
#text-content .halfbox h2.green
{
	color: #849A28;
	background-image: url(../_images/btn_green_05.gif);
}
#text-content .halfbox h2.blue
{
	color: #1C64B3;
	background-image: url(../_images/btn_blue_05.gif);
}


#text-content a{ border-bottom: 1px dotted #6A4447;}
#text-content a.button
{
border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left: 35px;
	color:#7d7d7d;
float:left;
	display:block;
	text-align:left;
	height:19px;
	padding-right:5px;
	background-image: url(../_images/button_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
background-color: #f4f4f4;
line-height:120%;

}

#text-content a.button_blue
{
border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left: 35px;
	color:#7d7d7d;
float:left;
	display:block;
	text-align:left;
	height:19px;
	padding-right:5px;
	background-image: url(../_images/button_bg_blue.gif);
	background-position: left;
	background-repeat: no-repeat;
background-color: #f4f4f4;
line-height:120%;

}

#text-content a.button_green
{
border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left: 35px;
	color:#7d7d7d;
float:left;
	display:block;
	text-align:left;
	height:19px;
	padding-right:5px;
	background-image: url(../_images/button_bg_green.gif);
	background-position: left;
	background-repeat: no-repeat;
background-color: #f4f4f4;
line-height:120%;

}

#text-content a.button_orange
{
border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left: 35px;
	color:#7d7d7d;
float:left;
	display:block;
	text-align:left;
	height:19px;
	padding-right:5px;
	background-image: url(../_images/button_bg_orange.gif);
	background-position: left;
	background-repeat: no-repeat;
background-color: #f4f4f4;
line-height:120%;

}

#text-content a.button_red
{
border-bottom: 1px solid #CFCFCF;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left: 35px;
	color:#7d7d7d;
float:left;
	display:block;
	text-align:left;
	height:19px;
	padding-right:5px;
	background-image: url(../_images/button_bg_red.gif);
	background-position: left;
	background-repeat: no-repeat;
background-color: #f4f4f4;
line-height:120%;

}

	
#copyright {
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	text-align:center;
	font-size: 7pt;
	line-height: 120%;
}


.NewsSummary
{
margin-bottom:10px;
}

.NewsSummaryLink
{
font-size: 7pt;
font-weight:bold;
}
.NewsSummaryPostdate
{
font-style:italic;
}
.NewsSummaryMorelink
{
font-size:7pt;
}

.listing{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

p {
	/*border-left: 5px solid #F9E4C8;*/
		margin-top: 0px;
		margin-bottom: 15px;
		text-align: justify;
text-size: 6pt;
}

span.highlight{
	color: #92644A;
	font-weight: bold;
}

span.red
{
	color: #92644A;
	font-weight:bold;
}

.more{
	color : #555555;
	font-size:9px;
}


hr{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #bbbbbb;
	color: #bbbbbb;
	clear:none;
}

h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:1px;
	background-image: url(../_images/green_dot_30.gif);
	background-position: right ;
	background-repeat: no-repeat;
line-height: 120%;
	
}



h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 16px;
	text-align:left;
line-height: 120%;
	/*max-width: 620px;*/
}

#text-content h2 a{text-decoration:none; border:0px;}
h2 a:link {text-decoration:none;border:none;}
h2 a:active {text-decoration:none;border:none;}
h2 a:visited {text-decoration:none;border:none;}
h2 a:hover {text-decoration:none;border:none;}


h3{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
line-height: 120%;
	font-family: Arial, Verdana, Trebuchet MS;
}

h3 a:link {text-decoration:none;border:none;}
h3 a:active {text-decoration:none;border:none;}
h3 a:visited {text-decoration:none;border:none;}
h3 a:hover {text-decoration:none;border:none;}

h3.message{
	position:absolute;
	width: 400px;
	font-size: 14px;
	text-align: center;
	background-color: #CA4628;
	padding: 30px 2px 2px 2px;
	color: white;
	margin-left: 100px;
	margin-right: auto;
	top: 10px;
	line-height:100%;
	height: 60px;
	opacity:0.60;_filter: alpha(opacity=60);
	-moz-border-radius: 10px 10px 10px 10px; 
}

h4{
	font-size: 12px;
	letter-spacing:-1px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
line-height: 120%;
}

h5{
	font-size: 8px;
color:#AE7F5D;
	margin-top: 0px;
font-weight:bold;
	font-family: Arial, Verdana, Trebuchet MS;

}

h6
{
font-size: 10px;
font-weight:bold;
font-family: Arial, Verdana, Trebuchet MS;

}

ul, ol ul{

padding-left: 0px;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #555555;
	list-style: square;
	font-weight: normal;
}


ul li, ol ul li{

padding-left: 0px;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
	background: none;
	list-style: square outside;
	font-weight: normal;
}


ul li li
{
	list-style: square;
	font-weight: normal;	
}

ol{
	padding-left: 0px;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #555555;
	list-style: decimal;
	font-weight: normal;}
ol li {
/*background-image: url(../_images/olli_bg.gif);
background-position: left top;
background-repeat: repeat-y;*/
border-left: 5px solid #CECECE;
padding-left: 12px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
margin-bottom:2px;
	list-style: decimal inside;
	font-weight: normal;
}

ol.alpha{
	list-style: upper-alpha;
}


table{
	margin-top: 0px;
	margin-bottom: 10px;
	background: transparent;
	color: #666666;
	border-collapse:separate;
border: none;

}

th{
	padding : 3px 3px 3px 3px;
	border : none;
	border-collapse:separate;
background-color: #AE7F5D;
color: #ffffff;
	text-align: left;

}


td{
	padding : 3px 3px 3px 3px;
	border : none;
	border-collapse:separate;
background-color: #F4F4F4;
	text-align: left;

}

td p{ margin-bottom:0px;}


form table
{
	border: none;
}
form table td
{
	border: none;
}

table.noborder{border:none}
table.noborder td{border:none;}


table.contacts{
	width: 100%;
	border:none;
}
table.contacts td
{
	text-align:left;
	padding: 5px 5px 5px 5px;
	border: none;
}


form{
	margin: 0px 0px 0px 0px;
}

input{
	border: 1px inset;
	background-color: #ffffff;
	opacity:0.50;_filter: alpha(opacity=50);
	font-family: Arial, Tahoma,Verdana, Arial CE, Helvetica CE, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 1px;
	color:#000000;
	/*text-align:left;*/
}

input.right
{
	float:right;
	text-align:inherit;
}

select{
	border: 1px inset;
	background-color: #ffffff;
	font-family: Arial, Tahoma,Verdana, Arial CE, Helvetica CE, Helvetica, sans-serif;
	font-size: 10px;
	opacity:0.50;_filter: alpha(opacity=50);
	
}

textarea{
	border: 1px inset;
	background-color: #ffffff;
	font-family: Arial, Tahoma,Verdana, Arial CE, Helvetica CE, Helvetica, sans-serif;
	opacity:0.50;_filter: alpha(opacity=50);
	font-size: 6pt;
	width: 300px;
}


fieldset{
	margin-bottom:5px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #888888;
	background:none;
}

legend{
	font-size: 10pt;
	font-weight: bold;
	color: #888888;
}

label{
		color: #222222;
}

input.standard{
	width: 110px;
}

input.long{
	width: 200px;
}
input.very-long{
	width: 400px;
}

input.short{
	width: 30px;
	text-align: right;
	/*vertical-align: middle;*/
	margin-top: 3px;
}

input.shortest{
	
	width: 15px;
	text-align: right;
	vertical-align: middle;
}


input.button{
	background-color: #A6685B;
	border: 1px outset;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	opacity:1.00;_filter: alpha(opacity=100);
}

input.button_blue{
	background-color: #5d78a7;
	border: 1px outset;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	opacity:1.00;_filter: alpha(opacity=100);
}

input.button_green{
	background-color: #5d78a7;
	border: 1px outset;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	opacity:1.00;_filter: alpha(opacity=100);
}
input.button_orange{
	background-color: #5d78a7;
	border: 1px outset;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	opacity:1.00;_filter: alpha(opacity=100);
}
input.button_red{
	background-color: #5d78a7;
	border: 1px outset;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	opacity:1.00;_filter: alpha(opacity=100);
}

img{
	margin: 0px 0px 0px 0px;
	border: 0px;
}

img.thumb
{
	padding: 5px 5px 5px 5px;
}

img.tree-ico{
	vertical-align: bottom;
}

img.right{
  float: right;
  /*border-left: 10px solid #eaeaea;*/
  margin-left: 10px;
}
img.left{
  float: left;
  /*border-left: 10px solid #eaeaea;*/
  margin-right: 10px;
}

img.right-no-border{
  float: right;
  border: 0px solid #7ABBA5;
  margin-left: 10px;
}

.clear-all{
	clear: both;
}


a:link {color: #6A4447;	text-decoration: none;}
a:active {color: #333333;text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #777777;	text-decoration: none;}


.listing a:link{color: #616161;	text-decoration: none;}
.listing a:active{color: #616161;	text-decoration: none;}
.listing a:visited{color: #616161;	text-decoration: none;}
.listing a:hover{color: #E08405;	text-decoration: none;}

#copyright a:link {	color: #777777;text-decoration: underline;}
#copyright a:active {	color: #777777;text-decoration: underline;}
#copyright a:hover {	color: #777777;text-decoration: underline;}
#copyright a:visited {	color: #777777;text-decoration: underline;}


body {
	background-image: url(../_images/blue/body_bg.gif);	
        background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
        margin-top: 0px;
	background-color: #D7D7D7;
}

#head
{
	background-image: url(../_images/blue/head_bg.gif);
}

#foot{
	background-image: url(../_images/blue/foot_bg_36.gif);
}

h1
{
	color: #1A62B0;
}

h2
{
	color: #1A62B0;
	border-bottom: 1px solid #1A62B0;
}

h2 a:link {color: #1A62B0;}
h2 a:active {color: #1A62B0;}
h2 a:visited {color: #1A62B0;}
h2 a:hover {color: #818181;}

h3
{
	color: #D9261C;
}


h3 a:link {color: #F47920;}
h3 a:active {color: #F47920;}
h3 a:visited {color: #F47920;}
h3 a:hover {color: #222222;}

h4{
	color: #000000;
}
h4 a:link {color: #000000;}
h4 a:active {color: #000000;}
h4 a:visited {color: #000000;}
h4 a:hover {color: #555555;}


ul, ol ul{
	list-style-image: url(../_images/blue/li.gif);
}


ul li, ol ul li{
	list-style-image: url(../_images/blue/li.gif);
}



