@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family: Georga, Times New Roman, sans-serif;
	font-size: .9em;
	line-height: 1.8em;
	color:#036;
	behavior: url(/media/css/csshover.htc);
}
.container {
	position:relative;
	width: 894px;
	text-align:left;
	margin:0 auto;
}
#header {
	position: relative;
	background: url(../images/header-bg.png) repeat-x top;
	height: 112px;
	padding: 1px;
	z-index: 100;
}
#header h1 {
	margin: 3px 0 0;
	float: left;
}
#header h1 a {
	display: block;
	background: url(../images/logo.gif) no-repeat;
	width: 246px;
	height: 106px;
	text-indent: -99999em;
}
#secondary-nav {
	float: right;
	margin-top: 10px;
}
#secondary-nav li {
	float: left;
	margin-right: 9px;
	list-style-type: none;
}
#sn-sitesearch {
	display: block;
	width: 80px;
	height: 28px;
	background: url(../images/site_search_50.jpg) no-repeat;
	text-indent: -99999em;
}
#sn-store {
	display: block;
        width: 39px;
        height: 36px;
	background: url(../images/store.gif) no-repeat;
	text-indent: -99999em;
}
#sn-itunes {
	display: block;
	width: 75px;
	height: 25px;
	background: url(../images/podcast-icon.gif) no-repeat;
	text-indent: -99999em;
}
#sn-yt {
	display: block;
	width: 28px;
	height: 31px;
	background: url(../images/youtube-icon.gif) no-repeat;
	text-indent: -99999em;
}
#sn-vimeo {
	display: block;
	width: 28px;
	height: 31px;
	background: url(../images/vimeo-icon.gif) no-repeat;
	text-indent: -99999em;
}
#sn-fb {
	display: block;
	margin-top: 1px;
	width: 24px;
	height: 24px;
	background: url(../images/FB.jpg) no-repeat;
	text-indent: -99999em;
}
#sn-blog {
	display: block;
	width: 57px;
	height: 18px;
	background: url(../images/secondary-nav-blog.png) no-repeat;
	text-indent: -99999em;
	margin-top: 3px;
}
#sn-rss {
	display: block;
	width: 65px;
	height: 18px;
	background: url(../images/secondary-nav-rss.png) no-repeat;
	text-indent: -99999em;
	margin-top: 3px;
}
#sn-giving {
	display: block;
	width: 84px;
	height: 18px;
	background: url(../images/secondary-nav-giving.png) no-repeat;
	text-indent: -99999em;
	margin-top: 3px;
}

#body {
	position: relative;
	background: url(../images/body-bg.gif) repeat-x top;
	background-color: #003;
	padding: 1px;
	z-index: 1;
}
#body .container {
	position: relative;
	z-index: 1;
}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/
#nav {
	position: absolute;
	right: 0;
	top: 55px;
	height: 80px;
	z-index: 100;
}

#nav ul {	
	list-style:none;
	height:35px;
	float: right;
	position: relative;
	z-index: 100;
}

#nav ul li {
	list-style-type: none;
	float:left;
	position: relative;
	height:35px;
	z-index: 100;
}

#nav ul li a {
	position: relative;
	height:35px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
	z-index: 100;
}

#nav ul  li a span {
	float:left;
	display:block
}

#nav ul li#nav-1 a {
	width:84px;
	background:url(../images/nav.png) no-repeat 0px 0
}

#nav ul li#nav-1 a:active,
#nav ul li#nav-1 a:hover {
	background-position:0px -35px
}
#nav ul li#nav-1 a.current {
	background-position:0px 0px -35px
}

#nav ul li#nav-2 a {
	width:105px;
	background:url(../images/nav.png) no-repeat -84px 0
}

#nav ul li#nav-2 a:active,
#nav ul li#nav-2 a:hover {
	background-position:-84px -35px
}
#nav ul li#nav-2 a.current {
	background-position:-84px -104px -35px
}

#nav ul li#nav-3 a {
	width:134px;
	background:url(../images/nav.png) no-repeat -189px 0
}

#nav ul li#nav-3 a:active,
#nav ul li#nav-3 a:hover {
	background-position:-189px -35px
}
#nav ul li#nav-3 a.current {
	background-position:-189px -189px -35px
}

#nav ul li#nav-4 a {
	width:120px;
	background:url(../images/nav.png) no-repeat -323px 0
}

#nav ul li#nav-4 a:active,
#nav ul li#nav-4 a:hover {
	background-position:-323px -35px
}
#nav ul li#nav-4 a.current {
	background-position:-323px -323px -35px
}
/* HORIZONTAL NAVIGATION BAR DROPDOWNS
/////////////////////////////////////*/
#nav ul li ul {
	position: absolute;
	top: 33px;
	right: 0px;
	display: none;
	list-style-type: none;
	border: 1px solid #a0cbe4;
	border-bottom: none;
	z-index: 100;
	width: 170px;
}
#nav ul li:hover ul,
#nav ul li.hover ul {
	display: block;
	height: auto;
	z-index: 100;
}
#nav ul li li {
	display: inherit;
	list-style-type: none;
	z-index: 105;
	text-align: left;
	padding: 0;
	margin: 0;
	height: auto;
}
#nav ul li li:hover,
#nav ul li li.hover {
	background-position: 0 -28px;
	color: #fff;
}
#nav ul li li:hover a,
#nav ul li li.hover a {
	color: black;
}
#header #nav ul li li a {
	display: block;
	width: 170px;
	height: 20px;
	padding: 7px 10px 0;
	background: url(../images/subnav-bg.png);
	background-color: white;
	background-position: center;
	color: #666;
	text-indent: 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 12px;
	line-height: 13px;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	border-bottom: 1px solid #a0cbe4;
}
.ie6 #header #nav ul li li a,
.ie7 #header #nav ul li li a {
	letter-spacing: -1px;
}
#header #nav ul li li:hover a,
#header #nav ul li li.hover a {
	color: #000;
	background-position: center;
}


#body ul,
#body ol {
	margin-left: 2em;
}
#body ul li {
	font-style: italic;
}

#content {
	position: relative;
	padding: 20px 0 56px;
	z-index: 1;
}
#interior-page {
	border: 1px solid #c1de4e;
	background: white;
	position: relative;
	z-index: 1;
}
#page-title {
	position: relative;
	padding: 0;
	height: 137px;
	border-bottom: 1px dashed #c1de4e;
	background: url(../images/page-header-bg.jpg) no-repeat;
}
#page-title h2 {
	position: absolute;
	color: #036;
	font-family: Georgia, Times New Roman, serif;
	font-size: 60px;
	line-height: 55px;
	font-weight: normal;
	margin: 0 0 10px 0;
	bottom: 0px;
	left: 50px;
}
.ie6 #page-title h2,
.ie7 #page-title h2 {
	line-height: 70px;
	margin: 0 0 0px 0;
}
#in-page-subnav {
	border-bottom: 1px dashed #c1de4e;
}
#in-page-subnav ul {
	margin: 0;
	float: right;
}
#in-page-subnav li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	background: url(../../media/images/in-page-subnav-divider.jpg) right center no-repeat;
}
#in-page-subnav li:last-child {
	background: none;
}
#in-page-subnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #297aad;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
}
#page-content {
	padding: 45px 111px 100px;
}

.info-box-top {
	width: 285px;
	background: url(../images/info-box-top.png) top no-repeat;
	_background: url(../images/info-box-top.gif) top no-repeat;
	padding: 10px 0 0;
}
.info-box-bottom {
	background: url(../images/info-box-bottom.png) bottom no-repeat;
	_background: url(../images/info-box-bottom.gif) bottom no-repeat;
	padding: 0 0 8px;
}
.info-box-middle {
	background: url(../images/info-box-middle.png) top repeat-y;
	padding: 8px 10px;
}
	
#body2 {
	background: url(../images/footer-bg.gif) repeat-x top;
	height: 166px;
	padding: 20px 0;
}
#home-promos {
	background: url(/media/images/home-promos-bg.png) no-repeat;
	width: 872px;
	height: 114px;
	padding: 11px 0 0 25px;
	position: relative;
}
#home-promos ul {
	margin: 0;
	position: relative;
}
#home-promos li {
	position: relative;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	border: 1px solid #c1d34e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 276px;
	height:103px;
	background: url(../images/home-promo-bg.png) repeat-x;
	overflow: hidden;
}
#home-promos li.last {
	margin: 0;
}
#home-promos li a {
	position: relative;
	display: block;
	color: #68a617;
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}
.secondary-bg {
	position: absolute;
	width: 175px;
	height: 104px;
	top: 0;
	left: 230px;
	background: url(../images/home-promo-blue.png) no-repeat;
}
.secondary-bg p {
	margin: 16px 25px 25px 46px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.home-promo-arrow {
	position: absolute;
	top:17px;
	right: 5px;
}

#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	color: #aaa;
}

a img {
	border: 0;
}

div.clear {
	clear: both;
}

.hilite-1 {
	color: #5f8d23;
	font-size: 28px;
	line-height: 31px;
	font-style: italic;
}
.hilite-2 {
	font-size: 20px;
	line-height: 27px;
}
.hilite-3 {
	color: #39c;
	font-size: 28px;
	font-style: italic;
	margin-top: 0;
}

.btn-order {
	display: block;
	width: 62px;
	height: 20px;
	text-indent: -99999em;
	background: url(../images/btn-request.gif);
	margin: 5px 0 0;
}

table.order-info {
	border-collapse:collapse;
	font-size:12px;
	width: 90%;
	margin-left: 5%;
}
table.order-info td, table.order-info th {
	padding:3px 0px;
	text-align:left;
}	
table.order-info tr.odd td,
table.order-info tr.odd th {
	background-color:#efefef;
}
div.buttons {
	margin-top:10px;
	float:left;
	width:33%;
	text-align:center;
}

th.header {
	font-size:18px;
}

.small {
	font-size:10px;
}
#item-list {
	margin:0px;
	position:relative;
}
#item-list h1 {
	margin-top:0p;
	text-transform:uppercase;
	font-size:16px;
}
#item-list img {
	float:left;
	width:100px;
	margin-right:10px;
}

form.styled {
	margin-left:20px;
	margin-top:20px;
}
form.styled select.date_picker {
	width:109px;
	margin-right:10px;
}
form.styled select.datetime_picker {
	width:89px;
	margin-right:10px;
}
form.styled *:focus {
	background-color:#ddd;
}
div.form_element {
	margin-bottom:10px;
	width:620px;
}
form.styled p.message {
	font-size:10px;
	margin-top:4px;
}
form.styled label[for] {
	text-transform:uppercase;
	font-weight:normal;
	color:#666;
}
form.styled textarea,
form.styled select,
form.styled input[type="text"],
form.styled input[type="password"] {
	font-size: 14px;
	border:1px solid #666;
	background-color:white;
	padding:4px;
	width:600px;
	color:#666;
}

form.styled textarea.required,
form.styled input.required[type="text"],
form.styled input.required[type="password"] {
	background:url(../images/form-text-input-bg.png) top right no-repeat;
}

p.error {
	margin:2px 0px;
	color:#c00;
}

 #page-title p { 	margin-bottom:0; position: absolute; 	bottom: 20px; 	right: 0; 	text-align: right; 	font-size: 14px; 	line-height: 16px; 	font-style: normal; 	margin-right: 20px; } 
 #page-title p span { 	font-size: 18px; 	line-height: 22px; 	font-style: italic; }

#news-header {
	margin: 5px 20px 20px 40px;
}

#news-header ul {
	float: right;
	margin: 24px 0 0px 0;
	padding: 0;
}
#news-header li {
	float: left;
	list-style: none;
	font-style: normal !important;
	font-size: 25px;
	text-transform: uppercase;
	font-family: "Helvetica Condenced", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 12px 0 0;
}
#news-header li:last-child {
	background: none;
}
#news-header li a {
	color: #7da505;
	text-decoration: none;
}

