html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

/* black */
a:link, a:visited {
	color: #135cae;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #0b3768;
	text-decoration: underline;
	font-weight: normal;
}

#pillmenu a:hover {
  color: #135cae;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/* black */
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
	background: #333;
}

div.center {
  text-align: center;
}

div#auto_center {
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7 url(../images/shadow_left.png) 0 0 repeat-y;
}

div#auto_center_right {
	background: url(../images/shadow_right.png) 100% 0 repeat-y;
}

body.width_max div#auto_center {
	min-width: 750px;
	max-width: 1050px;
}

div#link_area {
	background: #f7f7f7 url(../images/logo_area_bottom.png) 0 0 repeat-x;
	margin: 0 11px;
}

div#link_area_left {
	background: url(../images/logo_area_bottom_left.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#link_area_right{
	height: 42px;
	background: url(../images/logo_area_bottom_right.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
    float: left;
	width: 735px;
	height: 88px;
	background: url(../images/mini_logo_3.png) 0 0 no-repeat;
	margin-left: 180px; 
	margin-top: 25px; 
    z-index: 2;
}

div#header {
	background: url(../images/header_top.png) 0 0 repeat-x;
}

div#header_left {
	background: url(../images/header_top_left.png) 0 0 no-repeat;
	position: relative;
}

div#header_right {
	background: url(../images/header_top_right.png) 100% 0 no-repeat;
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#footer {
	background: #f7f7f7 url(../images/footer_bottom.png) 0 100% repeat-x;
}

div#footer_left {
	background: url(../images/footer_bottom_left.png) 0 0 no-repeat;
}

div#footer_right {
	background: url(../images/footer_bottom_right.png) 100% 0 no-repeat;
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_right div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_right a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: auto;
}

#info {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#info div {
	text-align: left;
}

#info_top{
	background: #fff url(../images/info_top.png) 0 0 repeat-x;
}

#info_top_left {
	background: url(../images/info_top_left.png) 0 0 no-repeat;
	overflow: hidden;
}

#info_top_right {
	height: 10px;
	overflow: hidden;
	background: url(../images/info_top_right.png) 100% 0 no-repeat;
}

#info_middle {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/* width: auto; */
	padding: 1px 8px;

}

#info_bottom {
	margin-top: -5px;
	background: url(../images/info_bottom.png) 0 100% repeat-x;
}

#info_bottom_left {
	background: url(../images/info_bottom_left.png) 0 100% no-repeat;
}

#info_bottom_right {
	height: 13px;
	background: url(../images/info_bottom_right.png) 100% 100% no-repeat;
}

#area {
	padding: 0;
}

div.componentheading {
  padding-left: 0px;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.clr {
	clear: both;
}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/menu_left.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/menu_normal.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/menu_right.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

table.nopadding {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopadding td.middle_padding{
	width: 20px;
}

td.greyline {
  width: 20px;
  background: url(../images/grey_line_h.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

#power_by{
	float:right;
	padding-right: 25px;
}
