/*	Fernando 3
	Website template by Fernando Baptista
	www.fernbap.com
	Layout CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/topbg1.png) repeat-x;
}

a {
	text-decoration: none;
}

caption {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

img {
	padding: 1px;
	border: 0px solid;
}

img.left {
	margin: 4px;
	float: left;
}

img.right {
	margin: 4px 0 4px 4px;
	float: right;
}

body {
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p, cite, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 2em;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

code {
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite, blockquote p {
	font-weight: bold;
	font-style: italic;
	margin: 0 20px 12px;
	padding: 8px 8px 0;
}

h1,h2,h3 {
	padding-top: 6px;
	margin-bottom: 4px;
}



#contactform fieldset {
	border: 2px solid;
	background: #404040;
	margin: 16px auto 16px;
	width: 370px;
}

#contactform fieldset h3 {
	text-align: center;
	padding-bottom: 4px;
}

#contactform fieldset .inputfields {
	margin: 6px;
	font-size: 1.2em;
}

#contactform textarea, #contactform input {
	overflow: auto;
	width: 200px;
	margin: 2px;
	padding: 2px;
	border: 1px solid;
}

div.row {
	width: 360px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	width: 200px;
	text-align: right;
}

#contactform .submit {
	font-family: verdana, arial, sans-serif;
	width: 205px;
	border: 1px solid;
	cursor: pointer;
}

a.more {
	float: right;
}

.clearer {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 950px;
	padding-top: 2px;
}

.logo {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	margin-left: 0;
	padding-right: 10px;
	float: left;
}

.navigation {
	width: 600px;
	padding: 0 16px;
}

#ttitle {
	float: left;
	margin-top: 30px;
	height: 60px;
	padding: 0;
}

#ttitle h1 {
	display: inline;
	text-align: left;
	font: normal 2.8em Verdana,sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#ttitle a {
	text-decoration: none;
}

#ttitle h2 {
	margin-left: 12px;
	display: inline;
	font: normal 1.6em Verdana,sans-serif;
	font-weight: 600;
}

span.toplinks {
	display: inline;
	width: 200px;
	float: right;
	text-align: right;
	font-size: 1em;
}

#menu {
	clear: both;
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid;
	background:url(images/topbg1.png) bottom repeat-x;
}

#menu ul {
	margin: 12px auto;
	width: 950px;
	list-style:none;
}

#menu li {
	display:inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding:10px 10px 14px 10px;
	border-right: 1px solid;
	border-left: 1px solid;
	text-decoration:none;
}

#menu a:hover, #menu a.selected {
	background:url(images/topbg2.png) bottom repeat-x;
}

#holder h1 {
	padding-top: 2px;
	height: 31px;
	border-bottom: 1px solid;
}

#holder fieldset {
	border: 2px solid;
}

/* floating right column */
#rightcolumn {
	float: right;
	width: 264px;
	display: block;
	margin-top: 4px;
	margin-left: 6px;
	background: url(images/bg.png);
}

#rightcolumn .content {
	margin: 0 0 8px 16px;
	padding: 0;
}

#rightcolumn h2.title {
	clear: right;
	display: block;
	background: url(images/h2right.gif) no-repeat;
	font-size: 1.4em;
	padding: 7px 0 10px 20px;
}

#rightcolumn .block {
	padding: 12px 10px 8px 10px;
}

#rightcolumn li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#rightcolumn li a {
	padding-left: 24px;
}

#calendar {
	font-size: .9em;
}

#calendar tbody {
	border-bottom: 1px solid;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendat tfoot {
	border-top: 1px solid;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	border: 1px solid;
	font-weight: bold;
}

/* footer */
#footer {
	clear: both;
	padding-top: 48px;
	padding-bottom: 30px;
	background: url(images/footerbg.png) repeat-x;
	padding-bottom: 8px;
	font-size: 0.9em;
	text-align: center;
}
