/**********************************************************************
	Filename: falconcampHome.css
	Project:  Falcon Camp
	
	Global style sheet
**********************************************************************/

#bodyHome { margin:0px; background-color:#ffffff; }
#topHome { background-color:#6699ff;height:130px;border:0px;position:relative; }
#headerHome { background-image:url(../images/myheader.jpg);background-repeat:no-repeat;height:130px;width:752px;position:absolute; }
#headernavHome { position:absolute;top:60px;left:320px; }
#headernavHome a { font-family:Arial,Helvetica,Verdana,sans-serif,sans;font-size:13px; color:#663300; text-decoration:none; font-weight:normal;}
#headernavHome a:hover { color:#ffcc66; }
#mainHome { background-image:url(../images/mydirt.jpg);position:relative; border-top:2px solid white;}
#menu { background-color:white;width:752px;position:relative; }
#leaf { position:absolute; right:-188px; bottom:0px; width:188px; height:196px; }
#logoHome { position:absolute; top:25px; left:0px; }
#footerHome { background-color:#ffeecc; height:83px; border-top:2px solid white; clear:all;}
#footertext { width:752px;color:#999999;font-family:Arial,Helvetica,Verdana,Sans-Serif,sans;font-size:11px; padding-top:20px;}
#footertext a.link { color:#999999;text-decoration:none; font-weight:normal; font-size:11px;}
#footertext a:hover.link { color:#999999;text-decoration:underline; }

/* HOME BOXES */
#boxtext { position:absolute; top:350px; left:530px; width:220px; color:white;font-family:Arial,Helvetica,Verdana,sans-serif,sans;font-size:13px;}
#boxlink { position:absolute; top:406px; left:530px; width:220px; }
#boxlink a{ color:white;}
#boxtextEnrolled { position:absolute; top:350px; left:283px; width:220px; color:white;font-family:Arial,Helvetica,Verdana,sans-serif,sans;font-size:13px;}
#boxlinkEnrolled { position:absolute; top:406px; left:283px; width:220px; }
#boxlinkEnrolled a{ color:white; }
#boxtextImportant { position:absolute; top:350px; left:20px; color:white;font-family:Arial,Helvetica,Verdana,sans-serif,sans;font-size:13px;}
#boxlinkImportant { position:absolute; top:406px; left:30px; width:220px; }
#boxlinkImportant a{ color:white; }

/* HOME ROLLOVERS */
a#aboutRolloverHome { background-image:url(../images/about_us.jpg); }
a#aboutRolloverHome:hover{ background-image:url(../images/about_us_roll.jpg); height:272px; border-top:1px solid #cc6601; }

a#campersRolloverHome { background-image:url(../images/for_campers.jpg); }
a#campersRolloverHome:hover{ background-image:url(../images/for_campers_roll.jpg ); height:272px; border-top:1px solid #989933; }

a#adultsRolloverHome { background-image:url(../images/for_adults.jpg); }
a#adultsRolloverHome:hover{ background-image:url(../images/for_adults_roll.jpg); height:272px; border-top:1px solid #66cdcc; }

a#contactRolloverHome { background-image:url(../images/contact_us.jpg); }
a#contactRolloverHome:hover{ background-image:url(../images/contact_us_roll.jpg); height:272px; border-top:1px solid #ffcc00; }

a#tourRolloverHome { background-image:url(../images/camp_tour.jpg); }
a#tourRolloverHome:hover{ background-image:url(../images/camp_tour_roll.jpg); height:272px; border-top:1px solid #cd3301; }

a#staffRolloverHome { background-image:url(../images/for_staff.jpg); }
a#staffRolloverHome:hover{ background-image:url(../images/for_staffb_roll.jpg); height:272px; border-top:1px solid #824b82; }

.button { position:absolute; top:77px; left:-3px; border:0px; background-color:transparent; background-image:none; height:20px; width:50px; font-family:Arial,Helvetica,Verdana,sans-serif,sans; font-size:12px; color:white;}
.borderLinks { border-left:2px solid white; }
.borderLinks a { display:block; width:44px; height:273px; background-repeat:no-repeat; background-position:bottom; }
.borderBox { border-left:2px solid white; border-top:2px solid white; height:181px; }