@charset "UTF-8";
/* CSS Document */
/*  
HMS COLORS  	
				BLUE: 24a2d4  
				GOLD: E0D760 
				GREEN1: 006633 
				GREEN2: 046641
				ORANGE: FA8D01
				BROWN:  333333
				GRAY:   999999
				*/
h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

p, li, span {
	font-size: 100%;
}
body 								{
									font-family:Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #000000;
									font-weight: normal;
									line-height: 15px;
									margin-left: 0px;
									margin-top: 0px;
									/*background-image: url(/images/vertbkgrnd_main.gif); */
									/*  background-attachment: fixed;  */
									/*background-repeat:repeat-x; */
									background-color: #24a2d4;
									}
	
	
a 									{
									color: #006633;
									text-decoration:underline;
									}


a:active 							{
									color: #006633;
									text-decoration:none;
									}


a:hover 							{
									color: #006633;
									text-decoration:underline;
									}
									
									
.tablemain							{
									margin-left: auto;
									margin-right: auto;
									width: 850px;
									}


.tablecontentholder					{
									background-color: #FFFFFF;
									}


.nav_global:link 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #333333;
									text-decoration: none;
									}


.nav_global:visited 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #333333;
									text-decoration: none;
									}


.nav_global:hover 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #333333;
									text-decoration: underline;
									}


.nav_global:active					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #333333;
									text-decoration: none;
									}


.navglobalseparator 				{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #333333;
									font-weight: normal;
									}

td.globalheaderspacing				{
									padding: 15px 0px 0px 0px;
									}


td.homecontentspacing				{
									padding: 10px 5px 10px 10px;
									}


td.gmapspacing						{
									padding: 5px 5px 5px 5px;
									}


td.homebkgrndlogo					{
									background-image: url(/images/bkgrnd_logo_home.jpg); 
									/*   background-attachment: fixed;  */
									background-repeat:no-repeat;
									padding: 0px 15px 0px 25px;
									}


td.homebkgrndlogo2					{
									background-image: url(/images/bkgrnd_logo_home2.gif); 
									/*   background-attachment: fixed;  */
									background-repeat:no-repeat;
									background-position: right bottom;
									}


.searchbox 							{
   									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									color: #999999;
   									background-color: #FFFFFF;
   									border: 1px solid #999999;
									height: 15px;
									margin-top: 5px;
									margin-bottom: 3px;
									}


.searchicon							{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									color: #333333;
   									background-color: #24a2d4;
   									border: 0px solid #333333;
									height: 15px;
									margin-top: 5px;
									margin-bottom: 3px;
									margin-left: 0px;
									}


.nav_main:link 						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: bold;
									color: #FFFFFF;
									text-decoration: none;
									}


.nav_main:visited 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: bold;
									color: #FFFFFF;
									text-decoration: none;
									}


.nav_main:hover 						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: bold;
									color: #FFFFFF;
									text-decoration: underline;
									}


.nav_main:active						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: bold;
									color: #FFFFFF;
									text-decoration: none;
									}


.navmainseparator 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #333333;
									font-weight: normal;
									}

td.navmainspacing					{
									padding: 45px 0px 5px 0px;
									}


td.contentspacing					{
									padding: 0px 10px 0px 10px;
									}


td.contentspacingcontent			{
									padding: 0px 10px 15px 10px;
									}


.nav_sub:link 						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #000000;
									text-decoration: none;
									line-height: 12px;
									}


.nav_sub:visited 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #000000;
									text-decoration: none;
									}


.nav_sub:hover 						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #000000;
									text-decoration: underline;
									}


.nav_sub:active						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #000000;
									text-decoration: none;
									}


.facultylink:link 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: none;
									line-height: 12px;
									}


.facultylink:visited 				{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: none;
									}


.facultylink:hover 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: underline;
									}


.facultylink:active					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									font-style: normal;
									font-weight: normal;
									color: #006633;
									text-decoration: none;
									}

/* h1 {
  font: bold 330%/100% "Lucida Grande";
  display: block;
  width: 100%;
  height: 31px;
} */

h1									{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 22px;
									color: #e0d760;
									font-weight: normal;
									margin-bottom: 10px;
									margin-top: 3px;
									text-align:center;	
  									padding: 9px;
								background-color: #24a2d4;
 /*								background: url(bg_bread.jpg) repeat-x;  */
									border-color: #333333;
									border: medium groove #035642;

									}
h2									
{  

									font-family: Arial, Helvetica, sans-serif;
									font-size: 13px;
									color: #000000;
									font-weight: bold;
									margin-bottom: 14px;
									margin-top: 0px;
									background-color: #24a2d4;
									border-color:#e0d760;

									} 


.hometext							{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 14px;
									color: #000000;
									font-weight: normal;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.homeorangeheader					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.boardnames							{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #000000;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.boardtitles						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: normal;
									font-style: italic;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.facultynames						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #000000;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.facultytitles						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: normal;
									font-style: italic;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.nav_footer:link 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #CCCCCC;
									text-decoration: none;
									}


.nav_footer:visited 				{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #CCCCCC;
									text-decoration: none;
									}


.nav_footer:hover 					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #CCCCCC;
									text-decoration: underline;
									}


.nav_footer:active					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									font-style: normal;
									font-weight: normal;
									color: #CCCCCC;
									text-decoration: none;
									}


.navfooterseparator 				{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #CCCCCC;
									font-weight: normal;
									}

td.navfooterspacing					{
									padding: 8px 0px 0px 0px;
									}


.iblogo_spacing						{
									padding: 0px 5px 0px 0px;
									}


.navfootertext		 				{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 11px;
									color: #CCCCCC;
									font-weight: normal;
									}


ul									{
									list-style-image: url(/images/list_arrow.gif); 
									list-style-type: disc;
									margin-left: 0px;
									margin-right: 40px;
									padding-left: 2em;
									margin-top: 0px;
									margin-bottom: 0px;
									}


ul.smallmargin						{
									list-style-image: url(/images/list_arrow.gif); 
									list-style-type: disc;
									margin-left: 0px;
									margin-right: 20px;
									padding-left: 2em;
									margin-top: 0px;
									margin-bottom: 0px;
									}


ol									{ 
									margin-left: 0px;
									margin-right: 40px;
									padding-left: 2em;
									margin-top: 0px;
									margin-bottom: 0px;
									}


.tablequote							{
									margin-left: auto;
									margin-right: auto;
									width: 600px;
									}


.tablequotesmall					{
									margin-left: 20px;
									margin-right: auto;
									width: 400px;
									}


td.quotespacing						{
									padding: 5px 0px 8px 0px;
									}


.quotetext							{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 14px;
									line-height: 18px;
									color: #fa8d01;
									font-weight: bold;
									font-style: italic;
									} 


.quotemark							{
									font-family:Arial, Helvetica, sans-serif;
									font-size: 15px;
									line-height: 18px;
									color: #fa8d01;
									font-weight: bold;
									font-style: italic;
									} 


.faqtext							{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									line-height: 22px;
									color: #fa8d01;
									font-weight: bold;
									font-style: italic;
									} 


.photoframe							{
									padding: 5px 5px 5px 5px;
									border: 1px solid #E1E1E1;
									margin: 0px 0px 10px 10px;
									float: right;
									}


.photoframenofloat					{
									padding: 5px 5px 5px 5px;
									border: 1px solid #E1E1E1;
									margin: 0px 0px 10px 10px;
									}


.photoframelogo						{
									padding: 0px 0px 0px 0px;
									border: 1px solid #FFFFFF;
									margin: 0px 0px 10px 10px;
									float: right;
									}


.tablevideo							{
									border: 1px solid #E1E1E1;
									margin: 0px 0px 10px 10px;
									}


.calendardate						{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: bold;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}


.extendedcareday					{
									font-family: Arial, Helvetica, sans-serif;
									font-size: 12px;
									color: #fa8d01;
									font-weight: normal;
									font-style: normal;
									margin-bottom: 0px;
									margin-top: 0px;
									}

/*____________________________________________________________________________________*/
.rhodesbutton						{
									background-color:#24a2d4; 
									border-color:#E0d760 #ffffff #ffffff #eod760; 
									width: 12em;
									height: 3em;
									font-size:14px;
									font-style:oblique;
									border-width:thick;
									color: #035642;
									font: bold 150% 'trebuchet ms',helvetica,sans-serif;
									filter:progid:DXImageTransform.Microsoft.Gradient   
								   (GradientType=1,StartColorStr='#ffffff',EndColorStr='#24a2d4');   
  
									}
									
.MyDiv 								{
									background-color: #ffffff;
									background-position: left center;
									border: medium groove #035642;
/* - not using yet - someone elses color - etc*/									}
.maincontent {
background-color: #046641;
padding:10px;
padding-top:20px;
}

.pagecontent {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto; /*margins left and right set to auto centers page */
	margin-right: auto;
	width: 950px;
	border:1px solid #B0D96A;
}


.banner {
	color:black;
	font-size:190%;
	letter-spacing:4px;
	background-color:#E0D760;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left
}

.redstyle {
	color:red;
}

.containerStyle {
	background-color: #F5F5F5; /*This is a very light gray color*/
	border: 1px solid #CCCCCC; /*This is slightly darker gray*/
	padding:10px;
	text-align:center;
	width:665px;
}					