/* Default CSS */

.wrap { width:960px; margin:0 auto;}
{
   width: 1000px;
   position: relative;
   background-color:#8896b3;
   
   text-align: left;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}
blockquote 
{
    border : 0px solid #b38893;
    float: center;
    text-align:justify;
    margin: 2px;
    padding: 2px;
    background-color: ;
    font-size:11px;
}
#body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#copy 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	font-weight:normal;
    font-style:italic;
}
h1 {
	font-family: CommercialScript BT, Brush Script MT, Brush Script Std, sans-serif;
    text-align:center;
	font-size: 60px;
	color: #93b388;
	font-weight: normal;
    background-color: #2C4374;
    padding: 10px;   
   box-shadow: 10px 10px 15px #000;
   -webkit-box-shadow: 10px 10px 15px #000;
   -moz-box-shadow: 10px 10px 15px #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	color: #8893B3;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
    border-left:solid;
    border-left-color:ebebeb;
}
h3 a:link, h3 a:visited, h3 a:link.active, h3 a:visited.active, h3 a:hover.active
{
   color: #666666;
   margin-right: 0px;
   margin-top:0px;
   padding:0px;
   text-decoration: none;
   border-bottom: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8893B3;
    margin-bottom:0px;    
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
 }
h5 a:link, h3 a:visited, h3 a:link.active, h3 a:visited.active, h3 a:hover.active
{
   color: #666666;
   margin-right: 0px;
   margin-top:0px;
   padding:0px;
   text-decoration: none;
   border-bottom: none;
}
popH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
}
copy 
{
   float: center;
    margin: 2px;
    padding: 2px;
    font-size:10px;
}

a:link.active, a:visited.active, a:hover.active
{
   position:static;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
   font-size:24px;   
}
a:link, a:visited
{
   border: none;
   color: #EEC95C;
   text-decoration: none;
   border-bottom: none;
}
a:hover
{
   color: #ffffff;
   font-weight: normal;
   font-style: italic;
   text-decoration: none;
}
ul
{
   color: #8893B3;
   font-size:18px;
   font:'arial';
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   margin-left:7px;
   padding-left:8px;
   list-style-image:none;
   list-style-type:none;
   
}
li
{
   color: #ffffff;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   font-size:24px;
   margin-left:0px;
   padding-left:0px;
   padding-bottom:15px;
   list-style-image:none;
   
}
li a:hover
{
   font-weight: bold;
   font-style:oblique;
   text-decoration:;
}
ul.p {

   padding-left: 10px;
   list-style-type: circle;
   list-style-image:none;
 }
li.p {
   list-style-type: none;
   list-style-image:none;
}
#nomove
{
position:fixed;
top:150px;
}
img { behavior: url("pngfix.htc"); 
    border:0px;
    padding:5px;
}
#creditfooter
{
display: none;
}
.button {
font:17px;
background:#b38893;
-moz-box-shadow:2px 2px 5px #8896b3;
-webkit-box-shadow:2px 2px 5px #8896b3;
border-radius:0px 0px 10px 10px;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius:0px 0px 10px 10px;
padding:5px 5px;
cursor:pointer;
margin:5px auto;
}
.button:active{
cursor:pointer;
position:relative;
top:2px;
}
.contact {
font:18px;
background:#b38893;
-moz-box-shadow:2px 2px 5px #8896b3;
-webkit-box-shadow:2px 2px 5px #8896b3;
border-radius:10px 10px 10px 10px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
padding:5px 5px;
cursor:pointer;
margin:5px auto;
}
.contact:active{
cursor:pointer;
position:relative;
top:2px;
}