/*
File:  'Blueball Pro Tabs' main.css Style Sheet
Created:  15, February, 2007
Last Modified:  29, June, 2007
Version: 3.0
Author:  Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2007 Charlie Lockhart/Blueball Design USA All Rights Reserved
*/

/* @group Global CSS */

body {
	font: 12px/76% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
/* Edit the color code below for the normal content text color */
	color: #272525;
	background: #ffffff url(bluegrad_bg.jpg) top left repeat-x;
	width: 800px;
	word-wrap: break-word;
	margin: 0 auto;
}

#main {
	min-height: 200px;
}

a img { 
	border:  none;
}

a:hover, a:visited {
	color: #2275bb;
	text-decoration: none;	
}

a:link {
	color: #2275bb;
	text-decoration: underline;
}

p {
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #2275bb;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0;
	padding-top: 0;	
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #2275bb;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

.clear {
	clear: both;
	height: 0;
}

#main .clear {
	clear: left;
}

.hidden {
    display: none;
}

.ImageElement, .VideoElement { 
	text-align:center;
	margin-top: 20px;
}

img.narrow, .article-thumbnail img {
	display: block;
	clear: right;
    float: right;
    margin-right: 12px;
    margin-bottom: 6px;
}

img.wide {
	display: block;
	clear:  both;
}

.general-index h3 {
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
}

ul {
	padding-left: 2.2em;
	list-style-type: square;
}

* html ul {
	padding-left: 1.1em;
	list-style-type: square;
}

.article {
	line-height: 1.6em;
}

/* @end */

/* @group Page-Top Header */

#page-container {
	background: transparent url(PT-pagebg-main.jpg) top center no-repeat;
	margin: 0px auto;
	width: 800px;
	border: none;
}

#page {
	width: 800px;
	margin: 0px auto;
}

#page-top {
	width: 800px;
	padding-top: 40px;
	overflow: hidden;
	margin: 0px auto;
}

/* Hides from IE5-mac \*/
* html #page-top {height: 1%;}
/* End hide from IE5-mac */

*:first-child+html #page-top {
	padding-top: 30px;
}

#title {
	position: relative;
	height: 110px; 
	overflow: hidden; 
	width: 720px;
	margin: 0 auto;
}

* html #title {
	margin: 0 0 0 42px;
}


h1 {
	float: left;
	display:  block;
	width: 480px;
	margin: 28px 0 1px 10px;
	font-size: 1.8em; 
    text-align: left;
/* Edit the color code below for the Title text color */
    color: #2275bb;
 	line-height: 1.3em;
 	letter-spacing: -1px;
}

/* Hides from IE5-mac \*/
* html h1 {height: 1%;}
/* End hide from IE5-mac */

h1 a:hover {
	text-decoration: underline;
	color: #2275bb;
}

h1 a:link, h1 a:visited {
	color: #2275bb;
	text-decoration: none;	
}

#title p {
	float: left;
	width: 480px;
	margin: 0 0 0 10px;
	padding-top: 8px;
    font-size: 1.2em;
    text-align: left;
/* Edit the color code below for the text color under the Title */
    color: #272525;
}

/* Hides from IE5-mac \*/
* html #title p {height: 1%;}
/* End hide from IE5-mac */

#logo-container {
	float: right;
	margin: 15px 0 0 0;	
}

* html #logo-container {
	margin: 15px 0 0 0;
}

#sitemenu-content {
	margin: 0 auto;
	width: 720px;
	font-size: .95em;
	font-weight:normal;
}

* html #sitemenu-content {
	margin: 0 0 0 42px;
}

#sitemenu {
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/* Hides from IE5-mac \*/
* html #sitemenu {height: 1%;}
/* End hide from IE5-mac */

#sitemenu a {
	color: #fff;
	text-decoration: none;
}

#sitemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

*:first-child+html #sitemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -40px;
}

#sitemenu li {	
	display: block;
	float: left;
	background: transparent url('tabright.gif') top right no-repeat;
	margin: 0;
	border: 1px solid #fff;
	padding-right: 10px;
	white-space: nowrap;
}

#sitemenu li a {
	display: block;
	float: left;
	background: #000 url('tableft.gif') top left no-repeat;
	text-decoration: none;
	color: #ccc;
	font-size: .95em;
	font-family: "lucida grande", "trebuchet ms", sans;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .01em;
	margin: 0;
	padding: 6px 0 4px 10px;
	}

#sitemenu li a:hover {
	color: #2275bb;
	background: #000 url('tableft.gif') top left no-repeat;
	margin: 0;
	padding: 6px 0 4px 10px;
	font-weight: bold;
}

#sitemenu li.currentPage  {
	color: #2275bb;
	background: #fff;
	margin: 0;
	padding: 6px 10px 4px 10px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: .95em;
	font-family: "lucida grande", "trebuchet ms", sans;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float:  right;
	width:  140px;
	padding: 0 0 10px 0;
}

.allow-sidebar #main {
	float:  left;
	width: 560px;
}

.no-sidebar #main {
	width:  720px;
}

/* @end */

/* @group Page-Content */

#page-content {
	width: 720px;
	min-height: 200px;
	margin: 0 40px 0 40px;
	padding: 26px 0 0 0;
	background: url(bluebg3_content.jpg) top left repeat-x;
}

* html #page-content {
	position: relative;
	width: 720px;
	min-height: 200px;
	margin: -16px 0px 0 42px;
	padding: 24px 0 0 0;
	background: url(bluebg3_content.jpg) top left repeat-x;
}

.callout {
	float:  left;
	width:  210px;
	margin: 0 10px 0px 0;

}

* html .callout {
	margin: 0 5px 0px 0;
}

.listing-index h3 {
	font-size: 1em;
	font-weight: normal;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	margin-top: 12px;
	margin-left: 20px;
}

.gridItem {
	float: left;
	position: relative;
	width: 150px;
	height: 186px;	/* room for caption */
	overflow: hidden;
}
.gridItem h3 {
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	margin: 0 5px;
	padding: 1px 0px 0px 0px;
	border-top: 1px solid #ddd;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
}

.gridItem h3 a {
    text-decoration: underline;
    color: #2275bb;
}

.gridItem h3 a:hover, a:focus{
    text-decoration: none;
    color: #2275bb;
}

.gridItem img {
    border: 1px solid #333;
    margin: auto!important;
    display: block;
    position: absolute;
    top: 0;
    bottom: 48px;
    right: 0;
    left: 0;
}
/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 10px;
}
/* End hide from IE5-mac */

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 10px;
}

/* @end */

/* @group Single Photo Page */

.photo-page h2 {
    padding: 0 222px 0 0;
    border-bottom: none;
}

.photo img {
	padding: 4px;
	border: 1px solid #999;
	margin-bottom: 0px;
}

.photo-navigation {
    position: relative;
    z-index: 100;
}

.photo-navigation a{
    border: none;
}

#previous-photo	{
    width: 34px;
    height: 34px;
    background: url(leftarrow2-off.png) no-repeat;
    position: absolute;
    right: 138px;
    margin-top: -38px;
    text-indent: -5000em;
}

#previous-photo a {
    width: 34px;
    height: 34px;
    display: block;
    background: url(leftarrow2-on.png) no-repeat;
}

#previous-photo a:hover {
    width: 34px;
    height: 34px;
    display: block;
    background: url(leftarrow2-on.png) no-repeat;
}

#next-photo {
    text-indent: -5000em;
    width: 34px;
    height: 34px;
    background: url(rightarrow2-off.png) no-repeat;
    position: absolute;
    right: 54px;
    margin-top: -38px;
}

#next-photo a {
    width: 34px;
    height: 34px;
    display: block;
    background: url(rightarrow2-on.png) no-repeat;
}

#next-photo a:hover {
    width: 34px;
    height: 34px;
    display: block;
    background: url(rightarrow2-on.png) no-repeat;
}

#photo-list {
    text-indent: -5000em;
    width: 34px;
    height: 34px;
    background: url(index2-off.png) no-repeat;
    position: absolute;
    right: 96px;
    margin-top: -38px;
}

#photo-list a {
    width: 34px;
    height: 34px;
    display: block;
    background: url(index2-off.png) no-repeat;
}

#photo-list a:hover {
    width: 34px;
    height: 34px;
    display: block;
    background: url(index2-on.png) no-repeat;
}

.image-controls a, .image-controls a:hover {
	border: 0px none;
}

/* @end */

/* @group Blog-Article Page */

.article {
	margin-bottom: 0;
}

.article-info {
	color: #2275bb;
	font-style: normal;
	font-size: .9em;
	margin-bottom: 0;
	
}

.article h3 {
     padding: 16px 10px 10px 0;
     text-align: left;
     font-size: 1.2em;
     line-height: 1.1em;
     font-weight: bold;
     color: #2275bb;
}

.article h3 a {
    text-decoration: underline;
}

.article h3 a:hover, a:focus{
    text-decoration: none;
}

.article h3 a:active {
}

.article-content {
	margin-bottom: 0px;
}

.article li a, a:active {
	color: #2275bb;
	text-decoration: underline;
}

.article li a:hover, a:focus {
	color: #2275bb;
	text-decoration: none;
}

.article img {
    border: none;
    margin-right: 12px;
    margin-bottom: 6px;
}

.article img.narrow {
    display: block;
	clear: left;
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
}

.article-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

* html article-thumbnail {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}


/* @end */

/* @group Pagelet */

.pagelet {
	font-size: .9em;
	line-height: 1.2em;
	word-wrap:  break-word;
	overflow: hidden;
}

.pagelet.bordered {
	border:  1px solid #70a4d3;
	padding:  9px 9px 6px 9px;
	margin: 10px 0 10px 0;
}

* html .pagelet.bordered {
	border:  1px solid #70a4d3;
	padding:  9px 6px 3px 9px;
	margin: 10px 0 10px 0;
}

*:first-child+html .pagelet.bordered {
	border:  1px solid #70a4d3;
	padding:  9px 6px 6px 9px;
	margin: 10px 0 10px 0;
}

.pagelet p {	
    text-align: justify;
    line-height: 1.4em;
}

* html .pagelet p {
	margin-top: -1px;
}

.pagelet ul {
	line-height: 1.5em;
}

.pagelet h4 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #2275bb;
	padding-top: 0;
	margin-top: 4px;
	margin-bottom: 8px;
}

* html pagelet h4 {
	font-size: 1.3em;
	color: #2275bb;
	padding-top: 5px;
	margin-bottom: 1px;
}

*:first-child+html pagelet h4 {
	font-size: 1.3em;
	color: #2275bb;
	padding-top: 5px;
	margin-bottom: 3px;
}

.pagelet a:hover {
	text-decoration: none;
}

.pagelet img { 
	border:  none;
	padding: 0;
}

.pagelet a img { 
	border:  none;
	padding: 0;
}

/* @end */

/* @group Page Bottom */

#page-bottom {  
    width: 801px;
	min-height: 63px;
	margin: 4px 0 30px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	background: url(PT-pagebgN-footer.jpg) bottom left no-repeat;
}

#page-bottom p {
	font-size: .9em;
	color: #2275bb;
    text-align: center;
    padding: 24px 40px 0 40px;
    margin: 0 0 30px 0;
}

#page-bottom a:hover, a:visited {
	color: #2275bb;
	text-decoration: none;	
}

#page-bottom a:link {
	color: #2275bb;
	text-decoration: underline;
}

* {
}

/* @end */


/* @group Contact Form */


form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width: 98%;
	margin: 4px 0;
}
form.contactElement input.submit {
	width: auto;
	display: block;
	margin: 0px auto;
	min-width: 50%;
	text-align: center;
}

form.contactElement th {
	text-align: left;
	font-weight: normal;
	width: 25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

/* @end */

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: auto;
}

td.dli1 { text-align:center;}
