body
{
	text-align: center; font-family: georgia, palatino, times new roman, serif;
}

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}
div#content {text-align:left; margin-bottom:20px;}
div#footer {background:#6F8CC4; color:white; margin-top:20px; padding:8px;}
div#underhead {width:100%; height:1px;}
#headtext {width:500px; float:right; padding: 50px 50px 0 0;font-style:oblique; color:#718DD3; font-size:17px;}
#headpic {width:500px; float:right; }
#coinfo {width:500px; margin:auto; text-align:center; border-top: solid 2px silver; padding: 12px 0;}
p {font-size:16px;max-width:540px;}
.dgrid p {font-size:12px;}
.smalltxt {font-size:13px;}
.tribox {width:305px; float:left; margin-bottom:25px; text-align:center;}
img {border:0;}
.lftimg {float:left; padding: 0 12px 3px 3px;}
.rtimg {float:right; padding-left:20px;}
.cntimg {display:block; margin:auto;}
#photos {width:825px; padding:0; margin:0; color:black;}
#photoslft {float:left; width:500px; margin-right:20px;}
#photosthb {width:220px; height:375px; margin-left:30px; overflow:auto;}
#photostall {width:250px; height:667px; margin-left:20px; overflow:auto;}
#photostwide {width:270px; height:667px; margin-left:10px; overflow:auto;}
#photosthb img {padding-left:25px;}
#photostall img {padding-left:30px; padding-bottom:12px;}
#photostwide img {padding-bottom:12px;}
#photos {font-family: helvetica, arial, sans-serif; font-size:12px; text-align:center; color:navy;}
.bmenu a {padding:4px;}
.bmenu  {border-top:solid 1px silver; padding-top:12px; font-size:11px; text-align:center;}
.fppix {margin-bottom:20px;}
#menu{
margin: 0;
padding: 0;
width:960px;
}

#menu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;

width: 940px;
border-top: 1px solid #B7B5AB;
border-bottom: 1px solid #B7B5AB;
border-width: 1px 0;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;

}

#menu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}


h2 { font-family: georgia, serif; color:#868686 }
.grid td {padding:12px;}

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#contactform {
 
    width: 500px;
    padding: 20px;
    background: #f0f0f0;
    overflow:auto;
	margin:auto;
 
    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
 
    }
	
	label {
    font-family: Arial, Verdana;
    text-shadow: 2px 2px 2px #ccc;
    display: block;
    float: left;
    font-weight: bold;
    margin-right:10px;
    text-align: right;
    width: 120px;
    line-height: 25px;
    font-size: 15px;
    }
	
.input{
    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 300px;
    color: #797979;
    }
	.button{
    float: right;
    margin:10px 55px 10px 0;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
 
    /* Background gradient */
    background: #a5b8da;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
 
    /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
 
    }
	.class_box_shadow{
    width: 374px;
    min-width: 200px;
    min-height: 130px;
	padding:5px;
    margin: auto;
    background: #e8e8e8;
    border: 5px solid white;
    position:relative;
    box-shadow: 6px 5px 21px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 6px 5px 21px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 6px 5px 21px rgba(0, 0, 0, 0.64);
}

.button {
 /*display: inline-block;  */
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.orange {
 color: #fef4e9;
border: solid 1px #da7c0c;
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
 background: #f47c20;
 background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
background: -moz-linear-gradient(top,  #f88e11,  #f06015);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
color: #fcd3a5;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	}
	.testm {width:600px;}
	
.rtbox {width:350px; float:right; margin:5px 50px 0 15px; border:solid 1px silver; padding: 1px 12px}

 .moretext{color:#ffffff;
background:#aa0000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:4px 10px;
text-decoration:none;
margin-top:10px;
margin-left:12px;
float:left;

}
a.moretext {color:white; text-decoration:none
}
a.moretext:hover {
background:#cc0000;
}