/**
 * @Theme:Standard
 * @Author:Everett Myers (everett.myers@actha.us)
 * @LastUpdate:2011-04-18T16:57:50-07:00
 * @BaseCode:AF ver 2.0.0
 */ 

 /* Imports */
@import url('main.css');

#get_involved{}
#get_involved ul.options{margin:0px;overflow:hidden;margin-bottom:20px;}
#get_involved ul.options li{float:left;list-style:none;padding:0px;width:430px;padding:10px;}
#get_involved ul.options li label{font-weight:bold;}
#get_involved ul.options li p{color:#5C380F;}
#get_involved ul.options li p.desc{color:#5C380F;}
#get_involved ul.options li p.option{text-align:center;font-size:18px;color:#BC0000;}
#get_involved ul.options img{width:80px;margin:auto;display:block;}

#get_involved p.additional_text{width:400px;padding:10px;float:left;color:#5C380F;margin-left:60px}

#get_involved fieldset.user_info{width:400px;padding:10px;border:1px solid #000;background:#CCC;display:block;float:right;margin-right:60px}
#get_involved fieldset.user_info p{overflow:hidden;}
#get_involved fieldset.user_info p label{float:left;}
#get_involved fieldset.user_info p input{float:right;}
#get_involved fieldset.user_info label.error{float:right;background:#FFF000;border:1px solid #AB2400;color:#AB2400;display:block;margin:5px 0;padding:2px;}

#get_involved ul.options2{margin:0px;overflow:hidden;}
#get_involved ul.options2 li{float:left;list-style:none;padding:0px;width:290px;padding:10px;cursor:pointer;height:130px;}
#get_involved ul.options2 li p{color:#5C380F;float:left;overflow:hidden;width:95px;text-align:center;}
#get_involved ul.options2 li p.desc{float:right;width:195px;text-align:left;}
#get_involved ul.options2 img{width:80px;margin:auto;display:block;}
#get_involved ul.options2 li:hover{background:#FFFF99;}