/* ------------>  Start of Contact.css */

/* ------------>  Body Attributes */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660000;
	background-color: #FFFFCC;	
}

/* ------------>  Main Header */
#header
{
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;	
	color: #660000;
	border-bottom: 10px solid #660000;
}

/* ------------>  Secondary Header */
h1 
{
	font-family: "Comic Sans MS";
	font-size: 125%;
	margin-bottom: 0;
	text-align: center;	
	color:#660000;
	background-color:#FFCC66;
	border-bottom: 10px solid #660000;
}

/* ------------>  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: #660000;
	border: 5px solid #660000;
	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: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

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: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

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: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

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: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

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: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

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: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

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: #FFFFFF;
	background-color: #660000;
	border-bottom: 1px solid #660000;
}

li#links a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #660000;
	background-color: #FCD992;
	border-bottom: 1px solid #660000;
}

li#links a:hover
{
	color: #FFFFFF;
	background-color: #66CC99;
}

/* --->  Main Content*/
#content
{
	float: left;
	width: 69%;
	margin-top: 20px;
	margin-left: 2%;
	padding: 0;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}

#content a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660000;
	font-weight: bold;
	width: 200px;
}

#content a:visited
{
	color: #660000;
	font-weight: bold;
}
	
.contactbunny
{
	border: 5px solid #660000;
}

.boldtext
{
	font-weight: bold;
}

.brighttext
{
	color: #E78D37;
	font-weight: bold;
	font-size: 12pt;
}

/* ------------>  Container 2 */
#container2
{
	clear: both;
	position: absolute;
	top: 510px;
	width: 100%;
}

#email
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	padding: 0;
}

#email a
{
	color: #660000;
	font-weight: bold;
}

#email a:hover
{
	background-color: #FFCC66;
}

#email a:visited, #email a:active
{
	color: #660000;
	font-weight: bold;
}

#footer
{
	background: #FFCC66;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	text-align: right;
	margin-right: 2px;
	font-size: 10px;
}

/* ------------>  End of Contact.css */