/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#636466;
	font-size:13px;
	margin:0 auto;
	background-color:#007f7b;
	font-family:Helvetica, Arial, sans-serif;
}

a {
	color:#4e84c4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

strong {
	color: #4e84c4;
}

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.flag {
	color: #007f7a;
	font-size: 18px;
}

/* ---- layout settings ----------------------- */

#bg_repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	clear:both;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(images/bg_body.jpg);
}

#bg_repeat-sub {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	clear:both;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top center;
		background-image:url(images/bg_body-sub.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:975px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-repeat.jpg);
}

#container_left {
	position:relative;
	width:738px;
	height:auto;
	float: left;
}

#container_right {
	position:relative;
	width:237px;
	height:auto;
	float: right;
}


#content_success {
	position:relative;
	width:410px;
	height:auto;
	float:left;
}
#header {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:288px;
	padding: 145px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-home.jpg);
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:55px;
	padding: 145px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-sub.jpg);
}

#header-form {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:288px;
	padding: 145px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_header-join.jpg);
}

#top-logo {
	position:absolute;
	top:20px;
	left:32px;
	width:243px;
	height:104px;

}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:-15px;
	width:588px;
	height:30px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:738px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:700px;
	height:auto;
}

#content_across {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:730px;
	height:auto;
}


#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:200px;
	height:auto;
}

#location_right {
	position:relative;
	top:60px;
	right:140px;
	float:right;
	width:200px;
	height:auto;
	padding: 0 0 0 0;
}

#content_right-sub {
	position:absolute;
	top:175px;
	left:350px;
	height:100px;
	float: right;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:450px;
	height:auto;
}

#content_left-faq {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:700px;
	height:auto;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	width:236px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:40px;
	clear:both;
	margin: 0 auto;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer_repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav3.gif);
}

a#nav_01 {
	width:86px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -30px;
}

.active_01 {
	background-position: 0 -30px !important;
}

a#nav_02 {
	width:103px;
	background-position:-86px 0;
}

a:hover#nav_02{
	background-position:-86px -30px;
}

.active_02 {
	background-position:-86px -30px !important;
}

a#nav_03 {
	width:134px;
	background-position:-189px 0;
}

a:hover#nav_03{
	background-position:-189px -30px;
}

.active_03 {
	background-position:-189px -30px !important;
}

a#nav_04 {
	width:134px;
	background-position:-323px 0;
}

a:hover#nav_04{
	background-position:-323px -30px;
}

.active_04 {
	background-position:-323px -30px !important;
}

a#nav_05 {
	width:114px;
	background-position:-457px 0;
}

a:hover#nav_05{
	background-position:-457px -30px;
}

.active_05 {
	background-position:-457px -30px !important;
}

/* ---- start nav drop settings -------------------------- */

#sub_nav {
	position:absolute;
	top:174px;
	right:200px;
	width:800px;
	height:30px;
	font-size: 12px;
}

#sub_nav a {
	color: #fff;
	display:block;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #b0cbea;
}

#sub_nav a:hover {
	color: #b0cbea;
	padding: 5px;
	text-decoration: none;
}

#L1, #L2, #L3,  #L4, #L5 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #007f7b;
	border: 1px solid #b0cbea;
}

#L1 { width:150px; left:335px; }
#L2 { width:225px; left:245px; }
#L3 { width:110px; left:330px; }
#L4 { width:170px; left:570px; }
#L5 { width:170px; left:710px; }



.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}
/*------------------------------------------------------acc settings ------------------------*/

.mypets{ /*header of 1st demo*/
	cursor: pointer;
	border-bottom: 1px solid #A2A48F;
	padding: 10px 0;
	display: block;
	color: #209C9A;
	font-size: 16px;
	text-align: left;
}

.mypets { font-weight: bold; }

.mypets a {
	color:#fff;
}

.mypets a:hover {
	color: #C4AB29;
}

.openpet{ /*class added to contents of 1st demo when they are open*/

}

/* ---- start side navigation settings --------------------
