/* 
	pageLayout_specialElements.css
	Handles formatting of all text that does not fall under the generic section.
	Ex: special placements, etc
*/


/* -----------------------
 * body_top.php
 * ----------------------*/
#mainTitle			{
						position: relative;
						height: 40px;
						font-family: georgia, sans-serif;
						/*background: url(images/asterisks.jpg) no-repeat 0 30%;*/

						top: 40px;
						z-index: 2;
						padding-left: 60px;
						padding-top: 10px;
}

#mainTitle_title	{
						position: absolute;
						color: #8CC63F;
						top: 0px;
						z-index: 2;
						font-size: 25px;
}

#mainTitle_desc		{
						position: absolute;
						top: 22px;
						font-size: 19px;
						width: 400px;

						z-index: 1;

						padding-bottom: 20px;
}

#mainDescription	{
						position: absolute;


						width: 334px;
						height: 34px;
						left: 435px;

						padding-left: 10px;
						padding-right: 10px;
						padding-top: 5px;

						top: 50px;
						margin-top: 4px;
						color: #666666;
						line-height: 120%;
						font-size: 10px;
						z-index: 2;

}
#mainImg			{
						position: absolute;
						padding-top: 5px;
}


/* ---------------------
 * menu.php
 * --------------------*/
 .menu_title			{
						
						color: #E98523;
						font-size: 11px;
						/*background: url(images/flower.gif) no-repeat 0 30%;
						padding-left: 14px;*/
}

.menu				{
						padding:0;
  						margin:0;
  						padding-bottom: 20px;
}

.menu li 			{
  						list-style-type:none;
  						background: url(images/bullet.gif) no-repeat 0 50%;
  						border-bottom: 1px solid #EEEEEE;
						display: block;
						padding: 5px 0 5px 15px;  						
}

 
.menu a				{
						color: #A49B8A;
}
 
.menu a, .menu a:visited 
					{
						display:block;
						
						font: 8pt Verdana;
						text-align:left;
						text-decoration:none;

						font-weight: bold;
}

.menu a:hover		{
						text-decoration: underline;
}

/* ---------------------
 * login.php
 * --------------------*/
.l_input			{
						color: #781351;
						background: #fee3ad;
						border: 1px solid #781351;
						font-size:10px;
						width: 70px;
}

.l_button			{
						font-size:10px;
   						color:#666666;
						cursor: pointer;
}

/* ---------------------
 * body_bottom.php
 * --------------------*/
 .footerText		{
 						color: #666666;
 						font-size:10px;
 }
 
 #footer_p			{	

						margin-top: 75px;
						margin-bottom: 40px;

}

/* ---------------------
 * get_PrimaryContacts.php, get_NetworkContacts.php, get_MemberTechContacts.php
 * --------------------*/
.contactCard		{
						border: 2px solid #DDDDDD;
						margin-top: 20px;
						
						font-family: Tahoma;
						font-size: 12px;
						
						width: 330px;
}

.contactCard_title	{
						background-color: #FBF4C5;
						border-bottom: 1px solid #666666;
						padding-left: 5px;
						
						font-weight: bold;
}

.contactCard_org	{
						margin-top: 5px;
						padding-left: 5px;
						
}

.contactCard_number	{
						padding-left: 5px;
}

.contactCard_email	{
						padding-left: 5px;
}




.contactCard_links	{
						margin-top: 10px;
						padding-left: 5px;
						margin-bottom: 5px;
						font-size: 11px;
}

.indented_p {
						position: relative;
						padding-left: 30px;
}

.org_box_container		{
						position: relative;
						font: 12px Tahoma;
						color: #000000;
						border: 1px solid #000000;
												
						padding: 5px;
						
						background-color: #F1B578;
}

.org_table				{
						margin-top: 10px;
} 


 
