/***********************************************************************************************
 CSS Stylesheet Name:  margret_stylesheet.css
 Description:  
  The stylesheet for Margret\A Consulting website.  It contains the site layout structure and
  all of the typography definitions.
 
 Notes:  
 			Images: to prevent space in horizontally aligned images
					place images next to each other without a space
					- set align="top" in the img attributes
					  to align the image to the top of the page
 Author:	Zac Cohen
 Date Created: 8/12/04
 Revisions:
 
 
 ***********************************************************************************************/

/*    SITE STRUCTURE     */


#container
{
	position: absolute;
	width: 760px;
	top: 0px;

}


body
{
	margin: 10px 10px 0px 10px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url("../images/background.gif");


}
/**************************************
	THE BANNER, LOGO, CATCH PHRASE
**************************************/
#banner			
{
	position: absolute;
	top: 25px;
	left: 10px;
	width:400px;
	border: none;
	vertical-align: bottom;	
	margin: 0px;
}
#contactInfo	/* the contact info., currently right justified on the top banner */
{
	position: absolute;
	top: 15px;
	right: 0px;
	height:65px;
	padding: 0px;
	border: 0px;
	margin: 0px;

}
/*  TYPOGRAPHY   */
.contact	/* the contact information text */
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-size: 14px;
	color: #000000;
	text-align: right;
/*	font-weight: bold;*/

}





/*******************************************
	The navigation bar consisting of
	 - the top red bar
	 - the inline navigation links
********************************************/
#navBar
{
	position: absolute;
	background: #EEEEEE;
	left: 10px;
	top: 65px;
	height: 50px;
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000000;
	border-left: none;
	padding: 0px;
	margin: 0px;
	white-space : nowrap;
}
	
	#navBarContent
	{
		position: absolute;
		background: #EEEEEE;
		left: 50px;
		top: 24px;
		display: inline;
		z-index: 1;
	}
	
	#navBarContent ul
	{
		margin: 0px;
		padding: 0px;
		white-space : nowrap;
	}
	
	#navBarContent ul li
	{
		text-align: left;
		display: inline;
		list-style-type: none;
		white-space: nowrap;
		padding: 0px 7px;
	}

	body#welcomePageCurrent A.navigation#welcomePage, 
	body#servicesPageCurrent A.navigation#servicesPage, 
	body#qualificationsPageCurrent A.navigation#qualificationsPage, 
	body#aboutPageCurrent A.navigation#aboutPage, 
	body#contactPageCurrent A.navigation#contactPage
	{
		color: #FF0000;


	}
	A.navigation /* the navigation bar links */
	{
		font-size: 16px;
		color: #000000;
		text-decoration: none;
		padding: 0px 7px;
/*		font-weight: bold;
	*/
	}
/*	A.navigation:link
	{
	}
	A.navigation:visited
	{
	}
*/
	A.navigation:hover
	{
		text-decoration: underline;
	}
	A.navigation:active
	{

	}
/*********************************************
END OF NAVIGATION ELEMENTS
**********************************************/





/*********************
	The left side bar
*********************/
#leftContent
{
	position: absolute;
	left: 20px;
	width: 130px;
	top: 140px;
}


#mainContent
{
	position: absolute;
	left: 150px;
	top: 145px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF
}
	#mainHeaderBar
	{
		position: absolute;
		height: 2px;
		left: 0px;
		top: 24px;
	}
	
	#mainHeader
	{
		position: absolute;
		left: 10px;
		top: 0px;
/*		width: 200px;*/
		height: 26px;
		margin: 0px;
		padding: 0px;

	}
	#mainHeaderText
	{
		position: absolute;
		left: 10px;
		top: 0px;
		margin: 0px;
		padding: 0px;
	}
	#mainContentBody
	{
		position: absolute;
		left: 10px;
		top: 35px;
		margin: 0px;
		padding: 0px;
	}

H1		/* page header */
{
	font-size: 20px;
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
	margin: 0;

}

H1.reduced		/* page header */
{
	font-size: 17px;
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
	margin: 0;

}
P.sectionHeader		/* main content section header*/
{
	text-decoration: underline;	
	font-weight: bold;
	color: #000000;
}


P		/* main content*/
{

	color: #000000;
}

	A.pageAnchors /* the page anchors section links */
	{
		color: #FF0000;
		text-decoration: underline;
	}
	A.pageAnchors:link
	{
		color: #FF0000;
		text-decoration: underline;
	}
	A.pageAnchors:visited
	{
		color: #FF0000;
		text-decoration: underline;
	}
	A.pageAnchors:hover
	{
		color: #AAAAAA;
		text-decoration: underline;
	}
	A.pageAnchors:active
	{
		color: #FF0000;
		text-decoration: underline;
	}




	A.plinks/* the paragraph section links */
	{
		color: #000000;
		text-decoration: none;
	}
	A.plinks:link
	{
	}
	A.plinks:visited
	{
	}
	A.plinks:hover
	{
		text-decoration: underline;
	}
	A.plinks:active
	{
		color: #FF0000;
	}





/*		LISTS	*/
#mainContentBody ul.pageAnchorslist
{
	list-style-image: url("../images/black_arrow.gif");
	padding: 0px;
	margin-top: 2px;	
	margin-bottom: 2px;
}
#mainContentBody ul.pageAnchorslist li
{
	list-style-image: url("../images/black_arrow.gif");
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#mainContentBody ul li	/* list main points */
{
	list-style-image: url("../images/redcircle.gif");
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContentBody ul li	/* list main points */
{
	list-style-image: url("../images/redcircle.gif");
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#mainContentBody ul ul li /* list sub points */ 
{
	list-style-image: url("../images/redsquare.gif");	
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}




#rightContent
{
	position: absolute;
	right: 10px;
	width: 100px;
	top: 140px;
}

#footer
{
	position: relative;
	top: 10px;
}









H4		/* footer */
{

	font-size: 10px;
	color: #000000;
	text-align: center;

}

/*******************************************************
	DROP DOWN LISTS
*******************************************************/

					
#ServicesDropMenu {
	position: absolute;
	left: 170px;
	top: 115px;
	background-color: #EEEEEE;
/*	layer-background-color: #FFFFFF; */
	z-index: 1;
	border-top: 1px none black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	white-space: nowrap;
	padding: 2px;
	visibility: hidden;
} 

#QualificationsDropMenu {
	position: absolute;
	left: 265px;
	top: 115px;
	background-color: #EEEEEE;
/*	layer-background-color: #FFFFFF;	*/
	z-index: 1;
	border-top: 1px none black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	white-space: nowrap;
	padding: 2px;
	visibility: hidden;
}

#QualificationsDropMenu ul, #ServicesDropMenu ul
{
	margin: 0px;
	padding: 0px;
	white-space : nowrap;
	list-style-type: none;
}
#QualificationsDropMenu ul li, #ServicesDropMenu ul li
{
	margin: 0px;
	padding: 3px;
	white-space : nowrap;
	list-style-type: none;
}
