@charset "UTF-8";
/* CSS Document */
#body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
    background-image:url(images/body_bkgd.jpg);
	background-repeat:repeat;	
}
#wrap {
	width:800px;
	margin:0 auto 0 auto;
}
#container {
	width:800px;
	margin:0 auto 0 auto;
}
#pledgemeter table{
margin:-5px 0px 5px 64px; 
float:left; 
text-align:left;
 }

#header{
font: 100% Verdana, Arial, Helvetica, sans-serif;

height:170px;
text-align:right;
font-size:12px;
padding:0;
color:#000;
text-decoration:none;
}
#billboardTop{
width:416px;
float:left;
margin:0px;
z-index:0;
}
#header a{
color:#000000;
text-decoration:none;
}

#header a:hover{
color:#ffffff;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	color:#591a6b;	
} 

a {text-decoration:none;}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 */
	padding: 10px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
font-size:16px;
font-weight:bold;
list-style:none;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	padding: 10px 30px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin-left:175px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
margin-top:15px;
width:606px;
}

#pledge{
background-image:url(images/pledge_bkgd.jpg);
background-repeat:no-repeat;
width:440px;
height:215px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
} 
#pledgemeter{
background-image:url(images/pledgebelt.jpg);
background-repeat:no-repeat;
width:440px;
height:60px;
margin-top:10px;
font-size:10px;
color:#000000;
}
#calendar {
background-image:url(images/calendar_bkgd.jpg);
background-repeat:no-repeat;
width:145px;
height:213px;
overflow:visible;
}
#event {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:1px 0px 1px 4px;
}
h1{
font-size:14px;
height:auto;
display:inline;
font: Verdana, Arial, Helvetica, sans-serif;
}
h4{
font-size:12px;
height:auto;
display:inline;
color:#6d1f7e;
font: Verdana, Arial, Helvetica, sans-serif;
}
h2{
font-size:16px;
height:auto;
display:inline;
font: Verdana, Arial, Helvetica, sans-serif;
}
h3{
font-size:12px;
height:auto;
display:inline;
font-weight:normal;
font: Verdana, Arial, Helvetica, sans-serif;
}
#ownup{
width:290px;
}

#number{
background-image:url(images/collar.png);
background-repeat:no-repeat;
text-align:center;
font: Verdana, Arial, Helvetica, sans-serif;
height:60px;
padding-top:12px;
margin:0 auto;
}
#number a:hover{
	text-decoration: underline;
	color:#fff;
}
#sponsor{
width:165px;
height:135px;
margin-top:10px;
font-size:12px;
background-image:url(images/sponsor_bkgd.jpg);
background-repeat:no-repeat;
}

#sponsor a{
color:#591a6b;
}

#sponsor a:hover{
color:#ffffff;
}

.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;
}
#footer{
color:#591a6b;
}
#footer a{
color:#591a6b;
}
#footer a:hover{
color:#ff8500;
}
/*css for light box*/
#lightbox1{
width:520px;
padding:20px;
}
#lightbox2{
width:520px;
padding:20px;
}
#pledgeBoxContent{
margin-left:100px;
font: Verdana, Arial, Helvetica, sans-serif;
width:400px;
font-size:12px;
color:#000;
}
#confirmContent{
margin-left:70px;
margin-top:20px;
font: Verdana, Arial, Helvetica, sans-serif;
width:400px;
font-size:12px;
color:#000;
}
#pledgeBoxContent h1, #confirmContent h1{
font-size:16px;
display:inline;
color:#6d1f7e;
}
#pledgeBoxContent h2{
font-size:12px;
color:#f97315;
}
#confirmContent h2{
font-size:12px;
color:#000000;
}
#label{
font-size:12px;
color:#000;
float:left;
text-align:right;
width:80px;
padding:3px 5px 2px 0;
}
#overlay{
	display:visible;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
	overflow:visible;
}

.pledgebox {
	color: #333;
	background-color: white;
	margin:0 auto;
	width: 520px;
	
}
.pledgebox a{
text-decoration:none;
color:#f97315;
font-weight:bold;
font-size:14px;
}
.pledgebox a:linked, a:visited{
color:#f97315;
}
.pledgebox a:hover{
color:#6d1f7e;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;   overflow: auto;	 }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed; overflow: auto; }
--> 

/*css for content page*/
.content #mainContent { 
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
margin-top:15px;
width:620px;
float:right;
}
#title {
font-size:22px;
text-align:center;
color:#6d1f7e;
}
#main{
width:590px;
background-image:url(images/content_bkgd.gif);
background-repeat:repeat-y;
padding:0 20px;
margin-top:-20px;
font: 100% Verdana, Arial, Helvetica, sans-serif;
color:#000;
}
#main a, #title a{
text-decoration:none;
color:#f97315;
}
#main a:linked, #hover a:visited, #title a:linked, #title a:visited{
color:#f97315;
}
#main a:hover, #title a:hover{
color:#6d1f7e;
}

#main h2{
color:#f97315;
}
#title h3{
color:#000;
font-weight:normal;
font: Verdana, Arial, Helvetica, sans-serif;
}
#main h3{
font-size:12px;
font-weight:normal;
font: Verdana, Arial, Helvetica, sans-serif;
}
#main h4{
color:#6d1f7e;
font: Verdana, Arial, Helvetica, sans-serif;
}

#validation{
font-size:10px;
color:#FF0000;
}
#label2{
font-size:12px;
color:#000;
float:left;
text-align:right;
width:80px;

padding:3px 5px 2px 0px;
}