/* copyright 2010 Antonella Guarracino, all rights reserved */
		
* {
	margin: 0;
	padding: 0;
}

img { 
	border: none; 
	-ms-interpolation-mode: bicubic;
}

body {
	width: 960px;
	background: #ffffff;
	color: #05183b;
	font-size: 100%;
	font-family: "Eurostile", "New York", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	word-spacing: 0.3em;
}


/* IDs
-------------------------------- */
		
#wrapper {
	position: relative;
	text-align: left;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0;
}
		
#header {
	position: relative;
	padding-top: 15px;
	margin-left: 0px;
}
		
#menuwrapper {
	position: relative;
	height: 210px;
	margin-left: 0px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
}

#main {
	position: relative;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

#content {
	margin-left: 0px;
	line-height: 2em;
}

#footer {
	border-top: 1px solid #8a5c09; 
	margin-left: 0px;
	padding-top: 5px;
	height: 25px;
	bottom: 0;
}



/* CLASSes
-------------------------------- */

.menuitem {
	position: fixed relative;
	bottom: 0px;
	display: inline-block;
}

.title {
	font-family: "BlairMdITC TT", Verdana;
	font-size: 16pt;
	color: #8a5c09;
}

.subtitle {
	font-family: "BlairMdITC TT", Verdana;
	font-size: 8pt;
	letter-spacing: 0.1em;
	color: #8a5c09;
}

.small {
	font-size: 8pt;
	text-align: left;
}

.highlight {
	font-style: italic;
	font-weight: 400;
	color: #8a5c09;
}

.handwriting {
	font-family: "Handwriting - Dakota", Arial;
	font-size: 12pt;
	color: #8a5c09;
}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}

.toggle_container .block {
	padding: 20px;
	background: url(toggle_block_btm.gif) no-repeat left bottom;
}

.toggle_container h3 {
	font-size: 0.8em;
	font-family: "Eurostile", "New York", "Lucida Sans Unicode", Arial;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}

.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.table {
	width: 630px;
	border: none;
	border-spacing: 6px;
}

.connect {
	width: 50%;
	vertical-align: top;
}

.input {
	display: block;
	width: 20em;
}

.textarea {
	width: 315px;
	height: 110px;
}

.label {
	font-size: 12px;
}

.clear { 
	clear: both; 
} 

a:link {
	text-decoration:none;
	font-size: 1.3em;
	font-weight: 500;
	color: #05183b;
} 

a:hover {
	font-style: italic;
	color: #8a5c09;
} 


/* type
-------------------------------- */

em {
	font-style: normal;
}

h1 {
	font-size: 1em;
	font-weight: normal;
}	

h2 {
	font-size: 0.8em;
	font-weight: normal;
}		

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 1em;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {
	color: #ccc;
}

h2.active {
	background-position: left bottom;
}

h3 {
	font-size: 0.5em;
}

