/*
Reset
*/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, select, 
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
	outline: 0;
	font-weight: regular;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img 
{
	border: 0px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

.LeftSide ul
{
	list-style: circle;
	margin-left: 15px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


input {
	margin:0;
	padding:0;
}

/*
Site
*/
body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #ffffff url("/assets/images/frontend/background.jpg") repeat-x top center;    
}

#body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: none;
    background: #0a0804 url("/assets/images/frontend/background_prop2.jpg") repeat-x  center -200px fixed;    
}


#wrapper_content
{

    width:100%;
    height:auto;
    margin:0 auto;
    position:relative;
    text-align: center;
    background: url("/assets/images/frontend/menu_rpt_x_verde.png") repeat-x  top;    
}

#wrapper
{

    width:100%;
    height:100%;
    min-height: 900px;
    margin:0 auto;
    position:relative;
}

a.inapoi
{
	color: #fff;
	width: auto;
	display: block;
	float: left;
	padding: 5px;
	background: #29384E url(/assets/images/frontend/menu_rpt_x.png) repeat-x scroll left -33px;
	border: solid 1px #4e4e4e;
	text-indent: 0px;
    font-family: Arial, sans-serif;
}

a.inapoi:hover
{
	text-decoration: underline;
}

#background
{
    width: 100%;
    height: 900px;
    left: 0px;
    top: 0px;
    overflow: visible;
    float: left;
    display: block;
    position: absolute;
    text-indent: -99999px;
}

#menu
{
    height: 85px;
    
    text-align: center;
    width:1000px;
    margin: 0 auto;

}

#motto
{
	width: 100%;
	height: 65px;
    background:url(/assets/images/frontend/motto.png) no-repeat scroll center -10px;
}

#top_menu
{
    
    float: left;
    display: inline;
    overflow: visible;
    position: relative;
    height: 40px;
    width: 690px;    
}

#top_menu li
{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display:block;
    position: relative;
    width: auto;
    margin-top: 2px;
    height: 41px;
}

#top_menu li.selected
{
    background:#fff url(/assets/images/frontend/gradient_white.png) repeat-x scroll left top;
    display: block;
}

#top_menu li a
{
    color: #d6d6d6;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-indent: 0px;
    display: block;
    position: static;
    padding-top: 13px;
    height:28px;
}

#top_menu li a:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#top_menu li.selected a
{
    color: #555454;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-indent: 0px;
    display: block;
    position: static;
    padding-top: 13px;
    height:28px;
}

#top_menu li.selected a:hover
{
    color: #555454;
    text-decoration: underline;
    font-family: Arial, sans-serif;
    font-weight: bold;
}



#center
{
    margin: 0 auto;
    width: 1000px;
 /*   margin-right: 50px;*/
}

#center img
{
    float: left;
}

#center img.slogan
{
	margin-top:60px;
}

#content
{
    margin: 0 auto;
    width: 1000px;
    margin-top:-1px;
    overflow: hidden;
}

.content_page
{
    float: left;
    width: 440px;
}

#footer
{
	width: 100%;
	height: 240px;
	display: block;
	float: left;
    background: url("/assets/images/frontend/footer.png") repeat-x left 190px;
    margin-top: 50px;
}

#middle_content
{
    float: left;
}

#videos
{
    width: 300px;
    float:right;
    margin-bottom:-32767px;
    padding-bottom:32767px;
}

.title_content
{
    float: left;
    height: 49px;
    width:680px;
    overflow:hidden;
}

.header_content, .left_border, .right_border
{
	margin-bottom:-32767px;
	padding-bottom:32767px;
}

span.left_border
{
     background: url("/assets/images/frontend/left_corner_green.png") no-repeat;
     float: left;
     width: 10px;
     height: 49px;
}
span.right_border
{
     background: url("/assets/images/frontend/right_corner_green.png") no-repeat;
     float: right;
     width: 10px;
     height: 49px;
}

.content_page p.header_content
{

	background:transparent url(/assets/images/frontend/header_content_green.png) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:32px;
	font-weight:bold;
	height:49px;
	padding-left:7px;
    padding-top:5px;
    width:680px;
    text-align: left;
    
}

.text_content
{
    float: left;
    clear:both;
    background:#ffffff  url("/assets/images/frontend/gradient_white.png") repeat-x top left;
    padding: 11px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #29384e;
    border: solid 1px #666666;
    margin: 0px;
    width:657px;
    text-align: left;
}

.dropdown
{
    width: 100%;
    min-width:200px;
	height: auto;
	margin: 0 0 0 -10px;
	padding: 10px 0 20px 0;
    background: url("/assets/images/frontend/dropdown_bg_1.png") repeat-x bottom left;
    background-color: #ffffff;
    position: absolute;
    display: none;
}

.dropdown a
{
	color: #1b2534 !important;
	font-size: 14px !important;
	padding: 0 15px 15px 15px !important;
	margin: 10px 0 0 15px !important;
	height: auto !important;
	width: 160px;
	display: block;
	margin: 0;
    background: url("/assets/images/frontend/arrow_dropdown.png") no-repeat 0 2px;
    text-align: left;
}

.posted
{
	color: #ffffff;
	font-size: 12px;
	height: 22px;
    background: url("/assets/images/frontend/blog.png") repeat-x;
    margin: 0;
    padding-top: 4px;
    padding-left: 4px;
}

div.text_content img
{
    float: left;
    margin-right: 5px;
}

div.text_content a
{
    position: static;
    display: inline;
    margin-right: 20px;
    
}
div.text_content a img
{
    position: static;
    float: none;
    vertical-align: middle;
    
}

.text_content div
{
    margin-bottom:5px;
}
.label
{
    float: left;
    width: 120px;
    clear: both;
}

.required
{
    color: red;
}

.field input
{
    width: 350px;
    height: 22px;
    padding-top:3px;
    padding-left:3px;
    border: 1px #c8c6c6 solid;
    background: url("/assets/images/frontend/form.gif") repeat-x;
    
}

.field input.checkbox
{
    width: auto;
    height: 22px;
    padding-top:3px;
    padding-left:0px;
    border: 1px #c8c6c6 solid;
    background: url("/assets/images/frontend/form.gif") repeat-x;
    
}

.field input.submit
{
    width: 50px;
    height: 26px;
    padding:3px;
    border: 1px #c8c6c6 solid;
}

.field textarea
{
    width: 353px;
    height: 120px;
    border: 1px #c8c6c6 solid;
    background: url("/assets/images/frontend/form.gif") repeat-x bottom left;
}

.image_logo
{
    float: left;
    width: 390px;
    text-align: left;
}

.image_slogan
{
    float: left;
    text-align: left;
}
.clear
{
    clear: both;
}

#voluntari_form div p.label
{
    width: 250px;
}

a.page_control,
a.page_control:hover,
a.page_control:visited {
    padding:10px;
    color:black;
    text-decoration:none;    
}
a.active_page,a.active_page:hover,a.active_page:visited {
    background-color:#243710;
    padding:10px;
    color:white;
    text-decoration:none;
}

