/***********************************************/
/* gdwd.css                                    */
/* for use with the GD Web Design website      */
/* 25 May 2006                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	line-height: 1.166;	
	font-family: Arial, Helvetica, sans-serif;
	color: black;
/*	
	font-weight: bold;
	background-image:url(../images/bg1.gif);
	background-repeat: repeat;
	background-color: #fff;
*/
	padding: 0px;
	background-color: #00f;
	font-size: 12px;
}

#workarea {
	background-color: #FFF;
	color:  #fff;
	border: 0px solid #000;
	width: 990px;
	margin: auto;
	padding: 0px;
}

#masthead {
	background-color: #FFF;
	padding-left: 0px;
	background-image: url(../images/banner04.gif);
	background-repeat: no-repeat;
	color:  #fff;
	border: 0px solid #000;
	border-bottom: 0px solid #FFF;
	width: 990px;
	margin: auto;
	height: 125px;
	padding-left: 0px;
}

#masthead-b {
/*
	display: none;
*/
	margin: auto;
	border: 1px solid #000;
	border-bottom: 0px solid #FFF;
	width: 600px;
	background-color: #C7C78B;  	 /*  966626  666643 */
	height: 156px;
}

#masthead-b2 {
	margin: auto;
	width: 770px;
	text-align: center;
}

h1 {
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 150%;
	background-color: #fff;
 	color: #000;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
	background-color: #fff;
 	color: #000;
	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h3{
 	font-family: Arial,sans-serif;
 	font-size: 110%;
 	background-color: #fff;
	color: #000;
 	margin: 0px;
 	padding: 0px;
	text-align: center;
}

h4{
 	font-family: Arial,sans-serif;
 	font-weight: normal;
	background-color: #fff;
 	color: #000;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
	background-color: #fff;
 	color: #000;
 	margin: 0px;
 	padding: 0px;
}

#content {
/*
	text-align: justify;
*/	
	padding: 10px;
	border: 0px solid #f00;
	border-top-width: 0px;
	border-left-width: 0px;
	background-color: #fff;
	color: #000;
/*
	padding-left: 140px;
	padding-right: 150px;
	width: 600px;
	margin-left: 110px;
	margin-right: 150px;
*/
	width: 600px;
	float: left;
	min-height: 425px;  
}

#content a {
	color: #000;
	background-color: #fff;
}

#content a:hover {
	color: #fff;
	background-color: #000;
}

#content2 {
/*
	text-align: justify;
*/	
	color: #000;
	background-color: #fff;
	overflow: auto;
	width: 535px;
}

input {
	background-image: url(../images/button4.jpg);
	color: #000;
	background-color: C99A1F;
}

.buttonArea {
	text-align: center;
}

/************* #footer styles *************/

#footer{
	color: #000;
	background-color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
/*	width: 756px;  */
	border: 0px solid #000;
	border-top-width: 0px;
	clear: both;
	text-align: center;
}

#footer a {
	color: #000;
	background-color: #fff;
}

#footer a:hover{
	text-decoration: underline;
	background-color: #000;
	color: #fff;
}

#footer p {
	text-align: center;
}

.blockDisplay {
	display: block;
	text-align: left;
	color: #000;
	background-color: #fff;
}

.blockDisplay2 {
	display: block;
	text-align: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	text-decoration: none;
	clear: both;
	font-size: 70%;
	color: #003;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 0px solid white;
	border-top: 0px solid #00f;
}

#siteInfo a{
	text-decoration: none;
	color: #003;
	background-color: #fff;
}

#siteInfo a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #00f;
}

/*********** #navBar link styles ***********/

/* #navBar ul a:link, #navBar ul a:visited {display: block;} */
#navBar ul {list-style: none; margin: 0; padding: 0;}  

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #00f;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.title {
	font-weight: bold;
	font-size: 14px;
 	color: #fff; 
	background-color: #fff;
	display: block;
	line-height: 2; 
	text-align: center;
}

.title2 {
	font-weight: bold;
	font-size: 16px;
 	color: #000; 
	background-color: #fff;
	display: block;
	text-align: center;
}

.name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
 	color: #000;
	background-color: #fff;
	display: block;
}

.contentBlock {
	display: block;
	color: #003;
	background-color: #fff;
}

.redText {
	color: red;
	background-color: #fff;
	font-size: 18px;
}

.brownText {
	color: #000; 
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.brownText2 {
	color: #000; 
	background-color: #fff;
	font-size: 14px;
/*
	font-weight: bold;
*/
	text-align: left;
	float: right;
	width: 300px;
	border: 0px solid #f0f;
	padding: 10px;
}

.brownText a {
	color: #000; 
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.yellowText {
	color: #FF0;
	background-color: #fff;
	font-size: 18px;
}

.menu{
	margin-top: 5px;
	background-color: #fff;
	border: 0px solid #000;
	color: #000; 
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 100px;
	display: block;
}

.menu a {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px;
	display: block;
}

.menu a:hover { 
	background: #00f;
	color: #fff;
}

.menu a:visited {
	color: #000;
	background-color: #fff; 
}

.menu a:visited:hover {
	color: #fff;
	background-color: #00f; 
}

.menu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#main_menu {
	background-color: #fff; 
	border: 0px solid #000; 
	width: 110px;
	float: left;
	display: block;
	/*	 
	*/
}

#main_menu2 {
	display: none;
}

.what {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
 	color: #f00;
}

.row {
	border: 3px solid #0F0;
/*	float: left;  */
	display: block;
	color: #000;
}

.row2 {
	border: 5px solid #000;
/*
	float: left;  
*/	
	float: left;  
	display: block;
	color: #000;
	clear: both;
	padding: 10px;
	width: 100%;
}


.cell {
	border: 0px dotted #F00;
	float: left; 
	height: 100px;
	width: 175px;
}

.pcell {
	border: 0px dotted #0FF;
	float: left;
	width: 310px;
	text-align: center;
	vertical-align: middle;
	vertical-align: top;
	border-bottom: 0px solid #F00;
	padding-bottom: 10px;
}

.pcell2 {
	border: 0px dotted #0FF;
	float: left;  
	width: 310px;
	vertical-align: top;
	border-bottom: 0px solid #F00;
}

.components a {
	color: #000;
	background-color: #fff;
}

.components a:hover{
	text-decoration: underline;
	background-color: #000;
	color: #fff;
}

.samp-list li a {
	color: #000;
	background-color: #fff;
}

.samp-list li a:hover {
	color: #fff;
	background-color: #fff;
	background-color: #000;
}

.counter {
	color: #000;
	background-color: #fff;
	font-weight: bold;
}

.rightCol {
	display: none;
}

.ads {
	float: right;
	font-size: 12px;
 	color: #000; 
/*
	background-color: #ff0;
*/
	text-align: center;
	width: 160px;
	padding-right: 20px;
}

.ads h3 {
	float: right;
	font-weight: bold;
	font-size: 16px;
 	color: #000; 
	line-height: 2; 
	text-align: center;
	width: 160px;
}

.ads a {
	text-decoration: none; 
	display: block;
	color: #f00;
	background: #fff;
	padding: 2px; 
}

.ads a.active {
	color: #000;
	background: #f00;
	text-decoration: none;
}

.ads a.active {
	background: #f00;
	color: #000;
}

.ads a:visited {
	color: #f00;
}

.ads a:hover {
	color: #000;
	background: #f00; 
}
	
.ads a.active:hover {
	background: #f00; 
	color: #000;
}

td {
	vertical-align: top;
}