* { margin:0; padding:0;}

html {
 /* height: 100%;*/
}

body {
  height: 100%;
  background-color: #E1E6E9;
  background-image: url(../images/back.jpg);
  background-repeat: repeat-x;
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #666;
}



#heading-block {
  position: relative;
  top: 0px;
  margin: 0px auto 0px auto;
  width: 922px;
  height: 96px;
}

#headingholder {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 300px;
}

.heading {
  line-height:22px;
  font-size:14px;
  font-weight:bold;
  color: #777;
  margin: 5px;
  text-align: right;
}

.logo {
  position: relative;
  left: -5px;
  top: 20px;
}



/* Navigation */
#navigation {
  width: 923px;
  height: 81px;
  margin: 0px auto 0px auto;
  position: relative;
  left: 0px;
  top: 0px;
  font-size: 12px;
  background-image: url(../images/nav.jpg);
  background-repeat: repeat-x;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  top: 0px;
  z-index: 300;
  position: relative;
  left: 10px;
  top: 24px;
}

#navigation li {
  margin-right: 5px;
  float: left; /* Doesn't display inline otherwise */
}

#navigation li a {
  padding: 0px 25px 0px 25px;
  height: 30px;
  display: block;
  float: left;
  color: #666;
  text-decoration: none;
  line-height: 30px;
}

#navigation li a.first {}

#navigation li a.here {
  color: #fff;
  background-color: #82A6BC;
}

#navigation li a:hover {
  text-decoration: underline;
}

#navigation li a.here:hover {
  text-decoration: none;
}



#content-wrapper {}

#content {
  width: 960px;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background-color: #fff;
  background-image: url(../images/content-back.jpg);
  background-repeat: repeat-y;
}


.clearfix:after { /* So that the content block retains the height of the floated elements */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.content2 {
	background-image: url(../images/content-back2.jpg);
}

#content a {
  text-decoration: underline;
  color: #666;
  padding-bottom: 0px;
  font-weight: bold;
}

#content a:hover {
  color: #2f0000;
}

#content a.button {
  background-image: url(../images/button1.jpg);
	text-align: center;
  margin: auto;
  margin-top: 10px;
  width:170px;
  height:25px;
  display:block;
  color: white;
  text-decoration: none;
  line-height: 25px;
}

#content a.button:hover {
  color: #fff;
}



#left {
  width: 212px;
  float: left;
  display: inline;
  margin: 0px 0px 0px 15px;
}

#right {
  width: 692px;
  float: right;
  display: inline; /* Fix explorer double margin bug */
  clear: none;
  margin: 0px 20px 0px 0px;
}

#left-right {
	width: 925px;
	float: left;
  display: inline; /* Fix explorer double margin bug */
  margin: 0px 0px 0px 15px;
}

.content-text {
  margin: 10px;
  position: relative;
  z-index: 100
}



.front-image-holder {
  width: 48%;
  height: 300px;
  float: left;
  margin-top: 15px;
  text-align: center;
}

.front-image {
   width: 250px;
   height: 135px;
   padding: 10px;
   border: 1px solid #ccc;
}

.front-image-text {
  width: 225px;
  text-align: justify;
  margin: auto;
  margin-top: 8px;
}



#clear {
  width: 99%;
  height: 15px;
  clear: both;
}



#dec {
  position: relative;
  z-index: 0;
}

.deco {
  position: absolute;
  z-index:0;
  top:-322px;
  height: 329px;
  background-repeat:no-repeat;
}

#deco1 {
  left: -230px;
  width: 212px;
  background-image:url(../images/dec6.gif);
}

#deco2 {
  left: 1px;
  width: 691px;
  background-image:url(../images/dec5.gif);
}

#deco3 {
	background-image: url(../images/dec7.gif);
	width: 922px;
	left: 3px
}



.alert {
  color: red;
  font-size: 10px;
}

.blur {
  color: #aaa;
}


#message {
  background-color: #daf8da;
  border: 1px solid green;
  padding: 5px; margin-bottom: 10px; width: 80%
}

#error {
  background-color: #f8eaea;
  border: 1px solid red;
  padding: 5px; margin-bottom: 10px; width: 80%
}

.hide {
  display: none;
}

.show {
  display: block;
}



h1, h2 {
  background-color: #F2F7FA;
  font-size: 20px;
  margin: 0px;
  padding: 8px;
  color: #777;
}

h3 {
	background-color: #F2F7FA;
	width: 200px;
	padding: 5px;
  font-size: 16px;
  color: #777;
  margin: 8px 0px 4px 0px;
}

h4 {
  font-size: 13px;
  color: #1F78A2;
  padding: 3px 3px 5px 3px;
}



.textbox {
  border: 1px solid #aaa;
  width: 150px;
}
.mediumtextbox {
		width: 35px;
	}
.selectbox {
  border: 1px solid #aaa;
  width: 150px;
}



#footer {
  position:relative;
  width: 960px;
  height:90px;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  margin: 0px auto 0px auto;
  color: #666;
  font-size: 11px;
  z-index: 100;
}

#footer-inner {
  height: 50px;
  position: relative;
  top: 15px;
  text-align: right;
  margin-right: 25px;
}

#footer a {
  color: #666;
}

#footer a:hover {}