/* Rebus Design CSS */

html, body {
	background-color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

table#top {
	margin-top: 65px;
	width: 770px;
}

td#topnav {
	width: 770px;
	height: 33px;
	background-color: #262D35; 
	color: #FED000;
	vertical-align: middle;
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;	
}

td#topnav a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

td#topnav a:link, td#topnav a:visited {
	color: #FFF;
}

td#topnav a:hover, td#topnav a:active {
	color: #E5DDAC;
}

#displaytable {
	width: 750px;
}

td#displaycell {
	width: 385px;
	height: 342px;
	vertical-align: top;
}
a:link, a:visited
{
	color: #E5DDAC;
	text-decoration: underline;
}

a.currentPage
{
	color: #E5DDAC !important;
}

a:hover, a:active
{
	color: #E5DDAC;
	text-decoration: none;
}

td#words {
	width: 385px;
	height: 75px;
	vertical-align: top;
	background-image: #3B3B3B url(../images/words.gif) top left no-repeat;
	color: #535353;
}
/*
td#words h1 {
	color: #535353;
	font-size: 17px;
	padding-left: 25px;
}
*/

td#worklist {
	width: 385px;
	background-color: #494949;
	color: #FFF;
	font-size: 11px;
	height: 235px;
	vertical-align: top;
}

td#worklist a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	display: block;
	height: 18px;
	padding-left: 25px;
	padding-top: 2px;
	margin-bottom: 1px;
}

td#worklist a:link, td#worklist a:visited {
	background-color: #494949;
	color: #FFF;
}

td#worklist a:hover, td#worklist a:active {
	/*background-color: #645D40;*/
	background-color: #494949;
	color: #FED000;
}

td#title {
	width: 385px;
	height: 32px;
	background: #2C2C2C url(../images/title_bg.jpg) top left no-repeat;
	color: #FFF;
	font-size: 11px;
	vertical-align: bottom;
}

td#title h1 {
	padding-left: 25px;
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}

td#title a {
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

.testimonial
{
	color: #E5DDAC;
}

td#title a:link, td#title a:visited {
	color: #FFF;
}

td#title a:hover, td#title a:active {
	color: #E5DDAC;
}

td#logo {
	width: 385px;
	vertical-align: top;
}

td#info {
	width: 385px;
	color: #FFF;
	font-size: 11px;
	background: #2C2C2C url(../images/title_foot_bg.jpg) bottom left no-repeat;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	vertical-align: top;
}

td#info p {
	padding: 3px 25px 3px 25px;
	font-size: 11px;
	line-height: 1.3em;
	margin: 3px 0 3px 0;
}

td#info h1 {
	padding: 0px 25px 3px 25px;
	font-size: 14px;
	margin: 0 0 3px 0;
}

td#info hr {
	width: 385px;
	height: 3px;
	border: none;
	color: #3B3B3B;
	background-color: #3B3B3B;
}

.title {
	color: #E5DDAC;
	padding-left: 10px;
}

table#subNav
{
	margin-top:10px;
}


/*********************Homepage styles***********************/

p.homeyellow {
	font-size: 17px !important;
	font-weight: bold;
	color: #FFCE00;
}

td#info_home p.homewhite {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

table#rebus {
	text-align: right;
}

table#rebus p {
	width: 750px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 60px;
}

td#info_home {
	width: 385px;
	color: #FFF;
	font-size: 11px;
	background: #494949 url(../images/info_home_bg.jpg) bottom left no-repeat;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	vertical-align: top;
}

td#info_home p {
	padding: 3px 25px 3px 25px;
	font-size: 10px;
	margin: 3px 0 3px 0;
}

td#info_home h1 {
	padding: 0px 25px 3px 25px;
	font-size: 14px;
	margin: 0 0 3px 0;
}

td#words_home {
	width: 385px;
	height: 75px;
	vertical-align: top;
	background: #3B3B3B url(../images/words_home.jpg) bottom left no-repeat;
	color: #535353;
}

td#words_home h1 {
	width: 360px;
	color: #535353;
	font-size: 17px;
	padding-left: 25px;
}





