@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

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

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

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.sandvox_icon_white { display:block; text-indent:-9999px; background:url(../_Resources/sandvox_icon_white.png) no-repeat; margin:auto !important; width:88px; height:31px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { .sandvox_icon_white { background:url(../_Resources/sandvox_icon_white@2x.png) no-repeat; -moz-background-size:88px 31px; -o-background-size:88px 31px; -webkit-background-size:88px 31px; background-size:88px 31px; } }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

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

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/* 
   css Copyright (c) 2008 by Sandvox Web Designs. All rights reserved.
   css is the creative work of Gary Byrd and Sandvox Web Designs. If you like this design then you might consider checking out some of our other designs at www.sandvoxwebdesigns.com. You can also check out the www.rapidweaverthemes.com for finely crafted themes for RapidWeaver.
   All associated graphics belong to their respective owners 
        and are licensed separately. 
*/


/* @group Layout */

body.allow-sidebar #page{
	background-repeat: repeat-x;
	width: 1020px;
}

body.no-sidebar #page{
	background-repeat: repeat-x;
	width: 1020px;
}

#page {
	margin-top: 0px;
	position:relative;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	
}
#title{
	
	height: 142px;
	width: 438px !important;
	position:relative;
	top: 134px;
	left: 32px;
	background: url(header.jpg) no-repeat;
}
#page-content {
	margin: 0 auto 0px;
	padding: 0px 24px;
	max-width: 80em;
}

#main {
	margin-right: 4px;
	margin-left: 4px;
}

#main h2{
	padding: 7px;
	font-size: 18px;
	color: #000000;
	margin-top: -2px;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
}
*html #main h2{
	margin-top: -20px;
}
body.allow-sidebar #main h2 {
	width: 700px;
}

.article {
	font-size: 1.2em;
}
.article, .no-callouts {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.no-callouts .elementIntroduction {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	margin-top: 20px;
}
.photo .imgelement img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.photo img.imgelement{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
.caption {
	text-align: center;
	clear: both;
	font-size: 1.2em;
}

.article p, .article dl, .article table {
	margin-bottom: 0.8em;
	
}

.article-info {
	text-align:right;
	padding:0px 7px;
}


.article img {
    border: none;
}

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

.article h3 {
	font-size: 1.5em;
	margin-top: .8em;
	margin-bottom: .6em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


#title h1 {
	text-align: left;
	color: #fff;
	background: transparent;
	font-size: 250%;
	width: 1000px;
	padding-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	position: relative;
	top: -80px;
}


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

h1 a:hover {
	color: #efebeb;
}

h1 span.in {
	width: 1000px;
}

.has-logo h1 span.in {
	width:570px;
	padding-right:200px;
}


#title p {
	top: -40px;
	position:absolute;
	width: 1000px;
	font-size:120%;
	text-align: left;
	color: #fefdf5;
	padding-top: 2px;
}

#title p span.in {
	width: 1000px;
	display:block;
	margin:0px auto;
}

.has-logo #title p span.in {
	width: 720px;
	margin-left: 0;
}

#logo-container {
	position:absolute;
	text-align:right;
	right: -460px;
	width: 170px;
	height: 110px;
	float: right;
	top: -70px;
}

*html #logo-container{
	position:absolute;
	text-align:right;
	right: 80px;
	width: 170px;
	height: 110px;
	float: right;
	top: -70px;
}
/* @end */


/* @group Header Area */

body.has-custom-banner #title {
	
}

/* @end */

/* @group Sidebar & Callouts */

body.allow-sidebar #main {
	margin-right:245px;
	padding-top:1px;
}



#sidebar {
	margin-top:10px;
	width: 230px;
	float:right;
	
}

.pagelet {
	margin-bottom: 40px;
	font-size: 1.2em;
	margin-top: -7px;
	width: 238px;
	border: none;
}
*html .pagelet {
	margin-bottom: 40px;
	font-size: 1.1em;
	margin-top: -11px;
	width: 238px;
	position: relative;
	left: 10px;
	border: none;
}

.pagelet h4 {
	margin-top:0px;
	color: #000000;
	padding: 4px;
	font-size: 1.2em;
	width: 230px;
	height: 30px;
	margin-bottom: 4px;
	text-align: center;
}
*html .pagelet h4{
	z-index: 100;
	position: relative;
	top: -18px;
	margin-bottom: -8px;
}

.pagelet.bordered {
	border:1px solid #999;
}

.pagelet.bordered.titled {
	
}

.pagelet.bordered h4 {
	margin-left:-1px;
	margin-right:-1px;
	color: #000000;
}

.pagelet.bordered:hover h4 {

}

.pagelet div {
	margin:0px 3px;
}

.pagelet p {
	padding:0px;
	margin-bottom: 0.8em;
}
/* @end */

/* @group Footer Area */

#page-bottom {
	margin-top:24px;
	padding: 0px 12px 0px 30px;
	color:#000;
	margin-bottom: 30px;
}

#page-bottom p {
	padding: 3px 0px 0px 0px;
}

#page-bottom a {

}
#page-bottom a:hover {

}

/* @end */


/* @group Sandvox Specific */

.clear {clear: both; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
img.narrow {float: right;  margin: 0em 0em 0.8em 0.8em;}
img.wide {display: block;}
.ImageElement, .VideoElement { text-align:center;}

div#page-content .has-photo-navigation{
	
}
div#page-content .has-text-navigation{
	
}
div#page-content .no-navigation{
	
}

div.text-navigation { 
	text-align:center;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
div.text-navigation div {
	display:inline;
	margin:0px 0.5em;
}
.previous-page{
}
.collection-index{
}
.next-page{
}

.collection-navigation photo-navigation{
	
}
#previous-photo .previous-page{
	
}
#next-photo .next-page{
	
}
#photo-index .collection-index{
	
}
.continue-reading-link{
	
}



/* @end */

/* @group Details */


blockquote, .standout {
	margin: 0;
	font-style:italic;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
}

code{
	color: #060f51;
}
.article h1{
	color: #000;
	font-size: 2em;
	padding-left: 0px;
	margin-left: 0px;
	width: 98%;

}
#main .article h2{
	padding: 0px;
	background-color: transparent;
	font-size: 18px;
	color: #000;
	margin-top: 0px;
	border: 1px none #6f6f6f;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
}
.article h3{
	color: #000;
	font-size: 1.4em;
}
.article h4{
	color: #000;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.article h5{
	color: #000;
	font-size: 1em;
}

/* @end */

/* @group Updated CSS */

ul {
	padding-left:7px;
}
#main ul{
	font-weight: bold;
}
#main ul li {
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
}
#main ol{
	font-weight: bold;
	padding-left:7px;
}
#main ol li {
	margin-left: 24px;
	font-weight: normal;
	font-style: normal;
}
#main img{
	font-size: 114%;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
	padding-right: 4px;
}

#main h1{
	color: #0a0a0a;
	margin-left: 0px;
}
body.allow-sidebar #main h1 {
	width: 698px;
}
body.allow-sidebar #main h2 {
	width: 696px;
}
.pagelet ul{
	margin-left: 0;
	font-weight: bold;
}
.pagelet ul li{
	margin-left: 16px;
	font-weight: normal;
	font-style: normal;
}
.pagelet ol{
	font-weight: bold;
	margin-left: -26px;
}
.pagelet ol li{
	
	font-weight: normal;
	font-style: normal;
	margin-left: 18px;
}


.callout{
	float: left;
	display: block;
	margin-right: 30px;
	margin-bottom: 40px;
}

.callout p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
	font-size: .86em;
	margin-top: -12px;
}
.callout img{
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 8px;
}

.callout-container .ImageElement{
	text-align: center;
	margin: 20px auto -20px;
}
.callout-container .ImageElement .caption{
	font-size: 1em;
}
.callout-container .ImageElement .caption p{
	margin-top: 5px;
	margin-bottom: 4px;
}

/* @end */

/* @group Up2Five */

/*Up2five*/

.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 96% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}


/* @end */

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	}


/* @group Photo Page & Grid Index */

/* @group Photo Navigation */

/* photo navigation */

.photo-navigation {
	position:relative;
    height: 34px;
    width:200px;
    margin:0px auto 8px auto;
}

.photo-navigation div {
	width:30px;
	height:34px;
	position: absolute;
    text-indent: -5000em;
}

.photo-navigation a {
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

#previous-photo	{
    background: url(photo-previous-off.gif) no-repeat 0 center;
    left: 40px;
    width: 40px;
}
#previous-photo a {
    background: url(photo-previous-on.gif) no-repeat 0 center;
}

#next-photo {
    background: url(photo-next-off.gif) no-repeat 0 center;
    left: 126px; 
    width: 40px;
}
#next-photo a {
    background: url(photo-next-on.gif) no-repeat 0 center;
}

#photo-list {
    background: url(photo-list-off.gif) no-repeat 0 center;
    left: 84px;
	width: 40px;
}
.photo img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#photo-list a {
    background: url(photo-list-off.gif) no-repeat 0 center;
}
#photo-list a:hover {
    background: url(photo-list.gif) no-repeat 0 center;
}

.image-controls a {
	border-bottom:none !important;
}

.allow-sidebar #previous-photo {
	left:210px;
}
.allow-sidebar #next-photo {
	left:290px;
}

.allow-sidebar #photo-list {
	left:250px;
}



/* @end */

div.photo-viewer-summary .article {
    margin: auto;
}

/* Used on Photo Grid Pages ... */
.photogrid-index {
    text-align: left;
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    overflow: auto;
    position: relative;
    width: 660px;
}

body.no-sidebar .photogrid-index {
	padding: 5px 20px;
	width:910px;
}

.photogrid-index a {
	color:#000;
	text-decoration:none;
}


.gridItem {
    float: left;
    position:relative;
    width:150px;
    height:180px;	/* room for caption */
    margin: 10px;
    padding-top: 10px;
    background: white;
    overflow: hidden;
	text-align: center;
}
*html .gridItem {
	text-align: left;
}
*html .gridItem h3 {

	top: 100px; /* needs to leave 38px from the bottom of the gridItem */
}

.gridItem h3 {
    font-weight: normal;
    color: #000000;
    margin-top: 4px;
    margin-left: 7px;
    margin-right: 7px;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
	font-size: 1.1em;
}

.gridItem img {
    border: none;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

span .in h3{
	font-size: .9em;
}


/* Used on index summary pages */
.listing-index #main li h3 a {
    text-decoration:none;
    font-size:1em;
    font-weight:normal;
}



/* @end */
/* @group Floatouts */

.floatout-left {
	width:240px;
	float:left;
	margin: 0px 10px 0px 0px ;
	border: 1px solid #200004;
}
.floatout-left p {
	padding: 7px;
	margin-bottom: 0;
}
.floatout-right {
	width:230px;
	float:right;
	margin: 0px 0 0px 10px;
	border: 1px solid #200004;
}

.floatout-right p {
	padding: 7px;
	margin-bottom: 0;
}

/* @end */

/* @group Global */

* { 
	margin:0px;
	padding:0px;
}

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%; /* as recommended in CSS guide */
	background-color:#fff;
	color:#111;
	line-height:1.5;
}

a {
	color: #035182;
	text-decoration: none;
}

a:hover {
	color: #1174b5;
}

img {
	border:0px #000 none;
}


a img { border: none; }
img .narrow {
    float: right;
	
}
img .wide {
	display: block;
}

ul, ol {
	padding-left:2.5em;
}

ul {
	list-style-type:square;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 2.5em;
}

/* @end */

/* @group Navigation */

#sitemenu-container {
	position: absolute;
	top: 8px;
	width: 1000px;
	left: 30px;
	z-index: 990;
}


#sitemenu ul {
	list-style:none;
	height: 36px;
	overflow:hidden;
	padding: 0px;
	color: #fff;
	margin: 0px 0px 0;
	line-height: 36px;
}

#sitemenu ul li {
	float: left;
	margin-right: 6px;
}
#sitemenu ul a{
	
	background-color: #0f74ba;
}
#sitemenu ul a, #sitemenu ul .currentPage .in {
	text-decoration: none;
	color: #fff;
	display: block;
	white-space: nowrap;
	padding: 0px 8px;
	letter-spacing: .1em;
	
}

#sitemenu .currentPage .in, #sitemenu .currentParent a {
	color: #ffffff;
	height: 36px;
	position: relative;
	float: left;
	background-color: #033b60;
}

#sitemenu a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	white-space: nowrap;
	padding: 0px 8px;
	letter-spacing: .1em;
	background-color: #033b60;
}

* html #sitemenu a:hover {
}

#sitemenu .currentParent a:hover {
	color: #fff !important;
}


/* @end */

/* @group Boxes */

 .box h3{
	text-align: center;
	color: #fff;
	width: 100%;
	height: 22px;
	font-size: 1em;
	line-height: 22px;
	background-color: #055384;
}
 .box{
	text-align: left;
	color: #000000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding-bottom: 5px;
	position: relative;
	width: 96%;
	margin-bottom: 10px;
}
.box p{
	padding-right: 5px;
	padding-left: 5px;
}

.box ul{
	
}
.box li {
	margin-left: 2px;
}


.callout .box h3{
	text-align: center;
	color: #fff;
	width: 96%;
	height: 16px;
	line-height: 16px;
	background-color: #055384;
	font-size: .9em;
	margin-left: 0;
}
.callout .box{
	text-align: left;
	color: #000000;
	border: 1px solid #e9e9e9;
	border-top-style: none;
	padding-bottom: 5px;
	position: relative;
	width: 93%;
	margin-bottom: 10px;
	margin-left: 10px;
}
.callout .box p{
	padding-right: 5px;
	padding-left: 5px;
}

.callout .box ul{
	
}
.callout .box li {
	margin-left: 2px;
}
/* @end */

.callout .bordered{
	
	border: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 6px;
}

#page-top {
	position:relative;
	background-image: url(container-blue.jpg);
	height: 300px;
	width: 1000px;
}

.callout-container, .graphic-container { clear:left; }

#title { background-image: url("banner.jpeg"); }

