body { font-family: Arial, Helvetica, sans-serif;}

p {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	color: #CC6699;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #8294B0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #00006C;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #CC6699;
}

a:hover {
	text-decoration: none;
	color: #669900;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}
.imgborder { BORDER: #669900 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}.flashbg {
	background-image: url(assets/images/flash.jpg);
	background-repeat: no-repeat;
}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
}
.padding {
	padding-right: 35px;
	padding-left: 15px;
}
.nav {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.nav:hover {
	text-decoration: none;
	color: #00006c;
}
.clear {
	clear: both;
}
/*---------------SIDE CONTACT FORM CSS STARTS HERE-------------------------*/

.forms p {
	margin: 0px;
}
#formSlider {
	width: 167px;
	margin: 20px 0px 10px 23px;
	position: relative;
}
	#formSliderNav,
	#formSliderNav li,
	#formSliderNav li a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font: 14px/25px Century Gothic, Arial, Helvetica, sans-serif;
	color: #f59600;
	text-align: center;
	}
	#formSliderNav {
	width: 167px;
	height: 25px;
	padding: 1px 1px 0 1px;
	background: transparent url(assets/images/sliderNav.jpg) no-repeat left top;
	}
		#formSliderNav li {
	width: 55px;
	height: 25px;
	float: left;
	list-style: none outside none;
		}
			#formSliderNav li a {
				display: block;
				text-shadow: 0 1px 2px #fff;
			}
			#formSliderNav li a:hover,
			#formSliderNav li a.selected {
				color: #0099cb;
				text-decoration: none;
			}
			#formSliderNav li a:focus {
    			outline: none;
			}
	
	#formScroll {
	height: 230px;
	padding: 16px 0;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	background-color: #efefef;
	border: 1px solid #d9d9d9;
	border-top: none;
	width: 167px;
	}
		.scrollContainer div.panel {
	padding: 0;
	height: 280px;
	width: 167px;
		}
			#contactForm {
	width: 167px;
	height: 230px;
	margin: 0;
	padding: 0;
	position: relative;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #231f20;
	background: transparent url(assets/images/sideForm_bg.png) repeat-y left top;
	overflow: hidden;
			}
				#contactForm h3 {
					margin: 0;
					padding: 13px 23px;
					position: relative;
					font: normal 15px/18px Arial, Helvetica, sans-serif;
					color: #000;
					text-align: center;
					z-index: 90;
				}
				#contactForm p {
	margin: 0 15px;
	padding: 0;
	font: normal 11px/23px Century Gothic, Arial, Helvetica, sans-serif;
	color: #231f20;
				}
				#contactForm input,
				#contactForm textarea {
	width: 135px;
	height: 20px;
	margin: 0px;
	padding: 3px 3px;
	display: inline-block;
	position: relative;
	font: 12px/14px Arial, Helvetica, sans-serif;
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	box-shadow: inset 1px 3px 6px #cfcfcf;
	-moz-box-shadow: inset 1px 3px 6px #cfcfcf;
	-webkit-box-shadow: inset 1px 3px 6px #cfcfcf;
	z-index: 90;
				}
				#contactForm textarea {
	overflow: auto;
	height: 150px
				}
				#contactForm #captchaIMG {
	width:  135px;
	height: 35px;
	margin: 10px 15px;
	display: inline-block;
	position: relative;
	border: 1px solid #e1e1e1;
	z-index: 90;
				}
				#contactForm input.hidden {
					display: none !important;
				}
				#contactForm #Submit,
				.nextButton {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right:15px;
	bottom: 55px;
	font: normal 12px/40px Century Gothic, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: transparent url(assets/images/sliderButton.jpg) no-repeat left top;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: pointer;
				}
				.backButton {
					width: 63px;
					height: 63px;
					margin: 0;
					padding: 0;
					display: block;
					position: absolute;
					right: 500px;
					bottom: 0;
					font: normal 14px/40px Century Gothic, Arial, Helvetica, sans-serif;
					color: #fff;
					text-align: center;
					background: transparent url(assets/images/sliderButton.jpg) no-repeat left top;
					border: none;
					box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					cursor: pointer;
				}

				#contactForm #Submit:hover,
				.nextButton:hover {
					background: transparent url(assets/images/sliderButtonHover.jpg) no-repeat left top;
					text-decoration: none;
				}
					.nextButton a {
						color: #fff;
						display: block;
					}
					.nextButton a:hover {
						text-decoration: none;
					}
				.backButton:hover {
					background: transparent url(assets/images/sliderButtonHover.jpg) no-repeat left top;
					text-decoration: none;
				}
					.backButton a {
						color: #fff;
						display: block;
					}
					.backButton a:hover {
						text-decoration: none;
					}

.hide {
display: none;
}


#testimonials {
	width: 147px;
	height: auto;
	padding: 0px 8px 10px 10px;
	margin: 10px 0px 10px 23px;
	color: #a0aecb;
	background-color:#f0f0f0;
	font-style: italic;
	box-shadow: inset 1px 3px 6px #cfcfcf;
	-moz-box-shadow: inset 1px 3px 6px #cfcfcf;
	-webkit-box-shadow: inset 1px 3px 6px #cfcfcf;
	z-index: 91;
}
#testimonials p {
	color: #8697ba;
	width: auto;
}

#testimonials h1 {
	color: #a0aecb;
	text-transform: none;
}

#widgetHome {
	position:relative;
	}
	
#widget {
	position: absolute;
	top:10px;
	left:460px;
	}
