body
{
    margin: 0px;
    padding-top: 15px;
    font-family: Arial;
    font-size: 14px;
    color: #464749;
    text-align: justify;
    background-color: #CCB0CD;
}

/* Main header */
.top-img
{
    background-position: left center;
    background-image: url(images/master/logonew.gif);
    background-repeat: no-repeat;
    height: 160px;
}

/* Remove borders around images */
img
{
	border-style: none;
}

/* For general links */
a:link 
{
	color:#0000FF;
	text-decoration:none;
}
a:visited 
{
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#CC6600;
	text-decoration:none;
}


/* Table styling */
td
{
    vertical-align: top;
    line-height: 16px;
}

/* container div for all content excluding the background*/
.main-table
{
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 100%;
}

/* styling font headers */
h1
{
    font-size: 22px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #86328D;
    font-family: 'Times New Roman' , Times, serif;
}
h2
{
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #F8931E;
}

h3
{
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #86328D;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

h4
{
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #F8931E;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

/* navigation bar */
#menu
{
    height: 50px;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #F8931E;
}

/* links for navigation bar */
#menu a
{
    height: 50px;
    line-height: 30px;
    padding:13px 11px 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

#menu a:visited
{
	height: 50px;
    line-height: 50px;
    padding:13px 11px 6px;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
	

#menu a:hover
{
	color:#fff;
	background-image: url('images/home/flowernav4.png');
	background-repeat: no-repeat;
	padding:13px 11px 6px;
	line-height: 50px;
}

/* main container for all content */
.table-corners
{
    width: 900px;
}

/* for white background */
.bg-white
{
    background-color: #FFFFFF;
}

/* to create rounded corners for the white background */
.corner1
{
    background-image: url(images/master/corner1.gif);
    width: 20px;
    height: 20px;
}
.corner2
{
    background-image: url(images/master/corner2.gif);
    width: 20px;
    height: 20px;
}
.corner3
{
    background-image: url(images/master/corner3.gif);
    width: 20px;
    height: 20px;
}
.corner4
{
    background-image: url(images/master/corner4.gif);
    width: 20px;
    height: 20px;
}

/* for the content in every webpage */
.content
{
    padding-top: 25px;
    padding-left: 2px;
    padding-right: 30px;
    padding-bottom: 35px;
    width: 600px;
}

/* the sidebar on the right */
.content-right
{
    padding-top: 20px;
}

/* footer */
.footer
{
    font-size: 9px;
    font-family: Arial;
    color: #FFFFFF;
    text-align: right;
}

/* placement of images */
.image-right
{
    border-width: 0px;
    padding-left: 15px;
    float: right;
}

.image-left
{
    border-width: 0px;
    float: left;
    padding-right: 15px;
}

.caption-right
{
    clear: both;
    text-align: right;
    font-size: 11px;
}

/* for positioning of Friends page */
.friends-left
{
    padding: 5px;
    border: 2px solid #86328D;
    float: left;
    width: 45%;
}

.friends-right
{
    padding: 5px;
    border: 2px solid #86328D;
    float:right;
    width:45%
}

.friends-img
{
    width: 25%;
    border-width: 0px;
    float: left;
    padding-right: 15px;
}

.friends-img-wide
{
    width: 45%;
    border-width: 0px;
    float: left;
    padding-right: 15px;
}

/* used for quotes in Families page */
.quote
{
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-style: italic;
	text-align: justify;
}

.quote p
{
	font-style: normal;
	color: #FF6600;
	line-height: 0px;
}

/* styling for the dropdowns in Fundraising and Events */
.accordian
{
	line-height: 30px;
}

.accordHeader h4
{
	font-weight: normal;
	cursor: pointer;
	text-align: left;
	background-image: url('images/master/flower.gif');
	background-repeat: no-repeat;
	text-indent: 15px;
}
.accordHeaderSelected h4
{
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	background-image: url('images/master/flower.gif');
	background-repeat: no-repeat;
	text-indent: 15px;
}

.accordContent p
{
	margin: 2px;
	padding: 0px;
	line-height: 20px;
}


/* dotted line */
.dots {
  border-bottom:1px dotted #ccc;
}

/* For news feed in main page*/
div.feedburnerFeedBlock {
	padding:0px; 
	width:230px;
	text-align:justify;
}

.feedTitle 
{
	font-weight:bolder;
	font-size:15px;
	text-align:justify;
	margin:0px 0 -10px 0;
	padding:3px 0 3px 0;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}


ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none 
}

li span.headline { 
	font-weight:bold; 
	display:block; 
	margin:12px 0 0 0; 
	font-family:Georgia,Serif;
}

.date 
{
	margin:0 0 0 0;
	font-family:Georgia,Serif;
	color:#aaa;
}

#creditfooter {
	display:none;
}

#feedburner a {
	color:#A652AD;
	text-decoration:none;
}
	
#feedburner a:visited {
	color:#A652AD;
	text-decoration:none;
}

#feedburner a:hover {
	color:#CC6600;
	text-decoration:none;
}

