.NavContent { /* For the navigation bars*/
	background: #294171;
	padding-top:5px;
	height: 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.container{
	width:800px;
}
.formContent {
	/*background:#142038;*/
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #3a61a6 72%, #0b1021 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(72%, #3a61a6), color-stop(100%, #0b1021)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%, #3a61a6 72%, #0b1021 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%, #3a61a6 72%, #0b1021 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%, #3a61a6 72%, #0b1021 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%, #3a61a6 72%, #0b1021 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0b1021', GradientType=0 ); /* IE6-9 */
	height: 320px;
	padding: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
p {
	color: #E4E27B;
}
/* put images for the insurance types*/
#homeImage {
	background: url(../images/home.jpg) no-repeat;
	width: 300px;
	height: 225px;
}
#carImage {
	background: url(../images/carA.jpg) no-repeat;
	width: 300px;
	height: 225px;
}
#accidentImage {
	background: url(../images/accident.jpg) no-repeat;
	width: 300px;
	height: 225px;
}
.insuranceImages { /*position the insurance images*/
	position: relative;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
}
.borderImages {
	border: 1px solid #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.textInfo {
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	width: 400px;
	height: 100px;
}
.homePage {
	float: right;
	text-align: center;
	margin-top: 260px;
	margin-right: 15px;
	cursor: pointer;
	background: #000;
	width: 60px;
	height: 60px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.homePage:hover {
	background: #09F;
}
.startButton {
	position: absolute;
	left: 550px;
	top: 260px;
	cursor: pointer;
	width: 180px;
	height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	border: 1px solid #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #FFC url(../images/Images/calcButton.jpg) no-repeat;
}

.startButton:hover{
	color: #0FF;
	background: #006;
}
/*end of custom images for insurance types*/
#personalAccident {
	width: 500px;
	height: auto;
}
.hideTemp {
	display: none;
}

