/*================================================================*/

/* MAIN PAGE LAYOUT AND FORMATTING */

/*================================================================*/

body {
	text-align: center;
	margin: 0em;
	padding: 0em;
	min-width: 62.5em;
	color: #fff;
	background: transparent;
}

#wrapper {
	width: 73em;
	margin-left: 0em;
	text-align: left;
	background: transparent;
}

#capsule {
	margin:0em;
	padding: 0em;
	background: transparent;
}

#navigation
{
	width: 12.5em;
	margin: 0em;
	background: transparent;
	position: fixed;
} 

#content { 
	width: 19em;
	margin: 1em 0em 0em 0em;
	float: right; 
	background: transparent;
	position: absolute;
	top: 0em;
	left: 54em;
} 

/*================================================================*/

/* heading, navigation and text text styles formatting  */

/*================================================================*/

h1 {
	text-indent: -300em;
	background: transparent;
	font: normal 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #111111;
}

h2 {
	text-indent: -300em;	
	font: normal 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;

}

/*h3 is right side content title */

h3 {
	font: normal 2.7em "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 0.1em 0.3em 0.5em 0em;
	margin: 0em;
	color: #a73e2d;
	text-align: right;
	letter-spacing: -0.03em;
}

/*h4 is testimonial names */

h4 {
	font: normal 0.72em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #575a6d;
	margin: 0em;
	padding: 0em 0.31em 1.5em 0em;
	letter-spacing: 0.05em;	
}

p {
	font: normal 0.72em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #8a8faa;
	margin: 0em;
	padding: 0.31em 0.31em 0.5em 0em;
	line-height: 1.25em;
	/*letter-spacing: 0.04em;*/
}

a, a:link, a:active, a:visited{
	color: #64687c;
	}

a:hover {
	color: #292622;
}




/*================================================================*/

/* navigation menu styles formatting  */

/*================================================================*/

/*miscellaneous nav menu placement */

#menu
{
	background-color: transparent;
	margin: 0em 0em 0em 3.5em ;
	padding: 0;
	position: absolute;
	top: 25.85em;	
}

#menu li
{
	margin: 0em;
	padding: 0em;
	list-style: none;
}

/*formatting of the basic nav menu text and spacing */

#menu li, #menu a
{
	min-height: 1.1em !important;
	height: 1.1em;
	margin: 0em;
	padding: 0em;
	display: block; /*gets rid of incorrect hover color artifacts */
	background: transparent;
	width: 350px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.1em;	
}

/*formatting of the individual link colors*/

#menu1 a, #menu1 a:link, #menu1 a:active
{
	background: transparent;
	color: #a61800;
	height: 1em;
	z-index: 1000;	
	position: relative;	
}

#menu2 a, #menu2 a:link, #menu2 a:active
{
	background: transparent;
	color: #f0c600;
	height: 1em;
	z-index: 900;
	position: relative;
}

#menu3 a, #menu3 a:link, #menu3 a:active {
	background: transparent;	
	color: #8f00de;
	height: 1em;	
	z-index: 800;
	position: relative;	
}

#menu4 a, #menu4 a:link, #menu4 a:active {
	background: transparent;
	color: #1287ac;
	height: 1em;	
	z-index: 700;
	position: relative;	
}

#menu5 a, #menu5 a:link, #menu5 a:active {
	background: transparent;
	color: #c30047;
	height: 1em;
	z-index: 600;
	position: relative;
}

#menu6 a, #menu6 a:link, #menu6 a:active {
	background: transparent;
	color: #929cbd;
	height: 1em;
	z-index: 500;
	position: relative;	
}


/*formatting of the link hover color*/

#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover { 
	color: #292622;
}