@charset "utf-8";
/* CSS Document */

html {
	background : #eee;
	}

body{
	margin:0 auto;
	padding:0px;
	text-align: center;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background : #fff url("images/back.jpg") repeat-x;
	background-position: top center;
	min-height: 100%;

	
}

img { border: none; } 

tel{
    
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #000000;
	text-decoration:bold;

}

A:link 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	}

A:visited 
	{
	COLOR: #525163; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	}

A:hover 
	{
	COLOR: #525163; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	}

A:active 
	{
	COLOR: #525163; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	}
	
	.arrowlistmenu{
width: 250px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #23549a;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #23549a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #65aada;
background-color: #F3F3F3;
}

#footer 
{
	width: 100%;
	background-color:#eeeeee;
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: solid;
	border-top-color: #ddd;
	border-top-width: 1px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
}


#footer a
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #65aada;
	text-decoration: none;
font-weight: bold;
}


#content {
  width:900px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
 
}

img.double-border {
	border: 6px solid #eee;
	padding: 6px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}



