/* ------------>  Start of Signs.css */

/* ------------>  Body Attributes */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #990000;
	background-color: #FDDBDB;
}

/* ------------>  Main Header */
#header
{
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;	
	color: #990000;
	border-bottom: 10px solid #990000;
}

/* ------------>  Secondary Header */
h1 
{
	font-family: "Comic Sans MS";
	font-size: 125%;
	margin-bottom: 0;
	text-align: center;	
	color:#990000;
	background-color:#FF9999;
	border-bottom: 10px solid #990000;
}

/* ------------>  Container 1 */
#container1
{
	width: 100%;
	font-size: 100%;
	font-family: "Comic Sans MS";
	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:#990000;
	background-color:#FFFFFF;
	border: 5px solid #990000;
}

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: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}
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: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}

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: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}

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: #FFFFFF;
	background-color: #990000;
	border-bottom: 1px solid #990000;
}

li#experts a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}

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: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}

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: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}

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: #990000;
	background-color: #FFB5B5;
	border-bottom: 1px solid #990000;
}

li#links a:hover
{
	color: #FFFFFF;
	background-color: #66CC99;
}

/* ------------>  Sub Navigation */
ul#navhorizontal
{
	float: left;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	background-color: #FFB5B5;
}

ul#navhorizontal li
{
	display: inline;
}

ul#navhorizontal a
{
	display: block;
	float:left;
	padding: .2em .7em;
	text-decoration: none;
	color: #FFE2E2;
	background-color: #FF9999;
	border-right: 1px solid #990000;
}

ul#navhorizontal a:hover
{
	color: #FFE2E2;
	background-color: #990000;
}

.currentpage
{
	background-color: #FFB5B5;
}

.page
{
	font-size: 12px;
}

.page a
{
	text-decoration: underline;
	color: #990000;
	padding: .3em;
}

.page a:hover
{
	text-decoration: none;
	background-color: #FF9999;
}

.page a:visited, .page a:active
{
	color: #990000;
}

/* ------------>  Main Content */
#content
{ 
	float: left;
	width: 69%;
	margin-top: 20px;
	margin-left: 7%;
	padding: 0;
	font-size: 60%;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

/*#content1
{
	float: left;
	position: absolute;
	top: 175px;
	left: 30%;
	margin-bottom: 25px;
	padding: 0;
}*/

.button1 a
{
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF9999;
	color: #990000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: .2em;
	width: 120px;
	border-color: #C66 #900 #900 #C66;
	border-width: 3px 5px 5px 3px;
	border-style: solid;
}

.button1 a:hover
{
	background-color: #660000;
	color: #FFCCCC;
}

/*#content2
{
	clear: both;
	float: right;
	position: absolute;
	top: 150px;
	right: 10%;
	margin-bottom: 25px;
	padding: 0;
}*/

.button2 a
{
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FF9999;
	color: #990000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: .2em;
	width: 110px;
	border-color: #C66 #900 #900 #C66;
	border-width: 3px 5px 5px 3px;
	border-style: solid;
}

.button2 a:hover
{
	background-color: #660000;
	color: #FFCCCC;
}

/* --->  Text Attibutes */
#signsmenu
{
	top: 470px;
}

.bluetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0033CC;
}

.redtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CC3333;
}

.greentext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #339966;
}

.yellowtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #E08500;
}

.comment
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #990000;
}

.purpletext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #660066;
}

/* ------------>  Borders */
#tableborder
{
	border-top: 5px solid #FFB5B5;
}

/* ------------>  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: #990000;
	font-weight: bold;
}

#email a:hover
{
	color:  #990000;
	background-color: #FF9999;
}

#email a:visited, #email a:active
{
	color: #990000;
	font-weight: bold;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	text-align: right;
	margin-right: 2px;
	font-size: 10px;
	background: #FF9999;
}

#footer2
{
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	text-align: right;
	margin-right: 2px;
	font-size: 10px;
	color: #990000;
	background: #FF9999;
}

/* ------------>  End of Signs.css */