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

body {
	background-color: #FFFFFF;
	background-image: url(../img/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	font-size: 12px;
	line-height: 150%;
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border: none;
}


p {
	margin-bottom: 15px;
}


div#wrapper {
	width: 960px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	clear: both;
	
}


div#benvenuti {
	font: 36px 'Josefin Sans', Helvetica, Arial, sans-serif;
	position: absolute;
	top: 100px;
	margin-right: 20px;
	color: #eaeaea;
	font-weight: 700;
	right: 0;
	text-shadow: 2px 2px #3585a6;
}





#header h1 {
	margin: 0;
	padding: 0;
}


em {
	font-style: italic;
}


#header h1 a {
	background: url(../img/logo.jpg) no-repeat;
	width: 241px;
	height: 144px;
	display: block;
	text-indent: -999em;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	margin: 0;

}

#header h1 a:hover {
	opacity: .6;
}

ul li {
	list-style-position: inside;
}

ul.list li {
	list-style-type: disc;
}

ol li {
	list-style: decimal;
	list-style-position: inside;
}

li {
	margin-bottom: .4em;
}




/* @group Navigation*/

div#top-nav {
	position: absolute;
	margin-right: 20px;
	top: 5px;
	background-color: #ccc;
	
	background-image: -moz-linear-gradient(top, #eaea, #ccc); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eaeaea),color-stop(1, #ccc)); /* Saf4+, Chrome */
	background-image: linear-gradient(top, #ccc, #eaeaea);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#eaeaea, EndColorStr=#cccccc); /* IE6–IE9 */
	
	padding: 7px;
	z-index: 100;
	right: 0;
	-moz-box-shadow: 1px 1px  #001220;
	-webkit-box-shadow: 1px 1px  #001220;
	box-shadow: 1px 1px  #001220;
	border-radius: 5px;
	-moz-border-radius: 5px;
}



div#top-nav a {
	font: 11px 'josephin sans' Helvetica, Arial, sans-serif;
	color: #001220;
	padding: 10px 7px;
	text-shadow: 1px 1px #eaeaea;	
}

div#top-nav a:hover {
	background: #0099cc;
	color: #fff;
	text-shadow: 1px 1px #0099cc;	
}


div#top-nav img {
	vertical-align:top;
	margin-right: 3px;
	-moz-box-shadow: 1px 1px  #fff;
	-webkit-box-shadow: 1px 1px  #fff;
	box-shadow: 1px 1px  #fff;
}

#main-nav {
	height: 37px;
	color: #ffffff;
	float: left;
	display: inline;
	width: 960px;
	position: absolute;
}

#main-nav.fixed {
	position: fixed;
	top: 0;
}

ul.dropdown {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: inline;
	list-style: none;
	z-index: 100;
}

ul.dropdown li {
	font: 12px 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	display: block;
	z-index: 100;
	float: left;
}

ul.dropdown li a {
	display: block;
	white-space: nowrap;
	line-height: 35px;
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}

ul.dropdown a:hover, ul.dropdown li a.selected {
	background-color: #CCC;
	text-shadow: 1px 1px  #fff;
	color: #b81e1e;
}

ul.dropdown li:hover ul, ul.dropdown li ul li:hover ul {
	display: block;
}

ul.dropdown li:hover ul ul {
	display: none;
}

ul.dropdown ul {
	background-color: #002136;
	position: absolute;
	margin-top: 35px;
	padding: 0;
	width: auto;
	margin-left: 10px;
	top: 0;
	left: 0;
	display: none;
}

ul.dropdown li li {
	font: 12px 'Josefin Sans', Helvetica, Arial, sans-serif;
	width: 100%;
}

ul.dropdown li li a {
	margin: 0;
	float: none;
	line-height: 40px;
	position: relative;
	display: block;
}

ul.dropdown ul ul {
	width: auto;
	padding: 0;
	margin-left: 100%;
	margin-top: 0px;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

ul.dropdown li li li {
	margin: 0;
}

/* @ group columns */


div#home {
	padding-top: 25px;
}

div#left-home {
	text-align: left;
	padding-right: 10px;
	width: 600px;
	vertical-align: middle;
	border-right: dashed 1px #ccc;
	float: left;
}

div#right-home {
	float: right;
	width: 320px;
	text-align: left;
	padding-left: 10px;
}


#rightcolumn img {
	border: 1px #616161 solid;
}

div#sub {
	padding-top: 100px;
}

div#left-half {
	text-align: left;
	padding-right: 30px;
	width: 450px;
	vertical-align: middle;
	border-right: dashed 1px #ccc;
	float: left;
}

div#right-half {
	float: right;
	width: 450px;
	text-align: left;
	padding-left: 29px;
}

#right-half ul li {
	list-style-image: url(../img/li.png);
	border-bottom: 1px dashed #bfbfbf;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
}





/* @group links */

a {
	color: #0099CC;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

a:hover {
	color: #001220;
}


/* @group headings */

h1 {
	text-transform: uppercase;
	font: 22px 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 20px;
	color: #b81e1e;
}

h2 {
	text-transform: uppercase;
	font: 18px 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	color: #b81e1e;
}

h2.heading {
	font-size: 36px;
	border-bottom: 1px dashed #CCC;
	line-height: 36px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-shadow: 1px 1px 0 #ccc;
	font-weight: 700;
	color: #b81e1e;
}

#intro h2, #services h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 30px;
	text-shadow: 0 1px 0 #fff;
}

h3 {
	font: 16px 'Josefin Sans', Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #b81e1e;
	
}

#right-half h3 {
	font: 20px 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	color: #b81e1e;
}
	

#rightcolumn h3 {
	font: 20px 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	border-bottom: 1px dashed #CCC;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 12px;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	color: #b81e1e;
}


#bottom h3 {
	font-size: 14px;
}

h4 {
	font-size: 16px;
	line-height: 16px;
}

.post-head h4 {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#sidebar h4 {
	color: #666;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}

h5 {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 14px;
}


/* @group latest news*/

div#latestnews {
	background: #0099cc;
	margin: 0 20px 10px 0;
	padding: 10px 10px 35px 10px;
	border: #999 1px solid;
	color: #fff;
}
	

#latestnews h3 {
	font: 20px 'Josefin Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
	border-bottom: 1px dashed #CCC;
	line-height: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-shadow: 0 1px 0 #e1e1e1;
	text-align: center;
	color: #002136;
}

#latestnews .date {
	font: 10px 'Josefin Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: none;
}




/* @group buttons */

.big-btn {
	display: block;
	width: 300px;
	background-color: #002136;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	font: 20px 'Josefin Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.big-btn span {
	background: url(../img/big-btn-arr.png) no-repeat right center;
	padding-top: 6px;
	padding-right: 20px;
}

a.big-btn:hover, input.big-submit:hover {
	background-color: #0099cc;
	color: #b81e1e;
	
}

a.big-btn:hover span {
	background: url(../img/big-btn-arr-over.png) no-repeat right center;
	
}
.medium-btn {
	font: 14px/14px 'Josefin Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	padding: 5px 8px 6px 10px;
	background-color: #63834d;
	display: block;
	float: left;
}

.small-btn {
	font: 12px/12px 'Josefin Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	padding: 5px 8px 4px 10px;
	background-color: #00273F;
	display: block;
	float: right;
}

.small-btn span, .medium-btn span {
	background: url(../img/small-btn-arr.png) no-repeat right center;
	padding-right: 12px;
	padding-top: 3px;
}

a.small-btn:hover {
	background-color: #e1e1e1;
	color: #b81e1e;
}

a.small-btn:hover span {
	background: url(../img/small-btn-arr-over.png) no-repeat right center;
}

a.medium-btn:hover {
	background-color: #000;
	color: #fff;
}

.more-btn {
	display: block;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	float: right;
	border-bottom: 1px solid #fff;
	background: url(../../img/read-more.png) no-repeat right top;
	padding-right: 29px;
}

a.more-btn:hover {
	text-decoration: underline;
	color: #000;
	background-position: right bottom;
}

input.big-submit {
	display: block;
	width: 180px;
	background-color: #63834d;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	letter-spacing: 1px;
	font: 20px 'Josefin Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}





.donateform {
	background-color: #c8e5f2;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
}
.button {
	width: 130px;
	height: 59px;
	background: #ffffff url(/img/donate_blank.jpg) no-repeat;
	outline: none;
	border: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.bottomtable {
	font-size: 12px;
	color: #000000;
	padding-left: 40px;
	padding-right: 40px;
	border: 1px solid #777777;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 125%;
}

div#footer {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	margin-top: 15px;
	font: 10px 'Josefin Sans', Helvetica, Arial, sans-serif;
	color: #616161;
	
}

div#footer .snlinks {
	float: left;
}

div#footer .snlinks a {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
	
div#footer .snlinks a:hover {
	opacity: .6;
}

#contact {
	text-align: left;
	padding-left: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
}

/*group wufoo form*/

#saveform {
	
	font: 12px/12px 'Josefin Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	padding: 5px 8px 4px 10px;
	background-color: #00273F;
	display: block;
	float: right;
	
}

/*group media table*/

div#mediatable {
}

.table {
	display: table;
	width:100%;
	margin-bottom: 10px;
	border: 1px dashed #ccc;
	width: 99%;

}

.row {
	display: table-row;
	width:100%;
}

.even {
	background: #eaeaea;
}
	

.cell {
	display: table-cell;
	padding: 4px;
	width: 50%;



