/* My Generic CSS Template */


body  {
	margin: 0;
	padding: 0;
	font: 13px Verdana, Arial, sans-serif;
	background-image: url(images/tjh/bg.jpg);
	background-repeat: repeat-x;
	background-color: #669999;
 }
 
 p  {
	margin: 0 10px 8px 0;
	font:  13px/16px Verdana, Arial, sans-serif;
	color: #333333;
	text-align: left;
}

h1  {
	font: bold 14pt Verdana, Arial, sans-serif;
	color:  #003333;
	margin-top: 24px;
}

h2  {
	font: bold 12pt Verdana, Arial, sans-serif;
	margin-bottom: 8px;
	margin-top: 16px;
	color: #666666;
}

h3  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}

.titles {
	font: bold 12pt Verdana, Arial, sans-serif;
	color: #666666;
}

.emph {
	font-weight: bold;
	text-decoration:underline;
}

.emph2 {
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
}

.narrow {
	width: 300px;
	margin:0;
	padding:0;
}

.fltleft {
	float: left;
	margin:0;
	padding:0;
}

.fltright {
	float: right;
	margin-right: 20px;
	width: 145px;
	background-color: #cccccc;
	color: #009999;
	border: thick solid #99cccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 12px 7px 7px 7px;
	margin-top: 20px;
}

.fltright li  {
	text-align: left;
	margin: 0 0 0 -25px;
	padding: 0; 
	font: bold 11px Verdana, Arial, sans-serif;
	width: 140px;
}

#fltrightimg  {
	padding: 0;
}
 
#p1home,                    /* Page Identifier -- Goes above Header */
#p2about,
#p3services,
#p4resources,
#p5contact
{
	margin: 15px auto 15px;
	padding: 0;
	width: 845px;
	color: #2d3b46;
}


/*  --- HEADER --- */

#header  {
	margin: 0;
	padding: 0;
	width: 845px;
	height: 215px;
	background-image: url(Images/header-img.jpg);
	background-repeat: no-repeat;
	clear: none;
}

#hdrtxt  {
    float: right;
	padding: 50px 20px 0 0;
	color: #ffffff;
}

#hdrtitle  {
	height: 215px;
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	background-color: #669999;
	width: 479px;
}

.hdrimage {
	float:left;
	height:215px;
	clear:none;
	width:339px;
	margin: 0;
	padding: 0;
}

.hdrimage img {
	margin:0;
	padding:0;
	border:0;
}

/* --- HORIZONTAL NAV BAR -- */

#navbar {
	width: 845px;
	margin: 0;
	padding: 0;
	height: 22px;
	background-color: #99cccc;
	clear: both;
}

#homebutton  {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 22px;
	position: relative;
	background-color: #003333;
	float: left;
}

#homebutton a {
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}		

#homebutton a:hover {
	color: #99cccc;
}

	

#home  {
    margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	height: 20px;
	position: relative;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	background-color: #003333;
}

#home li  {
	clear: none;
	display: inline;
	margin: 2px 5px 0 0;
	padding: 0 0 0 0;
	width: 100px;
	height: 20px;
	position: relative;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003333;
	text-align: center;
	
}

#home li a  {
	margin: 0 0 0 0;
	padding: 0 7px 0 0;
	width: 100px;
	height: 20px;
	display: inline;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	background-color: #003333;
}

#home li a:hover  {
	color: #99cccc;
}

#rightmenu  {
	float: right;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 22px;
	clear: none;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
}

#menu li  {
	display: inline;
	margin: 2px 5px 0 0;
	padding: 0;
	width: 100px;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cccccc;
	text-align: center;
}

#menu li a  {
	margin: 0 0 0 0;
	padding: 0 7px 0 0;
	width: 100px;
	height: 20px;
	display: inline;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	background-color: #cccccc;
	visibility: visible;
	clear: both;
}

#menu li a:hover  {
	background-color: #003333;
}

#about li {
    position: absolute;
	left: 99px;
	top: 0;
	display: none;
}

#about li a {
    display: block;
	text-decoration: none;
	color: #003333;
	background-color: #cccccc;
	padding: 5px;
	border: 1px solid #003333;
	border-bottom: 0;
	width: 85px;
}

#about li a:hover {
    background-color: #cccccc;
	display: block;
}

#resources  {
    margin: 0;
	padding: 0;
	list-style: none;
	width: 85px;
}

#resources li {
    position: relative;
}

#li resources {
    position: absolute;
	left: 84px;
	top: 0;
	display: none;
}

#resources li a {
    display: block;
	text-decoration: none;
	color: #003333;
	background-color: #cccccc;
	padding: 5px;
	border: 1px solid #003333;
	border-bottom: 0;
	width: 85px;
}

#resources li a:hover {
    background-color: #cccccc;
}
/* --- MID-SECTION --- */	
	
#container {                 /*  Holds Menu, Sidebars, Content */
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 845px;
	background-color: #FFFFFF;
	overflow: auto;
	float: left;
	clear: both;
	height: auto;
}	


/*  --- LEFT SIDEBAR --- */

#lsidebar {
	margin:0 0 0 10px;
	padding: 0;
	width: 175px;
	float: left;
	text-align: center;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}

#lsidebar img  {
	text-align: center;
	padding: 0;
}

#logos img {
    margin: 20px 10px 0 10px;
	padding: 0;
	
}
	

/*  --- BODY --- */
  
#content  {                 /* Holds Center Content */
	padding: 0 20px 0 20px;
	width: 610px;
	background-color: #ffffff;
	clear: none;
	float: right;
	margin: 0;
	height: auto;
	overflow: auto;
}

#bullets  {
	list-style-image: url(images/checkmark.jpg);
	vertical-align: middle;
}

#bullets li {
	margin-bottom:6px;
}

#links  {
    list-style: none;
}

#links li a {
	color:#006666;
}

#links li a:hover {
	color:#990066;
}

#services {
    list-style: none;
	margin-top:0;
}

#services li {
	margin:0 0 5px 0;
}

.norm li {
	margin-bottom:15px;
}

#welcome {
	width:600px;
	float:left;
	clear:both;
}


/* --- FOOTER --- */

#footer  {
	clear: both;
	margin: 0;
	padding: 0;
	width: 845px;
	height: 40px;
	background-image: url(images/tjh/footerbg.gif);
	background-repeat: no-repeat;
}

#copy  {
	margin: 0 0 0 35px;
	padding: 15px 0 0 0;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
	color: #669999;
	width: 500px;
	float: left;
}

#footermenu {
	font: 9px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding:15px 0 0 0;
 }

#footermenu ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
}

#footermenu li {
    display: inline;
	margin: 0;
	padding: 0;	
	color: #669999;
    text-align: center; 	
}

#footermenu li a  {
	margin:0;
	padding:0;
	color: #669999;
    text-decoration: none;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
}

#footermenu li a:hover  {
   color: #003333;
}

#footermenu li a:active {
	color:#993366;
}

#biopic {
	margin:0;
	padding:0;
	clear: right;
	float: right;
	width:150px;
}

td.required {
	color:#FF0000;
}

#signup {
	width:175px;
	padding-top: 20px;
	padding-bottom: 2px;
}
#p1home #container #lsidebar #lsidebarimg {
	padding-bottom: 5px;
}

.underline {
	text-decoration:underline;
}
