@charset "utf-8";
body {
	font: 90%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #ECEAE1;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	/* [disabled]padding-left: 40px; */
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin: 10px auto; 
	background-color: #F1EAD8;
	background-image: url(../layout/bottomBKG.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	border: solid 1px #dcb;
	-moz-box-shadow: 10px 10px 10px -7px #888;
	-webkit-box-shadow: 10px 10px 10px -7px #888;
	box-shadow: 10px 10px 10px -7px #888;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #1D691E;
	height: 130px;
	padding: 20px;

}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 00;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0 0;
	/* [disabled]background-color: #C2A30B; */
	height: 0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:120%;
	font-size: 1px;
	line-height: 0px;
}
.container .header h2 {
	font-size: 150%;
	color: #FFF;
}
.container .header #nav {
	margin: 0px auto;
	width: 900px;
	text-align: center;
	font-size: 14px;
	background-color: #F1EAD8;
}

.container .content #contentRt {
	background-image: url(../layout/indexContentRTto.png);
	float: right;
	width: 520px;
	margin-top: -90px;
	padding: 5px 30px 20px 60px;
	font-size: 90%;
	margin-right:  15px;
	background-position: -15px 0;
}
.container .content #contentRt h1, h2, h3, h4, h5, h6, p {
	padding: 10px 10px 20px 3px;
}
.container .content #contentRtBottom {
	background-image: url(../layout/indexContentRTbottom.png);
	background-repeat: no-repeat;
	height: 90px;
	
	float: right;
	padding: 0 60px;
	text-align: center;
	font-size: 10px;
	color: #F1EAD8;
	float: right;
	width: 520px;
	padding: 10px 30px 20px 60px;
	font-size: 90%;
	margin-right:  15px;
	background-position: -16px 0;
}

.container .content #contentRt h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #B79211;
}


.container .content #contentWide {
	background-image: url(../layout/wideBKGtop.png);
	width: 770px;
	margin: -90px 0 00;
	padding: 5px 47px 20px 47px;
	font-size: 90%;
	/* [disabled]background: LightPink; */
	background-position: -27px 0;
	/* [disabled]border: 1px solid red; */
	position: relative;
	left: 53px;
	/* [disabled]top: -90px; */
	background-size: 909px 100%;
}
.container .content #contentWide h1, h2, h3, h4, h5, h6, p {
	padding: 0px 10px 0px 3px;
}
.container .content #contentWideBottom {
	background-image: url(../layout/wideBKGbottom.png);
	background-repeat: no-repeat;
	height: 90px;
	padding: 0 60px;
	text-align: center;
	font-size: 10px;
	color: #F1EAD8;
	width: 788px;
	padding: 10px 30px 20px 62px;
	font-size: 90%;
	margin: 0 auto;
	background-position: -16px 0;
	float: none;
}

.container .content #contentWide h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B79211;
}
.container .content h2 {
	color: #262;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.container .content .leftCol {
	font-size: 14px;
	color: #1D691E;
	width:  315px;
	float: left;
	padding-left: 20px;
	padding-bottom: 100px;
}
.photoBorder {
	border: 3px solid #633;
}
.container .content .leftCol h4 {
	margin: 5px 0 0 0px;
	padding: 0px;
	font-size: 13px;
}
.container .content .leftCol .item {
	border-bottom: 1px solid #999;
}
.container .content #contentRt .photo {
	text-align: center;
	width: 180px;
	padding: 10px;
	height: Auto;
}
.container .content #contentWide .photoCol {
	padding: 20px;
	width: 300px;
}
.container .content #contentRt .contactBlock p {
	float: right;
	width: 60%;
}
.center {
	text-align: center;
}

/* BeginOAWidget_Instance_2648024: #OAWidget */
.CBcontainer {
	width: auto;
	height: 400px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:5px;
	font-size:11px;
      }
      
      
      .item a img {
      float:left;
      padding:3px;
      background-color: #FFF;
      margin: 10px;
      border:1px solid #cccccc;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
			-webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
			box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
      
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      }
      
      .item a:hover img, .item a:active img {
      padding:3px;
      border:1px solid #cccccc;
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
      -khtml-opacity: 0.80;
      opacity: 0.80;
      }
      
      .clearfix:after{
      clear:both;
      }
      #inline{
      visibility: hidden;
      color:#444;
      }
/* EndOAWidget_Instance_2648024 */
.container .content .leftCol h1 {
	font-family: "Trebuchet MS", "Lucida Sans", "Palatino Linotype", sans-serif;
	color: #977900;
	font-style: italic;
	text-align: center;
	font-size: 24px;
}
.container .content #contentWide .indexPhoto {
	border: 3px solid #663333;
	margin: 25px 25px 25px 0px;
	float: left;
	box-shadow: 4px 4px 6px 0px #666666;
}
.container .content #contentWide .photo {
	text-align: center;
	padding: 10px 10px 0 10px;
}
.green {
	color: #1D691E;
}
.container .content #contentWide h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B79211;
	padding: 0 0 0 85px;
	margin: -28px 0 0 0;}
.container .content #contentWide ul li {
	list-style-position: outside;
	list-style-type: none;padding: 0 0 0 40px;
}
.container .content #contentWide h5 {
	font-size: 13px;
	margin: 10px 0 0 0px;
}
 #registration {
	line-height: 150%;
}
#registration label {
	font-weight: bold;
}
#registration input {
	margin: 10px 10px 0 5px;
}
#registration select {
	margin: 10px 0 0 10px;
}
#registration  .left {
	font-weight: bold;
	text-align: right;
	width: 32%;
	float: left;
	padding-top: 10px;
}
#registration .radio {
	margin-left: 260px;
}

#registration .radio input {
	margin: 10px 0 -3px 15px;
}
#notice {
	background-image: url(../layout/notepad.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	position:absolute;
	left:303px;
	top:389px;
	width:390px;
	height:390px;
	z-index:1;
	font-size: 110%;
	background-size: 105% 105%;
}

#notice h3 {
	color: #CC0000;
	text-align: left;
	margin-left: 20px;
	font-size: 110%;
}
#notice p {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: left;
	/* [disabled]font-size: 125%; */
}
.container .content .leftCol .selctions h3 {
	margin: 10px 0 0 0;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Sans", "Palatino Linotype", sans-serif;
	font-size: 120%;


	line-height: 1
.;
	line-height: 100%;
}
.container .content .leftCol .selctions h4 {
	font-weight: normal;
	margin: 0 0 0 25px;
	padding: 0px;
	line-height: 1.2;
}
.container .content .leftCol .selctions h2 {
	margin-bottom: 0px;
	margin-top: 15px;
}
