@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Stay At Buddys Style Sheet                  */
/* Author: WebCatch 2008                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font:76% Arial, Helvetica, sans-serif;
	text-align: center;
}

/***********************************************/
/* Page styles                                 */
/***********************************************/ 

#header{
	background:url(../images/header.gif) no-repeat top center;
	height:223px;
}

#headerText{
	padding:15px 115px 5px 380px;
	text-align:right;
	font-size:120%;
	font-weight:bold;
}

#itacare{
	font-size:100%;
	font-weight:bold;
}

#menu{
	padding:55px 115px 5px 380px;
	text-align:right;
}

#contentWrapper{
 	width:1000px;
	background-color:none;
	background:url(../images/content-bg.gif) top center repeat-y;
}

#palm{
    background:url(../images/palmtrees.gif) bottom right no-repeat;
    margin: 0 5px 0 0;
}

#content{
	padding: 0px 127px 0 133px;
}

#footerWrapper{
 	width:1000px;
	background:url(../images/footer.gif) no-repeat top center;
	clear:both;
	padding-top:35px;
	padding-bottom:10px;

}

#footer{
	padding: 0px 115px 10px 110px;
}

table.location {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	margin: 0 15px 0 15px;
}
table.location th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.location td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	padding:4px;
}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 15px 0 15px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 250%;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 160%;
 padding-bottom:5px;
 color:#ff6600;
}

h3{
 font-size: 130%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0;
	line-height: 1.5;
    margin: 0 15px 0 15px;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}


/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.red{color:#990000;}

