body {
	background-color: #CCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #274696;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	color: #274696;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}
#siteContainer {
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #264595;
	background-color: #FFF;
}
#siteContainer #header {
	background-image: url(images/headerTest.png);
	background-repeat: no-repeat;
	height: 503px;
	width: 900px;
}
#siteContainer #header #mainNav {
	height: 40px;
	width: 900px;
	background-image: url(images/navigationBack.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #223A8A;
}
#navigation {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
}

#navigation li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
	height: 40px;
	position: relative;
	display: block;
	background: url(images/nav-back.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

/* individual navigation items */
#navigation a.home {
  background-position: 0 0;
  width: 150px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: 0 -40px;
  width: 150px;
}

#navigation a.about {
	background-position: -150px 0px;
	width: 150px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
	background-position: -150px -40px;
}

#navigation a.services {
  background-position: -300px 0;
  width: 150px;
}

#navigation .highlight a.services:hover,
#navigation a.services .hover {
  background-position: -300px -40px;
}

#navigation a.order {
  background-position: -450px 0;
  width: 150px;
}

#navigation .highlight a.order:hover,
#navigation a.order .hover {
  background-position: -450px -40px;
}

#navigation a.contact {
  background-position: -600px 0;
  width: 150px;
}

#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -600px -40px;
}

#siteContainer #header #innerHeadContain {
	width: 900px;
	height: 320px;
}
#siteContainer #header #logo {
	height: 141px;
	width: 370px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 80px;
	float: left;
}
#siteContainer #header #slogan {
	width: 486px;
	font-style: italic;
	font-weight: bold;
	color: #376CB6;
	font-family: Arial, Helvetica, sans-serif;
	height: 49px;
	clear: left;
	margin-left: 340px;
}
#siteContainer #header #smallBoxContain {
	height: 142px;
	width: 900px;
}
#siteContainer #header #smallBoxContain #topLeftBox {
	height: 135px;
	width: 200px;
	margin-left: 15px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#siteContainer #header #smallBoxContain #topCenterBox {
	float: left;
	height: 135px;
	width: 200px;
	margin-left: 15px;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#siteContainer #header #smallBoxContain #topRightBox {
	float: left;
	height: 142px;
	width: 200px;
}
#siteContainer #header #smallBoxContain #searchBox {
	float: left;
	width: 225px;
	height: 100%;
	color: #FFF;
	margin-left: 14px;
	padding-left: 10px;
}
#siteContainer #header #smallBoxContain table {
	position: relative;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4CA2E5;
	font-size: 12px;
	top: 5px;
	margin-right: 18px;
}
.smallBoxP {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	padding-right: 3px;
}
#siteContainer #mainBody {
	height: 600px;
	width: 900px;
	background-image: url(images/mainBody_new.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#siteContainer #mainBody #tabs {
	width: 570px;
	margin-left: 15px;
	padding-top: 16px;
	float: left;
}
#mainBody .tabsCloseP a{
	color: #274694;
	text-decoration: none;
}
#mainBody .tabsCloseP a:hover {
	color: #50ADF0;
}
#mainBody .tabsCloseP a:visited {
	color: #274694;
}
#siteContainer #mainBody #tabs p a {
	color: #274694;
	text-decoration: none;
}
#siteContainer #mainBody #tabs p a:hover {
	color: #50AEEE;
	text-decoration: none;
}
.noSpaceList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainLi {
	list-style-image: url(images/bulletPoint.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}
.centerP {
	text-align: center;
	font-weight: bolder;
	font-style: oblique;
}
#leftList {
	width: 50%;
	float: left;
	margin-bottom: 7px;
	margin-top: 0px;
	padding-top: 0px;
}
#rightList {
	height: 100%;
	width: 50%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
.floatRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 12px;
}
.mainTextP {
	text-align: justify;
}
.tabsCloseP {
	font-size: 16px;
	font-style: italic;
	padding-top: 10px;
	clear: left;
}
.credit {
	width: 100%;
	background-color: #EFEFEF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 8px;
}
.creditText {
	width: 55%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 4px;
	font-size: 14px;
	margin-right: 10px;
}
#siteContainer #mainBody #rightMainContent {
	width: 260px;
	float: left;
	margin-left: 35px;
	margin-top: 75px;
}
#quickContact {
	width: 250px;
	background-image: url(images/sidebarBox-Back.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.sideDates {
	width: 250px;
	margin-bottom: 20px;
	background-image: url(images/sidebarBox-Back.jpg);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.rightP {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D4E1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.readMore {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	margin-right: 5px;
	text-align: right;
	margin-top: 0px;
	color: #C00;
	text-decoration: underline;
}
.readMore a {
	color: #C00
}
.monthlyPromoh3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #274696;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
#siteContainer #bottomDivide {
	background-image: url(images/bottom_divider_new.jpg);
	height: 74px;
	width: 900px;
	clear: both;
}
#siteContainer #bottomDivide #textLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
}
#siteContainer #footer {
	width: 900px;
	height: 100%;
	background-color: #FFF;
	font-size: 14px;
	font-style: italic;
	color: #CCC;
}
#textLinks a {
	color: #417FD2;
	text-decoration: none;
}
#textLinks a:visited {
	color: #2A75C8;
	text-decoration: none;
}
#textLinks a:hover {
	color: #1B3A8D;
	text-decoration: none;
}
.disclaimer {
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999;
	padding-bottom: 20px;
}

.button, .button1, .button2, .button3 {
	border: 1px solid #4CA2E5;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url(images/bkg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	height: 16px;
	text-decoration: none;
	color: #666;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 24px;
        }
.button img, .button1 img, .button2 img, .button3 img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.button:hover, .button1:hover, .button2:hover, .button3:hover {
    color: #2C6AB6;
}
#nav2 {
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #85A8CB;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	background: #f0f8fe; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f8fe 0%, #d4e0ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f8fe), color-stop(100%,#d4e0ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f8fe 0%,#d4e0ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f8fe 0%,#d4e0ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f8fe 0%,#d4e0ea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f8fe 0%,#d4e0ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f8fe', endColorstr='#d4e0ea',GradientType=0 ); /* IE6-9 */
}
#nav2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav2 ul li {
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2dfe9;
}
#nav2 ul li a {
	line-height: 40px;
	padding-right: 17px;
	padding-left: 17px;
	color: #2d56a2;
	text-decoration: none;
	text-shadow: 1px 1px 1px #f0f8fe;
}
#nav2 ul li a.active {
	color: #D62336;
}
#nav2 ul li a:hover {
	color: #D62336;
}
.resImage {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin-bottom: 25px;
	clear: both;
}