/* Start of CMSMS style sheet 'Main' */
@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bk-home1.jpg);
	background-repeat: repeat-x;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height:100%;
}
#wrapper {
	text-align: left;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
}
#header {
	margin:0 0 0 12px;
	width:160px;
	height:128px;
}
#content {
	color:#666666;
	width:925px;
	margin:8px 0 10px 12px;
	background-image:url(images/content-bak.gif)
}
#content a:link, #content a:visited, #content a:active {
	color:#336699;
}
#content a:hover {
	color:#e86d1f;
}
ul {
	list-style-image: url(uploads/images/bullet-small.gif);
	font-size:11px;
	line-height:18px;
}
#content-middle {
	margin:19px 0 20px 34px;
	padding: 0 34px 0 0;
}
#content-top {
	width:925px;
	height:5px;
	background-image:url(images/content-top.gif);
}
#content-bottom {
	clear:both;
	width:925px;
	height:5px;
	background-image:url(images/content-bottom.gif);
}

#content-lcol {
	clear:both;
	float:left;
	width:380px;
	margin:19px 27px 20px 34px;
	padding-right:30px;
	background-image:url(images/content-lcol-bak.gif);
	background-repeat:repeat-y;
}

#content-rcol {
	float:left;
	width:423px;
	margin: 18px 0 18px 0;
}
#content h1 {
	font-size:21px;
	font-weight:normal;
	margin-top:0;
}

#content p {
	font-size:11px;
	line-height:18px;
}

#content strong {
	font-weight:bold;
	color:#e86d1f;
}
#content b {
	font-weight:bold;
	color:#e86d1f;
}
#hmcontent{
	margin:0 12px 12px 12px;
}
#hm-leftcol {
	float:left;
	width:649px;
	margin:0;

}

#hm-rightcol {
	float:right;
	margin:0;
	width:249px;
}

#bottom {
	clear:both;
	background-image:url(images/img-bottom.gif);
	background-repeat:no-repeat;
	width:950px;
	height:5px;
}

#main-nav {
	width:925px;
	height:29px;
	margin:0 0 8px 12px;
}

#footer p, #footer a:link, #footer a:visited, #footer a:active {
	text-align:center;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
}
#footer a:hover {
	color:#000000;
}
.copyright {
font-size: 9px;
}


/********************
HORIZONTAL MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	background-color: transparent;  /* background color for the entire menu row */
	width: 860px;
	height: 13px;
	margin: 0 0 0 27px;
	font-size:11px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
	color: #666666;
	display: block; /* IE has problems with this, fixed above */
	padding:0 0 0 30px;
	margin: 0;
	background-image: url(images/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #e86d1f;
}
div#menu_horiz a.activeparent:hover {
   color: #e86d1f;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
  background: url(images/bullet-subnav.gif) no-repeat 0.5em center;
   color: #333333;
}

div#menu_horiz h3 {
   padding: 0 0 0 30px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   font-weight:normal;
   text-decoration: none; /* no underline for links */
   color: #333333;
	background-image: url(images/bullet-subnav.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
   	display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
}

/* End of 'Main' */

