@charset "utf-8";
/* CSS Document */

/* background and layout for site*/
.background {
	background-image: url(background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.outertable {
	width: 950px;
	margin: 0px;
	padding: 0px;
}
.maintable {
	margin: 0px;
	padding: 0px;
	width: 950px;
	border: 1px solid #FFF;
	background-color: #FFF;
}

.content {
	width: 100%;
	margin-left: 0px;
	margin-right: 20px;
}
.rightcol {
	padding-right: 40px;
}


.left225 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 225px;
}
.left300 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 300px;
}
.lefthalf {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 50%;
}

/* Redefined tags*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #1e87ca;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2f9b4e;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1E87CA;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #206834;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}
a:vistited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00F;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F60;
	text-decoration: underline;
}
td {
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* nav, top and footer*/

.toptable {
	background-color: #FFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #1E87CA;
}
.topalign {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#logoholder {
	height: 130px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
}
#nav {
	background-image: url(navback.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0px;
	height: 52px;
}
#nav a a:link a:visited{
	color: #FFF;
	text-decoration: none;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover{
	color: #F66;
	text-decoration: none;
}

#nav tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0C491A;
	text-align: center;
	vertical-align: middle;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/*Special for home page*/
.phonetable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	margin: 0px;
	padding: 0px;
}
.phonenumber {
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}




.location {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #333;
	background-color: #D6D6D6;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.safety {
	background-image: url(woman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 0px;
}
.safety tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.headlinestable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}

.babytable {
	background-image: url(baby.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 270px;
	width: 241px;
	margin: 0px;
	padding: 0px;
}
.business {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
}
.business tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	
}





/*fixes*/
.popup {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 300px;
}
.borderrightpagessmall {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 250px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.nopadding {
	margin: 0px;
	padding: 0px;
}


.borderright450 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 50%;
}
.heading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 40px;
}

.frameit {
	border: 2px dotted #CCC;
}

.centeralign {
	background-position: center top;
	text-align: center;
	vertical-align: top;
}

.borderright300 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 300px;
}





.borderrightpages {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 450px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.rightcolpages {
	width: 50%;
}
.left300withborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
