/* top elements */
* {
	padding: 0;
	margin: 0 0 15 0;
	outline: 0;
}

body {
	margin: 10px 0 0 0; 	
	padding: 0;
	font: normal 13px verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #fff url(bg.png) repeat-x;
	color: #8F8F8E; 	
}

/* links */
a {
	color: #021122;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #5B9CFF;
	background-color: inherit;	
}

/* headers */
h1, h2, h3, h4 {
	font: normal 13px 'Georgia', Tahoma, Arial, Sans-serif;
	color: #eee;
}
h1 { font-size: 32px; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }

p, h1, h2, h3, h4 {
	margin: 0 15px 0 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
	border: 0px;
}
img.float-right {
   margin: 5px 0 10px 10px; 
   border: 0;  
}
img.float-top {
   margin: 5px 0 10px 10px; 
   border: 3px solid #383735;  
}
img.float-left {
   margin: .5em 1em 1em 0;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #090807;
	color: #fff;
	height: 36px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 2px solid #8EB200;
}
tr {
	color: #707070;
	height: 30px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #211E20;	
}
/* end - table */

/* form elements */
form {
	margin: 10px;
	padding: 10px;
	background: transparent;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 5px 0;	
}
input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 82%;
	padding: 2px;
	font: normal 15px Verdana, sans-serif;
	border: 1px solid #eee;
	height: 160px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Tahoma, Sans-serif; 
	margin: 0;
	padding: 3px 4px;
	color: #fff;
	background: #000;
	border: 2px solid #211E20; 
}


/***********************
	  LAYOUT
************************/
#wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: url(header_bg.png) repeat-x;
}
#header, #nav, #content, #footer {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; 
	padding: 0px;
	background: transparent url(header-image_3.png) no-repeat ;
	height: 250px;
	text-align: left;	
}


/* Navigation */
#nav_wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: url(footer_bg.png) repeat-x;
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;	
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;		
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	width: inherit;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	font: bold 16px/54px "Georgia", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 0;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #5B9CFF;		
}
#nav ul li#current a {	
	color: #5B9CFF;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	margin: 0 auto;
	width: 100%;
	background: #021120 url(footer_bg.jpg) repeat-x left bottom;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 300px;
	margin: 16px 0 10px -280px;
	padding: 0;
}
#sidebar a {
	color: #fff;
}
#sidebar a:active, 
#sidebar a:hover {
	color:#5B9CFF;
}
#sidebar h3 {
	font: normal 1.6em 'Georgia', Tahoma, Arial, Sans-serif;
	padding: 4px 0 6px 10px; 
	color: #5B9CFF;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar ul.sidemenu {
	margin: 0 0 0 10px;
	padding: 2px 0 13px 0;		
	font-family: 'Georgia', Tahoma, Sans-serif;		
	border-top: 1px solid #211E20;
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url(bullet.jpg) no-repeat 6px 8px;		
	border-bottom: 1px solid #211E20; 
	list-style:none;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	padding: 3px 0 3px 30px;
	line-height: 20px;
	font-size: 16px;
}
#sidebar ul.sidemenu li a:hover {
	color: #FF8B04;				
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }
#sidebar ul.sidemenu ul li { border: none; }

/* main */
#main {
	margin: 10px 26em 10px 0; 
	padding: 0;
	
}

#main a {
	color: #fff;
}
#main a:active, 
#main a:hover {
	color:#5B9CFF;
}

#main_vid {
	margin: 0 auto;
	padding: 15px 0 12px 0; 
	text-align: center;
	background: url(vid_bg.png) no-repeat;
}

#main_object {
	margin: 0 auto;
	padding: 15px 0 12px 0; 
	text-align: center;
}

#main h2 { 
	font: normal 37px 'Georgia', Arial, Sans-serif;
	color: #fff;	
	letter-spacing: 0px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333333; 	
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}
#main_support {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 550px;
}	
 
#main_support h2 {
	font: normal 37px 'Georgia', Arial, Sans-serif;
	color: #fff;
	letter-spacing: -2px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20;
}
#footer_wrapper {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	background: url(footer_bg3.png) repeat-x;
}

#slideshow {
	color: #ccc;
	font-family: "Georgia", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	
}

#slideshow p
{
	color: #fff;
	font-size: 1.2em;
}

#slideshow h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 auto;
	padding: 0.08em 0;
}

#slideshow h1 sup
{
	color: #ddd;
}

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

#slideshow h1 .company, h1 a .company
{
	color: #d01a71;
}

#slideshow h2
{
	color: #ddd;
	font-size: 2.5em;
}

#slideshow h3
{
	color: #fff;
	font-size: 0.5em;
}

#slideshow h4
{
	font-size: 1.3em;
}

.myContent
{
	margin: 0px;
}

.myContent a
{
	color: #fff;
}


.myContent p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.myContent p.linkage a { color: #fff; }

/*.myContent p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.myContent p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/


#myGallery
{
	text-align: left;
	margin: 0;
}



#myGallery, #myGallerySet, #flickrGallery
{
	width: 600px;
	height: 400px;
	z-index:5;
	border: 1px solid #000;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }


/* agenda list */
#agenda {
	margin: 10px 425px 10px 0; 
	padding: 0;		
}
#agenda h2 {
	font: normal 36px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #fff;			
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20;	
}
#agenda h3 {
	font: normal 22px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: 6px 0 6px 10px; 
	color: #99CC33;			
	text-transform: none;
	letter-spacing: -1px;	
}
#agenda ul.checks {
	margin: 0 0 0 10px;
	padding: 10px 0 15px 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
#agenda ul.checks li {
	padding: 0; 
	background: url(bullet.jpg) no-repeat 6px 6px; 
	list-style:none;
}

* html body #agenda ul.checks li { height: 1%; }

#agenda ul.checks li p {
	font: normal 13px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #8F8F8E;
	text-decoration: none;
	padding: 3px 0 3px 30px;
}
#agenda ul.checks ul { margin: 0 0 0 15px; }
#agenda ul.checks ul li { border: none; }
/* end agenda list*/

#formcontainer {
  margin: 20px 0 0 0;
}

#formcontainer p {
  margin: 0;
  padding: 0;
}

.formleft {
	margin: 0 0 15px 0;
	padding: 0 6px 0 0;
	width: 95px;
	float: left;
}

.formright {
	margin: 0 0 15px 0;
	width: 405px;
	float: left;
}

.formleft_check {
	margin: 0;
	padding: 0 10px 10px 0;
	width: 25px;
	float: left;
	text-align: left;
	height: 20px;
}

.formright_check {
	margin: 0;
	width: 450px;
	float: left;
	height: 20px;
	padding: 0 20px 30px 0;
}

.formright_last {
	margin: 10px 0 15px 0;
	width: 300px;
	float: left;
}

.message {
	margin: 0 16px 10px 0;
	width: 360px;
	float: left;
	line-height: normal;
}

.stateright {
  margin: 0 0 15px 0;
  width: 100px;
  float: left;
}

.zipleft { 
  margin: 0 0 15px 0;
  padding: 0 6px 0 0;
  width: 44px;
  float: left;
  text-align: right;
}

.zipright {
	margin: 0 0 15px 0;
	width: 250px;
	float: left;
}

.smalltext {
  font-size: 90%;
}

#paypal {
  margin: 0;
  border-bottom: 1px solid #333333;
}
#paypal input {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#footer {	
	clear: both;
	padding: 0;	margin: 0 auto;
	height: auto; 
}


/* columns */
#columns {
	clear: both;
	text-align: center;
	color: #5B9CFF;
	margin: 0 auto;
	padding: 20px 0 6px 0;
	width: 95%;
}
#columns h3 {
	color: #8F8F8E;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 18px "Georgia", Arial, Tahoma, Sans-serif;	
	text-transform: uppercase;
}

#columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #111;
	
}
#columns li {
font: normal 14px "Georgia", Arial, Tahoma, Sans-serif;
}
#columns li a {
	display: block;
	padding: 0;
	color: #5B9CFF;
}
#columns li a:hover {
	color: #05203e;	
}

#columns .col3, .col3-center {
	float: left;
	width: 31%;
}
#columns .col3-center {
	margin: 0 30px;
	float: left;
}

/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 10px 0 20px 0;
	text-align: center;
	font-size: 11px
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: 11px;	
	padding-top: 0;
}

.post-footer { 
	text-align: right; 
	background: transparent;
	border: 1px solid #211E20; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}
