body {
	font-size:75%;
	font-family:Verdana, Helvetica, Arial;
	/*background:url(../img/bg-left.jpg) -100px 0px no-repeat fixed;*/
	background:url(../img/bg.png) top left repeat-x #fff;
}

div#container {
	width:1000px;
	margin:0 auto 0 auto;
	padding:0 0 10px 10px;
	font-size:1em;
	background-color:#FFF;
	-moz-border-radius:5px;
	-moz-box-shadow:rgba(0,0,0,0.4) 0px 0px 5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0px 5px;
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.4) 0 0 5px;
}

div#innercontainer {
	margin:0;
	padding:10px 10px 0 0;
}

div#header {
	overflow:hidden;
}

div#header ul#nav {
	background:url(../img/nbgleft.png) top left no-repeat transparent;
	padding:3px 10px 3px 3px;
	margin:0;
	text-align:right;
}

div.navwrap1 {
	background:url(../img/navbg.png) top left repeat-x;
	margin:2px 0 10px 0;
}

div.navwrap2 {
	background:url(../img/nbgright.png) top right no-repeat;
}

div#header ul#nav li {
	display:inline;
	list-style:none inside;
	padding:20px 0 20px 0;
	margin:0 0 0 1px;
	font-size:1.4em;
	font-family:Arial;
	font-weight:normal;
	letter-spacing:1px;
}

div#header ul#nav li.first {
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:1em;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	line-height:50px;
}

div#header ul#nav li > a {
	margin:0;
	padding:19px 10px 18px 10px;
	line-height:50px;
	text-decoration:none;
	color:#000;
}

div#header ul#nav li > a:hover {
	background:url(../img/navbgh.png) top left repeat-x;
}

#contimgs {
	width:1000px;
	margin:0;
	padding:10px 0 10px 0;
	clear:both;
	overflow:hidden;
}

#logo {
	width:245px;
	height:200px;
	float:left;
	margin:0 0 0 20px;
}

.minilogo {
	float:right;
	margin:50px 10px 0 0;
}

img.logos {
	float:right;
	border:0;
	margin:0 10px 0 0;
	vertical-align:middle;
}

div#content {
	margin:0 0 10px 0;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:rgba(0,0,0,0.4) 0 0 5px;
	-webkit-box-shadow:rgba(0,0,0,0.4) 0 0 5px;
	border-radius:5px;
	box-shadow:rgba(0,0,0,0.4) 0 0 5px;
}

div#content div#leftcol {
	float:left;
	width:490px;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
}

div#content div#leftcol p a {
	text-decoration:none;
	color:#232063;
}

form {
	margin:10px 0 10px 0;
}

div#content div#leftcol form fieldset p#msg {
	margin:0;
}

div#content div#leftcol form {
	overflow:hidden;
}

form fieldset p {
	margin:0;
	padding:0;
}

div#content div#leftcol form div#formerror {
	width:190px;
	height:160px;
	float:right;
}

div#content div#leftcol form div#formsuccess {
	width:190px;
	height:160px;
	float:right;
	overflow:scroll;
}

div#content div#rightcol {
	float:left;
	width:470px;
	margin:0;
	padding:20px 0 10px 0;
}

div#content div#rightcol div.snip {
	clear:both;
	margin:0 0 10px 0;
	padding:5px;
	overflow:hidden;
	-moz-border-radius:10px;
	-moz-box-shadow:rgba(35,32,99,1) 0px 0px 10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow:rgba(35,32,99,1) 0px 0px 10px;
	border-radius:10px;
	box-shadow:rgba(35,32,99,1) 0 0 10px;
	border:1px solid #232063;
}

div#content div#rightcol div.snip img {
	margin-top:24px;
	float:left;
	width:120px;
}

div#content div#rightcol div.snip h2 {
	margin:0 0 5px 5px;
}

div#content div#rightcol div.snip h3 {
	margin:0 0 5px 5px;
}

div#content div#rightcol div.snip h2 a {
	text-decoration:none;
	color:#000;
}

div#content div#rightcol div.snip p {
	margin:0 0 5px 5px;
}

div#content div#rightcol div.snip ul {
	margin:0 0 5px 5px;
}

div#footer {
	padding:10px;
	border-top:1px solid #232063;
	overflow:hidden;
}

div#footer p span {
	float:right;
}

div#footer p span a {
	text-decoration:none;
	color:#151515;
}

h1,h2,h3 {
	font-weight:bold;
	padding:5px;
}

h1 { font-size:2em; }

h2 { font-size:1.4em; }

fieldset { 
	border:1px solid #000;
	padding:10px;
}

p {
	padding:5px;
}

#leftcol h1 {
	margin:10px 0 0 0;
}
#leftcol ul {
	padding:5px 0 5px 10px;
}
#leftcol li {
	list-style:disc inside;
	padding:1px;
}

.gallery li {
	display:inline-block;
	width:120px;
	height:106px;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	margin:3px;
	overflow:hidden;
	position:relative;
}

.gallery img {
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
	vertical-align:middle;
}

p.first:first-letter {
	font-size:2em;
	vertical-align:text-top;
	float:left;
	padding:0;
	margin:5px 0 0 0;
}

.right {
	float:right;
}

video {
	margin:0 0 10px 0;
}


/* jQuery Lightbox plugin for the Gallery */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4500;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 4000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}