/*General Styles*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetia, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	background: #4e73a6;
	margin-top: 12px;
	margin: 10px 0 10px 0;
}
p {
	margin: 0 0 15px 0;
	line-height: 19px;
	color: #333333; 
}
p.indent {
	margin: 0 0 15px 25px;
	line-height: 19px;
	color: #333333; 
}
p.cta {
	background: url(/images/bg_call_to_action.gif) left no-repeat ;
	padding-left: 60px;
	font-weight: bold;
	color: #666666;
	line-height: 17px;
	clear: both;
}
a {
	color: #4e73a6;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}
h3 {
	color: #ff6600; 
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h4 {
	color: #4e73a6; 
	font-size: 15px;
	font-weight: normal;
}
#page {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}
#printheader {
	display: none;
}
/*Header Area*/
#header {
	border-top: 6px solid #9497a0;
	text-align: left;
	background:#FFFFFF;
	float: left;
}
#headerleft {
	float: left;
	width: 342px; 				
	padding: 24px 0 20px 0;  
}
#headerright {
	float: right;
	padding: 17px 21px 0 0;		
}
/*Headerleft Area*/
#headerleft h1.homepage {
	height:57px;
	width: 319px;				
	margin: 0 0 0 23px;			
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/home_aio_logo.jpg) no-repeat;
}
#headerleft h1 a {
	height:57px;
	width: 319px;
	margin: 0 0 0 23px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/home_aio_logo.jpg) no-repeat;
}
/*Search Content Area*/
#searchbox {
	background:url(/images/header_searchbox_bg.jpg) no-repeat;
	width: 380px;
	height: 30px;
}
#searchcontent {
	margin: -15px 0 0 140px;
	color: #4e73a6 ;
	font-size: 12px; 
	font-weight: bold;
	vertical-align:text-top;
}
#searchcontent input.info {
	margin: 0 3px 0 3px;
	border: 1px solid #4e73a6;
}
#searchcontent input.search_but {
	border: none;	
	color: #4e73a6;
	background:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background:url(/images/search_but_bg.gif) no-repeat;
	width: 30px;
	height: 17px;
	padding: 0 5px 0 3px;
}
input.generic_but {
	border: none;	
	color: #4e73a6;
	font-size: 11px;
	font-weight: bold;
	background:url(/images/button_bg_white.gif) no-repeat;
	width: 140px;
	height: 23px;
	padding: 0 5px 0 3px;
}
/*Header Icons Search Area*/
div#headericons {
	width: 328px;
	height: 26px;
	margin: 6px 0 0 35px;
}
div#headerclick2call {
	width: 328px;
	height: 26px;
	margin: 6px 0 0 35px;
}
div#headericons ul#icons	{
	width: 328px ;
	height: 26px ;
	background: url(/images/header_search_buttons.gif) top left no-repeat;
	position: relative;
	padding: 0;
}
div#headerclick2call ul#icons	{
	width: 328px ;
	height: 26px ;
	background: url(/images/header_search_click2call.gif) top left no-repeat;
	position: relative;
	padding: 0;
}
div#headericons ul#icons li, div#headerclick2call ul#icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	position: absolute;
	top: 0;
	text-indent: -5000px;
}
div#headericons ul#icons li, ul#icons a, div#headerclick2call ul#icons li, ul#icons a {
	height: 28px;
	display: block;
}
div#headericons ul#icons li a, div#headerclick2call ul#icons li a {
	text-decoration: none;
}
#headernumber {
	left: 0;
	width: 122px;
}
#headernumber_on a {
	left: 0;
	width: 122px;
	display: block ;
}
#headerinfo {
	left: 123px;
	width: 100px;
}
#headerapply {
	left: 224px;
	width: 54px;
}
#headerlogin {
	left: 279px;
	width: 49px;
}
/*Main Menu*/
#mainmenu {
	padding: 0 0 0 20px;	
	clear: both;
}
#mainmenu ul {
	list-style: none;
}
#mainmenu ul li {
	display: inline;
	padding: 0 16px 0 16px;	
	font-size: 12px;
	font-weight: bold;
	color: #ee1d25;
	border-right: 1px solid #4e73a6;
	text-transform: uppercase;
}
#mainmenu ul li.last {
	border-right: none;
}
#mainmenu ul li a, #mainmenu ul li a:link, #mainmenu ul li a:visited  {
	text-decoration: none;
	color: #4e73a6;
	text-transform: uppercase;
}
#mainmenu ul li a:active, #mainmenu ul li a:hover  {
	color: #ee1d25;
}
/*Submenu*/
#submenu {
	height: 43px;
	width: 900px;
	background:url(/images/sub_nav_bg.jpg) no-repeat;
}
#submenu ul {
	padding: 14px 0 0 20px;	
	list-style: none;
}
#submenu ul li {
	display: inline;
	padding: 0 14px 0 14px;	
	font-size: 11px;
	color: #ff3300;
	border-right: 1px solid #4e73a6;
}
#submenu ul li.last {
	padding: 0 0 0 7px;
	border-right: none;
}
#submenu ul li a:hover, #submenu ul li.last a:hover  {
	border-bottom: 1px dashed;
	color: #ff3300;
}
/*Main Body*/
#mainbody {
	float: left;
	padding: 0 0 0 0;
}
#mainbody ul li {
	color:#333333;
}

/*Left Menu Bar*/
#leftnavbar {
	width: 183px;
	float: left;
	background:url(/images/left_navbar_bg.jpg) no-repeat;
	font-size: 11px;
	margin: 7px 0 0 0;
}
#leftnavbar h1 {
	height:31px;
	width: 183px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/left_navbar_title.jpg) no-repeat;
}
#leftnavbar h2 {
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 3px 22px;
}
#leftnavbar ul {
	margin: 0 0 0 35px;
}
#leftnavbar ul li {
	list-style-image:url(/images/navbar_arrow_blue.gif);
	color: #ee1d25;
}
#leftnavbar ul li a{
	color: #4e73a6;
	text-decoration: none;
	font-weight: bold;
}
#leftnavbar ul li a:hover{
	color: #ee1d25;
}
#leftnavbar ul.leftnavMenuOn li {
	list-style-image:url(/images/navbar_arrow_red.gif);
	color: #ee1d25;
	font-weight: bold;
}
#leftnavbar ul.leftnavSubMenu {
	margin-bottom: 3px;
}
#leftnavbar ul.leftnavSubMenu li {
	list-style-image: none;
	list-style:none;
}
#leftnavbar ul.leftnavSubMenu li a {
	font-weight: normal;
}
#leftnavcallout {
	background:url(/images/left_navbar_foot.jpg) no-repeat;
	padding: 68px 0 10px 5px;
}
#leftnavcallout a {
	height:89px;
	width: 170px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/home_demo_ad.gif) no-repeat;
}
#leftnavcallout a.homepage {
	height:51px;
	width: 159px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	margin: 4px 0 0 7px;
	background:url(/images/leader_blurb_homepage.gif) no-repeat;
}
#leftdemocallout {
	/*background:url(/images/left_navbar_foot.jpg) no-repeat; */
	padding: 28px 0 10px 55px;
}
#leftdemocallout a {
	height:56px;
	width: 157px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/homepage_demo_but.gif) no-repeat;
}
#leftnavcallout a.vertster2 {
	height:58px;
	width: 159px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	margin: 4px 0 0 7px;
	background:url(/images/vertster/demo_callout2.gif) no-repeat;
}
#leftnavcallout a.vertster3 {
	height:58px;
	width: 159px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	margin: 4px 0 0 7px;
	background:url(/images/vertster/demo_callout3.gif) no-repeat;
}

/*Homepage Flash*/
#homeflash a {
	height: 219px;
	width: 698px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/showcase_home_alt_pic.jpg) no-repeat;
}
/*Content Area */
#contentarea {
	width: 717px;
	float: right;
}
#contentmain_bothcols{
	width: 670px;
	padding: 7px 5px 0px 12px;	
}
#programcontentAll{
	width: 470px;
	padding: 7px 5px 0 12px;
}
#militarycontentAll{
	width: 450px;
	padding: 7px 5px 0 12px;
}
#rightside_content {
	width: 195px;
	float: right;
}
#programcontentMilitary{
	width: 518px;
		padding: 7px 5px 10px 12px;
}
#contenttuitionAll{
	width: 450px;
	padding: 7px 2px 0 12px;
}
#mainreqinfoform_resized{
	width: 440px;
	padding: 2px 0 0 3px;
	clear: both;
	display: block:
	padding-bottom: 10px;
	/* MADE CHANGES TO THIS FORMATTING - T.W. 07/01/08 - border: solid thin orange;*/
}
#aboutusphoto {
	background:url(/images/photo_about_us.jpg) no-repeat;
	height: 250px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 5px 0 10px;
}
#floriobiophotos {
	background:url(/images/rflorio_photo.jpg) no-repeat;
	height: 1064px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 0px 10px 0 20px;
}
#admissionsphoto {
	background:url(/images/photo_admissions.jpg) no-repeat;
	height: 247px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#militaryphoto {
	background:url(/images/us_flag.jpg) no-repeat;
	height: 151px;
	width: 164px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#mil_rotatorad {
	width: 680px;
	height: 375px;
	float: left;
	margin-bottom: 10px;
}
#milflashbanner {
	width: 679px;
	height: 144px;
	float: left;
	margin-bottom: 10px;
}
#militarybanner {
	width: 679px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
}
h1#militaryalternative {
	text-indent: -5000px;
	font-size: 12px;
	/*background: url(http://online.argosy.edu/images/flash_alternative.jpg) no-repeat;*/
	background: url(/images/military/veterans.jpg) no-repeat;
	height: 100px;
	width: 679px;
}
#studentservicesphoto {
	background:url(/images/photo_student_supp_serv.jpg) no-repeat;
	height: 147px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#techrequirementsphoto {
	background:url(/images/photo_tech_requirements.jpg) no-repeat;
	height: 135px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#careerservicesphoto {
	background:url(/images/photo_career_services.jpg) no-repeat;
	height: 135px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#placementphoto {
	background:url(/images/photo_placement_stats.jpg) no-repeat;
	height: 135px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 10px 5px 10px 8px;
}
#webinarphoto {
	background:url(/images/webinar.jpg) no-repeat;
	height: 286px;
	width: 246px;
	float: right;
	text-indent: -5000px;
	margin: 10px 0 0 20px;
}
#admissionsrequirements {
	background:url(/images/photo_ad_requirements.jpg) no-repeat;
	height: 247px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#courselistimage a {
	background:url(/images/view_complete_course.gif) no-repeat;
	height: 89px;
	width: 170px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
}
#tuitionchart {
	float: right;
	margin: 25px 10px 0 10px;
	width: 217px;
}
#militarytuitionchart {
	float: left;
	margin: 10px 10px 20px 0;
	width: 680px;				
}
#farchart {
	float: right;
	margin: 25px 10px 0 20px;
	width: 250px;
}
#tuitionchart table {
	width: 217px;
}
#tuitionchart table td {
	padding: 1px 2px 1px 2px;
}
#tuitionchart table td h2 {
	margin: 2px;
}
#onlineeducationphoto a {
	background:url(/images/btn_view_class_demo.jpg) no-repeat;
	height: 150px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 10px 0 20px;
	display: block;
}
#academicapproachphoto {
	background:url(/images/photo_academic_approach.jpg) no-repeat;
	height: 250px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 5px 0 10px;
	display: block;
}
#classdemophoto {
	background:url(/images/photo_class_demo.jpg) no-repeat;
	height: 250px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 20px 0 20px;
	display: block;
}
#onlinedemophoto {
	background:url(/images/photo_online_class_thank_yo.jpg) no-repeat;
	height: 150px;
	width: 202px;
	float: right;
	text-indent: -5000px;
	margin: 25px 20px 0 20px;
	display: block;
}
#howtoapplyphoto {
	background:url(/images/photo_how_to_apply.jpg) no-repeat;
	height: 110px;
	width: 162px;
	float: right;
	text-indent: -5000px;
	margin: 25px 20px 0 20px;
	display: block;
}
#inthepresscol{
	width: 380px;
	padding: 7px 0 0 12px;
}
#inthenewscol {
	width: 302px;
	float: right;
	/*text-indent: -5000px; */
	margin: 6px 0 0 13px;
	padding-left: 5px;
}
#rotatingquotes {
	margin: 0;
	float: right;
	width: 246px;
	height: 286px;
}
#programContentLeft{
	width: 430px;
	float: left;
	padding: 7px 0 0 15px;
}
#programContentRight {
	float: right;
	width: 250px;
	padding: 7px 5px 0 0;
}
#shortform {
	background:url(/images/short_form_bg.jpg) repeat-y;
	margin: 0 0 10px -5px;
}
#shortform input {
	border: 1px solid #7f9db9;
	/*width: 120px;  REMOVED STYLE - NEGATIVELY IMPACTED RADIO BUTTON WIDTHS 07/03/2008 T.W.*/
	margin: 3px 0 0 5px;
}
#shortform input[type="text"] {
	border: 1px solid #7f9db9;
	width: 120px;
	margin: 3px 0 0 5px;
}
#shortform input[type="radio"]{
	border: none;
	margin: 5px 0 0 0;
}
#shortform input.errorStyle,  #shortform select.errorStyle  {
	border: 1px solid #990000;
	background-color: #ffcccc;
}
#shortform input.nonErrorStyle, #shortform select.nonErrorStyle {
	border: 1px solid #7f9db9;
	background-color:#FFFFFF;
}
#shortform h2 {
	height: 82px;
	width: 234px;
	background: url(/images/short_form_header.jpg) no-repeat;
	text-indent: -4000px;
}
#shortform #shortformcontent {
	width: 234px;
	padding: 0 0 3px 0;
	font-size:11px;
	color:#7191b3;
}
#shortformcontent div.shortformrow {
	float: left;
	padding: 0 25px 0 20px;
	margin: 0 0 1px 0;
}
#shortformcontent div.shortformelement, .selectmenu_mil {
	float: right;
}
#shortformcontent div.shortformlabel {
	float: left;
	padding: 4px 0 0 0;
	width: 60px;
}
#shortformbottom {
	background:url(/images/short_form_footer.jpg);
	width: 234px;
	height: 44px;
	text-align: center;
	clear: both;
}
#shortformbottom input {
	border: none;
	height: 25px;
	width: 142px;
	margin: 7px 0 0 0;
	background:url(/images/short_form_submit_bg.jpg) no-repeat;
	color: #4e6dad;
	font-weight: bold;
	font-size: 12px;
}
#shortform #error {
	margin: 0 0 0 20px;
	color:#990000;
	font-size: 11px;
	width:200px;
}

/*NON PROGRAM PAGE FORMS*/
.formfield {
	border: 1px solid #7f9db9;
	width: 255px;
	margin: 3px 0 0 0;
	font-weight: normal;
}
.shortradio {
	margin: 10px 20px 0 0;
}
.shortradio2 {
	margin: 0 50px 0 0;
}
#shortformcontent div.shortformelement_left {
	float: left;
}
#shortform2 {
	margin: 0 0 10px -5px;
}
#shortform2 input {
	border: 1px solid #7f9db9;
	width: 255px;
	margin: 3px 0 0 0;
}
#shortform2 input[type="text"] {
	border: 1px solid #7f9db9;
	width: 255px;
	margin: 3px 0 0 0;
}
#shortform2 input.[type="radio"]{
	margin: 0 0 0 0;
	width: 5px;
}
#shortform2 select {
	width: 260px;
	margin: 3px 0 0 0;
}
#shortform2 textarea {
	width: 255px;
	margin: 3px 0 0 0;
}
#shortform2 input.submitButton {
	border: none;
	height: 25px;
	width: 142px;
	margin: 7px 0 0 15px;
	background:url(/images/short_form_submit2.jpg) no-repeat;
	color: #4e6dad;
	font-weight: bold;
	font-size: 12px;
}
#shortform2 input.errorStyle, #shortform2 select.errorStyle {
	border: 1px solid #990000;
	background-color: #ffcccc;
}
#shortform2 input.nonErrorStyle, #shortform2 select.nonErrorStyle {
	border: 1px solid #7f9db9;
	background-color:#FFFFFF;
}
#shortform2 #shortformcontent2 {
	width: 435px;
	padding: 0 0 0 5px;
}
#shortformcontent2 div.shortformrow2 {
	float: left;
	padding: 0;
	margin: 0 0 3px 0;
}
#shortformcontent2 div.shortformelement2 {
	float: right;
	width: 275px;
	text-align: left;
}
#shortform .selectmenu_mil {
	float: right;
	width: 190px;
	text-align: left;
}
#shortformcontent2 div.shortformlabel2 {
	float: left;
	padding: 4px 0 0 0;
	width: 150px;
}
#shortformcontent2 div.shortformlabel2.submit{
	float: none;
	margin-left: 70px;
}
#shortform2 #error {
	margin: 0 0 0 5px;
	color:#990000;
	font-size: 12px;
	width:450px;
}
/* Recontact form styles */
#recontactform {
	width: 630px;
	height: 490px;
	margin: 0 auto;
	text-align: center;
	background-color: #4e73a6;
}
#recontactleft {
	width: 296px;
	height: 376px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-align: left;
	background:url(/images/recontact_form/reqformbcklft.jpg) no-repeat;
}
/* #recontactshortform {
	margin: 0 0 10px -5px;
} */
#recontactshortform {
	margin: 0 0 0 0;
	padding: 76px 0px 30px 44px;
}
#recontactshortform #shortformcontent2 {
	width: 245px;
	padding: 0 0 0 0px;
}
#recontactshortform div.shortformrow2 {
	float: left;
	padding: 0;
	margin: 0 0 0px 0;
}
#recontactshortform div.shortformelement2 {
	float: right;
	width: 165px;
	text-align: left;
}
#recontactshortform div.shortformelementspec {
	float: right;
	width: 113px;
	text-align: left;
}
#recontactshortform div.shortformlabel2 {
	float: left;
	padding: 10px 0 0 0;
	width: 80px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#recontactshortform h3 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#recontactshortform p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#recontactshortform p.smalltext {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#recontactshortform input {
	border: 1px solid #4e73a6;
	width: 160px;
	margin: 5px 0 0 0;
}
#recontactshortform input.submitButton {
	border: none;
	height: 29px;
	width: 113px;
	margin: 7px 0 0 0px;
	background:url(/images/recontact_form/submit_btn.png) no-repeat;
	color: #265290;
	font-weight: bold;
	font-size: 12px;
}
#recontactshortform #error {
	margin: 0 0 0 20px;
	color:#990000;
	font-size: 11px;
	width:200px;
}
#recontactlogo {
    top: 0px;
	left: 296px;
	width: 334px;
	height: 160px;
	float: right;
	text-align: left;
	background:url(/images/recontact_form/reqform_logorght.jpg) no-repeat;
}
#recontactbutterfly {
    top: 160px;
	left: 296px;
	width: 334px;
	height: 216px;
	float: right;
	text-align: left;
	background:url(/images/recontact_form/reqform_bttrflyrght.jpg) no-repeat;
}
#recontactphone {
    top: 0px;
	left: 0px;
	width: 630px;
	height: 63px;
	float: left;
	text-align: left;
	background:url(/images/recontact_form/reqformphonebtm.jpg) no-repeat;
}
#recontactcopyright {
    top: 0px;
	left: 0px;
	width: 630px;
	height: 51px;
	float: left;
	text-align: left;
	background:url(/images/recontact_form/reqformcopyrght.jpg) no-repeat;
}
/*END OF NON PROGRAM PAGE FORMS CSS*/


#fashioncontest a {
	width: 255px;
	height: 115px;
	text-indent: -4000px;
	margin: 0 0 10px 0;
	background:url(/images/fashion_contest.jpg) no-repeat;
	display: block;
}
#culinary_logo {
	width: 245px;
	height: 113px;
	text-indent: -4000px;
	margin: 0 0 10px 0;
	background:url(/images/culinary_schools_logo.jpg) no-repeat;
	display: block;
}
#flashareacontent a {
	width: 250px;
	height: 260px;
	text-indent: -4000px;
	background:url(/images/flash_alternative.jpg) no-repeat;
	display: block;
}
#contentarea h1 {
	color: #ff6600; 
	font-size: 17px; 
	font-weight: bold; 
}
#contentarea h2 {
	color: #4e73a6; 
	font-size: 15px;
	font-weight: normal; 
}
#contentarea ul {
	margin: 0 0 10px 35px;
	line-height: 19px;
}
#contentarea ol {
	margin: 0 0 10px 35px;
	line-height: 19px;
}
div#programpagereadyapply a {
	height: 82px;
	width: 234px;
	/*background: url(http://online.argosyu.edu/images/request_program_bar.jpg) top left;*/	
	background: url(/images/readytoapply.jpg) top left;
	text-indent: -4000px;
	margin: 0 0 10px -6px;
	display: block ;
}
#programpagemenubar {
	margin: 2px 0 0 -3px;
}
#programpagemenubar ul#programpagemenu {
	height: 31px;
	width: 265px;
	background: url(/images/call_to_action_bar.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}
#programpagemenubar ul#programpagemenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#programpagemenubar ul#programpagemenu li, ul#programpagemenu a {
	height: 22px;
	display: block;
}
#programpagemenubar ul#programpagemenu li a {
	text-indent: -5000px;
}
#barcoursecatalog {left: 0; width: 125px;}
#barclassdemo {left: 126px; width: 135px;}
#homecontent {
	width: 485px;
	float: left;
	margin-top: 6px;
}
#homecontent h3 {
	height:40px;
	width: 301px;
	text-indent: -5000px;
	display: block;
	background:url(/images/homepage_title.gif) no-repeat;
	margin: 5px 0 0 6px;
}
#homecontent p {
	padding: 0 0 10px 10px;
}
#hmpgflashbanner {
	width: 480px;
	height: 90px;
	float: left;
	clear: none;
	background: url(/flash/images/pic_001.jpg) no-repeat;
}
#commencement_banner {
	width: 201px;
	height: 88px; 
	background: url(/images/button_9pm.jpg) no-repeat top left; 
	float: right;
	padding: 0px 0px 0 0px;
	margin: 10px 10px 0 0;
	display: block;
}
#commencement_webcast {
	width: 201px;
	height: 88px;  
	float: right;
	padding: 0px 0px 0 0px;
	/*margin: 10px 12px 0 0;*/
	display: block;
}
#news_box_outer {
	width: 198px;
	float: right;
	margin: 6px 10px 10px 0;
}
#speaker_series_home {
	width: 201px;
	height: 44px;  
	float: right;
	padding: 0 0 0 0;
	/*margin: 10px 12px 0 0;*/
	display: block;
}
#potter_series {
	width: 201px;
	height: 77px;  
	float: right;
	padding: 0 0 0 0;
	/*margin: 10px 12px 0 0;*/
	display: block;
}
#aio_graduation2007 {
	width: 194px;
	height: 80px;  
	float: right;
	padding: 0 0 0 0;
	display: block;
}
#milibanner_home a {
	width: 194px;
	height: 95px;
	float: right;
	padding: 0 0 0 0;
	margin-right: 0;
	display: block;
	text-indent: -5000px;
	text-decoration: none;	
}
#news_box {
	width: 192px;
	height: 52px; 
	background: url(/images/news_events_bck_top.jpg) no-repeat top left; 
	float: right;
	padding: 0 0 0 0;
}
#news_box_middle {
	width: 182px;
	background-color: #ffffff; 
	float: right;
	padding: 0 0 0 0;
}
#news_box_bottom {
	width: 192px;
	height: 42px; 
	background: url(/images/news_events_bottom.jpg) no-repeat top left; 
	float: right;
	padding: 0 0 0 0;
	margin: -5px 0 0 0;
}
#news_box h5 {
	color: #ee1d25;
	margin-left: 26px;
	font-size: 14px;
	font-weight: bold;
}
#news_box ul {
	margin: 0 0 0 25px;
}
#news_box_middle ul li {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	list-style-image:url(/images/navbar_arrow_blue.gif);
	list-style-position: inside;
	/*padding: 0 0 0 18px;*/
	margin: 0 12px 5px 2px;
	color: #ee1d25;

}
#news_box ul li a {
	color: #4e73a6;
	text-decoration: none;
	
}
#news_box a:hover {
	color: #ff6600;
}
#frankmiller img, #newsboxdemo img {
	border: 0 ;
}
#newsboxdemo {
	margin-top: 20px ;
	margin-left: 15px ;
	margin-bottom: 10px ;
	margin-right: 50px;
}
#frankmiller {
	width: 157px;
	margin-top: 10px ;
	margin-left: 15px ;
}
#news_scholarship_box a {
	width: 183px; 
	height: 89px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/aionline_scholarship_bnr2.jpg) no-repeat;
	/*margin: 12px 0 0 15px; */
	float: right;
	padding: 10px 37px 0 0;
	margin: 10px 0 0 0;	
}
#newsboxdemo a {
	height:56px;
	width: 157px;
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	background:url(/images/homepage_demo_but.gif) no-repeat;
	margin: 0px 0 0px 0px;
}
span.faculty_subscript {
	font-weight: bold;
	color: #666666;
}
.faq_question {
	margin-top: 28px ;
	margin-bottom: -0px ;
	color: #4e73a6 ; 
	font-weight: bold ;
	border-top: 1px solid #4e73a6;
}
#faq_list {
	list-style-image: url(/images/navbar_arrow_blue_li.gif) ;
	display: block ;
}
#fact_sheet_list {
	list-style-image: url(/images/navbar_arrow_blue_li.gif) ;
	display: block ;
}
#faq_list li {
	font-weight: bold;
	padding-right: 20px;
	margin-bottom: 10px;
}
#faq_list a {
	color: #4e73a6;
	text-decoration: none;
}
#faq_list a:hover {
	color: #ff6600;
}
#financialaid td.content {
	background:url(/images/box_bg.gif);
	padding: 0 15px 0 25px;
}
#financialaid td.content2 {
	background:url(/images/box_bg.gif);
	padding: 0 15px 0 25px;
}
#financialaid td.content2 p {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}
#financialaid td.go {
	background:url(/images/box_bg.gif);
	padding: 0 0 0 22px;
}
#financialaid p {
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}
#financialaid a {
	color: #4e73a6;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#contentfooter {
	color: #4e73a6; 
	background:url(/images/footer_ruler.jpg) top left no-repeat;
	padding: 8px 0 0 0;
	width: 717px;
	float: right;
}
#contentfooter ul {
	margin: 0 0 0 -2px;
	padding: 0;
	display: inline;
	text-align: left;
	} 
#contentfooter ul li {
	font-size: 10px;
	margin: 0;
	padding: 0 6px;
	background:url(/images/footer_separator.gif) no-repeat right top;
	list-style: none;
	display: inline;
	clear: both;
	} 
#contentfooter ul li.last {
	font-size: 10px;
	margin: 0;
	padding: 0 6px;
	background: none;
	list-style: none;
	display: inline;
	}
#footerdivider {
	background:url(/images/footer_divider.gif) no-repeat #9397a2;
	width: 900px;
	clear: both;
	color:#FFFFFF;
	padding: 9px 0 5px 0;
}
#footerdivider ul {
	list-style: none;
	font-size: 10px;
	margin: 0 0 0 189px;
}
#footerdivider ul li {
	display: inline;
	padding: 0 20px 0 0;
}
#footerdivider ul li a {
	font-size: 11px;
	color: #FFFFFF;
}

#special_footer{
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 0 0 189px;
}

/* CLICK 2 CALL STYLES */

#programContentRightmove {
	float: right;
	width: 250px;
	padding: 7px 2px 0 0;
	margin-right: 10px;
}
#programContentRightClick {
	float: right;
	width: 250px;
	padding: 7px 0 0 0;
	clear: none ;
}
#click_call_on {
	width: 250px;
	height: 168px;
	/*text-indent: -4000px;*/
	margin: 0 0 0 0;
	background:url(/images/click2call_on.jpg) no-repeat;
}
#click_call_off {
	width: 250px;
	height: 168px;
	text-indent: -5000px; 
	margin: 0 0 0 0;
	background:url(/images/click2call_off.jpg) no-repeat;
	display: block;
	z-index: 0;
}
#phoneform{
	/* width: 216px;
	height: 55px;
	margin: 115px 0 0 18px; */
	width: 208px;
	height: 54px;
	padding: 110px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	color: #FFFFFF;
	z-index: 100;
}
#phoneform input1 {
	border: 1px solid #FFF;
	margin: 0 0 0 0;
}
#phoneform input2 {
	border: 1px solid #FFF;
	margin: 0 0 0 0;
}
/* #phoneform input.errorStyle,  #phoneform select.errorStyle  {
	border: 1px solid #990000;
	background-color: #ffcccc;
}
#phoneform input.nonErrorStyle, #phoneform select.nonErrorStyle {
	border: 1px solid #7f9db9;
	background-color:#FFFFFF; 
} */
#phoneform input.submitButton {
	border: none;
	margin: 10px 0 0 150px;
	color: #ed1c24;
	font-weight: bold;
	font-size: 10px;
	background: transparent;
	h: expression(onmouseover=new Function("this.style.color='#9497a0';"),
                       onmouseout=new Function("this.style.color='#ed1c24';"));
}
#phoneform input.submitButton:hover {
	color: #9497a0;
	text-decoration: none;
}
/* #phoneform #error {
	margin: 0 0 0 20px;
	color:#990000;
	font-size: 11px;
	width:200px;
} */
/* END CLICK 2 CALL STYLES */


/* PORTAL CREATE ACCOUNT */

#portalContentLeft{
	width: 480px;
	float: left;
	padding: 7px 0 0 15px;
}
#portalContentRight {
	float: right;
	width: 250px;
	padding: 7px 5px 0 0;
}
#portalContentLeft h1 {
	color: #ff6600; 
	font-size: 17px; 
	font-weight: bold; 
}
#portalContentLeft ol {
	margin: 0 0 10px 20px;
	padding: 0;
	display: block;
	line-height: 16px ;
}
#portal_photo {
	width: 250px ;
	float: right ;
	text-align: left ;
	margin: 0 0 10px 0
}
/* END PORTAL CREATE ACCOUNT */


/* MYSPACE LANDING PAGE CONTENT */
#contentareamyspace {
	width: 565px;
	float: right;
	background: #fff url(../images/myspace_contentbck.gif) no-repeat;
}
#contentareamyspace h1 {
	color: #ff6600; 
	font-size: 17px; 
	font-weight: bold; 
}
#contentareamyspace h2 {
	color: #4e73a6; 
	font-size: 15px;
	font-weight: normal; 
}
#programContentLeftmyspace{
	width: 290px;
	float: left;
	padding: 147px 0 0 3px;	
}
#shortformmyspace {
	margin: 185px 0 30px -5px;
}
#shortformmyspace input {
	border: 1px solid #3d8e9f;
	width: 120px;
	margin: 3px 0 0 5px;
}
#shortformmyspace input.errorStyle,  #shortformmyspace select.errorStyle  {
	border: 1px solid #990000;
	background-color: #ffcccc;
}
#shortformmyspace input.nonErrorStyle, #shortformmyspace select.nonErrorStyle {
	border: 1px solid #7f9db9;
	background-color:#FFFFFF;
}
#shortformmyspace #shortformcontentmy {
	width: 234px;
	padding: 0 0 3px 0;
	font-size:11px;
	color:#3d8e9f;
}
#shortformcontentmy div.shortformrow {
	float: left;
	padding: 0 25px 0 20px;
	margin: 0 0 1px 0;
}
#shortformcontentmy div.shortformelement {
	float: right;
}
#shortformcontentmy div.shortformlabel {
	float: left;
	padding: 4px 0 0 0;
	width: 60px;
}
#shortformcontentmy div.shortformlabelpoi {
	float: left;
	padding: 2px 0 0 0;
	width: 140px;
}
#shortformbottommyspace {
	width: 234px;
	height: 44px;
	text-align: center;
	clear: both;
}
#shortformbottommyspace input {
	border: none;
	height: 29px;
	width: 85px;
	margin: 7px 0 0 65px;
}
#shortformmyspace #error {
	margin: 0 0 0 20px;
	color:#990000;
	font-size: 11px;
	width:200px;
}
#shortformmysubmit {
	background:url(/images/myspace_btn_submit.gif) no-repeat;
	width: 85px;
	height: 29px;
	float: right;
	display: block;
	padding: 10px 20px 0 0;
	border: thin solid pink;
/*	text-align: center;
	clear: both; */
}
#flashareacontentmy a {
	width: 250px;
	height: 260px;
	text-indent: -4000px;
	background:url(/images/flash_alternative.jpg) no-repeat;
	float: right;
	display: block;
}
/* END MYSPACE LANDING PAGE CONTENT */

/*FORM REVISIONS - MILITARY & INTERNATIONAL  - APRIL 2008 GARY YUKON*/
#contentareaReqForm {
	width: 572px;
	float: left;
}
#shortform3 {
	margin: 0 0 10px -5px;
}
#shortform3 input {
	border: 1px solid #7f9db9;
	width: 203px;
	margin: 3px 0 0 0;
}
#shortform3 select {
	width: 260px;
	margin: 3px 0 0 0;
}
#shortform3 textarea {
	width: 203px;
	margin: 3px 0 0 0;
}
#shortform3 input.submitButton {
	border: none;
	height: 25px;
	width: 142px;
	margin: 7px 0 0 15px;
	background:url(/images/short_form_submit2.jpg) no-repeat;
	color: #4e6dad;
	font-weight: bold;
	font-size: 12px;
}
#shortform3 input.errorStyle, #shortform3 select.errorStyle {
	border: 1px solid #990000;
	background-color: #ffcccc;
}
#shortform3 input.nonErrorStyle, #shortform3 select.nonErrorStyle {
	border: 1px solid #7f9db9;
	background-color:#FFFFFF;
}
#shortform3 #shortformcontent3 {
	width: 435px;
	padding: 0 0 0 5px;
}
#shortformcontent3 div.shortformrow3 {
	float: left;
	padding: 0;
	margin: 0 0 3px 0;
}
#shortformcontent3 div.shortformelement3 {
	float: left;
	width: 275px;
	text-align: left;
}
#shortformcontent3 div.shortformlabel3 {
	float: left;
	padding: 4px 0 0 0;
	width: 150px;
}
#shortform3 #error {
	margin: 0 0 0 5px;
	color:#990000;
	font-size: 12px;
	width:450px;
}
#contentareaReqForm h1 {
	color: #ff6600; 
	font-size: 17px; 
	font-weight: bold; 
}
#contentareaReqForm h2 {
	color: #4e73a6; 
	font-size: 15px;
	font-weight: normal; 
}
#contentareaReqForm ul {
	margin: 0 0 10px 35px;
	line-height: 19px;
}
#contentareaReqForm ol {
	margin: 0 0 10px 35px;
	line-height: 19px;
}
#shortformcontent2 div.shortformelement2 .shortradio {
 width: auto;
 border: 0px;
}
.mystyledradio {
	width: auto;
	border: 0px;
}
.pressRelease #contentmain_bothcols {
	padding-left: 20px;	
	padding-right: 20px;	
}
.pressRelease .title_block {
	padding: 5px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../../images/icon_article.gif) top left no-repeat;
	}
.pressRelease .title_block h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4e73a6;
	margin: 0px;
}
.pressRelease .title_block h4 {
	color: #4e73a6; 
	font-size: 15px;
	font-weight: normal;
}
.pressRelease .title_block h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
}
.pressRelease #article {
	margin-top: 20px;
	padding-left: 30px;	
	padding-right: 20px;	
}

.news .articleSummary
{
	padding-bottom: 15px;	
}
.news .articleSummary .source
{
	color: #000;
	font-size: 13px;
	display: block;
	font-style:italic;
}
.news .articleSummary .description
{
	color: #000;
	font-size: 13px;
	display: block;
}
.news .articleSummary .dateline
{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.news #inthepress {
	width: 360px;
	padding: 7px 0 0 12px;
}
.news #inthenews {
	width: 312px;
	float: right;
	/*text-indent: -5000px; */
	margin: 6px 0 0 3px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(/images/news_ruler.gif) top left no-repeat;
}
.news #inthepress h1, .news #inthenews h1 {
	margin: 0px 0px 5px 0px;
}


#placementstatschart {
	font-family: Arial, Helvetia, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 654px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.placementStats tr
{
	vertical-align: top;
	font-size: 12px;
}
.placementStats td
{
	background: #f2f2f2;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
}
.placementStats th
{
	vertical-align: bottom;
	background: #E6E9EE;
	color: #4e73a6;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
}
.placementStats .sectionHead
{
	background: #4e73a6;
	color: #E6E9EE;
	font-size: 12px;
	font-weight: bold;
}
.placementStats .totals td
{
	background: #CFCFCF;
	color: #000;
	font-weight: bold;
}
.placementStats .progr
{
	white-space: nowrap;
}
.placementStats .intVal,
.placementStats .percVal
{
	text-align: right;
	padding-right: 12px;
}
.placementStats .crncyVal
{
	text-align: right;
}
