@charset "iso-8859-1";

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background:url(../images/bg/background1.jpg) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #4f4f4f;
}


/* Headers */
h1, h2, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;
  font: 700 1.6em arial, sans-serif;
  color: #766a62;
  border-bottom: 12px solid #d5d2ca;
 
}

h2 {
  font-size: 1.2em;
  color: #8C7C73;
  border-bottom: 4px solid #D6D4D4;

}

h3 {
  margin: 19px 0 10px 0;
  padding: 0;
}


h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 2px solid #878800;
  color: #878800;
}

h4 {
  font-size: 1.1em;
  font-stretch:narrower;
  color: #82786f;
}

h5 {
  font-size: 0.8em;
}


p {
	color:#4f4f4f;
	text-align:justify;
	}

h6 {
  text-transform: lowercase;
  font-size: 1.2em;
  border-bottom: 2px solid #990000;
  color: #990000;
}

h7 {
  font-size: 1.2em;
  border-bottom: 2px solid #990000;
  color: #000000;
}



/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links  for Thumbs*/
a {
	text-decoration: none;
  color: #82786f;
}

a:hover {
  color: #9E001E;
}

a img {
  border: ffffff;
}

a img.border {  
  border: 1px solid #ffffff;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #ffffff !important;
  border: 1px solid #ffffff;
}



/* second Links */

.body A:link {color:#878800; font-weight: bold; text-decoration: none}  
.body A:visited {color:#747678; font-weight: bold; text-decoration: none} 
.body A:active {color: #ffffff; font-weight: bold; text-decoration: none} 
.body A:hover {color:#990000; font-weight: bold; text-decoration: none; } 


/* second Links */

.body2 A:link {color:#616365; font-weight: bold; text-decoration: none}  
.body2 A:visited {color:#ced64b; font-weight: bold; text-decoration: none} 
.body2 A:active {color: #ffffff; font-weight: bold; text-decoration: none} 
.body2 A:hover {color:#8b8d8e; font-weight: bold; text-decoration: none; } 






/* Green Links */

.greenLink A:link {color:#878800;  text-decoration: none}  
.greenLink A:visited {color:#bcbdbc;  text-decoration: none} 
.greenLink A:active {color: #ffffff;  text-decoration: none} 
.greenLink A:hover {color:#990000;  text-decoration: none; } 







/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #8880 #888;
}

input.radio {
  background: none;
  border: 0px;
}

a.new

{

color: #4F4F4F;

text-decoration: none;

}



a.new:hover

{

color: #1D2122;

text-decoration: none;

}


.textForm {
	text-align: left;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#00CC00;
	line-height: 0px;
	text-align:left;
}
