/***************************************************************************/
/*   style.css                                                             */
/*   - Page Template System  (PTS)                                         */  
/*   - Basic style necessary for proper page layout. Customizable          */  
/*     per-site.                                                           */  
/*   - Copyright 2009 Brian Porter <beporter@users.sourceforge.net>        */  
/***************************************************************************/  

/*===========================================================================
=== Universal Tag Styles
===========================================================================*/
body {
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	text-align: center;

	color: #000000;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: transparent;
}

h1 {
	color: #3366cc;
	font-size: 32px;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	color: #35383d;
	font-size: 16px;
}

div {
	padding: 0;
	margin: 0;
}

a {
	color: #3366cc;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3366cc;
}
a:hover  { 
	color: #24478e;
	font-weight: bold;
	border-bottom: 1px solid;
}

/*===========================================================================
=== Images
===========================================================================*/
img {
}

a img {
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
	border: none;
}

.left {
	float: left;
	margin: 0 12px 5px 0;
}

.center {
	display: block;
	margin: 0 auto 5px auto;
}

.right {
	float: right;
	margin: 0 0 5px 12px;
}

/*===========================================================================
=== Forms
===========================================================================*/
form {
	font-size: 12px;
	width: 100%;
}

form p {
	margin: 0 0 0.5em;
	padding: 0;
}

label, 
.label  {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 3px 0 0;
	white-space: nowrap;
	border: none;
	width: 30%;
	
}
.label {
line-height: 0.75em;
}

input, select, textarea {
	background-color: #FFFFFF;
	width: 65%;
	color: #333333;
	border: 1px solid #2763A5;
	font-size: 14px;
	padding: 3px;
}

input[type="radio"] {
	width: auto;
	margin: 0 10px 0 0;
	
}

.radio label{
	display: inline;
	width: auto;
	float: none;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1em;
	vertical-align: top;
}
legend {
}

.button {
	padding: 2px;
	background-color: #6DA6E2;
	color: #FFFFFF;
	border: 1px solid #2763A5;
	font-size: 11px;
}

.required {
	background-color: #ffff7d
}

.captchaLabel {
	width: 100%; 
	text-align: left;
}
.captchaAnswer {
	float: right; 
	margin-right: 20px;
}

#accessLevelsTableOverride table {
	margin:-8px 0 10px;
	width:65%;
}

#accessLevelsTableOverride label {
	width:100%;
}

/*===========================================================================
=== PTS Page Container Styles
===========================================================================*/
#container   {
	background-image: url('images/hhpcshadow.gif');
	background-repeat: repeat-y; 
	
	width: 770px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}

#container2 {
	width: 746px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #000000;
	border-bottom: 2px solid #ff0000;
}

#header   {
	background: url('images/hhpcheader.gif') no-repeat top;
	margin: 0;
	padding: 20px 0px 0px 0px;
	height: 170px;
	z-index: 10;
}

#header h1   {
	font-size: 2em;
	text-indent: -9999em;
	margin: 0;
}

#header p   {
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 85px;
	text-align: center;
	width: 610px;
}

.alwaysWord {
	font-style: italic;
	color: #3366cc;
}

span.dark {
	color: #555555;
}

.contact  {
	font-weight: bold;
	margin-left: 20px;
	float: left;
}

.contact a {
	color: #666666;
	font-weight: bold;
	
}
#main {
}

#content {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 25px;
	width: 515px;
	float: left;
}

#content p {
	padding-bottom: 10px;
	margin-top: 0.25em;
}

#content ul, #content ol {
	text-indent: -1em;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
}

#content li {
	margin-left: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}

#content h2 {
	border-bottom: 1px solid #ccc;
}

#content h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #25569A;
}

#content h4 {
	margin: 0;
	padding: 0;
	clear: both;
}

.indentOverride p {
	text-indent: 0 ! important;
}

#sidebar {
	width: 150px;
	float: left;
}

#sidebar  {
	color: #000000;
	background-color: #efefef;
	background-image: url("images/bothcorners3.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 18px;
	padding: 5px 4px 0px 6px; 
	width: 190px;
	float: right;
}

#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #111133;
}

.sidebarIcon {
	float: right;
}

#footer {
	margin: 20px 0 0 0;
	clear: both;
	width: 760px;
	height: 40px;
	background: url('images/footer.gif') no-repeat;
	z-index: 2;
	font-size: .75em;
	color: #0c0c0c;
	padding: 5px;
	text-align: center;
}
#footer p  {
	margin-top: 5px;
}
#footer img  {
	margin: 0;
	padding: 0;
	vertical-align: text-top;
}

#footer a {
	color: #0c0c0c;
	border: none;
}
#footer a:hover {
	color: #0c0c0c;
	text-decoration: underline;
	border-style: none
}


/*===========================================================================
=== Son of Ursidae Dropdown Menus   !!!! DON'T TOUCH THIS SECTION !!!!
===========================================================================*/
#menu, 
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li { 
	position: relative;
	float: left;
}
#menu>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}
#menu a {
	display: block;
}
#menu li ul {
	position : absolute;
	left: -999em;
}
#menu li:hover ul ul, 
#menu li.sfhover ul ul {
	left: -999em;
}


#menu li:hover ul, 
#menu li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul {
	top: 0;
	left: 0;
	margin-left: 100%;
}

/* Necessary IE6 hacks. */
#menu a {
	_width: 8em;
}
#menu ul ul a {
	_width: 12em;
}

/* Overrides to display a horizontal menu. */
#menu {
	width:100%;
}
#menu li:active ul, 
#menu li:hover ul, 
#menu li.sfhover ul {
	top: 100%;
	margin-left: 0;
}


/*===========================================================================
=== Menu Appearance
===========================================================================*/
div#menu { /* General menu colors, styles, spacing here. */
	font-size: 75%;
	line-height: normal;
	margin-left: 10px;
	_margin-left: 5px;
	padding-left: 25px;
	border-bottom: 1px solid #666666;
	width: 724px;	
	background: transparent;
	float: left;
}

div#menu a { /* Style for each top level "tab" (and submenu items!) */
	background: url('images/menu/newtableft.gif') no-repeat left top;
	padding: 0 0 0 4px; 
	_width: auto;
}

div#menu a span  {
	display: block;
	color: #ffffff;
	_width: 1px;
	background: url('images/menu/newtabright.gif') no-repeat right top;
	padding: 5px 15px 6px 6px;
	float: none;
	white-space: nowrap;
	cursor: pointer;
}
div#menu a span span {
	background: transparent;
	display: inline;
	padding: 0;
}


#menu a:hover, 
#menu a:hover span
{
}
#menu a:hover { /* Top level "hover" style. */
	background-position: 0% -50px;
	color: #f5f5f5;
	border-bottom: none; /* Override site-wide <a> styles. */
}

#menu a:hover span {
	background-position: 100% -50px;
	color: #f5f5f5;
}

#menu a.selected span { /* Style for the "active" page. */
	color: #6699ff;
}
#menu a.selected span span { 
	color: #ffffff;
}

#menu ul ul a {
	background: transparent;
	margin-left: 0;
	padding-left: 0;
}

.downarrow {
	font-size: 0.75em;
	color: #222222;
	line-height: 1em;
}

/* Styles for submenu items ONLY. */
#menu ul ul {
	padding-top: 2px;
}
#menu ul ul a span
{ 
	width: 15em; /* Submenu width. */

	background: #ffffff;
	color: #000000;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	white-space: normal;
}
#menu ul ul a:hover, 
#menu ul ul a:hover span {
	background: #3366cc;
}


#menu .menuNonLink {
	padding: 5px 15px 4px 6px;
	color: #FFF;
	width: 15em;
}

#menu ul a {
	_width: auto;
}
#menu ul ul,
#menu ul ul a {
	_width: 15em;
}


/*===========================================================================
=== Hacks
===========================================================================*/

/*--- articles.php ---*/
.article {
	border-bottom: 1px dotted #666666;
}

.article h4 {
	font-size: .75em;
	color: #666666;
	text-indent: 1em;
}

/*--- staff.php ---*/
.staffPort {
	border: 1px solid #444444;
	float: right;
	margin: 0px 0px 5px 12px;
}


/*--- start.php ---*/
#startBanner {
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding-bottom: 10px;
}

.startBubble {
	margin: 0 auto;
}

#googleSearch {
	margin: 0px auto 10px auto;
	height: 60px;
	padding: 0px 50px 0px 0px;
	border-bottom: 1px solid #ccc;
}

#startBanner a:hover {
	text-decoration: none;
	color: #ffffff;
}

#googleSearchBar {
	border: 1px solid #777777;
	width: 65%;
}

#googleButton {
	border: 1px solid #3366cc;
	width: 30%;
}

/*--- testimonials.php ---*/
.testimonial {
	background-image: url('/theme/images/quote.gif');
	background-repeat: no-repeat;
	text-align: justify;
	text-indent: 1em;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px dotted #777777;
}

/*--- maintenance-instructions.php and maintenance/ subfolder ---*/
.backLink {
	float: right;
	clear: both;
}

/*--- testimonials.php ---*/
.webProject {
	border: solid 1px grey;
	margin-bottom: 10px;
	padding: 5px;
}
.webProject img {
	float: right;
	padding: 0 0 5px 5px;
}


/*--- contact.php ---*/
.disclaimer p {
	font-size: 1em;
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
