@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F1DFAD;
	background-image: url(../grahpics/justback.jpg);
	background-repeat: repeat-x;
	line-height: 18px;	
	
	/* container css */
	
	
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;	
	
	
	/* header css */
	
	
}
.thrColFixHdr #header {
	height: 360px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thrColFixHdr #header .logohider {
	background-repeat:no-repeat;
	height: 280px;
	width: 280px;
	float: left;
}
.thrColFixHdr #header .logohider span {
	display:none;
}
.thrColFixHdr #header .richphoto {
	height: 296px;
	width: 215px;
	margin-left: 680px;
	margin-top: 20px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	
	
	
	
	/* sidebar1 css */
	
	
	
	
}
.thrColFixHdr #container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: -20px 0px;	
	}
	
	
	.thrColFixHdr #container #sidebar1 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	
	}
	
	
	
.thrColFixHdr #container #sidebar1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4A07E;
	padding-bottom: 11px;
	}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	
	
	
	
	
/* main content css */
	
	
	
	
	
}
.thrColFixHdr #container #sidebar1 a:link {
	color: #254182;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.thrColFixHdr #container #sidebar1 a:visited {
	color: #254182;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #67490B;
	font-weight: bold;
	font-size: 13px;
}
.thrColFixHdr #container #sidebar1 a:active {
	color: #254182;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.pichider   {
	height: 64px;
}
.pichider  span   {
	display:none;
	
	
	
	
/* footer css */



   }
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #D5BA8E;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;



}
.thrColFixHdr #container #sidebar2 img {
	margin-bottom: 20px;
}
.picfloat {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.textbox {
	background-color: #F7EDD1;
	width: 480px;
	border: 1px solid #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	background-image: url(../grahpics/backgrads/beige1px.jpg);
	background-repeat: repeat-x;
}
h2 {
	font-size: 16px;
	color: #003366;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 7px;
}
#homeboxes {
	margin-top: 20px;
	margin-bottom: 20px;
}
.thrColFixHdr #container #mainContent #homeboxes img {
	margin-right: 6px;
}
.thrColFixHdr #mainContentB {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContentB .colleft {
	width: 300px;
	display: inline;
	float: left;
	padding-left: 20px;
}
.thrColFixHdr #container #mainContentB .colright li {
	margin-bottom: 5px;
	list-style-position: inside;
}
.thrColFixHdr #container #mainContentB .colleft li {
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContentB .colleft ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.thrColFixHdr #container #mainContentB .colright {
	float: right;
	width: 300px;
	display: inline;
	padding-left: 20px;
}
.thrColFixHdr #container #mainContentB .colright ul {
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #container #mainContentB .cvbox {
	background-image: url(../grahpics/backgrads/beige1px.jpg);
	background-repeat: repeat-x;
	float: left;
	background-color: #EADEC8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 700px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #container #mainContentB .cvboxB {
	background-image: url(../grahpics/backgrads/beige1px.jpg);
	background-repeat: repeat-x;
	background-color: #EADEC8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #container #mainContentB .cvboxC {
	background-image: url(../grahpics/backgrads/beige1px.jpg);
	background-repeat: repeat-x;
	background-color: #EADEC8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	width: 670px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.thrColFixHdr #container #mainContentB .cvboxD {
	background-image: url(../grahpics/backgrads/beige1px.jpg);
	background-repeat: repeat-x;
	background-color: #EADEC8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	width: 670px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.thrColFixHdr #footer p {
	font-size: 11px;
}
.thrColFixHdr #container #mainContent iframe {
	float: left;
	padding-right: 13px;
	padding-bottom: 15px;
}
.thrColFixHdr #container #mainContent .homevid {
	float: left;
	margin-right: 15px;
	margin-bottom: 11px;
}
.textboxtestimonials {
	background-color: #F7EDD1;
	border: 1px solid #FFFFFF;
	font-size: 13px;
	background-image: url(../grahpics/backgrads/beige1px.jpg);
	background-repeat: repeat-x;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.thrColFixHdr #container #mainContentB .textboxtestimonials h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #663300;
}
.areapicleft {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.areapicright {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}
.thrColFixHdr #container #mainContentB #insertvenueform input {
}
.thrColFixHdr #container #mainContentB #insertvenueform #AddVenue {
	display: block;
	float: left;
}
.thrColFixHdr #container #mainContentB #insertvenueform fieldset #wagmp_map_1 {
	float: right;
}
.thrColFixHdr #container #mainContentB #insertvenueform label {
	display: block;
}
.styleforedits {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.thrColFixHdr #container #header #comingsoon {
	position: absolute;
	left: 116px;
	top: 196px;
	height: 52px;
	width: 401px;
}
#container #mainContent img {
	display: inline;
	margin-right: 15px;
	float: left;
	margin-bottom: 5px;
}
.thrColFixHdr #container #mainContent #linkbox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}
.thrColFixHdr #apDiv1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #apDiv1 {
}
.linkpicborder {
	border: 5px solid #FFFFFF;
}
#eReps {
	position:absolute;
	left:885px;
	top:34px;
	width:117px;
	height:60px;
	z-index:1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #header #eReps img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	height: 18px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	height: 100px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.group-pic {
	border: 5px solid #FFFFFF;
}
.newsbox {
	background-color: #F5EBDF;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
}

