
/* general page style */
body
{
	background-color: #0f5579;
	margin: 6px 10px 10px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

/* links */
a
{
 color: #ea8a1c;
 text-decoration: none;
}
a:hover
{
 color: #ea8a1c;
 text-decoration: underline;
}

.value input
{
  width: 100%;
  color: #777;
	background-color: white;
	border: 1px solid #BBBBBB;
}
.value textarea
{
  width: 100%;
  color: #777;
	background-color: white;
	border: 1px solid #BBBBBB;
}
input.submit, input.reset, input.button
{
	xcolor: #FFFFFF;
	xfont-size: 12px;
	xfont-weight: bold;
	xletter-spacing: 1px;
  color: #777;
	background-color: white;
	border: 1px solid #BBBBBB;
}

/* areas */

.search
{
 height: 28px;
 padding-top: 2px;
 text-align: right;
 vertical-align: top;
 font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 14px;
 color: white;
}
.search input
{
 xheight: 16px;
 background-color: white;
 border: 1px solid white;
 font-size: 12px;
 color: #666;
}
.search input.button
{
 xheight: 20px;
 background-color: #0f5579;
 border: 1px solid #0f5579;
 font-weight: bold;
 font-size: 12px;
 color: white;
}

.header
{
 height: 223px;
 background: white url(header.jpg) bottom center no-repeat;
 text-align: right;
 vertical-align: bottom;
}
.header .button
{
 display: block;
 float: right;
 margin-left: 6px;
 width: 154px;
 height: 20px;
 overflow: hidden;
 text-align: center;
 vertical-align: top;
 font-family: Arial, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 xfont-variant: small-caps;
 text-transform: lowercase;
 font-weight: normal;
 xletter-spacing: 1px;
 font-size: 12px;
 color: black;
}
.header .button a
{
 display: block;
 width: 100%;
 height: 100%;
 xbackground: #666 url(btn_bg.jpg) repeat-x top;
 background-color: white;
 text-align: center;
 vertical-align: bottom;
 padding-top: 2px;
/* padding: 2px 5px 0px 5px;*/
 font-family: Arial, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 text-decoration: none;
 line-height: 14px;
 color: black;
}
.header .button a:hover
{
 color: #ea8a1c;
 text-decoration: none;
}

.hbar
{
 height: 5px;
 background-color: #d3d5d4;
}

.left
{
 background: #fefcfd;
 width: 240px;
 padding: 10px;
 text-align: left;
 vertical-align: top;
}
.menu
{
 width: 220px;
 text-transform: uppercase;
 xletter-spacing: 1px;
}
.menu a
{
 display: block;
 margin-bottom: 2px;
 xwidth: 208px;
 xheight: 18px;
 xbackground: url(btn_bg.jpg) repeat-x top;
 background-color: #40728b;
 text-align: left;
 vertical-align: bottom;
 padding: 5px 6px 6px 6px;
 font-family: Arial, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 xcolor: #0b557a;
 color: white;
 text-decoration: none;
 line-height: 12px;
 xfont-weight: bold;
}
.menu a:hover
{
 xcolor: #ea8a1c;
 color: white;
 background-color: #ea8a1c;
 text-decoration: none;
}
.smenu
{
 width: 220px;
 margin-bottom: 4px;
}
.smenu a
{
 xfont-weight: bold;
 xbackground: #ece9e9;
 display: block;
 margin-bottom: 0px;
 xwidth: 100%;
 xheight: 18px;
 text-align: left;
 vertical-align: bottom;
 padding: 0px 6px 1px 12px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 10px;
 xcolor: #0b557a;
 color: white;
 text-decoration: none;
 line-height: 15px;
}
.smenu a:hover
{
 text-decoration: none;
 background-color: orange;
}

.content
{
 background: #fefcfd;
 width: 560px;
 padding: 10px 10px 10px 0px;
 text-align: left;
 vertical-align: top;
}
.content .page_title
{
 margin: 0px;
 padding: 0px;
 color: #000000;
 font-weight: normal;
 font-size: 20px;
 letter-spacing: 1px;
 padding-bottom: 10px;


}
.content .stitle
{
 font-size: 18px;
 font-weight: bold;
 letter-spacing: 1px;
 padding-bottom: 10px;
 font-variant: small-caps;
}
.content .images img
{
 border: 2px solid #CCC;
 margin: 0px 0px 18px 18px;
}
.content .video
{
 text-align: center;
 padding-bottom: 18px;
}
.content .documents
{
 text-align: left;
 padding-bottom: 20px;
}


/* Elements */

.list
{
 font-size: 12px;
}
.list .item
{
 display: block;
 width: 100%;
 font-family: Verdana, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 margin-bottom: 10px;
}
.list .item .title
{
 display: block;
 xfont-variant: small-caps;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 13px;
 color: #e8820c;
 line-height: 18px;
}
.list .item .title a
{
 color: #ea8a1c;
 text-decoration: none;
}
.list .item .title a:hover
{
 color: #ea8a1c;
 text-decoration: none;
}
.list .item .date, .content .date
{
 xfont-weight: bold;
 font-size: 11px;
 color: #666;
}
.list .item .text, .content .text
{
 display: block;
 /*height: 158px;*/
 text-align: justify;
}
.list .item .text img
{
 border: 2px solid #d5d3d3;
 margin: 0px 8px 8px 0px;
 display: inline;
 float: left;
}
.list .item .text .source
{
 display: block;
 text-align: right;
}
.list .item .text .source b
{
 font-weight: bold;
}
.list .item .text a
{
 color: #ea8a1c;
 font-weight: bold;
 text-decoration: none;
}
.list .item .text a:hover
{
 color: #ea8a1c;
 text-decoration: underline;
}

.list .item .line
{
 clear: both;
 border-bottom: 1px solid #dfdfdf;
 display: block;
 height: 1px;
/* background-color: #dfdfdf;*/
 font-size: 1px;
}

.page_numbers
{
 text-align: right;
 font-size: 12px;
 font-weight: normal;
 color: #999;
}
.page_numbers span
{
 color: #666;
 font-weight: bold;
}
.page_numbers a
{
 color: #ea8a1c;
 text-decoration: none;
}
.page_numbers a:hover
{
 color: #ea8a1c;
 text-decoration: underline;
}


.form
{
}
.form td
{
 font-size: 12px;
}
.form .title
{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 4px;
}
.form .title .error
{
	text-align: center;
	color: red;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-bottom: 7px;
}
.form .line
{
}
.form .line .name
{
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}
.form .line .error
{
	color: red;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}
.form .line .value
{
}
.form .line .buttons
{
  text-align: center;
}
.form .star_descript
{
	text-align: right;
}

.comment .name
{
 font-size: 12px;
 text-align: left;
 font-weight: bold;
}
.comment .date
{
 font-size: 11px;
 text-align: right;
 font-weight: normal;
 vertical-align: center;
}
.comment .text
{
 font-size: 12px;
 text-align: justify;
}


.style5
{
 color: white;
 font-weight: bold;
}





.form
{
}
.form .title
{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 4px;
}
.form .title .error
{
	text-align: center;
	color: red;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-bottom: 7px;
}
.form .line
{
}
.form .line .name
{
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}
.form .line .error
{
	color: red;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}
.form .line .value
{
}
.form .star_descript
{
	text-align: right;
}



.left .box
{
 width: 220px;
 font-family: Verdana, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 text-align: justify;
 margin-top: 10px;
 font-size: 10px;
 border: solid 1px #CCC;
 padding: 3px;
}
.left .box .title
{
 xfont-variant: small-caps;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 11px;
 color: #e8820c;
 line-height: 14px;
}
.left .box .title a
{
 color: #ea8a1c;
 text-decoration: none;
}
.left .box .title a:hover
{
 color: #ea8a1c;
 text-decoration: none;
}
.left .box .date
{
 xfont-weight: bold;
 font-size: 10px;
 color: #666;
}
.left .box .text
{
 text-align: justify;
}
.left .box2
{
 width: 214px;
 font-family: Verdana, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
 text-align: left;
 margin-top: 10px;
 font-size: 10px;
 border: solid 1px #CCC;
 padding: 6px;
}
.left .box2 .title
{
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 6px;
}
.left .box2 a
{
 display: block;
 margin-bottom: 6px;
}









/* MOREEEEEEEEEEEEEEEEEE */

.gallist
{
 font-size: 13px;
}
.gallist .item
{
 float: left;
 width: 240px;
 height: 320px;
 overflow: hidden;
 margin: 10px 10px 10px 10px;
}
.gallist .item a
{
 font-weight: bold;
}
.gallist .item img
{
 display: block;
 margin: 5px 0px 5px 0px;
}

.gal
{
}
.gal h1
{
 display: block;
 font-size: 17px;
 font-weight: bold;
 margin: 0px;
 margin-bottom: 7px;
 padding: 0px;
}
.gal .thumbs
{
 margin: 10px 0px 10px 0px;
}
.gal .thumbs a
{
 float: left;
 margin: 5px 10px 5px 0px;
}
.gal a.back
{
 display: block;
 clear: both;
 font-size: 11px;
 margin-top: 5px;
 padding-top: 5px;
}
