/* CSS Document */
*{
margin: 0;
padding: 0;
}
/***************************************

Fonts and Tags

****************************************/
h1{
color: black;
font-size: 16px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}
p{
font-size: 12px;
margin: 10px 0;
}
a{
text-decoration: underline;
color: #476ca3;
}
ul{
margin: 5px 10px;
list-style: none;
margin-left: 0;
padding-left: 2.5em;
text-indent: -2.5em;
}
ul.normal{
padding: 5px 10px;
margin: 5px 10px;
list-style: disc;
text-indent: 0em;

}

/**************************************

Layout

***************************************/
body{
text-align:center;
margin:0;
background-color: #6b6b6b;
}
#main{
margin:0 auto 0 auto;
width: 766px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
position:relative;
background-color: white;
border: 1px solid white;
overflow: hidden;
}
#header{
height: 100px;
width: 766px;
padding: 0;
text-align: right;
overflow: hidden;
}
#topGradient{
height: 23px;
background-image: url(images/topGrad.jpg);
background-repeat:repeat-y;
width: 766px;
}
#logo{
float: left;
}
#siteNav{
margin: 8px 5px 0 0;
float: right;
color: black;
font-size: 11px;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
display: none;
}
#siteNav input.searchBox{
height: 15px;
width: 125px;
}
#siteNav input.searchbutton{
font-size: 11px;
}
#banner{
width: 766px;
overflow: hidden;
}



.text_home{
padding: 25px 50px;
text-align: left;
font-size: 11px;
line-height: 1.5em;
}
.text_home#siteMap a{
text-decoration: none;
color: black;
}
.text_home#siteMap a:hover{
text-decoration: underline;
}
#button_ParStu{
background-image:url(images/button_infoParStu.jpg);
height: 89px;
width: 143px;
cursor: pointer;
}
#button_infoEdu{
background-image: url(images/button_infoEdu.jpg);
height: 89px;
width: 143px;
cursor: pointer;
}
#button_faq{
background-image: url(images/button_faq.jpg);
height: 89px;
width: 143px;
cursor: pointer;
}
#button_recall{
background-image: url(images/button_recall.jpg);
height: 89px;
width: 143px;
cursor: pointer;
}
#button_contactUs{
background-image: url(images/button_contact_us.jpg);
height: 89px;
width: 143px;
cursor: pointer;
}
.buttonContainer_home{
float: left;
margin: 0 8px 0 0 ;
}
#homeContButton{
padding: 0 0 0 12px;
}
#footer{
margin-top: 25px;
border-top: 1px solid black;
font-size: 11px;
color: #753d9b;
padding: 2px 0 7px 10px;
text-align: left;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
}
#footer a{
color: #ff8452;
text-decoration: none;
}
#footer a:hover{
text-decoration: underline;
}
#leftColumn{
width: 513px;
padding: 20px 10px 20px 60px;
float: left;
text-align: left;
font-size: 10px;
line-height: 1.5em;
}
#leftColumn_recall{
width: 563px;
padding: 20px 10px 20px 10px;
float: left;
text-align: left;
font-size: 10px;
line-height: 1.5em;
overflow: hidden;

}
#leftColumn p{
text-align: left;
font-size: 10px;
line-height: 1.5em;
}
#rightColumn{
padding-top: 20px;
width: 175px;
float: left;
overflow: hidden;
}
#rightColumn a{
text-decoration: none;
}
.recallRedButton{
width: 147px;
height: 46px;
background-image:url(images/button_red_recalled.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
cursor: pointer;
}
.faqsOrangeButton{
width: 147px;
height: 46px;
background-image:url(images/button_orange_faqs.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
cursor: pointer;
}
.faqsGreenButton{
width: 147px;
height: 46px;
background-image:url(images/button_green_faq.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
cursor: pointer;
}
.contactusYellowButton{
width: 147px;
height: 46px;
background-image:url(images/button_yellow_contactus.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
cursor: pointer;
}
.recallGreenButton{
width: 147px;
height: 46px;
background-image:url(images/button_green_recalled.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
cursor: pointer;
}
#rightColumn #button_ParStu{
background-image:url(images/button_infoParStu.jpg);
height: 89px;
width: 147px;
cursor: pointer;
background-repeat: no-repeat;
margin-bottom: 10px;
}
#rightColumn #button_infoEdu{
background-image: url(images/button_infoEdu.jpg);
height: 89px;
width: 147px;
cursor: pointer;
background-repeat: no-repeat;
margin-bottom: 10px;
}
#rightColumn #button_faq{
background-image: url(images/button_faq.jpg);
height: 89px;
width: 147px;
cursor: pointer;
background-repeat: no-repeat;
margin-bottom: 10px;
}
#rightColumn #button_recall{
background-image: url(images/button_recall.jpg);
height: 89px;
width: 147px;
cursor: pointer;
background-repeat: no-repeat;
margin-bottom: 10px;
}
.recallBorder{
height: 1px;
overflow: hidden;
border-bottom: 1px dotted #666666;
}

.left{
float: left;
}
.right{
float: right;
}
.clr{
clear: both;
}
.indentPara{
padding-left: 25px;

}





