@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #0A212F;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#gutterLft {
	height: 688px;
	background-image: url(../images/bodyLeft.jpg);
	width: 27px;
	background-color: #0A212F;
	background-repeat: no-repeat;
}
#gutterRgt {
	height: 688px;
	background-image: url(../images/bodyRight.jpg);
	width: 27px;
	background-color: #0A212F;
	background-repeat: no-repeat;
}
#cont {
	width: 948px;
	float: left;
}
#cont #nav {
	background-image: url(../images/navBG.jpg);
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}
#cont #nav #navTop {
	float: right;
	background-image: url(../images/hdrPhone.jpg);
	height: 65px;
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right: 12px;
	width: 218px;
	padding-top: 5px;
}
#cont #nav #navTop a {
	color: #991B1E;
	text-decoration: none;
}
#cont #nav #navTop a:hover {
	text-decoration: underline;
}
#cont #subNav {
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	height: 49px;
	padding-top: 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #435D84;
	font-family: Verdana, Geneva, sans-serif;
}
#cont #subNav a {
	color: #435D84;
	text-decoration: none;
}
#cont #subNav a:hover {
	text-decoration: underline;
}
#cont .subPods {
	background-color: #FFF;
	height: 120px;
}
.subPods #pod1 {
	background-image: url(../images/subPod1.jpg);
	background-repeat: no-repeat;
	height: 101px;
	color: #666;
}
.subPods #pod2 {
	background-image: url(../images/subPod2.jpg);
	background-repeat: no-repeat;
	height: 101px;
	color: #666;
}
.subPods #pod3 {
	background-image: url(../images/subPod3.jpg);
	background-repeat: no-repeat;
	height: 101px;
	color: #666;
}
.subPods .podCnt {
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
}
#cont .subPods a  {
	color: #991B1E;
	text-decoration: none;
}
#cont .subPods a:hover {
	text-decoration: underline;
}
#cont #cntText {
	padding: 20px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 318px;
	background-color: #FFF;
}
#cntText h1 {
	color: #991B1E;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 20px;
}
#cntText p a  {
	color: #991B1E;
	text-decoration: none;
}
#cntText p a:hover {
	text-decoration: underline;
}
#cont #footer {
	clear: both;
	background-color: #DDDDDD;
	height: 41px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCBCB;
	padding-top: 25px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #6D6D6D;
}
#cont #footer a  {
	color: #991B1E;
	text-decoration: none;
}
#cont #footer a:hover {
	text-decoration: underline;
}
