body
{
	font-family: Arial;
	font-size: 13px;
	background-color: White;
	color: #012B70;
	margin: 0px;
	padding: 0px;
}

.SmallText /* Text with Size 10px */
{
	font-size: 10px;
}

.MediumText /* Text with Size 10px */
{
	font-size: 12px;
}

#pagecontainer
{
	width: 900px;
	height: 450px;
	overflow: hidden;
	background-image: url(Images/bg.jpg);
	margin: 10px auto 0px auto;
	background-repeat: no-repeat;
}

#menu
{
	width: 623px;
	height: 25px;
	overflow: hidden;
	margin: 31px 60px 10px 250px;
	text-align: left;
	font-size: 14px;
	color: White;
}

#menu a
{
	color: White;
}

#menu a:hover
{
	color: #dddddd;
}

a
{
	color: #ff0000;
	text-decoration:underline;
}

a:hover
{
	color: #ff0000;
	text-decoration:underline;
}

#footer
{
	height: 250px;
	margin: 0px 0px 20px 0px;
	background-image: url(Images/fade.jpg);
	overflow: hidden;
	background-repeat: repeat-x;
}

#footerinside
{
	width: 860px;
	height: 250px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0px 0px 10px 0px;
}

#phonenumber
{
	margin: 10px 10px 0px 0px;
	width: 500px;
	height: auto;
	overflow: hidden;
	color: #11002f;
}

#phonenumber h1
{
	font-size: 16px;
}

#phonenumber h2
{
	font-size: 30px;
}

strong
{
	font-weight: normal;
}

#content
{
	width: 840px;
	height: 357px;
	overflow: hidden;
	margin: 10px 20px 0px 30px;
	text-align: left;
}

.Content
{
	width: 830px;
	height: 300px;
	overflow: auto;
}

.ContentTesti
{
	width: 830px;
	height: 200px;
	overflow: auto;
}


h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

.button
{
	width: 290px;
	height: 130px;
	overflow: hidden;
	background-image: url(Images/redbutton.png);
	text-align: center;
	color: White;
	padding-right:10px;
	background-repeat:no-repeat;
}

.buttonTransparent
{

	width: 290px;
	height: 130px;
	overflow: hidden;
	background-image: url(Images/buttonTrans.png);
	text-align: center;
	color:Navy;
	background-repeat:no-repeat;
	
}


.buttoninside
{
	width: 270px;
	height: 110px;
	margin: 10px;
	overflow: hidden;
	padding-top: 7px;
}


.button strong
{
	font-weight: bold;
}

.button h1
{
	font-size: 20px;
}

.button h2
{
	font-size: 14px;
	font-weight: normal;
}

.button h3
{
	font-size: 23px;
}

#arealetters
{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.areabox
{
	width: 270px;
	height: 16px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 2px 4px 2px 4px;
}

.areas
{
	height: 330px;
	overflow: hidden;
	overflow-y: auto;
	text-align: center;
}

.orderform
{
	text-align: left;
}

.orderform table
{
	width: 100%;
}

.orderform td .t_prompt
{
	padding-right: 5px;
}

#ordercalculation
{
	border: 1px solid #aaaaaa;
	padding: 10px;
	overflow: hidden;
	height: auto;
	text-align: center;
	width: 200px;
}

#ordercalculation h1
{
	font-size: 22px;
}


#ordercalculation input
{
	width: 150px;
	padding: 5px;
}

.t_prompt
{
	text-align: right;
	padding-right: 10px;
}

.validation /* Style For Form Validators */
{
	color: red;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

#divTestimonials
{
	text-align: left;
	font-size: 18px;
	width: 100%;
	height: 75px;
	padding: 5px;
	cursor: pointer;
}

.buttonRed
{
	/* Button Style for Buttons on CheckAvail */
	width: 148px;
	background:transparent url('Images/button.PNG') no-repeat top;
	height: 45px;
	color: #ffffff;
}


.DivLeft
{
	float: left;
	vertical-align: top;
	padding: 5px;
}


.DivRight
{
	float: Right;
	vertical-align: top;
	padding: 5px;
}

.Center
{
	text-align: center;
}

.Left
{
	text-align: left;
}

.Right
{
	text-align: right;
}

.MaxWidth
{
	width: 100%;
}


.HalfWidth
{
	width: 49%;
}

.VideoContainer /* Video Place Holder */
{
	width: 250px;
	height: 350px;
	overflow: hidden;
	float: left;
}

.RelativeOverflowHidden
{
	position: relative;
	overflow: hidden;
}


.WhiteLinks
{
	color: white;
	text-decoration: none;
}

.NavyLinks
{
	color: Red;
	text-decoration: none;
}

.FBBadge
{
	font-size: 8px;
	padding-left: 10px;
}

.FBBadgeContainer
{
	width: 310px;
	height: 500px;
	overflow: auto;
	float: left;
}

.NoBorder
{
	border: none;
}

.FormInput
{
	width: 140px;
}
.LargeLabelNavy
{
	font-size: 20ox;
	font-weight: bold;
	color: Navy;
}

#DivFAQ
{
	width: 830px;
	height: 300px;
	overflow: auto;
	text-align:left;
}

