/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body
{
  font-family: "Lucida Handwriting", "Comic Sans MS", cursive;
  line-height: 1.3em;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
}

a:link, a:visited
{
  text-decoration: underline;
  font-weight: normal;
}

a:hover
{
  text-decoration: underline;
  font-weight: normal;
}

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

img 
{ 
  border: 0 none; 
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg
{
  padding: 10px 0;
  margin-bottom: 1px;
}

div.center 
{ 
  text-align: center; 
}

div#wrapper
{
  margin-left: auto;
  margin-right: auto;
}

body div#wrapper
{
  min-width: 750px;
  max-width: 1050px;
}

div#header_l 
{ 
  position: relative; 
}

div#header_r
{
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
  overflow: hidden;
  text-align: left;
}

div#logo_l
{
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 300px;
  height: 80px;
  margin-left: 20px;
  margin-top: 20px;
  background-image: url(images/logo1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#logo
{
  position: relative;
  float: left;
  height: 48px;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  top: 10px;
  width: 100%;
  border-width: thin;
}

div#logo_a
{
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  text-align: right;
  font-size: 48px;
  line-height: 48px;
  width: 96%;
  margin-left: 20px;
  margin-top: 20px;
  background-image: url(images/logo1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: 10px;
  vertical-align: middle;
}

div#logo_r
{
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  width: 300px;
  height: 80px;
  margin-right: 20px;
  margin-top: 20px;
  background-image: url(images/logo1.png);
  background-repeat: no-repeat;
  background-position: right 0;
}

div#tabarea
{
  background: url(images/line/mw_header_b.png) 0 0 repeat-x;
  margin: 0 11px;
}

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

div#tabarea_r
{
  height: 12px;
  background: url(images/line/mw_header_r_b.png) 100% 0 no-repeat;
  padding-right: 1px;
}

div#footer_r
{
  padding-top: 10px;
  height: 47px;
  overflow: hidden;
}

div#footer_r div
{
  text-align: center;
}

div#footerspacer 
{ 
  height: 10px; 
}

#pathway
{
  padding: 0px 10px 8px;
  width: auto;
  margin-top: -2px;
  margin-right: 250px;
  text-align: left;
}

#area 
{ 
  padding: 0; 
}

#whitebox
{
  margin: 0 21px 0px 21px;
  width: auto;
}

#whitebox div 
{ 
  text-align: left; 
  height: auto;
}

#whitebox_t
{
  background-image: url(images/line/mw_content_t.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}

#whitebox_tl 
{ 
  background: url(images/line/mw_content_t_l.gif) 0 0 no-repeat; 
}

#whitebox_tr
{
  height: 10px;
  overflow: hidden;
  background: url(images/line/mw_content_t_r.gif) 100% 0 no-repeat;
}

#whitebox_m
{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: auto;
  padding: 1px 8px;
}

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

#whitebox_bl 
{ 
  background: url(images/line/mw_content_b_l.gif) 0 100% no-repeat; 
}

#whitebox_br
{
  height: 13px;
  background: url(images/line/mw_content_b_r.gif) 100% 100% no-repeat;
}

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

div.maincolumn
{
  padding: 0;
  margin: 0;
  width: 77%;
  float: left;
  height: 500px;
  padding-left: 15px;
}

.clr 
{ 
  clear: both; 
}

div.moduletable, div.module 
{ 
  margin-bottom: 25px; 
}

div.module_menu h3
{
  font-size: 14px;
  font-weight: normal;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div
{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div
{
  background: none;
  padding: 0;
}

div.module_menu ul
{
  margin: 10px 0;
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited 
{ 
  text-decoration: none;
}

#leftcolumn div.module 
{ 
  padding: 0 10px; 
}

#leftcolumn div.module table 
{ 
  width: auto; 
}


