/**
 * joomla 2.5 
 * HTML 5
 * CSS 3  
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
* html body {
    height: 100%;
}
body {
  background: #fff;
  color: #000;
  font-size: 100.1%;
  padding: 0px;
  margin: 0;
  text-align: center;
}
body.contentpane {
  width:auto;
	margin:10px;
	text-align: left;
}
img { border: 0 none; margin: 5px 10px 10px 0; -ms-interpolation-mode: bicubic; }
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0CA2D1;
  text-decoration: none;
}
.left {
  display: inline;
  float: left;
}
.right {
  display: inline;
  float: right;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clr {
  clear: both;
  height: 0px;  
}
.clear {
  clear: both;
  height: 0px;
}

div#button {
    position: absolute;
    left: 805px;
    font-color: #e0541f;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

div#joomla-logout {
    position: absolute;
    left: 180px;
    top: -7px;
}

div#logout {
    position: absolute;
    color: #e0541f;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    margin-top: 10px;
    left: 700px;
}

h4 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #E9403B;
  margin-bottom: 20px;  
}
h1 { font-size: 24px; line-height: 24px; }
h2 { font-size: 20px; line-height: 20px; }
h3 { font-size: 18px; line-height: 18px; }
h4 { font-size: 16px; line-height: 16px; }
h5 { font-size: 14px; line-height: 14px; }
h6 { font-size: 14px; line-height: 14px; }
a:focus { 
  outline-width: medium;
  outline-style: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
p {
  line-height: 24px;
  padding-bottom: 10px;
}
.ie6 .group {zoom:1;}
.ie7 .group {zoom:1;}