/*main stylesheet for First Encounter Design; 2-2007, bill scheider, first-encounter-design.com*/

/* commented backslash hack for ie5 mac \*/ 
html, body {
   height:100%;
} 
/* end hack */
html, body {
	height: 100%;
}
body {
	font-size: 82%;
	/*/font-size: 67%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #fff;
}
#wrapper {
	width: 100%; 
	margin: 0 auto;
	text-align: center; /* centers page in ie5.5 */
	/*this stuff below is for my footer-bottom trick*/
	min-height: 100%;
	margin-bottom: -4.5em;
	height: auto;
}
* html #wrapper {
	height: 100%;
}
#header {
   height: 49px;
   background-color: #F6910B;
}
#header img {
	margin: 0;
	text-align: left; /* for ie5.5 - realigns logo to left */
}
#header-nav-wrapper {
	background-color: #09313D;
	border-top: 0px solid #24557F;
	height: 2em;
	background-image: url(../images/cloud-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#header-nav ul {
   text-align: right;
	padding: 10px;
	padding-top: 0.8em;
	/padding-top: 1em;
	font-size: 0.8em;
}
#header-nav li {
	display: inline;
	margin-right: 0.3em;
	padding-right: 0.5em;
	/padding-right: 0.1em;
	/padding-left: 0.1em;
	border-right: 1px solid #fff;
}
#header-nav .current {
	color: #F6910B;
}
#header-nav li a {
	color: #fff;
}
#header-nav li a:hover {
	color: #FFD78C;
}
#header-nav li#last {
	border-right: 0px;
}
#body-wrapper {
	width: 58em;
	margin: 1.5em auto 1em auto;
	text-align: left;
	/*background-color: yellow;*/
}
#sidebar {
   display: inline;
	width: 15em;
	float: right;
	margin-top: 1em;
	margin-right: 1em;
	/*background-color: tan;*/
}
#content {
	width: 36em;
	margin-top: 1.0em;
	margin-top: 2.4em;
	padding: 0.7em 1em 1.0em 1em;
	background-color: #FdFaFa;
	border-left: 1px solid #a5a5b7;
	border-top: 1px solid #a5a5b7;
	float: left;
	padding: 1.5em;
}
#content p {
	line-height: 150%;
	margin: 0.5em 0.5em 0 1em;
}
#content h4 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
	color: #8A2BE2;
}
#footer {
   text-align: center;
	height: 4.5em;
	background-color: #09313D;
	color: white;
	background-image: url(../images/cloud-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 2em;
	/* REMOVE THE MARGIN-TOP WHEN SITE IS COMPLETED */
}
#footer-nav {
	padding-top: 1em;
}
#footer-nav a {
	color: #fff;
}
#footer-nav a:hover {
	color: #FFD78C;
}
#footer-nav ul li {
	display: inline;
	
}
#copyright {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
} 
#copyright a {
	color: #fff;
	text-decoration: underline;
}
h1 {
	margin: 0;
	text-align: left;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.8em;
	color: #902542;
}
h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 1em 0 -0.2em 0.9em;
	color: #2A5D88;
}
h4 {
	font-size: 1.1em;
	color: #3D3EA0;
}
p {
	font-size: 1.1em;
}
#content ul {
	font-size: 1.1em;
	margin: 0.9em 0 0.8em 5em;
	width: 22em;
}
#sitemap #content ul {
	/*width: 100%;*/
	margin: 0.9em 0 0.8em 5em;
}
#sitemap #content ul ul {
	margin-left: 3em;
}
#content li {
	padding-bottom: 0.3em;
	list-style-image: url(../images/bullet1.png);
}
#sitemap #content li {
	list-style-image: none;
}
#content ul ul {
	margin-left: 1em;
	font-size: 1em;
}
#content ul ul li {
	list-style: none; 
}
br {
	line-height: 0.5em;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #7172C7;
	color: #2A5D88;
}
a:hover {
	color: #711E35;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#footerclear {
	clear: both;
	height: 4.5em;
}
.normal {
	font-style: normal;
}
#subnav {
	margin:  1.5em 0 1em 1.6em;
	margin:  1.5em auto;
	background-color: #F6910B;
	width: 14em;
}
#subnav .current {
	text-align: center;
	padding: 7px 0px 7px 0px;
	border: 1px solid #555;
	background-color: #FFBA5B;
	background-image: url(../images/cloud-bg-current.gif);
	background-position: left;
	background-repeat: no-repeat; 
	text-decoration: none;
	color: #222;
	width: 14em;
}
#subnav a {
	display: block;
	text-align: center;
	padding: 7px 0px 7px 0px;
	border: 1px solid #555;
	background-color: #81A3B7;
	background-image: url(../images/cloud-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	width: 14em;
}
#subnav a:hover
{
	border: 1px solid #555;
	background-color: #F6910B;
	background-image: url(../images/l1_over.jpg);
	color: #eee;
}
#work {
   margin: 1.5em auto;
	text-align: center;
}
#work ul {
	padding: 0 0.4em;
	padding-bottom: 0.5em;
	text-align: left;
}
#work li {
	/*line-height: 180%;*/
	padding-bottom: 0.5em;
}
#work h3 {
	color: #721E35;
	margin-bottom: 0.6em;
	font-variant: small-caps;
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto 0.6em;
}
#img-wrapper {
	text-align: center;
	margin: auto;
	border-left: 1px solid #dbd5c5;
	border-right: 1px solid #dbd5c5;
	/*width:14.7em;*/
	/*background-color: Aqua;*/
}
#img-wrapper ul {
	padding-left: 12px;
	padding-top: 10px;
	background-color: Silver;
}
#work img {
	margin: 0 5px 5px 5px;
	width: 52px;
	height: 52px;
	padding: 2px;
	border: 3px solid #902542;
	background: #FFFEFA;
}
#work a:hover img {
	border-color: #2A5D88;
	background: #fffefa;
}
/* styles for temporary homepage */


div#temporary {
	width: 36em;
	/width: 32em;
	/*margin: 2em auto;*/
	margin-bottom: 2em;
}
div#temporary /*#content*/ {
	width: 36em;
	/width: 32em;
	margin: 0 auto;
	margin-bottom: 1.5em;
	/*border: 1px solid #A5A5B7;
	background-color: #FFF6EA;
	background-color: red;*/
}
div#temporary p {
	text-align: center;
	width: 15em;
	margin: 2em auto;
	padding: 8px;
	border: 1px solid #A5A5B7;
	background-color: #FBF8F4;
}
div#sidebar p {
	text-align: center;
	/*width: 15em;*/
	margin: 2em auto;
	padding: 8px;
	border: 1px solid #A5A5B7;
	background-color: #FBF8F4;
}
div#temporary #contactpage {
	width: 28em;
	margin-left: 5em;
	
	/*background-color: Lime;*/
}
div#contactpage h3 {
	margin-top: 0.5em;
	/*margin-bottom: 0.5em;*/
	
}
div#temporary h2 {
   text-align: center;
}
/*remove the div#contactpage rules when site is complete AND don't forget the html in the page!*/
div#contactpage {
	margin-bottom: 8em;
	/margin-bottom: 8.3em;
	width: 36em;
}
div#contactpage p {
	margin-left: 4em;
	margin-right: 0;
	margin-top: 0.3em;
	/*background-color: #fff;*/
	border: 0;
	text-align: left;
	/*width: 95%;*/
	margin-bottom: 0;*/
}
div#contactpage ul {
	margin-left: 4em;
}
div#contactpage li {
	margin-left: 10px;
}
/*definition list for FAQ Page*/
dl {
	margin: 0.7em 2em;
}
dt {
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #3D3EA0;
}
dd {
	margin-bottom: 0.6em;
	margin-left: 1em;
}
dd li {
	margin-bottom: 0.2em!important;
	list-style: circle;  
}
/*experiment for home page*/

#service-box {
	background-color: #fff;
	border: 1px solid orange;
	/*float: left;*/
	margin: 2em auto;
	width: 20em;
}
#service-box ul {
	margin-left: 2em;
}
#service-box li {
	list-style: none;
}
#other-services {
	/*background-color: Silver;*/
	border: 1px solid orange;
	float: right;
	width: 15em;
}
.img-left {
	float: left;
	padding: 4px;
	margin-right: 0.3em;
	border: 4px solid #902542;
}
.img-right {
	float: right;
	padding: 4px;
	margin-left: 0.3em;
	border: 4px solid #902542;
}
#address {
	margin: 1em 1em 0 1.2em;
	background-color: #FFB56A;
	background-image: url(../images/cloud-bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #000;
}
#address ul {
	padding: 1em; 
	color: #fff;
}
#content-thanks {
	width: 50%;
	font-size: 1.1em;
	margin: 4em auto 6em;
}
#paypal {
	margin: 1em 0.6em 0 1em;
	border: 1px solid #003399;
	background-color: #FDFAFA;
}
#paypal p {
	border: 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
#paypal input {
	margin: 0 auto 0.5em;
	border: 0;
	text-align: center;
}






