@charset "UTF-8";
/* CSS Document */
/* Copyright 2009 Michael White Designs */


/**** browser reset ****/

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

html, body, a, img {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}

/**** end browser reset ****/

/* main style */


body {
	background-color: #336699;
	text-align: center;
	font-size: small;
}
#wrapper {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	background-color: #224364;
	min-height: 800px;

}
#leftCol {
	margin: 0px;
	padding: 0px;
	background-color: #478fc2;
	width: 150px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	z-index:  1000;
	min-height: 800px;
}
#masthead {
}
h1.seoHeader {
	background-image: url(../images/design-text.png);
	background-repeat: no-repeat;
	background-color: #58A1CB;
	text-decoration: none;
	text-align: left;
	height: 409px;
	width: 93px;
	background-position: left top;
}
#contentWrapper {
	background-image: url(../images/left-col-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #224364;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	z-index: 100;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
}
#content .mainText {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	width: 350px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.mainText p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0.5em;
}
/* navagation */

#navTop {
	height: 30px;
	background-repeat: repeat-x;
	padding-top: 10px;
	width: 100%;
	background-color: #000033;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 900;
}
#navTop ul {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navTop li {
	display: inline;
	vertical-align: middle;
}
#navTop a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #e8ce8d;
	text-decoration: none;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0px;
	padding-bottom: 10px;
}
#navTop li a:link {
	color: #e8ce8d;
	text-decoration: none;
}
#navTop li a:visited {
	color: #e8ce8d;
	text-decoration: none;
}
#navTop li a:hover {
	color: #e8ce8d;
	text-decoration: none;
	background-color: #224364;
	padding-top: 10px;
	padding-bottom: 20px;
}
#navTop li a:focus {
	color: #e8ce8d;
	text-decoration: none;
}
/*
#navTop li:before { 
	margin-left: 8px;
	content: "| "; 
}
#navTop li:first-child:before { 
	content: ""; 
}
*/
/***** END navigation *****/
/***** START text ****/
p {
	margin-top: .5em;
	margin-bottom: .6em;
}
a {
	color: #CCC;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #478fc2;
	background-color: #003;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 0;
	margin-right: 20px;
	width: 44%;
	float: left;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%
}
h6 {
	font-size: 90%
}
h1 a, h2 a, h3 a , h4 a , h5 a , h6  a{
	color: #478fc2;
	text-align: right;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: .25em;
	margin-bottom: 0px;
	margin-left: 0.25em;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.quoteauthor {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
/***** END text ****/
/***** START classes ****/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatLft {
	float:left;
}
.floatRt {
	float: right;
}
.floatNo {
	float: none;
}
.zeroTop {
	padding-top: 0;
	margin-top: 0;
}
/***** END classes ****/
/***** START colors ****/
.yellow {
	color: #FF0;
}
.black {
	color: #000;
}
/***** END colors ****/
/***** START content ****/
/***** START content text ****/
.linksList {
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.xsmall {
	font-size: x-small;
}
.wrapperViewer {
	background-color: #666666;
	width: 850px;
	height: 600px;
	background-position: center;
}
#memberLogos {
	text-align: center;
	margin-top: 2em;
	border: thin solid #333;
	background-color: #FFF;
	padding: 10px;
	-moz-border-radius: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#memberLogos a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#galleryWrap {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/***** END content ****/
/***** START Gallery*****/

.pikachoose {
	width:510px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
/* This is the ul you have all your images in */
.pikachoose ul{
	padding-left:0;
	width:510px;
	height:180px;
	margin:0;
	overflow:hidden;
}
.pikachoose ul li{
	float: left;
	border:1px solid #555;
	padding:2px;
	background:#777;
	margin:0 6px 4px 0;
	position:relative;
	overflow:hidden;
}
.pikachoose ul li div img{
	position:relative;
	cursor:pointer;
}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{
	width:506px;
	height:325px;
	display:block;
	position:relative;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{
	position:absolute;
	top:2px;
	left:2px;
}
.pika_back_img{
	position:relative;
	top:0px;
}
.pika_subdiv{
	position:relative;
	border:1px solid #555;
	background:#777;
	padding:2px;
}
.pika_subdiv img, .pika_subdiv a img{
	border:none;
}
.pika_caption{
	width:500px;
	height:16px;
	padding-top:4px;
	text-align:center;
	position:absolute;
	bottom:7px;
	left:3px;
	background:url('../images/black.png') top left;

}
.pika_caption a{
	color:white;
}

.pika_play{
	position:absolute;
	z-index:1000;
	left:50%;
	margin-left:-25px;
	width:50px;
	top:5px;
}
.pika_play a{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	background:url('../images/play.png') top center no-repeat;
}
.pika_play a{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	background:url('../images/pause.png') top center no-repeat;
}

.pika_navigation a{
	font-size: 12px; 
	text-decoration: none;
}
.pika_navigation a:hover{
	text-decoration: underline;
}
.pika_navigation{
	padding-top:10px;
	clear:both;
	text-align:center;
}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{
	position:absolute;
	top:5px;
	left:5px;
	height:456px;
	width:100px;
	background:url('../images/rewind.png') top left no-repeat;
}
.pika_next_hover{
	position:absolute;
	top:5px;
	right:5px;
	height:456px;
	width:100px;
	background:url('../images/fastf.png') top right no-repeat;
}
#formWrap {
	margin-left: 15%;
	text-align: left;
}
form {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}
p input {
	color: #2E5676;
}
.warning {
	color: #F9F;
	font-weight: bold;
}
#submit {
	color: #050541;
	padding-left: 5%;
	padding-right: 5px;
	margin-left: 20%;
}

/***** END Gallery*****/

/**** footer ****/

#footer {
	height: 55px;
	width: 100%;
	padding: 0px;
	background-color: #224364;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	z-index: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	clear: both;
}
#footer a {
	color: #fff;
	padding: 0em;
	margin: 0px;
}
#footer p {
        text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}
/**** END footer ****/
.ltBlueBg {
	background-color: #58A1CB;
}
