/* /*********************************************************/
/* This is the style sheet for the jkwebdev.com website. */
/*********************************************************/

body {width:  100%;
}


.clientLinks { border: 1px solid ;
}

/************************************************************/
/*                  Style for the Links						*/
/************************************************************/

a:link { text-decoration:	none;
		 color: 				#008099;
		 background-color:	#fff;
}

a:visited {color: 				#609;
		   text-decoration:	none;
		 background-color:	#fff;
}

a:hover {color:				#903;
	 	 text-decoration:		none;
		 background-color:	#fff;
}

/************************************************************/
/*                  Style for the Logo						*/
/************************************************************/

a#logo { text-decoration:	none;
		  border: none;
}


/************************************************************/
/*              Style for the Top Separator					*/
/************************************************************/

h1.separator1 {font-size: 		12px;
			   text-align:		right;
			   background-color:	#096;
			   color:				#FFF;
			   margin:				0px;
			   padding:			0px;
			   width:  			100%;
}




/************************************************************/
/*            Style for the Navigation Menu					*/
/************************************************************/

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 10px solid #AAE;
font: bold 12px Arial, Verdana, sans-serif;
 text-align: center;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom:none;
border-bottom-style: hidden;
background-color: #DDE;
text-decoration: none;
}

#navlist li a:link { color: #448; 
		 background-color:	#DDE;
}
#navlist li a:visited { color: #667;
						background-color:	#DDE;
}

#navlist li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navlist li a#current
{
border-bottom: 1px solid white;
background-color:	#fff;
}

.container {
	width: 99%;
	}

/************************************************************/
/*                 Style for the Content 					*/
/************************************************************/

#content {text-align: 	left;
		   font-family:	Arial, "Times New Roman", Times, serif;
		   margin-left:	25%;
 		   margin-right:	25%; 
}


/************************************************************/
/*                 Style for the Footer 					*/
/************************************************************/

#footer {width: 100%;}

.space1 {margin: 0;
		 padding: 0;
}

.footerText {font-family: Arial, "Times New Roman", Times, serif;
		  font-size: 12px;
		  font-weight: normal;
		  color: #009;
		  width: 100%;
		  text-align: center;	
		  background-color:	#fff;
	
}

#map {text-align: center;}

.w3clogo { border: 0px;}


/************************************************************/
/*                 Style for the Table(s)					*/
/************************************************************/

#tdleft {
}

.tdright { padding-left: 20px;
}

/************************************************************/
/*                 Style for Form Design Page               */
/************************************************************/

#formcontent { 
}


fieldset { border: 2px solid black;
}

form { background-color: #B0C4DE; }

label, input { display: block;
															/*width: 150px;*/
															float: left;
															margin-bottom: 10px;
}

label { text-align: right;
						  width: 105px;
								padding-right: 10px;
								font-weight: bold;
}

label.date { text-align: right;
													width: 40px;
													padding-right: 10px;
													padding-left: 5px;
}

br { clear: left;
}

label.sex { text-align: left;
												width: 40px;
												padding-left: 5px;
												padding-right: 10px;
}

label.format { font-size: 14px;
															font-weight: normal;
}
