@charset "utf-8";
/* 
	CSS Document 
	SITE: 	
	AUTHOR: Rob Evans, a la Carde Graphic Design
	DATE:	
*/

/* CONTENTS 
	RESET TWEAKS
	MAIN
	LAYOUT
	NAVIGATION
	
*/


/* MAIN */
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #F7FBFE;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

strong {
	font-weight: bolder;
}
/* 	RESET TWEAKS */
* {
	margin: 0px;
	padding: 0 px;
	}
#doc2 {
	position: relative;
	border: 2px none #000000;
	background-image: url(../new/Internet_Encyclopedia/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left 45px;
}
#doc2 #hd {
	color: #FFFFFF;
	height: 40px;
	padding-top: 5px;
}
#hd h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0px;
}
#doc2 #hd ul {
	display: inline;
	float: right;
	position: absolute;
	right: 0px;
	top: 10px;
}
#doc2   #hd   ul   li  {
	display: inline;
	text-decoration: none;
}
#doc2 #hd a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	font-size: 1em;
	margin: 5px;
}
#doc2 #bd {
	position: relative;
}

#doc2  #bd  #menu  {
	width: 180px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#doc2 #bd #menu a {
	text-decoration: none;
	font-size: 1.2em;
	background-image: url(../images/menu.png);
	color: #505050;
	background-repeat: no-repeat;
	padding-left: 20px;

}
#doc2 #bd #menu a:hover {
	background-image: url(../images/menu.png);
	background-position: 0px -18px;
}
#doc2 #bd #menu li {
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
	margin-left: 0px;
}
#doc2 #bd #menu ul {
	padding-top: 10px;
}
#doc2 #bd #banner {
	float: right;
	position: absolute;
	top: 10px;
	right: 0px;
}
#doc2 #side {
	width: 200px;
	float: left;
}
#doc2 #main #content {
	margin-left: 200px;
	padding-bottom: 20px;
}
#doc2 #main {
	padding-top: 25px;
}
#promo a {
}
#content  h1   {
	color: #02447E;
	font-size: 2em;
	background-image: url(../images/title_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
/* dddd */
#promo { clear: both; border-top: 3px solid #6E6E6E; background: #505050 url(../images/footer.gif) no-repeat right top; color: #ccc; padding: 30px 0 0 0; }
	#promo h2 { color: #fff; }
#promo #copyright {
	width: 180px;
	float: left;
	padding-bottom: 25px;
}



	#promo a {
	color: #D9EAF9;
	border-bottom: 1px dotted #808080;
	text-decoration: none;
}
	.col {
	float: left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 200;
}
		.last {
	margin: 0;
}
#promo #footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #505050;
	clear: both;
	font-size: .84em;
	color: #808080;
	position: relative;
	
}
#promo #footer #bottommenu {
	margin-left: 220px;
}

.clear { clear: both; }
/**/
#content #feature {
	color: #33617F;
	float: right;
	background: #fff;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 425px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h2 {
	font-size: 1.6em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 10px;
}

#content #feature img { float: left; margin: 0 20px 0 0; }
#content #feature p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer   #bottommenu  li {
	display: inline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 5px;
	text-transform: lowercase;
}
#content  ul {

}
#content li {
	list-style-type:disc;
	list-style-position:inside;
	padding-right: 100px;
	padding-bottom: 10px;
	text-indent: 0px;
	display: block;
	padding-left: 50px;
}

#content ul li a:visited {
	padding-right: 12px;
	color: #aaa;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}
#content ul li a:visited:hover {
	color: #660000;
}
#content ul li a:hover {
	color: #660000;
}
#content p   {
	line-height: 1.7em;
	padding-bottom: 2em;
}
#content p, #content li, #content h2  {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 12px;
	margin-left: 7px;
}
#content h3 {
	color: #02447E;
	font-size: 1.5em;
	background-image: url(../images/h3bullet.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 20px;
}
#side /* VISITED LINKS */
 a:visited {
	padding-right: 12px;
	color: #aaa;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#side  a:visited:hover {
	color: #660000;
}
#side a:hover {
	color: #660000;
}

/* Need to format list  - the lin isn't working right. */
.top a {
	text-decoration: none;
	color: #00447E;
}
.top a:hover {
	text-decoration: underline;
}
.top img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side a {
	text-decoration: none;
	color: #02447E;
}
#side li {
	padding-bottom: 10px;
}
#content a {
	color: #02447E;
}

