* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
	font-size: 2em;
	margin-bottom: 0.25em;
}


h2 {
	background: url(images/img8.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-weight: normal;
}

h3 {
	margin-bottom: 0.25em;
	text-transform: uppercase;
	letter-spacing: 0,5px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h31 {
	margin-bottom: 0.25em;
	text-transform: uppercase;
	letter-spacing: 0,5px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/img8.gif) repeat-x left top;
}

h4 {
	font-family: "Times New Roman", Times;
	color: #385B88;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	/* [disabled]padding: 0px 0px 0 25px; */
}

h5 {
	margin-bottom: 0.5em;
	text-transform: none;
	letter-spacing: normal;
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

h6 {
    font-family: "Times New Roman", Times;
	color: #385B88;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0 0px;
}

h7 {
    font-family: "Times New Roman", Times;
	color: #385B88;
	margin-left: 2px;
	margin-bottom: 2px;
	letter-spacing: 2px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0 0px;
}

h8 {
	font-family: "Times New Roman", Times;
	color: #385B88;
	margin-left: 0px;
	margin-bottom: 2px;
	letter-spacing: 2px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0 0px;
}

.p0 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
	font-size: 2em;
	margin-bottom: 0.25em;
	font-weight: bold;
}

.p01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #385B88;
	background: url(images/img8.gif) repeat-x left bottom;
	padding-bottom: 8px;
	margin-bottom: 0.25em;
	font-weight: normal;
}

.p1 {
	margin-bottom: 0.25em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #385B88;
}

.p11 {
	margin-bottom: 0.25em;
	text-transform: uppercase;
	text-indent: 18px;
	letter-spacing: 0.5px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #385B88;
}
.p2 {
	font-family: "Times New Roman", Times;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.p3 {
	margin-bottom: 0.5em;
	text-transform: none;
	letter-spacing: normal;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

ul.bullets1 {
	list-style-image:url(images/Bullets1.png);
	list-style-position:outside;
	}

blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
}

img {
}

a img {border: 1px solid #FF6600;}
a:hover img {border: 2px solid #FF6600;}

/* roll up & roll down text */

.rolled {
	max-height: 50px;
	background-color: #EBEEF3;
	overflow: hidden;
	margin-bottom: 4pt;
	transition: max-height 1s;
}

.rolled:hover {
	max-height: 500px;
	background-color: #EBFBFF;
	overflow: hidden;
	margin-bottom: 7pt;
}	
	
.rolled .animbullet {
	position: absolute;
	transition: transform 1s;
}

.rolled:hover .animbullet {
	transform: rotate(90deg);
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 0px 0 0 25px;
/*	border-bottom: 1px solid #D6D5D5; */
	font-size: 1.4em;
}

.boxed .content {
	padding: 25px;
}

/*      FOTO        */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.galerie {
padding: 1px 0;
margin-right: 3px;
min-height: 1px;
}

.foto {
float: left;
display: inline;
width: 110px;
height: 100px;
margin: 0 2px 2px 0;
background-color: white;
text-align: center;
border: 1px solid #FFFFFF;
position: relative;
}

.foto img {
margin: 14px auto 0 auto;
border: 1px solid silver;
}

.foto:hover {
background-color: #FCFCFC;
border: 1px solid #6699CC;
}

.foto p a, .foto p a:visited {
font-size: 1.1em;
color: #336699;
font-weight: normal;
margin-top: 6px;
}

.foto p {
margin-top: 6px;
color: #336699;
text-align: center;
}

/* Table */

.table {
    table-layout: fixed; 
    margin-left: 1em;
    margin-right: 2em
	width: 100%;
	font-size:x-small
}

td.t1 {
	vertical-align:top;
	width="250px"
}

td.t2 {
	vertical-align:top;
	width="165px"
}
/* Logo */

#logo {
	width: 770px;
	height: 70px;
	margin: 2px auto;
	align: center;
	color: #E08934;
}

#logo2 {
	width: 800px;
	height: 50px;
	margin: 5px auto;
	align: middle;
}

#logo h1 {
	padding: 46px 0 0 0px;
}

#logo h3 {
	padding: 6px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 500px;
	margin-top: 90px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin-top: -50px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	margin-top: 140px;
	margin-bottom: 20px;
	border-bottom: 4px solid #EBEBEB;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #EBEBEB;
	color: #FF6600;
	font-size: 14px;
}

#menu a:hover {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
	font-size: 14px;
}

#menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
    margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	background: #9cb2c9 url(images/img7.gif) repeat-x left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#footer p {
	width: 750px;
	margin: 0 auto;
	color: #ffffff;
	text-shadow: 2px 2px 2px #385B88;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

#footer a {
	color: #333366;
	text-shadow: #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

			/*IMAGESS*/
.imgleft { 
float : left;
padding : 5px;
margin-right : 10px;
}

#links {
}
/*LIGHTBOX*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 50%; height: 50%; background-image: url(data:img/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.png) left 56% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.png) right 56% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
