@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
}

.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/joyousevents-headbg.jpg) no-repeat center top;
	margin: 20px auto 0;
	text-align: left;
	font-weight: normal;
} 
.twoColFixLtHdr #containerCont {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/joyousevents-headbgcont.jpg) no-repeat center top;
	margin: 20px auto 0;
	text-align: left;
	font-weight: normal;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 378px;
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 17px;
	font-weight: normal;
	color: #3F2C1E;
}
.twoColFixLtHdr #header h2 {
	margin: 0;
	padding: 0px 0;
	font-size: 17px;
	font-weight: normal;
	color: #684F40;
}
.twoColFixLtHdr #header h3 {
	margin: 0;
	padding: 0px 0 5px;
	font-size: 25px;
	font-weight: normal;
	color: #3F2C1E;
}
.twoColFixLtHdr #header p {
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 12px;
}
.twoColFixLtHdr #mainContent {
	margin: 12px 0 0 358px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 

.twoColFixLtHdr #mainContent p {
	padding: 0px 10px 5px 15px;
	color: #231F20;
	font-size: 13px;
	margin: 0px;
} 
.twoColFixLtHdr #mainContent h2 {
	padding: 5px 0px 5px 15px;
	color: #5E6E66;
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
} 
.twoColFixLtHdr #mainContent .highlightText {
	color: #5E6E66;
	font-size: 18px;
	padding-bottom: 15px;
}
/**/
.twoColFixLtHdr #mainContentCont {
	margin: 0px 0 0 358px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	background-color: #D4CEC7;
} 

.twoColFixLtHdr #mainContentCont p {
	padding: 0px 10px 5px 15px;
	color: #231F20;
	font-size: 13px;
	margin: 0px;
} 
.twoColFixLtHdr #mainContentCont .dmyt {
	color: #231F20;
	font-size: 12px;
	margin: 0px;
} 
.twoColFixLtHdr #mainContentCont td {
font-size: 13px;
	margin: 0px;
} 

.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;
}
#headtitle {
	font-size: 25px;
	margin-left: 370px;
	margin-top: 15px;
}
#headName {
	font-size: 17px;
	margin-left: 50px;
	vertical-align: text-bottom;
	padding-top: 145px;
	float: left;
	width: 300px;
}
#headsummary {
	color: #5E6E66;
	margin-left: 358px;
	margin-top: 5px;
	padding: 15px;
}
#headsummary .tophead {
	color: #5E6E66;
	font-size: 18px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #headsummary p {
	margin: 0; 
	padding: 0px 0px 5px; 
}
#headsummaryCont {
	color: #5E6E66;
	margin-left: 358px;
	margin-top: 5px;
	background-color: #D4CEC7;
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 85px;
}
.twoColFixLtHdr #headsummaryCont p {
	margin: 0;
	padding: 0px 0px 5px;
	font-size: 18px;
	color: #5E6E66;
}
a:link, a:visited {
	color: #5E6E66;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	padding-top: 3px;
}

a:hover {
	color: #5E6E66;
	text-decoration: underline;
	font-weight: normal;
}
#navbar {
	height: 23px;
	width: 275px;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #8B9B93;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 15px;
	margin-bottom: 12px;
}

#navbar img  {
	margin: 0px;
	padding: 0px;
	}
	
#navbar p {
	margin: 0px;
	padding: 1px 0px 0px;
}


#navbar  a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

#navbar  a:hover {
	color: #684F40;
	text-decoration: none;
	font-weight: normal;
}
#homeBut {
	float: right;
	width: 600px;
	height: 210px;
}

#headerwrapper {
	height: 210px;
}
#greenBG {
	background-color: #DEE8E3;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#brownBG {
	background-color: #D9D3CB;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	height: 210px;
	padding-left: 15px;
}

a.homeanchors:link, a.homeanchors:visited {
	color: #684F40;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	padding-top: 3px;
}

a.homeanchors:hover {
	color: #684F40;
	text-decoration: underline;
	font-weight: normal;
	font-size: 18px;
}
a.headHome:link, a.headHome:visited {
	color: #3F2C1E;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	padding-top: 3px;
}

a.headHome:hover {
	color: #3F2C1E;
	text-decoration: underline;
	font-weight: normal;
	font-size: 18px;
}


a.Homelink:link, a.Homelink:visited {
	color: #684F40;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	padding-top: 3px;
}

a.Homelink:hover {
	color: #684F40;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
}

a.venlinks:link, a.venlinks:visited {
	color: #5E6E66;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	padding-top: 5px;
}

a.venlinks:hover {
	color: #5E6E66;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
}


label {
	font-size: 13px;
	color: #231F20;
}
input {
	width: 300px;
	background-color: #EDEBE9;
}

textarea {
	width: 300px;
		background-color: #EDEBE9;

}
.small{
	width: 40px!important;
}

.vsmall{
	width: 20px!important;
}

.medium{
	width: 100px!important;
}

#formwrapper {
	width: 495px;
	margin: 0px;
	padding: 0px;
}
