/**
Stylesheet: CSA.css
*/


h1,h2,h3
{
font-family: Arial, Arial, Arial; 
}

p,table,li
{
font-family: Arial, Arial, Arial; 
margin-left: 2pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-size: 100%;
}

body
{
background-color: #ffffff;
font-family: Calibri, Calibri, Calibri; 
}

h1,h2,h3,hr 
{
color:black; 
}

div#divPage { 
position:relative; 
width:760px; 
margin:0 auto; 
} 

div#divSlideshow { 
position:absolute; 
left:100px; 
top:100px; 
width:200px; 
height:200px; 
} 

#contact_us {
  width: 130px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/buttons/_background.gif) repeat-x center top;
  text-indent: -1000em;
  font-family: Calibri;
  color: silver;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#contact_us { /* For non-IE browsers*/
  width: 130px;
  height: 0px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/buttons/_background.gif) repeat-x center top;
  text-indent: -1000em;
  font-family: Calibri;
  color: silver;
  cursor: pointer; /* hand-shaped cursor */
}

#replacement-2 {
  width: 100px;
  height: 55px;
  padding: 55px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(../images/buttons/_background.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#replacement-2 { /* For non-IE browsers*/
  height: 0px;
}

a:link    {text-decoration: none; color:silver}
a:visited {text-decoration: none; color:silver}
a:active  {text-decoration: none; color:silver}
a:hover   {text-decoration: none; font-weight:bold; color:white}