@CHARSET "utf-8";

/* common */

html { overflow: -moz-scrollbars-vertical; }

body, html { height: 100%; padding: 0px; margin: 0px; border: 0; }

img	{ border: 0px; }

.clearFloat, .clearLeft	{ clear: both; line-height: 0px; visibility: hidden; height: 0px; font-size: 0px; zoom: 1; }
.clearLeft	{ clear: left; }

blockquote.textmessage
{
    margin-top: 2em;
    margin-bottom: 1ex;
    margin-left: -252px; 
    position:relative; 
    right:-308px;
    float:right;
	width: 200px;
	border-top: 1px solid rgb(191,51,6);
	border-bottom: 1px solid rgb(191,51,6);
	padding: 4px 1px 4px 1px;
	font-size: 90%;
	line-height: 135%;
	color:rgb(96,96,96);
}


/* Headings */
h1, h2, h3
{
  padding: 0px;
  font-weight: normal;
  line-height: normal;
}

h1 
{
  margin: 0px 0px 15px 0px;
  font-size: 24px;
  font-weight: bold;
  font-family: Georgia;
}

h2
{ 
  margin: 15px 0px 5px 0px;
  font-size: 18px;
  font-weight: bold;
  font-family: Georgia;
  color: rgb(4,99,128);
}

h3
{ 
  margin: 5px 0px 5px 0px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: Georgia;
  color: rgb(4,99,128);
}

a:hover { color: #e97b07; }
a.ext { background:url(/images/ext_link.gif) center right no-repeat; display:inline-block; padding-right:10px;}
a.ext:hover { background:url(/images/ext_link_act.gif) center right no-repeat;}

	/* rounded corners */
	
	dl.whitebox {background:#fff url(../images/whitebox_brd_top_left.gif) top left no-repeat; margin:0; padding:0;}
	dl.whitebox dt {background:transparent url(../images/whitebox_brd_top_right.gif) top right no-repeat; padding:10px; text-align:center; color:#fff;}
	dl.whitebox dd {background:#fff url(../images/whitebox_brd_btm_left.gif) bottom left no-repeat; padding:0; margin:0;}
	dl.whitebox dd p {margin:0;}
	dl.whitebox dd p.last {background:transparent url(../images/whitebox_brd_btm_right.gif) bottom right no-repeat; padding:10px;}

	dl.whitebox dd.fixedwdth {background:transparent url(../images/whitebox_brd_btm.gif) bottom no-repeat;}

	.rbtop, .rbottom {display:block; background:transparent; font-size:1px;}
	.rb1, .rb2, .rb3, .rb4 {display:block; overflow:hidden;}
	.rb1, .rb2, .rb3 {height:1px;}
	.rb2, .rb3, .rb4 {border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;}
	.rb1 {margin:0 5px; background:#e8e8e8;}
	.rb2 {margin:0 3px; border-width:0 2px;}
	.rb3 {margin:0 2px;}
	.rb4 {height:2px; margin:0 1px;}
	
	.rbgrad, .rbgradr {display:block; height:88px; font-size:88px; background:url(../images/rb_brd_btm.gif) no-repeat;}
	.rbgradr {background-position:right top;}
	.rb0 {margin:0 5px;}
	/* fonts */
	
	body, td	{
		color: #525252;
		font-family: Verdana,Tahoma,Arial,sans-serif;
		font-size: 13px;
	}
	
	small, .small	{ font-size: 0.75em; }

/* main */

body {
	background:#ececec url(/images/background.gif) top repeat-x;
	text-align:center; /* IE */
}

#page {
	width:975px;
	margin:0 auto;
	height:100%;
	text-align:left; /* IE */
}



/* head */

#head {
	text-align:right;
	height:55px;
	margin: 15px 0px 0px 0px;
}

		#head a {
			float:left;
		}
	
			#head h1 {
				color:#848484;
				font-weight:normal;
				font-size:16px;
				margin: 0px;
			}

		#head .logo {
		font-size:30px;
		float:left;
	}
	
	#head .small {
		padding-right:8px;
	}	

/* menu */

#menu, #menu li, #menu li a {
	height:36px;
}

#menu *
{
    margin:0;	padding:0; border:0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

#menu {
	width:100%;
	background:#e97b07 url(../images/menu_bg.png) repeat-x;
}

	#menu ul {
		margin:0;
		list-style-type: none;
	}

		#menu li {
			float:left;
			padding:0;
			width:196px;
			background:url(../images/menu_bg.png) repeat-x;
			border-right:1px solid #d9b997;
		}
		
			#menu li.first {
				background:url(../images/menu_left_bg.png) left no-repeat;
			}
			
			#menu li.last {
				border-right:none;
				background:url(../images/menu_right_bg2.png) right no-repeat;
			
				width:191px;
				
			}
			
				#menu a {
					padding-top:9px;
					text-align:center;
					display:block;
					width:100%;
					font-size:14px;
					color:#fff;
					font-weight:bold;
					text-decoration:none;
				}
				
					#menu a:hover { /* menu item on focus and active */
						background:url(../images/menu_bg_hover.png) repeat-x;
					}

					#menu a.act { /* menu item on focus and active */
						background:url(../images/menu_bg_act.png) repeat-x;
					}

						#menu .first a:hover {
							background:url(../images/menu_left_bg_hover.png) left no-repeat;
						}

						#menu .first a.act {
							background:url(../images/menu_left_bg_act.png) left no-repeat;
						}
						
						#menu .last a:hover {
							background:url(../images/menu_right_bg_hover.png) left no-repeat;
						}

						#menu .last a.act {
							background:url(../images/menu_right_bg_act.png) left no-repeat;
						}

			#menu input {
				border:none;
			}
				
				#menu #search {
					-webkit-appearance: searchfield;
					height:20px;
					width:136px;
					margin-left:20px;
					background:#fff url(/images/search_bg.gif) no-repeat;
					font-size:11px;
					color:#9c9c9c;
					padding:4px 11px 0 11px;
					vertical-align:top;
				}
				
				#menu #search.act { /* search field on focus */
					color:#000;
				}
				
				#menu .submit {
					cursor:pointer;
					margin-left:3px;
					width:16px;
					height:20px;
					background:transparent url(/images/search_submit.gif) center center no-repeat;
				}




/* submenu */

#submenu *
{
    margin:0; padding:0; border:0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

#submenu {
	background:#eff0f3 url(../images/submenu_bg.gif) repeat-x;
	height:30px;
	margin-bottom:4px;
}

	/* border */

	#submenu dl {
		background:url(../images/submenu_brd_left.gif) no-repeat;
	} 

	#submenu dt {
		background:url(../images/submenu_brd_right.gif) right no-repeat;
	} 

	#submenu ul {
		width:100%;
		margin:0;
		height:30px;
		list-style-type: none;
	}
	
		#submenu li {
			vertical-align:middle;
			width:130px;
			float:left;
			padding:0;
			background:none;
			text-align:center;
			font-size:12px;
		}
			
			#submenu li a {
				padding-top:7px;
				display:block;
				width:130px;
				height:30px;
				color: Gray;
				font-weight:bold;
				text-decoration:none;
			}
			
			#submenu li.act a, #submenu li a:hover {
				color: black;
			}

/* content */
#content .whitebox dd {
	padding:0 25px 15px 25px;
	min-height:800px;
	height:auto;
}

	*>#content .whitebox dd { /* IE6 */
		height:auto;
	}
	
	#content .whitebox p {
		margin-bottom:15px;
	}
	
	#content .whitebox p.last {
		margin-bottom:0;
		margin-right:-25px;
	}

#content {
	overflow:hidden;
	background:#fff;
}


	#article {
		margin-right:32px;
		width:670px;
		float:left;
	}
	
		#article p.left, #article p.right { overflow:hidden; margin-bottom:0;}
		#article p.left img, #article p.right img {float:left; margin-right:25px; margin-bottom:25px;}
	
	#right_block {
		width:217px;
		display:block; 
		float:left;
		border: 0;
	}
	
		#right_block .rbcontent-box {
			border:0 solid #e8e8e8;
			border-width:0 1px 0 1px;
		}

		#right_block .rbcontent 
		{
			width:210px;
			margin: 0;
			padding: 10px;
		}

/* footer */
#footer {
	text-align:right;
	margin-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#727272;
}