#customerForm2 {
	text-align: left;
	margin-left: 5px;
	background-color: #CDCDCD;
	padding: 5px;
	margin-right: 5px;
	font-family: calibri;
	margin-top: 5px;
}
#customerForm {
	text-align: left;
	margin-left: 75px;
	background-color: #CDCDCD;
	padding: 5px;
	margin-right: 75px;
	font-family: calibri;
	margin-top: 5px;
}
#customerForm h4 {
	font-family: calibri;
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
}
#customerForm2 h4 {
	font-family: calibri;
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../_images/bg_stripe_thin.png);
	background-repeat: repeat;
	background-color: #000;
}
p {
	margin: 0;
	font-family: calibri;
	font-size: 1.2em;
	color: #003;
}
.caption {
	font-family: calibri;
	font-size: 1em;
	font-style: italic;
	color: #0E246C;
}


#header {
	background-image: url(../_images/header_bg.png);
	background-repeat: repeat-x;
	height: 175px;
}
#header_image {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 175px;
}

#header_image a img{
	padding: 0;
	margin: 0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	text-align: left;
	height: 31px;
	margin-top: 10px;
}

#nav a #tabHome{
	font-family: calibri;
	font-size: 1.3em;
	text-decoration: none;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a #tabServices{
	font-family: calibri;
	font-size: 1.3em;
	text-decoration: none;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a #tabContact{
	font-family: calibri;
	font-size: 1.3em;
	text-decoration: none;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a #tabQuote{
	font-family: calibri;
	font-size: 1.3em;
	text-decoration: none;
	padding-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body ul {
	font-family: calibri;
	color: #0E246C;
	list-style-type: none;
	padding: 0;
	font-size: 1.4em;
	margin: 0;
	text-align: left;
}



.nav_left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.nav_right {
	border-right-style: none;
}
#body {
	width: 900px;
	background-repeat: repeat;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #0E246C;
	background-color: #FFF;
	background-image: url(../_images/bg_small_squares.png);
	margin-top: -2px;
}
#nav a {
	font-family: "Comic Sans MS", cursive;
	font-size: 15pt;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
}

#footer {
	font-family: calibri;
	font-size: 1em;
	color: #000;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer p {
	font-family: calibri;
	font-size: 1em;
	color: #FFF;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h1 {
	font-family: calibri;
	font-size: 2.2em;
	color: #0D004C;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D004C;
}

h2 {
	font-family: calibri;
	font-style: italic;
	color: #0C236B;
	font-size: 1.1em;
	margin: 0;
	padding-left: 10px;
}
h3 {
	font-family: calibri;
	font-size: 1.25em;
	font-weight: normal;
	color: #003;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0px;
}

