/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body
{
  	font-family: "Courier New", "Arial", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    background-color:#fff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset{ 
	border:0;
}
img
{
    border:none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.clear
{
    clear:both;
}
.bold-text
{
    font-weight:bold;
}
.hide
{
    display:none;
}
html,body
{
    /*height: 100%;*/
}
:focus {outline:none;}
#preload
{
    display:none;
}
/*********************************************************** HOME *****************************************************/
#pageWrap
{
    position:relative;
}
#cardWrapper
{
    margin-top:30px;
    width: 675px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
#cardWrapper div.card
{ 
    font-size:18px;
    border:1px solid #000;
    /*-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	-webkit-box-shadow: 0 0px 25px rgba(0,0,0,.9);
	-moz-box-shadow: 0 0px 25px rgba(0,0,0,.9);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);    
}
#cardBack
{
    background-color:#333;
    color:#fff;
}
.content
{
   padding:60px 30px 10px 45px;
   position:relative;
   height:270px;
}

a.flip
{
    bottom:0px;
    right:0px;
    color:#000;
    background-image: url(site-images/button2-small.jpg);
    background-repeat:no-repeat;
    background-position:right center;
    width:125px;
    height:126px;
    display:block;
}
#cardBack a.flip
{
    color:#fff;
    background-image: url(site-images/button2-small.jpg);
} 
#cardBack p:first-child
{
    margin-top:20px;
}
#cardBack p
{
    font-size:18px;
} 
p
{
    margin-bottom:20px;
}
h1.logo
{
    margin-bottom: 37px;
    margin-left: 116px;
}
h2
{
    font-size:18px;
    margin-bottom:20px;
}
#mailTo a:link, 
#mailTo a:visited
{
    color:#fff;
    text-decoration:none;
}
#mailTo a:hover
{
    text-decoration:underline;
}
.footer
{
    line-height:30px;
    background-color:#333;
    color:#fff;
    text-align:center;
    position:relative;
    bottom:-2px;
}
#cardBack .footer
{
    background-color:#fff;
    color:#000;
}    

#telnum
{
    margin-bottom:5px;
}
#button
{
    width:125px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    top:400px;
}
#button:hover
{
    opacity:0.8;
}