@charset "utf-8";

html {
  overflow: scroll;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
	background-image: url(../images/stars_small.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 990px;
	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. */
} 
.twoColFixLtHdr #header {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 260px; /* 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: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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;
}
#menu ul{
	margin: 0 0 0 0;
	font-size: 75%;
	color: #003f6d;
	font-weight: bold;
	padding: 0px;
	list-style: none;
	width: 200px;
}

#menu ul ul {
	margin: 5px 0 5px 20px;
	font-size: 85%;
	color: #003f6d;;
	font-weight: bold;
	padding: 0px;
	list-style: none;
	width: 150px;
	display: none;
}

#menu a, #sidebar1 a:visited{
	
	text-decoration: none;
	color:#003f6d;

}

#menu ul li.chosen {
	border-color: #99012f;
	color: #003f6d;
}

#menu ul li.categoryChosen {
	color: #003f6d;
}


#menu a:hover{
	text-decoration: underline;
}

#menu ul li, #menu ul ul li{
	border: #fff 1px solid;
	padding: 5px 0 5px 5px;
}

#menu ul ul li.chosen a:hover{
	text-decoration: none;
}

#sidebar1 img {
margin: 10px 0;

}

#slideShow{
position: relative;
	height:400px;
	width:350px;
	float: left;
	margin: -3px 15px 5px 0;
	padding: 0;
	border: #003f6d solid 1px;
	background-color: #eee;
}

p.slideShowImage{
	margin: 0 auto;
	height: 320px;
	width: 350px;
}

p.slideShowImage img{
	background-color: #003f6d;
	padding: 5px;
}

#mainContent p.bio {
	font-size: 85%;
	margin-top: 10px;
	padding-top: 0;
}

p.caption {
	font-size: 60%;
	margin: auto;
	height: 80px;
	width: 300px;
}

#mainContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #99012f;
	font-size: 200%;
	font-weight: bold;
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#video {
	background-image:url(../images/cpLoader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	width: 550px;
	height: 280px;
}

#response_message {
	text-align: center;
	background-color: #99012f;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	background-position: center;
	color: #ffffff;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99012f;
}

#response_form_div {
	/*display: none;*/
	width: 600px;
	background-color: #ffffff;
	border: #99012f 2px solid;
	margin-bottom: 10px;
	background-image:url(../images/gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

form {
	margin: 10px;
}

.form_warning {
font-size: 75%;
color: #000000;
/*font-family: Arial, Helvetica, sans-serif;*/
background-color: #FFCC00;
vertical-align: text-top;
}

form p {
font-size: 75%;
width: 450px;
padding: 10px 0;
}

label{
	float: left;
	width: 180px;
	font-weight: bold;
	font-size: 75%;
	color: #000000;
}

input{
	width: 180px;
	margin-bottom: 5px;
}
textarea{
	width: 180px;
	margin-bottom: 5px;
	height: 85px;
}

form p{
	font-size: 75%;
	width: 450px;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
}

#response_terms{
	width: 1em;
}


#clearbutton{
	margin-top: 5px;
	width: 90px;
}


#submitbutton{
	margin-left: 180px;
	margin-top: 5px;
	width: 90px;
}

p.prompt, p.pointer, p.event_subhead{
	color: #003f6d;
	font-size: 100%;
	font-weight: bold;
	width: 550px;
	line-height: 130%;
}

p.event_text img{
	padding: 10px;
	float: left;
	border: 1px solid #003f6d;
	background-color: #eeeeee;
	margin: 0 10px 10px 0;
}

p.pointer {
	font-weight: normal;
}

p.pointer a, p.pointer a:visited{
	color: #99012f;
}
p.pointer a:hover{
	color: #99012f;
	text-decoration: none;
}

h1#forum_body{
	margin-top: 60px;
	color: #003f6d;
}

div#feedback, div.event{
	width: 600px;
	background-image:url(../images/feedback_star.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 30px 20px 40px 20px;
}

#feedback p.feedback_title{
	color: #99332f;
	font-weight: bold;
	font-size: 80%;
}

#feedback p.feedback_name{
	color: #003f6d;
	font-style: italic;
	font-size: 80%;
}

#feedback p.feedback_text{
	color: #003f6d;
	font-size: 80%;
}

#eventlisting li a, #eventlisting li a:visited{
	font-size: 70%;
	color: #99012f;
	font-weight: bold;
}

#eventlisting li a:hover{
	text-decoration: none;
	color: #003f6d;
		font-weight: bold;
}

ul#eventlisting li{
	padding: 3px 0;
}

ul#eventlisting{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#mainContent #pager {position: relative; margin: 0 0 0 0; padding: 0;}
#pager a { border: 1px solid #003f6d; background: #eee; text-decoration: none; margin: 0 5px; padding: 3px 5px; color: #003f6d;}
#pager a:visited {color: #003f6d;}
#pager a.activeSlide { background: #003f6d; color: #fff; }
#pager a.activeSlide:visited {color: #fff; }
#pager a:focus { outline: none; }

a:focus{ outline: none; }
