@charset "utf-8";

/* Design and CSS by: psi
   Modify at your own risk.
*/

@import url(reset.css);

/* globals */
body {
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#372049;
}
h1, h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
h1 {
	font-size:18px;
	padding-bottom:10px;
}
h2 {
	font-size:15px;
	padding-bottom:5px;
}
h1, h2, p, ul, img {
	
}
li {
	
}
li a{
	
}
li a:hover {
	
}
p {
	line-height:18px;
}
a:hover img {
	
}
img {
	
}
a {
	color:#3399cc;
}
#wrapper {
	width:750px;
	margin:0 auto;
}
.clearboth {
	clear:both;	
}
.clearleft {
	clear:left;	
}
.colorwhite span{
	color:#fff;	
}


/* header */
#header {
	height:100px;
}



#logo {
	float:left;
	position:relative;
	top: 10px; left: 10px;
	display:block;
	width:198px;
	height:91px;
	background: url(../../images/logo.png) no-repeat;
	text-indent:-9999px;
}
#header h1 {
	margin:0;
	
}
/* nav */
#nav {
	float:left;
	position:relative;
	top:48px;left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
#nav li, #nav li a {
	
}
#nav li{
	display:inline;
	;
}
#nav li a{
	color:#9db4d2;
	text-decoration: none;
	margin-right:35px;
}

#nav li a:hover{
	color:#1f497d;
}

#homebanner {
	height:245px;
}
/* subnav */


#subnav {
	height:26px;
	display:block;
	background-color:#9db4d2;
}
#subnav li, #subnav li a {
	
}
#subnav li{
	margin:0;padding:0;
	list-style-type: none;
	display:block;
	float:left;
	
}
#subnav li a{
	color:#fff;
	text-decoration: none;
	font-size:11px;
	text-align: left;
	display:block;
	overflow:hidden;
	width:120px;
	padding:4px 10px 4px 10px;
	border-right: 3px solid #fff;
	background-color:#9db4d2;
}

#subnav li a:hover{
	color:#fff;
	background-color: #1f497d;
}



/* main content */

#content {
	padding:5px;
	border: 1px solid #dee6f0;
}
#contentbox {
	padding:10px;
}

#superfish .sf-menu {
	
	background-color:#9db4d2;
	height:26px;
	width:100%;
}
#leftsidebar {
	float:left;
	width:150px;
	padding:5px;
	text-align: right;
}
#leftsidebar h5{
	color:#9db4d2;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
	border-bottom:1px dashed #cccccc;
	line-height:1.3em;
}
#leftsidebar ul{
	margin-top:10px;
}

#leftsidebar li{
	line-height:18px;
}
#leftsidebar li a{
	text-decoration:none;
	color:#9db4d2;
}
#leftsidebar li a:hover{
	color:#595959;
}


#bannerside {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	float:right;
	padding: 20px 5px;
	width:140px;
	height:205px;
	background-color:#1f497d;	
}

#bannerside ul li{
	background: url(../../images/bullet1.gif) no-repeat 3px 7px;
	padding: 0 0 0 15px;
	line-height:18px;
}
#bannerside ul li a{
	color:#9db4d2;
}

#contentbox2 {
	margin-top:3px;
}
#contentbox2 strong {
	font-weight:bold;
}

#sidebarbox {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	float:right;
	padding: 20px 5px;
	width:140px;
	border-top:25px solid #595959;
}
#sidebarbox h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	margin-bottom:15px;
	color:#595959;
}
#sidebarbox ul li{
	background: url(../../images/bullet2.gif) no-repeat 3px 7px;
	padding: 0 0 0 15px;
	line-height: 18px;
}
#sidebarbox ul li a{
	color:#595959;
}
#homeintro {
	padding: 0 10px;
}
#homeintro ul li{
	padding: 0 10px;
	list-style:outside square;
	margin-left:32px;
	padding-bottom:5px;
	line-height:14px;
}
#homeintro ol li{
	padding: 0 5px;
	list-style:outside decimal;
	margin-left:62px;
	padding-bottom:5px;
	line-height:14px;
}


#maincontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	border-top:25px solid #dee6f0;
	width:585px;
	color:#595959;
	padding:10px 0 0 0;
}
#maincontent p{
	line-height:22px;
	padding-bottom:12px;
}
#contentproper {
	width:410px;
	margin-left:168px;
}
#contentproper p{
	margin-bottom:2em;
}
#contentproper h5 {
	color:#9db4d2;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-bottom:10px;
	line-height:1.3em;	
}
/* footer */
#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	height: 15px;
	font-size:10px;
	text-align: right;
	color:#595959;
	margin-bottom: 20px;
}
#footer ul {
	position:relative;
	top:10px; right:10px;
}
#footer li{
	background:none;
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

#footer a{
	color:inherit;
	text-decoration:none;
/*	color:#fff; */
	margin:0;
}
#footer a:hover{
	text-decoration:none;
	color:#3399cc;
}

.warningbox{
	border:#ACACD7;
	border-style:solid;
	border-width:3px;
	background-color:#000055;
	color:#CCCCCC;
	width:95%;
	float:left;
	padding-left:10px;
	padding-bottom: 10px;
	padding-top:10px;
	margin-bottom:20px;
	font-size:13px;
}

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

/*-------------------------------------------------*/
/* BEGIN FORM FORMATTING */

input {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	width:380px;
}

textarea {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
	width:400px;
}

.checkbox {
	background-color: #111111 !ie;
	border: 0px;
}

.form_dropdown {
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	color: #111111;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	margin: 4px 0px 4px 0px;
	padding: 1px 0px 1px 0px;
}

.hidden_field {
	display: none;
	border: none;
	background-color: #ffffff;
}

.botcatcher {
	display: none;
}

#largeForm {
	float: right;
	text-align: left;
	width: 94%;
	width: 92% !ie;
}

#largeForm a:hover {
	text-decoration: none;
}

#largeForm label {
	float: left;
	display: block;
	width: 100%;
	margin: 5px 0px 4px 0px;
	text-align: left;
	padding-right: 20px;
}

#largeForm input {
/*	float: left;
	display: block;*/
	width: 420px;
	margin: 5px 0px 4px 0px;
}

#largeForm input, #largeForm textarea {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

#largeForm textarea {
	height: 150px;
	width: 420px;
}

#largeForm .form_dropdown {
	width: 300px;
	border: 1px solid #d1d1d1;
	margin: 4px 0px 4px 0px;
}

#largeform .radio {
	background-color: transparent;
	border: 0px;
	width: 20px;
	margin-top: 2px;
	margin-top: -2px !ie;
}

#largeForm .missingdata {
	border: 1px solid;
	border-color:#FF0000;
}

#largeForm br {
	clear: left;
}

#largeForm .button {
	margin-left: 250px;
	width: 75px;
	height: 20px;
}

/* BEGIN THE PHOTO GALLERY STUFF */
/* Please, please, God, clean this up! */
.pikachoose{
	width: auto;
/*	margin: 0 300px 50px auto; */
	margin-top:0px;
}

/* This is the ul you have all your images in */
.pikachoose ul{
	padding-left:0;
	width:584px;
	height:180px;
	margin:0;
	height:auto;
/*	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:584px;
	height:auto;
	padding-bottom:6px;
	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{
	color:#CCCCCC;
	width:580px;
	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:1;
	left:50%;
	margin-left:-25px;
	width:50px;
	top:5px;
}
.pika_play a.pika_play_button{
	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.pika_stop_button{
	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;
}

/* COMPACT VERSION OF THE PIKACHOOSE */
/*below is the stuff for the compact example*/
/*
.pikachooseCompact{
	width:510px;
	margin:0 auto 50px auto;
	position:relative;
}

.pikachooseCompact ul{
	padding:5px 0 0 5px;
	width:495px;
	height:15px;
	margin:0;
	overflow:hidden;
	position:absolute;
	bottom:6px;
	left:3px;
	background:url('black.png') top left;z-index:99;
}
.pikachooseCompact ul li{
	float: left;
	margin:0 6px 4px 0;
	positrgb(50%, 25%, 25%);
	ion:relative;
	background:url('thumb-circle-empty.png') top left no-repeat;
}
.pikachooseCompact ul li div img{
	position:relative;
	cursor:pointer;
}

.pika_main{
	width:506px;
	height:325px;
	display:block;
	position:relative;
}

.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{
	height:16px;
	padding:4px 5px 0 0;
	text-align:right;
	position:absolute;
	bottom:7px;
	right:3px;
	z-index:100;
}
.pika_caption a{
	color:white;
}

.pika_play{
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-25px;
	width:50px;
	top:3px;
}
.pika_play a{
	position:relative;
	margin-left:auto;cursor:pointer;
	display: block;
	width:50px;
	height:50px;
}
.pika_play a{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
}

.pika_prev_hover{
	position:absolute;
	top:2px;
	left:2px;
	height:456px;
	width:100px;
}
.pika_next_hover{
	position:absolute;
	top:2px;
	right:2px;
	height:456px;
	width:100px;
}
*/
/* END FORM FORMATTING */
/*-------------------------------------------------*/