@charset "UTF-8";
/* CSS Document */

html * {
	border: none;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	background-color: #80766e;
	font: 13px/1.4em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
}
#gestalt {
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
#branding {
	background: #333 url(../images/calculatorClose.jpg) no-repeat left top;
	border-bottom: 5px solid #9d988b;
}
#branding #GCEA {
	margin-top: 0;
	padding-top: 45px;
	line-height: 24px;
}
#branding p {
	margin-right: 50px;
	text-align: right;
	font-size: 14px;
	color: #858179;
}
#branding p span {
	margin: 0;
	font-size: 24px;
	color: #e5e0bc;
	letter-spacing: 1px;	
}
#logo {
	position: absolute;
	left: 10px;
	top: 35px;
}
#maincontent {
	padding: 65px 50px 75px 250px;
	position: relative;
}

h1 {
	font: Normal 25px/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #7d4700;
}
h2 {
	font: Normal 16px/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #7d4700;
	margin-bottom: 0;
	margin-top: 1.5em;
}
h2 em {
	font-size: 13px;
}

a:link, a:visited { color: #739B15; }
a:hover { color: #7d4700; }
a:active { color: #900; }

strong, b {
	color: #000;
}
#enrolled p span {
	font-weight: bold; 
}
#maincontent ul {
	margin-left: 1em;
	padding-left: 0;
}
#email {
	position: absolute;
	left: 50px;
	margin:0;
	padding: 0;
	bottom: 45px;
	width: 159px;
	height: 31px;
	background: #fff url(../images/tab.gif) no-repeat left bottom;
}
#email p {
	margin: 0;
	padding-top: 7px;
	width: 150px;
	text-align: center;
}
#footer {
	height: 40px;
	background: #333 url(../images/bkg.gif);
	border-top: 5px solid #9d988b;
	font-size: 10px;
	color: #827C6E;
}
#footer p {
	margin: 0;
	padding: 8px 20px;
	line-height: 1em;
}

/* NAV 
===================================================================*/
#nav {
	width: 150px;
	padding-bottom: 145px;
	position: absolute;
	left: 50px;
	top: 295px;
	z-index: 100;
}
#nav * {
	margin:0;
	padding: 0;
	list-style-type: none;
}
 #nav ul {
 	border-top: 1px solid #c9c9c9;
 }
 #nav li {
 	height: 42px;
 	padding-top: 3px;
 	border-bottom: 1px solid #c9c9c9;
 }
 
 /* nav backgrounds */
 #enrolled #nav {
 	background: url(../images/taxCrumple.jpg) no-repeat left bottom;
 }
 #contact #nav {
 	background: url(../images/taxHelp.jpg) no-repeat left bottom;
 }
 #useful #nav {
 	background: url(../images/taxForms.jpg) no-repeat left bottom;
 }
 #news #nav {
 	background: url(../images/taxDay.jpg) no-repeat left bottom;
 }
 
 #contact #maincontent {
 	height: 400px;
 }
 #enrolled #maincontent {
 	height: auto;
 }

@media(min-width: 576px) {
	#gestalt {width: 900px;}
	#branding {height: 200px;}
	#headshot {
		float: right;
		margin: 0 0 10px 20px;
		width: 200px;	
	}
}

@media (max-device-width: 575px) {
	#branding p {
		margin-right: 10px;
		margin-left: 20px;
		text-align: left;
	}
	#logo {
		display: none;
	}
	#branding #GCEA {
		padding-top: 20px;
	}
	#maincontent {
		padding: 20px 20px 40px;
		position: relative;
		
	}
	#nav {
		width: auto;
		padding:0;
		margin: 20px;
		position: relative;
		left: auto;
		top: auto;
	}
	#nav li { height: 22px; }
	#nav li a { display: block; }
	#gestalt #nav { background: none; }
	#headshot {
		width: 100%;
		margin-bottom: 10px;
	}
 	#contact #maincontent { height: auto; }
}
