
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(images/generalImages/background.jpg) repeat-x;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#container {
	margin: 0 auto;
	width: 914px;
	height: auto;
	min-height: 630px;
	background: #FFFFFF url(images/generalImages/background2.jpg) no-repeat;
}

#mast {
	position: relative;
	float: left;
	background: url(images/generalImages/masthead.gif) no-repeat;
	text-align: left;
	margin: 0;
	width: 334px;
	height: 630px;
}

.mastcontact {
	position: left;
	padding-top: 440px;
	padding-left: 10px;
	width: 200px
}

.mastcontact h1 {
	color: #004063;
	font-size: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: -10px
}

.mastcontact p {
	color: #004063;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height: 15px
}

#contentcontainer {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 580px;
	height: auto !important;
	min-height: 630px;
	background: #FFFFFF;
}

#navigation {
	position: relative;
	float: left;
	margin: 10px 0 0;
	width: 400px;
	height: auto !important;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#navigation li {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#navigation a {
	float: left;
	margin: 2px 0 0 0;
	padding: 3px 0 0 25px;
	width: 375px;
	height: 15px;
	color: #0074b3;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/navImages/nav.jpg) left center no-repeat;
}

#navigation a:hover {
	color: #FFFFFF;
	background: #FF7D00;
}

#main {
	text-align: left;
	margin: 0;
	width: 570px;
	height: auto;
	float: left;
}

#main p {
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 27px;
	margin: 0 0 10px;
}

#main li {
	color: #0074b3;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 17px;
	list-style-image: url("images/generalImages/bullet_01.gif");
	margin: 0 0 10px;
}

#main h1 {
	color: #0074b3;
	font-size: 20px;
	line-height: 24px;
	background-image: url(images/generalImages/bullet_title.gif);
	background-repeat: no-repeat;
	margin-top: 49px;
	padding-left: 27px;
}

h2 {
	color: #0074b3;
	font-size: 15px;
	line-height: 1.3em;
	background-image: none;
}

h3 {
	color: #737373;
	font-size: 15px;
	line-height: 1.3em;
	background-image: none;
	margin-top: -10px;
	margin-bottom: -1px;
}

h4 {
	color: #0074b3;
	font-size: 20px;
	line-height: 24px;
	background-image: url(images/generalImages/bullet_title.gif);
	background-repeat: no-repeat;
	margin-bottom: -10px;
	padding-left: 27px;
}

#main a {
	color: #0074b3;
	text-decoration: none;
}

#main a:visited {
	color: #0074b3;
	text-decoration: none;
}

#main a:hover {
	color: #0074b3;
	text-decoration: underline;
}

#mainCZBox {
	background-image: none;
	margin-bottom: -120px;
	position: relative;
	z-index: 1;
	top: -168px;
	width: 288px;
	height: auto;
	float: right;
}

#mainCZ {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 268px;
	height: auto;
	float: left;
}

#mainCZ p {
	color: #fff;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1em;
	margin-top: 0;
}

#mainCZ a {
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	text-decoration: underline;
}

#mainCZ a:hover {
	text-decoration: none;
}

#mainShadowCZ {
	background-image: url("images/generalImages/shadowsCZcropped.gif");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 288px;
	height: auto;
	float: left;
}

#mainBtns {
	background-color: #fff;
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 268px;
	height: 55px;
	float: left;
}

#mainShadowBtns {
	background-image: url("images/homeImages/shadows.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 288px;
	height: auto;
	float: left;
}

.clear {
	clear: both;
}

#copyright {
	position: relative;
	margin: 20px auto;
	color: #0074b3;
	font-size: 11px;
	text-align: left;
	width: 876px;
	height: 20px;
}

#copyright {
	color: #0074b3;
	font-size: 11px;
	text-align: right;
	width: auto;
	height: 20px;
	float: right;
}

#copyright a {
	color: #0074b3;
	text-decoration: underline;
}

#copyright a:hover {
	color: #0074b3;
	text-decoration: none;
}

#copyright a:visited {
	color: #0074b3;
	text-decoration: underline;
}

#business {
	background-image: url(images/businessImages/42-15572660.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	width: 570px;
	height: 215px;
}

#businessBtn {
	background: url(images/generalImages/bullet_title.gif) no-repeat left center;
	margin-left: 21px;
	padding-top: 10px;
	width: 300px;
	height: 97px;
	float: left;
}

#businessBtn a {
	color: #0074b3;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	margin-left: -20px;
	padding: 32px 0 2px 45px;
	width: 260px;
	height: 53px;
	float: left;
	border: solid 1px;
}

#businessBtn a:hover {
	color: #fff;
	text-decoration: none;
	background: #99c7e1;
	border: solid 1px #0074b3;
}

#address {
	width: 284px;
	height: auto;
	float: left;
}

#addressForm {
	width: 568px;
	height: auto;
	float: left;
}

#ThirtyDayOffer {
	text-align: left;
	padding-left: 10px;
	width: 160px;
	height: auto;
	float: right;
}

#ThirtyDayOffer p {
	color: #0074b3;
	font-size: 12px;
	line-height: 15px;
	padding-left: 10px;
}

#ThirtyDayOffer a {
	color: #0074b3;
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
}

#ThirtyDayOffer a:hover {
	text-decoration: none;
}

#subscribeIssue {
	text-align: center;
	width: 150px;
	height: auto;
	float: right;
}

#subscribeIssue p {
	color: #0074b3;
	font-size: 12px;
	line-height: 15px;
}

#subscribeIssue a {
	color: #0074b3;
	font-size: 12px;
	text-decoration: underline;
}

#subscribeIssue a:hover {
	text-decoration: none;
}

#homeLeft {
	text-align: left;
	margin: 0;
	width: 568px;
	height: auto;
	float: left;
}

#homeLeft p {
	font-size: 12px;
	line-height: 27px;
	padding-top: 10px;
	padding-right: 10px;
}

#homeLeft h1 {
	color: #737373;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 0;
	background: none;
}

#homeLeft a {
	color: #0074b3;
	text-decoration: none;
}

#homeLeft a:hover {
	color: #0074b3;
	text-decoration: underline;
}

#homeLeft a:visited {
	color: #0074b3;
	text-decoration: none;
}

#homeRight {
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
	top: -95px;
	width: 288px;
	height: auto;
	float: left;
}

#dropShadowCZ {
	background-image: url(images/generalImages/shadowsCZ.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	width: 288px;
	height: auto;
	float: left;
}

#homeCZ {
	background-color: #99c7e1;
	background-image: url(images/homeImages/cz_shadows.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	margin-top: 146px;
	margin-right: 10px;
	margin-left: 10px;
	width: 268px;
	height: auto;
	float: left;
}

#homeCZ p {
	color: #fff;
	font-size: 12px;
	text-align: left;
}

#homeCZ a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
}

#homeCZ a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
}

#homeCZ a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
}

#homeCZ h1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	margin-left: 18px;
	position: relative;
}

#dropShadowUS {
	background-image: url(images/homeImages/shadows.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	width: 288px;
	height: auto;
	float: left;
}

#homeUS {
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 bottom;
	margin-right: 10px;
	margin-left: 10px;
	width: 268px;
	height: 30px;
	float: left;
}

#homeUS h1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 0;
	background: none;
}

#homeUS h2 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	margin-left: 18px;
}

#homeUS p {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	background-image: url(images/generalImages/bullet_02.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 15px;
}

#homeUS a {
	color: #fff;
	text-decoration: underline;
	background-image: none;
	text-align: left;
	margin-right: 20px;
	margin-left: -15px;
	padding-left: -15px;
}

#homeUS ul {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	list-style-image: url(images/generalImages/bullet_02.gif);
	margin-bottom: 30px;
}

#dropShadowEZ {
	background-image: url(images/homeImages/shadows.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 288px;
	height: auto;
	float: left;
}

#homeEZ {
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 268px;
	height: auto;
	float: left;
}

#homeEZ h1 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	margin-top: -18px;
	margin-left: 18px;
	position: relative;
}

#homeEZ p, ul {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	list-style-image: url(images/generalImages/bullet_01.gif);
}

#homeEZ li {
	margin-top: 10px;
}
