/*
      Created by Bilyana Madova, http://www.webstyle-bg.com 
*/

* { padding: 0; margin: 0; }

body {
background: White url(body_bgr.jpg) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
 h1
 {
 border-bottom: 4px solid #cec7d4;
	color: #675577;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
 }
 
 h2
 {
	color: #666699;
	font-size: 14px;
	padding: 10px 0 10px 0;
 }


h3
 {
 border-bottom: 2px solid #cec7d4;
	color: #675577;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
 }

.float_right
{
	float: right;
}
.float_left
{
	float: left;
}

#wrapper, .column	{min-height:500px;}
#wrapper { 
 position:relative;
 height:auto;
 margin: 0 auto;
 width: 976px;
 background:transparent url('../img/wrapper.jpg') left center repeat-y;
 }
#header {
 color: #333;
 width: 976px;
 float: left;
 height: 169px;
 margin: 0px 0px 0px 0px;
 background: #E7DBD5 url(header.jpg);
}

#header_links
{
background: #FFF;
height: 18px;
position:relative;
top:52px;
left:232px;
width: 637px;
padding: 3px 14px 0px 63px;
  filter:alpha(opacity=60);
  opacity:0.6;
}

#header_links ul{
/*padding:3px;
padding-right: 14px;*/
}

#header_links li{
padding: 0px 8px 0 12px;
 display: inline;
 background: url(bullet.gif) no-repeat;
 background-position:left; 
 }

#header_links a
{
color: #584170;
text-decoration: none;
font-weight: bold;
}

#header_links a:hover
{
text-decoration: underline;
}
 
#header2 {
 float: left;
 width: 946px;
 height: 21px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C url(header2_bgr.jpg) no-repeat;
 border-right: 4px solid #625b82;
}
#leftcolumn { 
 color: #333;
 border-left: 4px solid #7474b2;
 border-right: 4px solid #acb4e2;
 background: #E7DBD5 url(leftCol_bgr.jpg) repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px 0 20px 0;
 /*height: 350px;*/
 width: 223px;
 float: left;
}
#leftcolumn h1
{
	background: #c0ccf2;
	font-size: 12px;
	text-indent: 28px;
	border: none;
	height: 18px;
	padding-top: 3px;
}
#leftcolumn h2
 {
	color: #675577;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
 }
#menu {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	width: 223px;
	}
	
#menu ul{
	list-style: none;
}
	
#menu li a {
	height: 18px;
	text-decoration: none;
	padding-right:28px;
	padding-top: 3px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(menuBtn.gif);
	}
	
#menu li a:hover,#menu li.active a {
	color: #413372;
	background:  url(menuBtn_hover.gif);
/*	padding: 8px 0 0 0;*/
	}
	
#news_list ul{
	padding: 3px 10px 0 10px;
	margin: 0;
}

#news_list ul li {
	list-style-position: inside;
}

#news_list li a {
	text-decoration: none;
	}	
#news_list li a:link, #news_list li a:visited {
	color: #6C648E;
	}
	
#news_list li a:hover {
	color: #413372;
	text-decoration: underline;
	}
	
#rightcolumn { 
 float: right;
 color: #333;
 background: #fff;
 border-right: 4px solid #625b82;
 margin: 0px 26px 0px 0px;
 padding: 0 70px 20px 65px;
/* height: 350px;
 min-height:211px;
 height:auto!important;
 display: inline;*/
 width: 580px;
}
#rightcolumn p,#rightcolumn font	{font-size:12px!important;}
#rightcolumn p	{margin:0 0 12px;}

#rightcolumn li
{
	list-style: inside url(bullet.gif);
	padding-top: 3px;
	padding-left: 5px;
	margin: 0;
}

p.grid	{}
.grid a	{display:block;float:left;width:150px;height:150px;margin:0 20px 20px;text-decoration:none;text-align:center;color:#6C648E;}
.grid a:hover	{color: #413372;}
.grid img	{margin:auto;border:solid 2px #CEC7D4;}

p.pic	{float:left;width:150px;padding:12px 0;}
p.pic img{border:solid 2px #CEC7D4;}
div.info{float:left;width:300px;}
.info dl	{}
.info dt	{margin:0 0 24px;font-weight:bold;font-size:13px;}
.info dd	{margin:2px 0;}
.info dd i	{display:inline-block;width:72px;padding:0 9px 0 0;font-size:11px;font-weight:bold;font-style:normal;text-align:right;}

.clr	{display:block;clear:both;}


#footer { 
 width: 950px;
 clear: both;
 color: #333;
 border-top: solid 14px #6c648e;
 background:white;
 /*height: 14px;*/
 padding: 10px 0px;
 
}
#footer_notes
{
	float: right;
	color: #6C648E;
	/*padding-right: 30px;*/
}

#footer_notes a
{
	color: #6C648E;
	text-decoration: overline;
}
#footer_notes a:hover
{
	text-decoration: underline;
}