/* CSS RESET */
html{ }


body { 

font-family: helvetica, sans-serif; color: #323230; background:#fff; font: 13px;
text-align:left;
	background:#fff;
	
}
h3{ 

font-family: helvetica, sans-serif; color: #323230; background:#fff; font: 13px;

	
}
table{  }

pre,code,kbd,samp,tt{ line-height:100%; }
/* CSS RESET */



a { text-decoration:none; color: #1f1f1d
; }
a:hover { color: #3f4760; text-decoration: none; }
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
.clearfix{ clear:both}

#bg {background: url(images/bg-new2.jpg) no-repeat; height:667px
}
#bg2 { background: url(images/bg2.jpg) no-repeat; height: 667px; }
#bg3 { background: url(images/bg3.jpg) no-repeat; height: 667px; }
#bg4 { background: url(images/bg4.jpg) no-repeat; height: 667px; }
#bg5 { background: url(images/bg5.jpg) no-repeat; height: 667px; }
#header
#logo {  top: 100px; position: fixed; left: 100px; }

#logo h1 {  color:#f25e5e;  position: relative; }

#subtitle{ position: relative;  left:34px;
top:-26px;
font-size: 26px; 
z-index:600;
color: #233fa4; font-family: "times new roman"; }


/* content */
#content {width:1000px;
	position: relative;
	top: 0px;
	z-index: 300;
}

#maintext { 
z-index:500;
width: 420px; 
margin: 20px 0 0 50px; 
top: 0;
left: 0;
padding-top: 10px;
	position: relative;
	clear: none;
	font: 10px;
	float: none;
}
.indentp{  padding-left: 10px; font-weight: normal; }
#lists{  font-weight: normal; }
#lists li{
	padding-bottom: 5px;
}
/* My Comment */


#maintext h2 { }
#form {  position: relative; width: 420px; height: 800px; float: none; clear: none; margin-top: 20px; margin-left: 50px; }
.indented{
	padding-left: 10px;
}

/* footer */
#footer { 
background:url(images/ft.jpg);
 height:133px; 
 position: relative;
	top: 0;
}
#ftinner{ position: relative; bottom: 27px; width:680px; margin-left:50px; font-size: 14px;  top: 28px; }

#test { font-weight: normal; font-size: 12px;  }
.form_field{
	color: #3d3c3c;
	font: 13px "helvetica";
	
}
#contactinfo p{

	color: #565556;
	font: 14px "helvetica";	
}
#contactinfo h2{
	color: #f25e5e;
	font:  14px "helvetica";
}

.title2{
font-size: 16px;

color: #393a3a;
}

.title{
font-size: 16px;

color: black;
}

#testimonial{
font-style: italic;
color: #454344;
padding: 6px;
background-color: #d6d0f5;
}



/*     New navi style   */


#navigation {
z-index:1000;
	width: 550px;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url(images/navigation-bg2.jpg) no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	left:1px;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	font: bold 14px Helvetica;
	color: #FFF;
	text-decoration: none;
	background: url(images/navigation-separator.png) no-repeat right center;
} 

#navigation ul li a:hover {
	color:#fff;
	background: url(images/navigation-hover2.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#fff;
	background: url(images/navigation-hover2.png) repeat-x left top;
}


.center{
text-align: center;
}