/* 
  -----------------------------------
  George Joseph's Worldwide Casino Consulting - Common CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - wc integrated
  -----------------------------------
*/

body {
	background-color: #14324E;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	font-size: small;
	line-height: 130%;
	margin: 0;
	padding: 0;
	color: #9CC5E9;
}

/* BEGIN Link Effects */
a:link, a:visited {
	color: #00FF00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
}
/* END Link Effects */

/* BEGIN Navigation List */
#navcontainer {
	margin: 0;
	padding: 0;
}
/* END Navigation List */

/* Replace the Nav List in the developing DW file with the WC Navigation*/
#nav-php {
	display: none
}

/* BEGIN WC Search Form */

/* style the form field we type text in to search on */
#search-form input[type=text] {
	background-color: #CCE0E7;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	width: 150px;
}

/* style the "go" button */
#search-form input[type=submit] {
	color: #00FF00;
	background-color: #036;
	width: 30px;
	font: bold normal 8pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* END WC Search Form */
