/*** Style Sheet for http://www.lynnenova.com ***/
/*** Authored 2010 by Lynne N. Auletta ****/

/*** STRUCTURE ***/

* {
	margin: 0;
	}
html {
	overflow: scroll;
	height: 100%;
	}
body {
	padding: 0px; 
	margin: 0px;
	text-align: center; 
	font-family: "century gothic"; 
	font-size: 12px;
	height: 100%;
	}
.frame {
	background: url("../images/headertop.gif") top center repeat-x transparent; 
	background-color: #fffde6;
	width: 750px;
	text-align: left;
	}
.curlframe {
	background: url("../images/curl.gif") top right no-repeat transparent; 
	}
.header {
	display: table-cell;
	text-align: left;	
	vertical-align: middle;
	height: 66px;
	}
.menu   {
	width: 201px;
	float: right;
	text-align: right;
	margin: 20px 0px 10px 10px;
	}
.menu a {
	display: block;
	height: 45px;
	border: 0px;
	}
a img {
	border: 0px;
	}
.content {
	padding: 10px 10px;
	text-align: left;
	}
.clear {
	clear: both;
	font-size: 1px;
	}
.footer {
	width: 750px;
	height: 113px;
	color: #000000;
	background: url("../images/footer.gif") bottom left no-repeat;
	font-size: 11px;
	line-height: 130%;
	text-align: right;
	}
.footershrinkwrap {
	padding: 48px 10px 10px 10px;
	}

/*** SUBSTRUCTURE ***/

ul {margin: 10px 0px;}

/*** TITLES ***/

h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	font-weight: normal;
	color: #006e3a;
	width: 740px;
	margin: 10px 0px;
	padding: 10px 0px 15px 10px;
	background: url("../images/h1.gif") left center no-repeat;
	}
h1 a {
	text-decoration: none;
	}
h2 {
	padding: 0px;
	margin: 15px 0px 20px 0px;
	border-bottom: 1px solid #3F355F;
	}


/*** LINK STYLES ***/

a:link, a:visited, a:hover, a:active {
	color: #AF390A;
	}
a.largelink:link, a.largelink:visited, a.largelink:hover, a.largelink:active {
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	}
a.buttonlink:link, a.buttonlink:visited, a.buttonlink:hover, a.buttonlink:active {
	text-decoration: none;
	background-color: #8082B3;
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #EDECF1;
	border-top: 3px solid #C2C5EF;
	border-top: 2px solid #C2C5EF;
	border-bottom: 3px solid #595C8F;
	border-right: 2px solid #595C8F;
	margin: 0px 100px;
	}
a.smallbuttonlink:link, a.smallbuttonlink:visited, a.smallbuttonlink:hover, a.smallbuttonlink:active {
	color: #C85327; 
	font-size: 18px; 
	background-color: #EF9977; 
	display: inline-block; 
	padding: 5px; 
	text-decoration: none; 
	border: 3px solid #FDC20E; 
	font-weight: bold;
	margin: 5px;
	}
a.smallbuttonlink i {display: block; font-size: 12px; font-style: italic;}
.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	font-weight: normal;
	font-family: "century gothic";
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: baseline;
	line-height: 175%;
	letter-spacing: -1.5px;
	}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	font-weight: bold;
	color: #007BBF;
	text-decoration: none;
	}


/*** TEXT STYLES ***/

.menu .f {
	font-size: 32px;
	}

.menu .sublink .f {
	font-size: 18px;
	}
p.question {
	font-size: 16px;
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	}
p.answer {
	margin: 5px 0px;
	}

/*** IMAGE STYLES ***/

.content img {
	border: 1px solid black;
	}
.content .f {
	font-size: 26px;
	}
.featuredtext {
	font-size: 16px;
	letter-spacing: .8px;
	}
.textpopup {
	display: none;
	}
.textpadding {
	padding: 15px;
	}
.webexample {
	margin: 10px;
	}
.webexample img {
	float: left;
	margin: 5px;
	border: 0px;
	}
.webexample p {
	padding-top: 10px;
	font-size: 12px;
	}
img .left {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img .right {
	float: right;
	margin: 0px 0px 10px 10px;
	}