@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-image: url(images/bgFill.jpg); */
	background-color:#000;
}

#titleImage {
	height: 150px;
	width: 100%;
	text-align: center;
	background-image: url(images/title/headerBgFill.jpg);
	background-repeat: repeat;
}
#titleText {
	height: 46px;
	padding-top: 4px;
	text-align: center;
	width: 100%;
	background-image: url(images/title/titleBgFill.jpg);
	background-repeat: repeat;
}
#titleNavigation {
	height: 30px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/title/navFill.jpg);
	background-repeat: repeat;
}

#titleBar {
	height: 80px;
	maring-top: 300px;
	width: 100%;
	
}
#titleTextWhite {
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	font-size: 24px;
	
}
#titleTextRed {
	color: #FF3300;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	font-size: 24px;
}

#bodyBackground {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 243px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat;
}

#bodyCenter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 243px;
}

#tripleImage {
	padding: 0 0px;
	height: 243;
}
* + html #tripleImage { width: 799px; }/*Stupid IE7*/

#floatBig {
	position: relative;
	left: 0;
	float: left;
	width: 532px;
	background-image: url(images/home/image1.jpg);
	background-repeat: no-repeat;
	height: 243px;
}
#homeTextHeading {
	height: 50px;
	width: 250px;
	padding-top: 15px;
	font-size: 22px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}
#homeText {
	height: 166px;
	width: 512px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 10px;
}

#homeText a{
	color: #FFF;
}



#floatBig p {
	text-align: left;
	font-size: 12px;
	color:#FFF;
	padding-left: 6px;
	padding-right: 6px;
}
#float { position: relative; left: 0; float: left; width: 266px; }

#float p {
	text-align: left;
	font-size: 12px;
	color:#FFF;
	padding-left: 6px;
	padding-right: 6px;
}

#float img{
	border-style: none;
}

#footer {
	height: 160px;
	width: 100%;
	background-image: url(images/footerBG.jpg);
	padding: 0 0px;
}
#footerInsert {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/phoneBG.png);
}

/*
#header {
	height: 230px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #333333;
}

*/
#footerWords {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-top: 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding-left: 5px;
	height: 70px;
	position: relative;
	left: 0;
	float: left;
}
#footerPhone {
	position: relative;
	left: 0px;
	float: right;
	height: 35px;
	width: 410px;
	text-align: right;
	padding-top: 65px;
}

#phoneTextWhite {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	
}
#phoneTextBlack {
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
#base {
	height: 20%;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}

#base a:link,#base a:visited {
	color: #FFF;
	text-decoration: none;
}
