* {
  margin: 0;
  padding: 0;
}
body {
  font: 72.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#C9CFE1;
  color: #444; 
  text-align: center; 
  min-width: 760px;
  LINE-HEIGHT: 22px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}
h3 {
  font-size: 1.8em;
  font-weight: normal;
}
h4 {
  font-size: 1.6em;
  font-weight: bold;
}

p, li {
  font-size: 1.2em;
}

h1, h2, p {
  margin: 0.8em 0;
}


#wrapper {
  background-color: #fff;
  xbackground: url('images/main-back.gif') ;
  width: 750px; 
  margin: 0 auto; 
  text-align: left; 

}
#header {
  height: 120px;
  background-color:#ffffff;
  padding-left: 200px;
  background: url('images/header-back.gif') no-repeat;
  xwidth:750px; 
}
#header h1 {
  margin: 0;
	font:"Georgia";	
}

#secondaryContent{
  width:205px;
  height:500px; 
float:left;
}

#mainNav {
  list-style: none;
  background:#2978A3  url('images/nav-back.gif') no-repeat;
  width: 205px; 
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #232a20;

}
#mainNav  li {
  	padding-left: 10px;
 	padding-bottom: 10px;
	
}
#mainNav li a, #mainNav li a:visited {
  	display:block;
	color: #ffffff; 
	text-decoration: none; 
	width: 180px;
}

#mainNav li a:hover { 
	font-weight:bold;
	}
#contentpad { 
  width: 545px;
  float: right; 
  padding-bottom:20px;
}
#contentpad ul {
margin-left:20px;
list-style-type: square;
}
#contentpad .featurebox {width:90%;}
#banner{ 
	background: url('images/banner.jpg') no-repeat; 
	width: 545px; height: 175px;
}
#content {
	padding-left:10px;
	padding-right:10px;
}

#footer {
  background-color:#2978A3;
  padding:5px;
  clear: both; 
  height:30px;
  color: #ffffff;
  xtext-align:right;
 font-size: 0.90em;
}
#footer a, #footer a:hover, #footer a:visited
{
	color: #ffffff; 
	text-decoration: none; 

}
.featurebox {color:#333;border-top: 0px solid #d7d7d7;background: #f6f6f6 url('images/featurebox_bg.gif') no-repeat 100% 100%; ; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1.5em; padding-left:10px; padding-right:20px; padding-top:15px; padding-bottom:20px}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #c00;color:#2978A3}
.featurebox p {border:none;margin: 0 0 1em;color:#444}
.featurebox a {font-weight:bold}
#contentpad .featurebox { margin-left:10px; margin-right:10px;}
/*TESTIMONIAL CSS*/
.testimonial {
background-color:#fff;
 width:124px;
 float:left;
 right-margin:4px;
text-align:center;
}
.testimonial img {
border:0px; padding:0px;
}
.testimonial a {
font-size:1.0em;
text-decoration:none;
}
/*GALLERY CSS*/
.thumb
{
			display:inline;
			float:left;
			width:100px; height:80px;
			margin-right:5px;margin-bottom:5px;
			padding:5px;
			text-align:center;
			}
.thumb img{
	padding:5px;border: #333333 solid 1px;

}
/* FORM CSS*/
#loginform {
	width:50%;
	margin-left:25%;
}
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size:1.6em;
}
label {
  display: block;
}
label .required {
  font-size: 0.75em;
  color:#760000;
}
input.text { width:200px;}
