@charset "utf-8";
/* CSS Document */


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: #332833;
	background-color: #FFF;
	background-image: url(../siteGraphics/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	color: #4F0B4D;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #4F0B4D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #4F0B4D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #F0F0F0;
	margin: 0px;
	padding: 0px;
}
a {
	color: #04768E;
	text-decoration: none;
}
a:hover {
	color: #04768E;
	text-decoration: underline;
}
INPUT.search {
	WIDTH: 200px;
	background-color: #333;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #CCC;
}
INPUT.button {
	WIDTH: 75px;
	background-color: #333;
	color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #999;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header  a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}

#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#headerRtside {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#headerBtns {
	margin-top: 80px;
	color: #00A6A2;
}
#headerBtns img {
	margin-left: 15px;
}

#headerLftSide {
	margin: 0 325px 0 0;
}
#headerMenu {
	color: #999;
	margin-top: 15px;
	margin-left: 12px;
}
#headerMenu a {
	color: #C0C0C0;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
}
#headerMenu a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #523A51;
}
#mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-top: 0;
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar1 p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 8px;
	font-size: 14px;
	color: #657;
}
#sidebar1 h3 {
	line-height: 15px;
}

#HangingWith {
	margin-top: 18px;
	margin-bottom: 18px;
}
#UsPhoto {
	font-size: 10px;
	color: #666;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CB8BC;
}
#UsPhoto p {
	font-size: 10px;
}


#footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
} 
#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 */
}
#FooterLftCol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 300px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
} 
#footerRtCol {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

/*  =======================================================================================  */
/*  Styles for the Contact Us page form  */

#ContactUs {
}

#ContactUs label{
	float: left;
	width: 130px;
	font-weight: normal;
	margin-left: 8px;
}


#ContactUs input, textarea{
	width: 150px;
	margin-bottom: 5px;
}

#ContactUs textarea{
width: 250px;
height: 150px;
}

#ContactUs .boxes{
width: 1em;
}

#ContactUs #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

#ContactUs .formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background-image: url(../siteGraphics/formbg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}



.BlogEntryText {
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #270526;
	padding-right: 40px;
	padding-left: 24px;
}
.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;
}
.headerLinkrtborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666;
}
.UsPhotoCaption {
	font-size: 10px;
	color: #999;
}

.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;
}
.sidebarSectionHead {
	background-color: #DFDFEE;
	padding: 6px;
	background-image: url(../siteGraphics/SideBarSectionHeadBack.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.sidebarVVLogo {
	padding-top: 35px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
#Comments {

}

#CommentsHeader {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#Comments .CommentBlock {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	color: #E0E0E0;
}
#Comments .CommentScreenName {
	font-style: italic;
	color: #4B495A;
	padding-left: 20px;
}

hr {
	color: #666;
	height: 1px;
	text-align: center;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.postSubTitle {
	font-size: 14px;
	color: #666;
	margin-left: -6px;
	padding-left: 0px;
	margin-top: 6px;
}
.PastEvents-EventTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 15px;
	margin-left: -15px;
	color: #634362;
}.pastEvent {
	color: #CEBBCE;
}
