html, body{
	min-height: 100%;
	color: white;
}

body{
	margin: 0px;
	padding: 0px;
	margin: auto;
	border-left: 0px solid black;
	border-right: 0px solid black;
	/*background: #380013;*/
	/*background: #76001B;*/
	background: #520000;
	font-family: "ARIAL NARROW";
	font-size: 18px;
}

div{
	border: 0px solid #0A0001;
}

/***********************
****BASE CLASSES********
***********************/
.floatRight{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.floatLeft{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.center{
	text-align: center;
}

.centered{
	text-align: center;
}

/************************
********HEADER**********
************************/

#header{
	margin-top: 0px;
	min-height: 140px;
}

#header h1{
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 2.3em;
}

#header p{
	text-align: right;
	padding-right: 5px;
}

#header img{
	float: left;
}


/************************
********MENU*************
************************/
#menu{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 150px;
	float: left;
	background: #999;
	 -webkit-border-radius: 6px;    /* for Safari */
	 -moz-border-radius: 6px;       /* for Firefox */
	
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li{
	margin: 5px;
	background: #555555;
	border: 1px solid black;
	padding: .3em;
	-webkit-border-radius: 6px;    /* for Safari */
	 -moz-border-radius: 6px;       /* for Firefox */
}

#menu li:hover{
	background: #707070;
}

#menu a{
	display: block;
	color: white;
	text-decoration: none;
}

#menu a:visited{
	color: white;
}

#indexPage #indexButton, #aboutPage #aboutButton, 
#servicesPage #servicesButton, #policiesPage #policiesButton, 
#testimonialsPage #testimonialsButton, #contactPage #contactButton {
	background: #707070;
}

/************************
********CONTENT**********
************************/
#content{
	margin-left: 190px;
	margin-right: 2em;
	margin-top: 1em;
	height: 100%;
	margin-bottom: 2em;
	background: white;
	border: 2px solid black;
	color: black;
	padding: 20px;
	 -webkit-border-radius: 10px;    /* for Safari */
	 -moz-border-radius: 10px;       /* for Firefox */
}


/***********************
*******CONTACT US*******
***********************/
#contactPage fieldset{
	margin-top: 1em;
	border: solid 1 transparent;
	background: #EEE;
}

#contactPage legend{
	border: 1px solid black;
	background: #FFF;
}

#contactPage label{
	float: left;
	width: 5em;
}

#contactPage input[type="text"], #contactPage input[type="number"]{
	width: 200px;
}


/***********************
******TESTIMONIALS******
***********************/

#testimonialsPage .feedback{
	border: 1px solid black;
	-webkit-border-radius: 20px;    /* for Safari */
	 -moz-border-radius: 20px;       /* for Firefox */
	padding: 8px;
	background: #BBB;
}

#testimonialsPage .feedback p:first-letter{
	margin-left: 1.5em;
}

#testimonialsPage .feedback p{
	margin-bottom: 10px;
}


/***********************
*******FOOTER***********
************************/
#footer{
	margin: .5em;
	border: 1px solid black;
	padding: 3px;
	clear: both;
	text-align: center;
	background: #555555;
	font-size: .85em;
	 -webkit-border-radius: 4px;    /* for Safari */
	 -moz-border-radius: 4px;       /* for Firefox */
}

#footer h5, p, div{
	margin: 3px;
	padding: 0px;
}

/**************************
************INDEX*********
***************************/

#indexPage #content{
	text-align: center;
}