/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: January 2007
CONTACT: heidi@soundwebsolutions.net

NOTES: FORMATTING/LAYOUT FOR SPECIFIC PAGES, ALPHABETICAL
****************************/

/**************** STYLING FOR FORMS **************/
fieldset {
/*margin:1em 0;*/
border:none;
/*padding:1em;*/
background-color:#ffffff;
}
legend {
font-weight:bold;
}
label {
float:left; /*MUST BE APPLIED SO THAT WIDTH PARAMETER WILL FUNCTION*/
/*width:8em;*/
padding-right:10px;
text-align:left;
font-weight:bold;
}
input, select {
width:12em;
width:auto;
}
textarea {
width:380px;
height:150px;
}

input[type="text"], textarea { /*PRIMARILY FOR FIREFOX*/
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-top:2px solid #999;
border-left:2px solid #999;
}


#IDcommunitiesLanding #secondaryNav {
display:none;
}
#IDcommunitiesLanding #content {
width:93%;
left:15px;
}
#IDcommunitiesLanding #content h1 {
margin-left:17%;
}
#IDcommunitiesLanding #content h1 img{
width:auto;
}
#IDcommunitiesLanding td {
border:1px solid gray;
border-collapse:collapse;
}



#IDdonations #content h3 {
margin-top:.5em;
}
#IDdonations #content input {
width:auto;
}
#IDdonations #content p input {
float:right;
}
#IDdonations #content table {
width:90%;
}
#IDdonations #content table table{
width:99%;
}
#IDdonations #content table p {
padding-left:0;
}
#IDdonations #content table h3 {
padding-left:0;
margin-top:0;
}
#IDdonations #content form p {
margin-top:0;
}


#IDindex #content {
padding-bottom:0px;
}
#IDindex #communities {
display:block;
}


#IDradioSchedule #secondaryNav {
display:none;
}
#IDradioSchedule #content {
width:93%;
left:15px;
}
#IDradioSchedule #content h1 {
margin-left:17%;
}
#IDradioSchedule #content h1 img{
width:auto;
}
#IDradioSchedule td {
border:1px solid gray;
border-collapse:collapse;
padding-left:3px;
}


#IDSiteMap li {
list-style:none;
}
#IDSiteMap li a {
text-decoration:none;
}

#IDunderwriters #content p img{
float:left;
margin-right:10px;
margin-left:0;
}
#IDunderwriters #content h2{
margin-top:20px;
}


#IDvaldezPage #secondaryNav {
display:none;
}
#IDvaldezPage #content {
width:93%;
left:15px;
}
#IDvaldezPage #content h1 {
margin-left:17%;
}
#IDvaldezPage #content h1 img{
width:auto;
}
#IDvaldezPage td {
border:1px solid gray;
border-collapse:collapse;
}
