body {
	background-color: #CCCFCD;
	font-family: 'Source Sans Pro', sans-serif;
}
.content {
	margin-right: auto;
	margin-left: auto;
}
#contHeader, #pageBg {
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: transparent;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#contHeader {
	height: 170px;
	padding-top: 10px;
}
#header {
	width: 930px;
	height: 170px;
	background-color: transparent;
	background-image: url(../img/riv_testa.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	width: auto;
	padding: 0;
	float: left;
	margin-left: 80px;
}
#logo h1 {
	text-transform: uppercase;
	font-size: 15px;
	color: #26568E;
	font-weight: 100;
}

/* Menu */
#menu {
	float: right;
	width: 585px;
	margin: 0 auto;
	z-index: 9999;
	position: relative;
	height: 70px;
	margin-top: 100px;
	background-color: #D8DAD2;
	background-image: url(../img/sf_menu.png);
	background-repeat: repeat-x;
	background-position: left top;

}
#menu  ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
	float: right;
	position: absolute;
	right: 0px;
}
#menu li {
	float: left;
	width: 117px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 95px;
}
#menu a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #26568E;
	text-transform: uppercase;
	padding: 24px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7B7B7;
}
#menu a.doubleLine {
	padding-top: 8px;
	padding-bottom: 17px;
}
#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #26568E;
	background-color: #7F7D70;
}
#menu .current_page_item a {
}

/* Wrapp */

#wrapper {
	height: 620px;
	background-image: url(../img/wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: transparent;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 0;
}
#wrap {
	width: 930px;
	height: 620px;
	z-index: 1;
}
#wrapMenu {
	z-index: 9999;
	height: 110px;
	width: 930px;
	position: relative;
	background-color: transparent;
	background-image: url(../img/page_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapMenuTit {
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	font-size: 120%;
	padding-top: 15px;
}
.xLarge  {
	text-transform:capitalize;
	font-size: 170%;
	line-height: 50%;
}
.column1 {
	float: left;
	margin-right: 60px;
	margin-left: 50px;
}
.column2 {
	float: left;
}
.column3 {
	float: right;
	margin-right: 50px;	
}
#wrapMenuBox {
	width:235px;
	height:185px;
	position:inherit;
	background-color: transparent;
	background-image: url(../img/wrapMenuBox_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -138px;
	}
#wrapMenuBox a {
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
	width: 230px;
	height: 30px;
	display: block;
	color: #000;
	text-decoration: none;
}
#wrapMenuBox a:hover , #wrapMenuBox .current_page_item a{
	background-color: #7F7D70;
	color: #000;
	text-decoration: none;
}

#wrapMenuBox a img {
	padding: 0px;
	margin-right: 10px;
	margin-top: -5px;
	margin-left: -15px;
	z-index: 999;
}
#wrapMenuBox ul {
	bottom: 47px;
	display: none;
	position: absolute;
	height: 138px;
	background-color: transparent;
	background-image: url(../img/wrapsottomenu_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: baseline;
}
#wrapMenuBox li {
	float: left;
	list-style: none;
	line-height: 25px;
	float: none;
}
#wrapMenuBox ul li a, #wrapMenuBox ul li a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	height: 25px;
}
#wrapMenuBg {
	height: 95px;
	background-image: url(../img/wrapmenubg_bgblu2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

/*Page*/

#pageHeadBg {
	background-color: transparent;
	background-image: url(../img/page_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 45px;
}
#pageHead {
	background-color: #C0C2C2;
	height: 22px;
	text-align: center;
	padding-top: 8px;
}
#pageHead img {
	padding-right: 15px;
}
#page {
	width: 800px;
	line-height: 20px;
	position: relative;
	min-height: 200px;
	padding: 20px 0px;
}
#page ul {
	margin-top: 10px;
}
#page ul li {
	font-weight: bold;
	text-transform: uppercase;
	color: #213165;
}
#page h1, #page h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #213165;
	font-weight: 600;
}
#page h2 {
	color: #F00;
}
#pageBox {
	width: 430px;
	min-height: 160px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;*/
	font-size: 15px;
	color: #000;
	text-align: justify;
	padding: 10px;
}
.box1 {
	float: left;
	margin-left: 5px;
}
.box2 {
	float: right;
	margin-right: 5px;
}
#pageBott {
	height: 20px;
	width: 940px;
	/*background-color: transparent;
	background-image: url(../img/pagebox_bg.png);
	background-repeat: repeat-x;
	background-position: 5px;*/
}
#pageBreak {
	background-color: transparent;
	background-image: url(../img/page_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
}
#siteMapBott {
	background-color: transparent;
	background-image: url(../img/head_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
}
#siteMapCont {
	background-color: #7F7D70;
}
#siteMap {
	width: 930px;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: transparent;
	background-image: url(../img/sitemap_riv.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#siteMap ul li a {
	color: #FFF;
	text-decoration: none;
}
#siteMap h1 {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#siteMap h2 {
	color: #213165;
	text-transform: uppercase;
}

/*Footer*/

#footer {
	width: 930px;
	font-size: 12px;
	font-family: avantgarde;
	padding-top: 10px;
	padding-bottom: 15px;
}
#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
