﻿*{ margin:0px ; padding:0px;font-family: Arial, Helvetica, sans-serif;}
body{ background-color: #EBEDE9;}
img{ border:none;}


h3{ font-size:16px; color:#808080; margin:5px 0 5px 0;}
h2{font-size:15px;}
h1{font-size:14px;}
p{font-family: Arial, Helvetica, sans-serif; font-size:13px}
.hr{margin: 10px auto 0 auto; display: block;}

.first
{
    font-weight: bold;
    font-style: italic;
     text-align:center;
}

.center{ text-align:center; margin:0 auto 0 auto;}
.header{ margin: 0 auto 0 auto; width:740px}
.mainbody{ margin: 0 auto 0 auto;  width:740px; background-color:#fff;}
.footer{ margin: 0 auto 0 auto;  width:740px; background-color:#fff;}
.colleft{ width:500px; padding:8px; float:left}
.colright{ width:200px; padding:5px; float:left}


.box{ background-color:#F1F1F1; text-align:center; font-size:12px; padding:8px}

.clear{ clear:both;}



/*quote*/
.quotediv{float:left; width:181px}
.quotediv li
{
    list-style-type: none;
}
.quotediv li a
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
     position:relative; top:-4px;
 
}

/*Menu*/
.menu{ background-color:#E3EDF2; padding:0 0 5px 5px}
.menu li
{
    display: inline;
}
.menu li a
{
    text-decoration: none;
    margin: 0 10px 0 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}


/*Footer*****/
#footer{ margin: 20px auto 0 auto;  width:740px; }
.footerlinks
{
    text-align: center;
}
.footerlinks ul { margin:0 auto 0 auto;}
.footerlinks ul li
{
    display: inline;
     font-size:12px;
}

.bookmarks{ text-align:center; margin:7px 0 0 0;}


/****Contact**********/
.contactform
{
    border: solid 1px #fff;
    margin: 0 0 0 0;
    padding: 0px;
    background-color: #fff;
}
.contactformleft{ border:solid 1px #fff; height:300px; width:315px; 
float:left; padding:5px
}





/**** MODAL *********/
 /* Z-index of #mask must lower than #boxes .window */  
.modalhead{ height: 20px; text-align:center; font-family: Arial, Helvetica, sans-serif;  background-color:#ccc}
.modalbody{font-family: Arial, Helvetica, sans-serif;  padding:5px; font-size:12px}
.modalfooter{ font-family: Arial, Helvetica, sans-serif;  padding:5px; text-align:right; height:18px}

 #mask {  
  position:absolute;  
   z-index:9000;  
   background-color:#000;  
   display:none;  
 }  
     
 #boxes .window {  
   position:absolute;  
  /* width:440px;  */
 /* height:200px;  */ 
  display:none;  
   z-index:9999;  
 
   border:solid 2px #000;
   background-color:#F2F2F2;
 }  
   
  
 /* Customize your modal window here, you can add background image too */  
 #boxes #dialog {  
  /* width:375px;  */  
  /* height:203px;   */
}  