@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: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #036;
}
#container  { 
	width: 1020px;  /* width: 780 - using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header  { 
	background: #036; 
	padding: 0 10px 0 20px;  /* 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. */
} 
#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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #036;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}



/*SIDEBAR 1*/

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #003366;
	list-style-type: none;
	vertical-align: top;
	list-style-image: none;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
}


#sidebar1  h3, p         {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



#sidebar1 img {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}




/*NAVIGATION MENU*/
#navigation {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;

	list-style-type: none;
	text-decoration: none;
	line-height: 30px;
}


#navigation li {
	list-style-type: none;
	
}



#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display:block;
	padding-left: 30px;
	background-position: 0px -30px;
	text-decoration: none;
	margin-bottom: 5px;
	background-image: url(assets/images/wcdc_navbuttons.png);
	background-repeat:no-repeat;
	width: 121px;
	line-height:30px;
	
	}
	
#navigation a:hover {
background-image: url(assets/images/wcdc_navbuttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #CCCCCC;
}



#navigation a.current {
background-image: url(assets/images/wcdc_navbuttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}

#navigation a.current:hover {
cursor:default;
}











/*MAIN CONTENT SECTION*/
#mainContent {
	float:left;
	width: 350px;
	padding: 25px 0px 0 90px;
	margin: 0;
	line-height: 1.25em;
	color: #036;
}



#mainContent a:link {
	color: #7F3D3F;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:hover {
	text-decoration: underline;
}



#VASTATE {
	float: right;
	overflow: visible;
	visibility: inherit;
}








/*SIDEBAR 2 SECTION*/

#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	position:relative; /* padding keeps the content of the div away from the edges */
	background-image: url(assets/images/sideflagbg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	text-decoration: none;
}
#sidebar2  h3 {
	background-color: #FFFFFF;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: dotted;
	border-top-color: #990000;
	font-size: 14px;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	margin-left: -15px;
	padding-left: 10px;
	padding-right: 5px;
}
#topimg   {
	padding-top: 75px;
	padding-left: 30px;
}
a.social     {
	margin: 0px;
	padding-left: 35px;
	line-height: 65px;
	border:0;
	text-decoration: none;
}


a.social img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #333333;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #000000;
}

li {font-size:12px;
}


.h2events {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 2px;
	overflow: hidden;
	width: 300px;
}
#letter {
	border: thin solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	/*width: 80%;*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}





 
#footer {
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #003364;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

 

#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 */
}
#footer a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}

img#footer {
	position: fixed;
	height: 175px;
	width: 200px;
	bottom: 15px;
	right: 900px;
	z-index: 100;
}


/*Used only once for New Media Produce link in footer*/
.nwplink {
	color:#CCCCCC;
	text-decoration: none;
}




.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;
}
