/*************
 * Layout
 */
body {
  text-align:center;
  color: #2D2D2D;
}

#frame {
    width:850px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
    border: 1px solid silver;
}

#inner_frame {
    border: 1px solid silver;
}

#contentleft {
  width:190px;
  padding:0px;
  margin: 5px 0 0 5px;
  clear: both;
  float:left;
  }

#contentcenter {
  width:835px;
  padding:0px;
  margin: 5px 0 0 5px;
  float:left;
  }
  
.border {
    padding: 0 50px;
}

#contentright {
  width:200px;
  padding:0px;
  float:left;
  }

#contentheader {
  }
  
p,h1,pre {
  margin:0px 10px 10px 10px;
  }
  
h1 {
  font-size:14px;
  padding-top:10px;
  }
  
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
  }

#contentright p { font-size:10px}

#foot {
  padding-top: 20px;
  clear: both;
}

#footcontent {
    text-align: center;
    border-top: 1px solid silver;
}

/*************
 * General styles 
 */
html {
  font: 10pt "Trebuchet MS", "Verdana", Arial;
}

h1, h2, h3, h4 {
    color: #AF0400;
}

a {
    color: #AF0400;
    text-decoration: none;
}

a:hover {
    color: red;
}

/**************
 * Specific styles
 */
div.menuheader {
	background: #2D2D2D;
	color: white;
	font-size: 120%;
	padding: 10px;
	border-width: 1px 0;
	border-color: #161616;
	border-style: solid;
}

div.menu {
	background: #F3F3F3;
	padding: 0px;
	border-width: 0 1px 1px 1px;
	border-color: #999999;
	border-style: solid;
}

div.menu a.mainlevel {
	display: block;
	color: #000000;
	text-align: left;
	padding: 10px 30px;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    background: url("../images/bullet.jpg") 10px 12px no-repeat;
}

div.menu a.mainlevel:hover {
	color: #000000;
	text-decoration: underline;
    background: #e3e3e3 url("../images/bullet_hover.jpg") 10px 12px no-repeat;
}

div.menu a.mainlevel.submenu {
	padding-left: 50px;
    background: url("../images/bullet.jpg") 30px 12px no-repeat;
}

div.menu a.mainlevel.submenu:hover {
	padding-left: 50px;
    background: #e3e3e3 url("../images/bullet_hover.jpg") 30px 12px no-repeat;
}

div.menu a.mainlevel.active_menu  {
	color: #DF120F;
}

div.menu a.mainlevel.submenu.active_menu  {
	color: #DF120F;
}

div#menubar {
	background: #DF120F;
	padding: 0px 0px;
	height: 36px;
	color: white;
}

div#menubar div {
    float: left;
}

#toptabs {
    width:100%;
    line-height:16px !important;
    line-height:18px;
}
#toptabs ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#toptabs li {
    float:left;
    background:url("../images/tabs_01.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    list-style: none;
}
#toptabs a {
    float:left;
    display:block;
    background:url("../images/tabs_02.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color: black;
}
#toptabs a:hover{ 
    color: #AF0400;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#toptabs a {float:none;}
/* End IE5-Mac hack */
#toptabs a:hover {
}
#toptabs .active_menu {
    background-image:url("../images/tabs_on_01.gif");
    color: #AF0400;
}
#toptabs .active_menu a {
    background-image:url("../images/tabs_on_02.gif");
    padding-bottom:5px;
}

div#calldiv {
    width: 200px;
}

div#emaildiv {
    width: 108px;
}

div#calldiv div, div#emaildiv div {
    padding: 9px;
    font-weight: bold;
    font-size: 11pt;
}

div#emaildiv div {
    float: right;
}

div#emaildiv div {
    text-align: right;
}

div#toptabs {
    width: 540px;
}

div#emaildiv a {
    color: white;
}

li {
    list-style-image: url("../images/oldsite/redpushpin.gif");
}