/*----------------------------------------------------
Project:	Egli & Associates (v4)
Version:
Last Change:
Author:	Daniel Williams
Primary Use:	Central Style Sheet for entire site

1. Body	/	body, h1-2-3..., a, ...
2. Title
3. Primary Navigation
4. Secondary Navigation
5. Page
6. Info
----------------------------------------------------*/

/*----------------------------------------------------
[1. Body]		*/
body {
	background-color: #036;
	background-image: url(images/back_fade.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #77C7F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
/* Headers */
h2, h3, h4	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}
h2 {
	font-size: 1.9em;
	color: #3586D7;
}
h3 {
	font-size: 1.3em;
	color: #990000;
	margin-top: 1.4em;
	margin-bottom: 0.6em;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	color: #FFFFFF;
}
a:hover	{
	text-decoration: underline;
	color: #FFFFFF;
}

/* Dead Links (usually the link to the page the visitor is currently on) */
.deadlink	{
}
a:link.deadlink	{
	text-decoration: none;
	color: #707070;
	cursor: default;
}
a:visited.deadlink	{
	text-decoration: none;
	color: #707070;
	cursor: default;
}

/* Upper-Right Corner Links */
#basket {
	font-size: 0.6em;
	position: absolute;
	right: 10px;
	top: 6px;
}
#basket ul	{
	margin: 0;
	padding: 2px;
}
#basket li {
	display: inline;
	padding-right: .75em;
	list-style-type: none;
}

#copyright {
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
#main_page .info	{
	margin-top: 2.6em;
}

.smaller {
	font-size: 0.85em;
}
.link_unavail {
	color: #FFFFFF;
	background-color: #444;
}

#js_dis {
	width: 45em;
}
#blogLinkContainer {
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 1em;
}
.lst_nm {
	display: none;
}


/*----------------------------------------------------
[2. Title]		 */
img#title {
	border: none;
}
#title_menu {
	margin-top: 24px;
}
#title_menu h1 {
	display: inline;
}

#main_nav li {
	display: inline;
	list-style-type: none;
}
#main_nav ul {
	display: inline;
}
#main_nav img {
	border: 0px;
}

/*----------------------------------------------------
[3. Primary Navigation]		*/
#nav_bar {
	width: 600px;
	height: 31px;
}
div#nav_bar ul li a span span { visibility: hidden; }
div#nav_bar span	{
	cursor: pointer;
}
#lnk_home {
	float: left;
	width: 82px; height: 30px;
	margin-left: 0px;
	background-image: url(images/home.png);
}
#lnk_pr {
	float: left;
	width: 134px;	height: 30px;
	background-image: url(images/public_relations.png);
}
#lnk_dp {
	float: left;
	width: 128px;	height: 30px;
	background-image: url(images/difficult_people.png);
}
#lnk_articles {
	float: left;
	width: 75px; height: 30px;
	background-image: url(images/articles.png);
}
#lnk_store {
float: left;
width: 64px;
height: 30px;
background-image: url(images/store.png);
background-position: center;
}
/*#lnk_store:hover {
background-image: url(images/store_coming_soon.png);
}*/
#lnk_contact {
	float: left;
	width: 97px; height: 30px;
	background-image: url(images/contact.png);
}


.menu_divider {
	float: left;
	width: 4px; height: 30px;
	background-image: url(images/menu_divider.png);
}
/* Articles Drop-Down Menu */
#article_menu {
	height: 20em;
	padding: 0px;
	float: left;
	width: 20em;
}
#article_menu li {
	list-style-type: none;
	padding: 0px 3px 0px 4px;
	background-image: url(images/article_button.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FF0000;
	height: 24px;
	text-align: right;
	margin: 0px;
	display: block;
	vertical-align: middle;
}
#article_menu ul {
	margin: 0px;
	padding: 0px;
}
#articles {
float: left;
	background-color: black;
	font-size: 0.7em;
	position: relative;
	left: 113px;
	top: -4000px;
	z-index: 1;
	padding: 0.4em;
	width: 280px;
	height: 108px;
	margin: 0 -284px -112px 0;
}
#nav_bar li:hover #articles	{
	left: 113px;
	top: -4px;
}
#articles ul li {
	display: block;
}
#articles ul {
	margin: 2px;
	padding: 0px;
}

/*------------------------------------------------
[4. Secondary Navigation]		*/

#secondary_nav	a:link, #secondary_nav	a:visited	{
	color: #FEFDE2;
}
#secondary_nav	a:active	{
	color: #CCFF00;

}
div#secondary_nav {
	font-size: 0.78em;
	margin: .7em 0 0;
	padding-bottom: 0.5em;
}
#secondary_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#secondary_nav ul li {
	padding-right: 12px;
	padding-left: 11px;
	border-right: 1px solid #999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left: 1px #999;
	display: inline;
}
#secondary_nav li.last {
	border-style: none;
}

/*----------------------------------------------------
[5. Page]		*/
#main_page {
	background-image: url(images/main_page_curl.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 32em;
	position: relative;
	top: -1px;
	padding: 0.7em 5em 4.6em;
	z-index: 0;
}

.paper {
	font-size: 0.8em;
	color: #111;
	background-color: #FCFAC7; /*#FFFFA6;*/ 
}
.paper a:link {
	color: #0099FF;
}
.paper a:visited {
	color: #2B91D5;

}
.paper a:active {
	color: #62C0FF;
}

/*----------------------------------------------------
[6. Info]		*/

.info {
	font-size: 0.8em;
	color: #999999;
}
