/* Start of CMSMS style sheet 'Style' */
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}

dfn {
 display:none;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 900px;
  position: relative;
}

#header {

  padding-top: 10px;
  width: 252px;
  position: relative;
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #991111;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
  width: 148px;
  background: #E8E7DA url(../images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  left: 628px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  top: 0;
  left: 0;
  width: 252px;
	float:left;
  background: url(../images/pic_1_1.jpg) no-repeat;
border-right:2px solid black;

}
#nav ul {
  background: bottom right #991111 url(../images/nav_bot.jpg) no-repeat;
  margin: -3px 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(../images/dots.jpg) repeat-x;
}
#nav h3, #nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
  display:inline;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(../images/body_bottom_right.jpg) no-repeat;
  width: 646px;
  min-height: 370px;
	float:right;
	padding:0px 0px 10px 0px;

}

#content .main, #content .main2 {
  float: left;
  width: 382px;
  padding-top: 14px;
  padding-left: 28px;
  padding-right:18px;
  padding-bottom:14px;
  border-right: 1px solid #D6D3BA;
  border-bottom: 1px solid #D6D3BA;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#content_right {
  float: right;
  width: 184px;
  padding: 12px;
  padding-right:20px;
  background: top right url(../images/bogy_top_right.jpg) no-repeat;
}
#content_right span {
  float: left;
  width: 11px;
  font-size: 11px;
  clear: both;

	padding-left:12px;
}
#content_right p {
  float: left;
  width: 149px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#content_right .clear {
  height: 10px;
}

#content img {
 padding:2px;
 border:1px solid #B8B089;
}

#content img.noborder {
 padding:0px;
 border:0px;
}

#content ul {
 margin:0px;
 padding-left:15px;
}
h2 {
  font: italic 22px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  color: #E8E7DA;
 width: 582px;
	float:right;
	  padding-left: 278px;
		padding-top:15px;
}

#footer a {
color: #E8E7DA;
}


#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(../images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}

div.services ul li {
visibility:hidden;
}
div.services ul li a{
 visibility:hidden;
}

div.services ul li ul li a{
 visibility:visible;
}
div.services ul li ul li{
visibility:visible;
}

/* End of 'Style' */

