/* Style Sheet for Consulting Site Project 
Contains externally linked styles for headers
,paragraphs, lists, tables plus special styles
*/

/* Layout Styles */

body.outermargin {
	margin-left: 5cm; 
	margin-right: 7cm; 
	margin-bottom: 2cm; 
	background-color: whitesmoke;
	}

table.page { 
	width:100%;
	cols: 3;
	border: 3;
	cellpadding:3;
	cellspacing: 2;
	text-align: left;
	background-color: white;
	margin-left: 2cm;
	margin-right: 2cm;
	}



/* Headers and Header stuff*/
h1 {
	font: 14 pt/12 pt Franklin Gothic, Helvetica, serif; 
	color: darkslateblue; 
	font-weight:100;
	text-align:center;
	}

h2 {
	font: bold 14pt/12pt Bookman Gothic, Helvetica, serif;  
	text-align: center;
	textshadow; 
	color: darkmagenta;
	width:10 cm; 
	font-stretch: expanded;
	letter-spacing: 4px; 
	word-spacing: 10 px; 
	margin-left: 2 cm;
	margin-right: 2 cm;
	}


h3 {font: bold 12pt/10pt Tahoma, Helvetica, serif;
	color: darkslategray; 
	font-stretch:expanded;
	text-align: center;
	margin-left:2cm;
	margin-right:2cm; 
	}

h4 {font: 12pt/10pt Arial, Roman, serif;  
	text-align: center;
	font-stretch: expanded;
	letter-spacing: 4px; 
	word-spacing: 10 px; 
	margin-left: 2 cm;
	margin-right: 2 cm;
	}

h5 {font: 12pt/10pt Roman, Verdana, serif; 
	font-stretch:expanded;
	text-align: justify;
	
	}

h6 {font: 14 pt/12 pt Century Gothic, Roman, serif; 
	text-align: left;
	}

h7 {font: 14 pt/12 pt Franklin Gothic, Helvetica, serif; 
	color: darkslategray; 
	font-weight:100;
	text-align:center;
	}


/* Standard Paragraphs */
p {font-family: Calibri, Verdana, serif}
p.submenu {margin-left: 30 cm; margin-right: 30 cm}

p.heading{
	font: bold 12pt/14pt Arial, Verdana, serif; 
	text-align: left;
	font-style: underline;
	margin-left: 1cm;
	}

p.intro {
	font: bold 12pt/14pt Calibri, Verdana, serif; 
	text-align: left;
	letter-spacing: 4px;
	width: 10 cm;    
	margin-left.5 cm;
	margin-right:.5 cm; 
	}


p.description {font: 12pt/14pt Calibri, Verdana, serif; margin-right:.5 cm; 
		margin-left: 2 cm
		}

/* Link Styles */

a:active, a:visited, a:link{text-decoration: none}



/* Menu Styles */

table.mymenu 'main.html'#mainmenu{}


hr.menudivider {
	color: powderblue;
	}


hr.titlebar {
	color: darkslategray;
	}



p.tabtitle{
	font: 14 pt/12 pt Franklin Gothic, Helvetica, serif}


/* List Formats */



li.companyhead {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 1cm
	}


ul.overview {
	font: 12pt/14pt Century Gothic, Roman, serif; 
        color: aliceblue;
	text-align: left; 
	}

li.offerhead{
	list-style-type: none;
	}

ul.offertitle {
	font: 12pt/14pt Calibri, Verdana, serif; 
	text-align: left;  
	}


li.offertext {
	list-style-type: disc;
	list-style-position: inside;
	}