@charset "utf-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	background-image: url(../../../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #181413;
}
.classWithPad {  padding:4px; }
.onesidedropshadow {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #394E66;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #394E66;
}
#white {
    background-color: #FFFFFF;
    padding:15px; 
}
#brown {
	background-color: #312923;
}
#footerWrap {
	background-color: #312923;
	margin: 0;
}
#smtext {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.blue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #394E66;
}
.textlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.textlink:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.smtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	text-align: justify;	
}
.smtextlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.smtextlink:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.iframe_wrap{
	 max-width:100%;
	 width:387px;
	 float:center;
	 margin-right:20px;
	 
	}

.iframe_wrap iframe{
	width:100%;
	max-height:100%;
	height:223px;
}

.embed-wrap {
	padding-top:20px;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #777;
	line-height: 32px;
	ext-align: justify;
	letter-spacing: 1px;
}
.name {
	font-size: 18px;
	color: #777;
	text-align: right;
	font-style: normal;
}
.footertitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.footertext {
	font-size: 16px;
	color: #FFF;
	font-style: normal;	
}
.footertext:hover {
	font-size: 16px;
	color: #FFF;
	font-style: normal;	
}
.footerlink {
	font-size: 14px;
	color: #FFF;
	font-style: normal;	
	text-decoration: underline;
}
img {
    border: 0;
}
hr {
	color:#CCC;
	background-color:#CCC;
	height: 1px;	 
}
.graytable {
	padding: 16px;
	background-color: #EBEBEB;
	
}
.dropshadow {
-moz-box-shadow: 0 0 15px #000000;
-webkit-box-shadow: 0 0 15px #000000;
box-shadow: 0 0 15px #000000;
}
.dropshadowb {
-moz-box-shadow: 0 0 5px #000000;
-webkit-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
}
.menulink {
	cursor: default;
}
#gray {
	background-color: #ECEBEB;
}
.backgroundb {
    background-image: url(../../../images/background-table.jpg);
    background-repeat: no-repeat, repeat;
} 
.divsm  {
	width: 80%;
            }
.white {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
} 
.whitelink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none; 
} 
.whitelink:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}			
.polaroid  {
	background: #FFFFFF;
	padding: 12px;
	border: thin solid #F0F0F0;
 	 -moz-box-shadow:    -3px 3px 3px 1px #888888;
 	 -webkit-box-shadow: -3px 3px 3px 1px #888888;
 	 box-shadow:         -3px 3px 3px 1px #888888;
}
