/* ----------  Start of Links.css */

/* ----------  Body Attributes */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	background-color: #CCFFCC;
}

/* ----------  Main Header */
#header
{
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;	
	color: #333333;
	border-bottom: 10px solid #333333;
}

/* ----------  Secondary Header */
h1 
{
	font-family: "Comic Sans MS";
	font-size: 125%;
	margin-bottom: 0;
	text-align: center;	
	color:#333333;
	background-color: #66CC99;
	border-bottom: 10px solid #333333;
}

/* ----------  Container 1 */
#container1
{
	width: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* ----------  Main Navigation */
div#links a span
{
	display: none;
}

div#links a:hover span
{
	display: block;
	position: absolute;
	top: 375px;
	left: 0;
	width: 145px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	border: 5px solid #333333;
	background-color:#FFFFFF;
}

ul#navigation
{
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul#navigation li
{
	display: inline;
	font-family: "Comic Sans MS";
}

li#home a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#home a:hover
{
	color: #FFFFFF;
	background-color: #FF9966;
}

li#market a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#market a:hover
{
	color: #FFFFFF;
	background-color: #009999;
}

li#dictionary a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#dictionary a:hover
{
	color: #FFFFFF;
	background-color: #33ccff;
}

li#signs a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#signs a:hover
{
	color: #FFFFFF;
	background-color: #FF9999;
}

li#experts a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#experts a:hover
{
	color: #FFFFFF;
	background-color: #9966CC;
}

li#monthly a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#monthly a:hover
{
	color: #FFFFFF;
	background-color: #99CCFF;
}

li#contacts a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #333333;
	background-color: #7ADAAA;
	border-bottom: 1px solid #333333;
}

li#contacts a:hover
{
	color: #FFFFFF;
	background-color: #FFCC00;
}

li#links a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom: 1px solid #333333;
}

#content
{	float: left;
	width: 69%;
	margin-left: 7%;
	margin-top: 20px;
	padding: 0;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
}
	
.favorites, .favorites a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  14px;
	color: #333333;
}

.favorites a:hover
{
	color: #333333;
	background-color: #66CC99;
}

.favorites a:visited
{
	color: #333333;
}

/*#bunny
{
	clear: both;
	float: right;
	position: absolute;
	right: 10px;
	top: 150px;
	border: 3px solid #66CC99;
}*/

/* ----------  Container 2 */
#container2
{
	clear: both;
	position: absolute;
	left: 20px;
	top: 509px;
	width: 100%;
}

#email
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	padding: 0;
}

#email a
{
	color: #333333;
	font-weight: bold;
}

#email a:hover
{
	color: #66CC99;
	background-color: #66CC99;
}

#email a:visited, #email a:active
{
	color: #333333;
	font-weight: bold;
}

#footer
{
	background: #66CC99;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	text-align: right;
	margin-right: 2px;
	font-size: 10px;
}

/* ----------  End of Links.css */
