body {
	min-width: 800px;
	background-color: #0000FF;
	background-image: url(../images/filler_bk.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, serif;
	font-size: 13px;
	color: #000066;
	margin: 0;
	padding: 0;
	text-align: center; /* ie5 center */
}

#wrapper{
	 position: relative;
	 width: 800px; 
	 margin: 0 auto; /* compliant center */
	 text-align:left; /* override ie 5 center */
	 background: url(../images/filler.gif) repeat;
}

/*====================== DEFAULT LINKS ==============*/
a:link {
	text-decoration: none; color: #000000; /* unvisited link */
}     
a:visited {
	text-decoration: none; color: #000000;  /* visited link */
}
a:hover {
	color: #FF0000;   /* mouse over link */
}
a:active {
	color: #FF0000;   /* selected link */
}


#top {
	background-image: url(../images/top.gif);
	background-repeat: repeat;
	vertical-align: top;
}

#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: repeat;
}

#left{
	background-image: url(../images/left.gif);
	background-repeat: repeat;
}

#right{
	background-image: url(../images/right.gif);
	background-repeat: repeat;
}

.lightbluebk{
	background-image: url(../images/filler.gif);
	background-repeat: repeat;
}

#title{
	background: transparent url(../images/title.gif) repeat;
	border-bottom-style: double;
	border-bottom-color:#000099;
	border-bottom-width: medium;
}

#subtitle{
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* ============ MENU ITEMS ================ */

.menu {
	display: inline;
	background-color: #000066;
	margin: 4px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
}

a.menuLink:link {
	color: white;

}
a.menuLink:visited {
	color: white;
}
a.menuLink:hover {
	color: red;
}

.menu_on {
	display: inline;
	color: #000000;
	background-color: #FFFFFF;
	margin: 4px;
	padding: 4px 19px 4px 19px;
	text-decoration: none;
	font-weight: bold;
	border-style: solid;
	border-color: #000066;
	border-width: thin;
}

/* ============ PAGE ITEMS =======================*/

#content{
	position: relative;
	width: 680px; 
	margin: 0 auto; /* compliant center */
	text-align:left; /* override ie 5 center */
}

#OABC{
	color:#0000CC;
}

.image_inline{
	margin-top: 20px;
	padding: 1px;
}

.important{
	font-size: 18px;
	font-weight: bold;
}

.image_left{
	padding-right: 10px;
	padding-bottom: 5px;
}

.image_right{
	padding-left: 10px;
}

.prices li {
	list-style-image: url(../images/paw_black.gif);
	padding-bottom: 10px;
}

.main_contact{
	position: relative;
	width: 550px; 
	margin: 0 auto; /* compliant center */
	
	padding: 20px;
	background-color: #FFFFFF;  /*#3366CC*/  
/*	border-style: solid; 
	border-width: thin;*/
	
	font-size: large;
	font-weight: bold; 
	text-align: center;  /*override ie 5 center */
	color: #000066; /*#FFFFFF*/
}

.highlight_box{
	/*position: relative;*/
	width: 780px; 
	margin: 0 auto; /*relative compliant center*/ 
	margin-left: -60px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	
	padding: 10px;
	background-color: #FFFFFF; 
		
	font-size: large;
	font-weight: bold; 
	text-align: center;  /*override ie 5 center */
	color: #000066;
}

a.contact_link:link {
	color: #CCCCCC;
}
a.contact_link:visited {
	color: #CCCCCC;
}
a.contact_link:hover {
	color: red;
}

a.news_link:link {
	color: #000066;
}
a.news_link:visited {
	color: #000066;
}
a.news_link:hover {
	color: red;
}

/*============= BEHAVIOUR SERVICES PAGE ==============*/
.list_title{
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

.bullet li {
	list-style-type: none;
	text-align: left;
	margin-left: -15px;
	margin-bottom: 3px;
}

/*.box {
	border:thin;
	padding-bottom: .3px;
	padding-top: .3px;
	background-color:#3399FF;
}*/


/* ============ FOOTER ITEMS ================ */

#footer {
	border-top: 1px solid #000000;
	width: 250px;
	padding: 5px 0px 0px 5px;
	font-size: 1em;
}
