@import url("content.css");
@import url("navigation.css");
/* CSS Document */
* {
margin:0;
padding:0;
}

html {
height:100%;
overflow:scroll;
}

p {
color:#4C5252;
font-size:.75em;
margin:0;
}

a {
outline:none;
color:#0E80BE;
}

h1,h2,h3,h4 {
margin:0;
}

h6 {
font-size:12px;
color:#000033;
}

img {
border:none;
}

body {
font-family:Arial, Helvetica, sans-serif;
background:#077CA8;
}

#wrapper {
width:100%;
height:100%;
}

#container {
position:relative;
width:100%;
min-width:768px;
margin:auto;
}

#header {
position:relative;
background:url(../images/bg_header.jpg) repeat-x;
width:770px;
overflow:auto;
margin:auto;
}

.navigation {
width:600px;
/*overflow:auto;*/
overflow:hidden;
float:left;
}

#content {
	position:relative;
	width:770px;
	/*overflow:auto;*/
overflow: hidden;
	margin:auto;
	padding-bottom: 8px;
}

#footer {
position:relative;
background:#077CA8 url(../images/bg_footer.jpg) repeat-x top;
width:100%;
height:125px;
margin:0;
}

/*----------[content info]------------*/
.wrap_header {
position:relative;
background:#F0EDE0 url(../images/bg_header.gif) repeat-x;
width:100%;
}

.wrap_cnt {
position:relative;
background:#F0EDE0 url(../images/bg_top_ctn.gif) repeat-x;
width:100%;
padding-bottom:10px;
}

.wrap_cnt_home {
position:relative;
background:#F0EDE0 url(../images/bg_home.gif) repeat-x;
width:100%;
}


.wrap_cnt_osc {
position:relative;
background:#F0EDE0 url(../images/bg_top_ctn.gif) repeat-x;
width:100%;
padding-bottom:10px;
}
.wrap_cnt_osc a[href^="http://"] {
background:none;
padding-right:0;
}
.wrap_cnt_osc a[href^="http://"]:hover{ 
background:none;
padding-right:0;
}

/*Accordion*/
.mypets {
	font-size:1em!important;
	background:url(../images/arrow.jpg) no-repeat right;
	cursor:pointer;
}

.openpet {
	background:url(../images/arrow2.jpg) no-repeat right!important;
}
/*End Accordion*/

.sub-title-img {
	float:left;
	display:block;
	width:210px;
}

.buttom-calendar {
	style="float:left;
	margin-left:20px;
}
