@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #e1cc5e;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
p {
	margin-top:0px;
	margin-bottom:10px;
}

ul {
	margin-top:0px;
	margin-bottom:8px;
}

li {
	margin-top:0px;
	margin-bottom:4px;
}

h1 {
	color: #00467f;
	font-size: 20px;
	font-weight: bold;
	padding-top:0px;
	margin-bottom:12px;
}

.nonbolded {
	font-weight: normal;
}

p.headline {
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
	margin-bottom:12px;
	line-height: 24px;
}

/* Commonly used to style section titles. */
h2 {
	color: #00467f;
	font-size: 14px;
	font-weight: bold;
	padding-top:10px;
	margin-bottom:8px;
}
/* Sets the style for the h3 header. */
h3 {
	color: #00467f;
	font-size: 16px;
	font-weight: normal;
}
/* Sets the style for unvisited links. */

h4 {
	color: #00467f;
	font-size: 18px;
	font-weight: bold;
	padding-top:12px;
	margin-bottom:12px;
}

a, a:link, a:visited {
	color: #00467f;
	text-decoration: underline;
}

/* Sets the style for links on mouseover. */
a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a, #contact_footer a {
	text-decoration: none;
}

#footer.homefooter a {
	color: #ffffff;
	text-decoration: none;
}

#footer.homefooter a:hover {
	text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus {
	color: #000000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	border: solid 2px #c2a205; /* Sets the border properties for an element using shorthand notation */
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
}
#outerWrapper #header {
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 198px;
	width: 956px;
	border: solid 2px #fff;
}
#outerWrapper #menubar {
	background-color: #00467f;
	height: 30px;
	width: 958px;
	font-weight: normal;
	border-right: solid 2px #fff;
}
#menuItem {
	float:left;
	height: 30px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 30px;
	border-left: solid 2px #fff;
	color: #FFFFFF;
}

#selectedmenuItem {
	float:left;
	display:block;
	height: 30px;
	padding-left: 13px;
	padding-right: 13px;
	line-height: 30px;
	border-left: solid 2px #fff;
	color: #FFFFFF;
	background-image: url(../images/header/menu_background.gif);
}

#menuleft {
	position:relative;
	float:left;
	width:6px;
	background-image: url(../images/header/menu_left.gif);
	z-index: 150;
}

.lastMenu {
	padding-right: 12px;
}

#menuItem a, #menuItem a:visited, #selectedmenuItem a, #selectedmenuItem a:visited {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;	
}

#services_textbox a, #services_textbox a:visited {
	color: #00467f;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;	
}

#services_textbox a:hover {
	color: #000000;
	text-decoration: underline;	
}

#footer {
	font-size: 9px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;

}

.standardfooter {
	color: #00467f;
}

.orderfooter {
	margin-top:146px;
	color: #00467f;
}

#home_box {
	position:absolute;
	left: 142px;
	top: 235px;
	float:left;
	height:150px;
	width: 497px;
	padding: 10px;
	z-index: 110;
	clear: left;
	background-image: url(images/home/home_box_background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

#home_picture {
	position:relative;
	left: 322px;
	top: 0px;
	float:right;
	padding: 0px;
	z-index: 110;
}

.homefooter {
	position:absolute;
	float: left;
	left: 145px;
	top: 365px;
	z-index: 120;
	clear:left;
	color: #FFFFFF;
}



.sanctuariesfooter {
	width:610px;
	height: 65px;
	line-height:65px;
	text-align: center;
	color: #00467f;
}

.whatisfooter {
	width:610px;
	text-align: center;
	margin-bottom:10px;
	color: #00467f;
}

.contactblocktop {
	position:relative;
	height: 190px;
	width: 716px;
	background-color: #f4efd4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00467f;
	line-height:22px;
	text-align: center;
	z-index:100;
	float: right;
	padding-top: 25px;
	padding-right: 120px;
	padding-bottom: 45px;
	padding-left: 120px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}

.contactblockbottom {
	position:relative;
	width: 956px;
	height: 600px;
	padding: 0px; 
	background-color: #ffffff;
	z-index:120;
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	clear: right;
}

.contactfooter {
position: relative;
float: left;
left: -200px;
top: 400px;
margin-top:0px;
margin-left:0px;
width: 400px;
background-color:#00FF33;
}

#header_faq {
	position:relative;
	float:left;
	padding: 0px;
	height: 173px;
	width: 350px;
	left: 15px;
	bottom: 0px;
	top: 14px;
	z-index: 90;
}

#header_logo {
	position:relative;
	float:right;
	padding: 0px;
	height: 83px;
	width: 530px;
	z-index: 100;
	top: 80px;
	right: 50px;
}
#outerWrapper #contentWrapper {
	border-style: solid; /* Sets the border style properties for an element using shorthand notation */
	z-index: 100;
	}
	
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #ffffff;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	float: right;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 298px;
}


#outerWrapper #contentWrapper #content {
	position:relative;
	z-index: 100;
	border: solid 2px #ffffff; /* Sets the border properties for an element using shorthand notation */
	}

 .contentFAQ {
	background-color: #ffffff;
	padding-top: 25px; 
	padding-right: 25px; 
	padding-bottom: 15px; 
	padding-left: 25px; 
}
 .contentMain {
	background-color: #d8e6f2;
	margin: 0 298px 0 0;
	padding-top: 25px; 
	padding-right: 25px; 
	padding-bottom: 15px; 
	padding-left: 25px; 
}

 .contentHome {
	background-color: #c2a204;
	margin: 0 322px 0 0;
	height: 400px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 5px; 
	padding-left: 0px; 
}

#outerWrapper #contentWrapper #ServicesContent {
	position:relative;
	z-index: 100;
	border: solid 2px #ffffff; /* Sets the border properties for an element using shorthand notation */
	padding-top: 25px; 
	padding-right: 0px; 
	padding-bottom: 15px; 
	padding-left: 0px; 
	margin: 0 298px 0 0;	
	}

.servicesCopy {
	margin-right: 25px; 
	margin-left: 25px; 
}

#outerWrapper #contentWrapper #OrderContent {
	position:relative;
	z-index: 100;
	border: solid 2px #ffffff; /* Sets the border properties for an element using shorthand notation */
	padding-top: 25px; 
	padding-right: 0px; 
	padding-bottom: 15px; 
	padding-left: 0px; 
	margin: 0 298px 0 0;	
	height:436px;
	}
	
#orderBlock {
	position:relative;
	z-index: 100;
	color: #000000;
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin-top:30px;
}

#orderBlock td {
	padding-bottom: 25px;
	text-align: left;
}

#orderBlock form {
 margin: 0px;
}

.productPrice {
color: #00467f;
}

.orderItalicPromo {
	color: #00467f;
	font-size: 11px;
	font-style: italic;
}


#serviceBlock {
	position:relative;
	z-index: 100;
	width: 608px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.trust1 {
	background-color: #d8e6f2;
	padding: 10px 25px 11px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.trust2 {
	background-color: #bbd3e9;
	padding: 10px 25px 11px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.trust3 {
	background-color: #a5c5e1;
	padding: 10px 25px 11px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.trustorder {
	background-color: #ffffff;
	vertical-align: bottom;
	padding: 5px 25px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.orderbutton {
	padding-top:7px;
	padding-left:10px;
	border:none;
}

 .contentFAQ {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
}

 .noColumns {
	padding: 0px 0px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin: 0;
}

#contact_picture_1 {
	position:absolute;
	right: 101px;
	bottom: -4px;
	float:right;
	padding: 0px;
	width: 296px;
	z-index: 110;
}



#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}

.memberData {
	vertical-align: top;
}


#whatdoes_picture_2 {
	position:absolute;
	right: -298px;
	bottom: 0px;
	float:right;
	padding: 0px;
	width: 296px;
	z-index: 110;
	clear: left;
}

#sanctuaries_picture_1 {
	position:absolute;
	right: -218px;
	bottom: -75px;
	float:right;
	padding: 0px;
	width: 296px;
	z-index: 10;
	clear: both;
}

#services_picture_1 {
	position:absolute;
	right: -298px;
	bottom: -4px;
	float:right;
	width: 296px;
	z-index: 100;
	clear: right;
	padding-bottom: 0px;
	text-align: right;
}

#services_textbox {
	position:absolute;
	right: -298px;
	top: 0px;
	float:right;
	width: 266px;
	padding: 15px 15px 13px;
	z-index: 110;
	clear: right;
	line-height: 20px;
	background-color: #f4efd4;
}

#order_textbox {
	position:absolute;
	right: -298px;
	top: 0px;
	float:right;
	width: 266px;
	padding: 15px 15px 13px;
	z-index: 110;
	clear: right;
	line-height: 20px;
	background-color: #f4efd4;
	height:448px;
}

.sidebarlist {
	list-style-position: outside;
	margin-left: 10px;
	padding: 4px;
	list-style-type: disc;
}

.smallText10 {
	font-size: 10px;
}

.smallText14 {
	font-size: 14px;
	font-style: italic;
}

.text16 {
	font-size: 16px;
	line-height: 24px;
}