/* @override http://127.0.0.1/zuam/css/main.css */

* {
	background: #fff;
	margin: 0px;
	padding: 0px;
	border: 0;
}

body,input,textarea {
	color: #000;
	font-family: Didot, Georgia, Times New Roman, serif;
	font-size: 62.5%; /* 10px */
}

a {
	color: #3a2410;
	text-decoration: none;
}

a:hover {
	color: #3a2410;
	text-decoration: underline;
}

a.active, a.active:hover {
		background: #fff url(../triangle.png) bottom center no-repeat !important;
		color: #3a2410 !important;

}

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

p {
	font-size: 1.7em;
	line-height: 1.5em;
}

.highlight {
	background: #FFEBBF;
}

#container {
	width: 900px;
	height: 380px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 20px;
}

#container_left {
	float: left;
	width: 50%;
}

#container_right {
	float: right;
	width: 50%;
}

#independet_wealth {
	font-size: 1.9em;
	margin-top: 160px;
	font-style: italic;
	text-align: center;
}

.text_column {
	display: block;
	width: 95%;
	text-align: justify;
}

/* =Header
----------------------------------*/

#menu {
	height: 110px;
	width: 900px;
	padding-left: 15px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	background: transparent url(../spacer.png) bottom repeat-x;
}

#logo {
	float: left;
	margin-top: 7px;
	width: 351px;
	height: 89px;
	background: #fff url(../logo3.png) no-repeat center center;
}

#logo h1 {
	display: none;
	color: #fff;
}

ul#nav {
	float: right;
	vertical-align: top;

}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

#nav a:link, #nav a:visited {
	float: left;
	line-height: 16px;
	font-weight: bold;
	padding: 78px 12px 15px 12px;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	background: #3a2410;
}

/* =Footer
----------------------------------*/

#footer {
	clear: both;
	position: fixed;
	bottom: 10px;
	width: 100%;
}

#footercontainer {
	font-size: 1.1em;
	text-align: center;
	width: 400px;
	margin: 0 auto;
}

/* =Publications
----------------------------------*/
table {
	font-size: 1.8em;
}

.pub_date_cat {
	font-weight: bold;
	font-size: 0.95em;
}

.pub_date {
	color: gray;
	font-size: 0.8em;
	padding-right: 5px;
}

.pub_title {
	font-size: 0.90em;
}

.pub_paper {
	text-transform: uppercase;
	font-size: 0.65em;
}

.cat_title{
	text-transform: uppercase;
}

p.pub_hover:hover {
	
}

.pub_nav_right {
	font-size: 1.6em;
	margin-top: 30px;
	padding-left: 300px;
	font-weight: bold;
	
}

.pub_nav_left {
	font-size: 1.6em;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
	
}

/* =Form
----------------------------------*/
label{
	font-size: 1.1em;
}

label.error{
	display: none;
	visibility: hidden;
	color: red;
	font-size: 0.8em;	
	margin-left: 6px;
	vertical-align: top;
	font-weight: bold;
}

input.error, textarea.error {
	border: 1px red solid;
	background-color: #ffdcd9;
}

input,textarea {
	width: 290px;
	height: 30px;
	font-size: 1em;
	border: 1px solid #767676;
}

textarea {
	height: 150px !important;
	
}

.submit:hover,.submit {
	width: 100px;
	background-color: #3a2410;
	border: 0;
	color: #fff;
	font-weight: bold;
}

em {
	margin-left: 4px;
}

/* =Disclaimer
----------------------------------*/

.right, .left {
	font-weight: bold;
	font-size: 1.2em;
}

.right {
	float: right;
}

.left {
	float: left;
}
