/* Design by STUDIO7DESIGNS.com
Company:	Nautica X - Opensourcetemplates.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
*
{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin: 20px 0;
}

li, dd, blockquote
{
    margin-left: 40px;
}

fieldset
{
    padding: 10px;
}

img
{
    border: 0px;
}
/* @end */

/* @group HTML, Body */
body
{
    text-align: center;
    font-size: 1em;
    font-family: Verdana, sans-serif;
}


/* @end */

/* @group Layout */
div#outer-wrapper
{
    margin-left: auto;
    margin-right: auto;
    background: url(../../images/body-bkg.gif) repeat-y top center;
}
div#inner-wrapper
{
    min-width: 1020px;
    background: url(../../images/header-bkg.gif) repeat-x;
    height: 43px;
}
div#content-wrapper
{
    background: url(../../images/body-bkg.gif) repeat-y top center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; /*margin-top:-39px;*/
}

div#logo
{
    position: relative;
    margin-top: -41px;
    margin-left: -2px;
    background: url(../../images/logo-box-bkg.gif) no-repeat;
    width: 194px;
    height: 225px;
    text-align: center;
}
div#logo img
{
    margin-top: 75px;
}
#contenitore td
{
    vertical-align: top;
}
div#sidebar
{
    width: 210px;
}
.sidebarimage
{
	 width: 210px;
	 text-align:center;
	
	}

div#content
{
    width: 730px;
    margin-left: 0px;
    margin-right: 30px;
}
div#content-inner
{
    margin-top: 10px;
    padding: 1px 0; /* background: url(../../images/logoWM.jpg) no-repeat bottom right; */
    width: auto;
    height: auto;
}
div.content-left
{
    width: 218px;
    margin-left: 10px;
    float: left;
    clear: right;
}

div.content-left img
{
    border: 2px solid #e7e5d2;
}

.mappa
{
    float: left;
    margin-left: 10px;
    border: 2px solid #e7e5d2;
}

div.content-right
{
    float: left;
    margin-left: 15px;
    width: 484px;
    text-align: justify;
    margin-bottom: 20px;
}

div.content-right p
{
    text-align: justify;
}

.dist-table
{
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
    float: right;
}


div.content-full
{
    clear: both;
    padding-top: 15px;
    padding-right: 8px;
    margin-left: 10px;
    text-align: justify;
    
}

div.content-full img
{
    float: right;
    margin-right: 0px;
    margin-left: 20px;
    
}

div.content-full p
{
    text-align: justify;
    
    vertical-align:text-top;
}


p.end-story-links
{
    border-bottom: 4px solid #faa514;
    margin-bottom: 15px !important;
    font-size: .8em;
}
div#footer
{
    clear: both;
    border-top: 1px solid #5e534f;
    background-color: #e7e5d2;
    padding: 10px;
    min-width: 1000px;
}

img.content-img
{
    float: right;
    border: 2px solid #ccc;
    margin: 0 10px 10px 0;
    display: block;
}

img.content-img-big
{
    float: right;
    
    margin: 0 10px 10px 0;
    display: block;
}

/* @end */

/* @group Nav */
ul#nav
{
    position: relative;
    margin: -39px 0 20px 0;
    height: 40px;
    line-height: 45px;
    font-size: 10pt;
    font-family: "Verdana",  Garamond , serif;
    overflow: hidden;
}
ul#nav li
{
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited
{
    color: #7d7257;
    text-decoration: none;
}
ul#nav li a:hover
{
    color: #3f3e3a;
}

ul.side-nav
{
    margin: 10px 5px 10px 17px;
    border-top: 1px solid #e9e7e7;
    font-size: .7em;
    color: #978f7c;
    text-transform: uppercase;
}
ul.side-nav li
{
    margin: 0;
    list-style-type: none;
    padding: 1px 0;
}
ul.side-nav li a
{
    display: block;
    border-bottom: 1px solid #e9e7e7;
    margin: 0;
    padding: 10px 0 10px 20px;
    background: url(../../images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited
{
    color: #978f7c;
    text-decoration: none;
}
ul.side-nav li a:hover
{
    background: url(../../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
    color: #cac6ba;
}

ul#footer-nav
{
    font-family: "Times New Roman" , serif;
    font-size: .7em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
ul#footer-nav li
{
    display: inline;
    margin: 0;
    padding: 0 10px 0 5px;
    border-right: 1px solid #958d83;
}
ul#footer-nav li.last
{
    border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited
{
    color: #5e534f;
    text-decoration: none;
}
ul#footer-nav li a:hover
{
    color: #453e3b;
}
/* @end */

/* @group Headings */

h1
{
    margin: 10px;
    font-family: "Verdana" , serif;
    font-weight: bold;
    font-size: 13pt;
    color: #929291;
}
h2
{
    margin: 0 0 0 0;
    font-family: "Times New Roman" , serif;
    font-weight: lighter;
    font-size: 12pt;
    color: #464031;
    height: 23px;
}
h3.dateline
{
    font-size: .8em;
    font-weight: lighter;
    color: #dc3409;
    margin: 0 0 10px 0;
}
h4
{
    margin-left: 25px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 10px;
    font-family: "Times New Roman" , serif;
    color: #a1a09b;
}
h5
{
}
h6
{
}
/* @end */

/* @group Text Styles */
div#content-inner
{
    font-size: 8pt;
    color: #929291;
    line-height: 1.7em;
}
div#content-inner p
{
    margin: 2px 0 30px 0;
}
p.intro:first-letter
{
    font-size: 9pt;
    letter-spacing: -1px;
}



p.copyright

{   
    font-size: .55em;
    font-family: "Times New Roman" , serif;
    color: #797069;
    text-transform: uppercase;
    margin: 10px 0;
    
}
/* @end */

/* @group Lists */

/* @end */

/* @group Forms */
div#searchdiv
{
    /*width: 150px;*/
    position: relative;
    float: right;
    margin: -41px 0 0 0;
    border-right: 1px solid #736749;
    border-left: 1px solid #736749;
    border-bottom: 1px solid #736749;
}
div#searchdiv input.txt
{
    width: 140px;
    padding: 4px; /*border: 1px solid #736749;*/ /*border-top: 4px solid #635534;*/
    border: none;
    background-color: #dbd6c9;
    color: #fff;
    text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited
{
    color: #8b7f73;
    text-decoration: none;
    border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover
{
    color: #706153;
    border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited
{
    color: #8b7f73;
    text-decoration: none;
    border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited
{
    color: #797069;
    text-decoration: none;
}
p.copyright a:hover
{
    color: #453e3b;
}
/* @end */

/* @group Misc */
.clear
{
    clear: both;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
/* @end */