/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background:#fff repeat-x url(images/bg-body.gif) 0 58px;
  	color:#333;
	font: 13px/1.5 Arial, Verdana, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	}
	body#pid21,
	body#pid31,
	body#pid27,
	body#pid28{background:#fff repeat-x url(images/bg-body2.gif) 0 58px;}
	
	body#pid21 #prefooter,
	body#pid31 #prefooter,	
	body#pid27 #prefooter,
	body#pid28 #prefooter{background:#fff repeat-x url(images/bg-body-bottom.gif) left top; height:100px;}
	
	body#pid21 #prefooter #footer,
	body#pid31 #prefooter #footer,	
	body#pid27 #prefooter #footer,
	body#pid28 #prefooter #footer{margin-top:23px;}	


/*#prefooter{background:#fff repeat-x url(images/bg-body-bottom.gif) 0 11px;}*/

a{
  color:#333;
  text-decoration:none;
  }
  a:hover{
    text-decoration:underline;
  }
  a:focus {
  	outline: 1px dotted invert;
  }
  a.underline{
	text-decoration:underline;
  }

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

input, textarea{border:1px solid #ABADB3;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  border-bottom:1px dotted #ccc;
  color:#67982e;
	font-size: 25px;
	margin:0 20px 0 20px;
	padding:0;
}

h2 {
  /*border-bottom:1px dotted #ccc;
  color:#67982e;*/
	color:#333;
	font-size: 23px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#pid28 h2{
	color:#ED174F;
  	border-bottom:1px dotted #666666;	
}

h3 {
	/*color:#000;*/
	font-size:15px;
	margin:0;
	padding:0;
	/*text-transform:uppercase;*/
}

h4 {
  border-bottom:1px dotted #ccc;
  color:#67982e;
	font-size: 19px;
	margin:0;
	padding:0;
}

h5 {
  border-bottom:1px dotted #ccc;
  color:#67982e;
	font-size: 17px;
	margin:0;
	padding:0;
}

h6 {
  border-bottom:1px dotted #ccc;
  color:#67982e;
	font-size: 15px;
	margin:0;
	padding:0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

