* {
	padding: 0;
	margin: 0;
	}
body {
	background: #DAE3EC;
	font: 1em Verdana, sans-serif; 
	line-height: 180%; 
	color: #000; 
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color:#484C50;
	font-weight:300;
	font-size:150%;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #8A3A52;
	font-weight:200;
	font-size: 125%;
	}
h3 {
	margin: 8px 0 5px 0;
	font-weight:bold;
	color: #4A7969;
	font-size:90%;
	text-transform:uppercase;
	letter-spacing:20%;
	line-height:normal;
	}
	
h3 a {color: #4A7969;}
	
h4  {
	padding: 0;
	margin: 0 0 5px 0;
	color: #000;
	font-weight:300;
	font-size: 80%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:20%;
	line-height:normal;
	}
h5 {margin-top: 15px;
}
hr {
	clear:right;
	margin: 10px 0;
	border: none 0;
	border-bottom: 1px dashed #BBB8B8;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


p {
	margin: 1.4em 0;
	font-size: 80%;
	color: #333;
	line-height: 140%;
	font-weight:300;
	}
p a, #main li a {
	color: #633;
	text-decoration:none;
	font-weight:bold;
	}
p a:hover, #main li a:hover {color:#000;
	border-bottom: 1px solid #000;
	background-color: #76AC98
}


img {
	border: none;
	}

#centercol {
	padding-left:10px;
	margin: 0 auto;
	width: 770px;
	background:url(../images/global/bodybg.gif) repeat-y;

}
/* - - - - - - - - - - - - - - Header. Amidons photo, and image/text link to home page - - - -  */
#header {
	height:194px;
	width: 746px;
	background: #484C50 url(../images/global/amidons_headerphoto.jpg) no-repeat left top;
}

#header img {
	padding-left:265px;
	padding-top: 10px;
	border:none;
	}
#header h1 {display:none;}
/*- - - - - - - - - - - - - The Drop-down menu - - - - - - - - - - - - */
#topnav {
	/*positions the menu to the right & inline with the header photo*/
	float:right;
	list-style-type:none;
	margin-right:25px;
	width:492px;
	line-height:normal;
	background: #484C50 url(../images/global/topnavbg.gif) repeat-x bottom;
	position:relative;
	top:-30px;
	font-size: 90%;
	text-align:center;
}

#topnav li {
	float:left;
 	position: relative;
  	width: 80px;
	height: 30px;
	background: url(../images/global/right_off.gif) no-repeat right top;
	font-family:Georgia, "Hoefler Text", Times, serif;

	}
#topnav li a {
	display:block;
	background:url(../images/global/left_off.gif) no-repeat left top;
    padding:5px 4px 4px 4px;
	color:#000;
	text-decoration:none;
}
#topnav li a:hover {
	color: #fff;
	}
	
#topnav li:hover ul, li.over ul{ display: block; }

/*- - - - - - - - - - - - - Sub-menus for topnav area - - - - - - */
#topnav li ul {
	display: none;
	position: absolute;
	list-style-type:none; 
	margin-top: 5px;
	border: 1px solid #DAE3EC;
	
	
  }
#topnav li ul li {
	height:auto;
	font-variant:normal;
	text-transform:none;
	background: #fff url(../images/global/menu_gradient.jpg) repeat-y;
	border-bottom: 1px dashed #fff;
 }
 
#topnav li ul li a {
padding-bottom:5px;
	color: #484C50;
	background: #fff url(../images/global/menu_gradient.jpg) repeat-y;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	}
#topnav li ul li a:hover {
	color: #484C50;
	background: #fff;
}
#topnav li > ul {
	top: auto;
	left: auto;
	}

/* - - - - - - - - - - - -'Current' tab in topnav area - - - - - - - - - - - -  - */
#topnav #current {
	background-image:url(../images/global/right_on.gif);
	}
#topnav #current a {
	padding-bottom:5px;
	background-image:url(../images/global/left_on.gif);
	}
#topnav #current a:hover {color:#000;}

#topnav #current ul li a{
	padding-bottom:5px;
	color: #484C50;
	background: #fff url(../images/global/currentmenu_gradient.jpg) repeat-y;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

#topnav #current ul li a:hover {
	color: #484C50;
	background: #fff;
	}

/* - - - - - - - - - - -The Side Column - - - - - - - - - - - - - - - - - */
#side {
	padding-top:30px;
	margin-left: 20px;
	float:left;
	width: 200px;
	}

#side p {font-size:80%;
	}
#side ul {
	line-height:normal;
	margin-left:10px;
	list-style-image:url(../images/global/sidelist.png)}
#side li {
	padding: 0 0 5px 0;
	}
#side ul li a{
	font-size: 80%; 
	line-height: 1; 
	color: #633; 
	text-decoration:none;
	}
#side ul li a:hover {
	text-decoration:underline;
	}
#side h3 {padding:0;}

/* - - - - - - - - - - - - - - - - - - - - - - - - Main content- - - - - - - - - - */
#main {
	margin: 0 0 0 254px;
	padding-left:25px;
	background-color:#fff;
	border-left: 1px solid #CECFC6;
	width: 450px;
	}
#main ul {
	list-style-type:none;
}
#main ul li {
	padding: 0 0 5px 15px;
	background:url(../images/global/mainlist.png) no-repeat top left;
	}
.main_img_right {
	float:right;
	clear:right;
	border: 1px solid #cecfc6;
	padding: 3px;
	background-color: #fff;
	margin: 0 0 5px 5px;
}
.main_img_left {
	float:left;
	clear:left;
	display:inline;
	border: 1px solid #cecfc6;
	padding: 3px;
	background-color: #fff;
	margin: 0 5px 5px 0;
}

blockquote.pullquote {
	float: right;
	clear:right;
	width: 150px;
	margin: 10px 0 10px 15px;
	padding: 0;
	font: 120% georgia, palatino, serif;
	color: #333;
	text-align: center;
	}
.indent {
	margin-left:25px;
	}
.attribute {
	
	font:10px Verdana, sans-serif;
	}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -for the store - - - - - - - */

.detail_nav {
float:right;
margin: 0 0 10px 10px;
width: 160px;
text-align:left;
font: 80% Verdana, sans-serif; 
line-height: 1; 
color: #333; 
}

.audio { 
	padding: 0 0 0 15px;
	margin-bottom:6px;
	background: #fff url(../images/global/audio.png) no-repeat left top;}

#main ul, ol {
	padding: .5em 0;
	margin-left:20px;
	font-size: 80%;
	color: #242424;
	line-height: 140%;
	font-weight:300;
	}
#main ol li {
	padding: 0 0 0 15px;
	margin-bottom: 6px;
	}

/* downloads pages */
p.strong {font-weight:bold;}
#downloads-list {
clear:both;
border-top:1px dashed #ccc;
margin:0 40px 0px 80px;

}
#downloads-list h3 {width:260px; float:left; line-height:1.1}
#downloads-list a.audio { padding: 0 0 0 15px;
	margin-bottom:0px;
	background: #fff url(../images/global/audio.png) no-repeat left 5px;}
#downloads-list object.dewplayer {margin:5px 20px 0 0 ;}
#downloads-list a.ec_ejc_thkbx  {position:relative; top:2px; }
#downloads-list p {clear:left;margin:5px 80px 5px 0px; text-align:right;}
#downloads-list p a {font-weight:normal;}
.download {position:relative;}
.more {position:absolute; visibility:hidden; width:250px; background-color:#dfdfdf; color:#000000; 
z-index:1; left: 445px; top: 10px; padding:10px; }
span.link {
    	/*position: relative;*/
}

span.link a span {
    	display: none;
}

span.link a:hover {
    	 
}

span.link a:hover span { 
        display: block;
text-align:left; 
    	position: absolute;
        left:330px; bottom:20px; 
    	/*margin-top: 10px; 
    	margin-left: -10px;*/ 
	width: 230px; 
        padding: 20px; 
    	z-index: 100; 
    	color: #000000; 
    	background: #dfdfdf; 
    	 
}
/*-------------------------footer*/
#footer {
	clear:both;
	background: #484C50;
	text-align: center;
	font-size: 80%;
	width:746px;
	height:30px;
}
#footer a {
	text-decoration: none;
	color: #fff;
	border:none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer p {padding: 10px 0;}
