/* 
=General / Layout
*/
* {margin: 0; padding: 0;}

hr {display:none; }
	
.align-top		{vertical-align: top;}
.align-right	{text-align: right;}
.align-left		{text-align: left;}
.align-center	{text-align: center;}
.float-left		{float:left; padding-right: 12px;}
.float-right	{float:right; padding-left: 12px;}
.left			{float: left;}
.right			{float: right;}

.clearall		{clear: both;}
br.clearall		{clear: both; height: 0; line-height: 0;}
img				{border: 0px;}
acronym			{border-bottom: 1px dotted black;}
.hide			{display: none; }
.error			{color: #f00;}
.small			{font-size: 0.9em;}
.no-pad			{padding: 0 !important;}

:focus {
	outline:none;
	}
.red {color: #f00;}

#access-key		{display: none;}

.iePNG { filter:expression(fixPNG(this)); }

html, body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}	
body { 
	color: #fff;
	background: #585857 url(bg.gif) repeat-x top;
	font-size: 62.5%;
	font-family: Arial, Verdana, san-serif;
	}
	
/* 
=Headers
*/
p {padding: 0.5em 0;line-height: 16px;}
h1 {
	color: #afa078;
	font-family: Times New Roman, Arial, Verdana, san-serif;
	font-size: 1.9em;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0.5em 0;
	}
h2 {
	color: #808285;
	font-family: Times New Roman, Arial, Verdana, san-serif;
	font-size: 1.7em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0.5em 0;
	}
body#home h2 {
	padding: 0.5em 0 1.3em;
	}
h2 strong {
	color: #171716;
	font-weight: normal;
	}
h3 {
	color: #808285; 
	font-family: Times New Roman, Arial, Verdana, san-serif;
	font-size: 1.4em; 
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.5em 0;
	}
h4 {font-size: 1.2em; color: #000000; padding: 0.5em 0;}
h5 {font-size: 1.1em; color: #808285; padding: 0.5em 0;}
h6 {font-size: 1em; color: #808285; padding: 0.5em 0;}

h1 a:link, h1 a:visited, 
h2 a:link, h2 a:visited, 
h3 a:link, h3 a:visited, 
h4 a:link, h4 a:visited, 
h5 a:link, h5 a:visited, 
h6 a:link, h6 a:visited{
	text-decoration: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration: none;
	background: transparent;
	}
h1 a:hover{color: #afa078;}
h2 a:hover{color: #808285;}
h3 a:hover{color: #808285;}
h4 a:hover{color: #808285;}
h5 a:hover{color: #808285;}
h6 a:hover{color: #808285;}

/* 
=Links
*/	
a:link, a:visited { 
	color: #808285;
	text-decoration: underline;
	}
a:hover, a:active { 
	color: #000054;
	text-decoration: none;
	}
/* 
=Structure
*/	
#container {
	width: 950px;
	margin: 0 auto;
	}

/* =Header */	
#header {
	background: url(logo.gif) no-repeat top;
	width: 750px;
	height: 190px;
	position: relative;
	padding: 0 100px;
	z-index: 1;
	}
#header a.logo{
	width: 275px;
	height: 97px;
	position: absolute;
	top: 36px;
	left: 141px;
	display: block;
	text-decoration:none;
	}
#header a.logo em {
	display:block;
	text-indent: -9999px;
	}
#header a.logo span {
	width:60px;
	display:block;
	position:absolute;
	bottom:1px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	right:39px;
	line-height:32px;
	font-family:times New Roman;
	font-size:21px;
	font-weight:bold;s
	}	

/* =Content */	
#content {
	color: #000;
	background: #fff url(content-bg-top.gif) no-repeat top;
	width: 750px;
	margin: -37px 100px 0 100px;
	padding: 25px 0 0;
	position:relative;
	z-index: 3;
	}
/* =Content secondary */	
#secondary-content {
	background: #fff;
	width: 220px;
	padding-left: 20px;
	display: inline;
	float: left;
	}
#secondary-content ul#menu{
	background: url(menu-bg-top.gif) no-repeat top;
	list-style: none;
	width: 190px;
	padding-top: 5px;
	position: relative;
	}
#secondary-content ul#menu li a{
	color: #434a56;
	background: url(menu-bg.gif) repeat-x top;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #e1e1e1;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 28px;
	width: 168px;
	padding: 0 10px;
	display: block;
	}
#secondary-content ul#menu li.current a,
#secondary-content ul#menu li a:hover{
	background: url(menu-bg.gif) repeat-x top;
	text-decoration: underline;
	}
#secondary-content .menu-bottom{
	background: url(menu-bg-bottom.gif) no-repeat top;
	font-size: 1px;
	width: 190px;
	height: 5px;	
	position: relative;
	top: -1px;
	}



/* =Content primary*/	
#primary-content {
	background: #fff;
	font-size: 1.1em;
	width: 490px;
	padding-right: 20px;
	display: inline;
	float: left;
	}
#primary-content ul {padding: 0.5em 2em;}
#primary-content ul li {padding: 0.5em 0;}

#content-bottom {
	background: url(content-bg-bottom.gif) no-repeat bottom;
	width: 750px;
	height: 25px;
	clear: both;
	}
/*******************************/
#home-button-left-bot{
	background: url(button-left-bg-top.gif) no-repeat top left;
	width: 245px;
	margin-bottom: 20px;
	float: left;
}
#home-button-left{
	color: #fff; 
	background: url(button-left-bg-bottom.gif) no-repeat bottom left;
	padding: 8px 40px 15px 20px;
}
#home-button-left h3 {
	color: #fff; 
	}
#home-button-left a {
	color: #fff; 
	font-weight: bold;
	}
#home-button-left a:hover {
	color: #fff; 
	text-decoration: none;
	}
#home-button-left p {
	padding-top: 0;
	}

/*******************************/
#home-button-right-bot{
	background: url(button-right-bg-top.gif) no-repeat top left;
	width: 245px;
	margin-bottom: 20px;
	float: left;
}
#home-button-right{
	color: #737373; 
	background: url(button-right-bg-bottom.gif) no-repeat bottom left;
	padding: 8px 40px 15px 20px;
}
#home-button-right h3 {
	color: #4e4c48; 
	}
#home-button-right a {
	color: #4c4944; 
	font-weight: bold;
	}
#home-button-right a:hover {
	color: #4c4944; 
	text-decoration: none;
	}
#home-button-right p {
	padding-top: 0;
	}


/*******************************/
#home-button-bottom-container{
	width: 490px;
	clear: both;
	position: relative;
}
#home-button-bottom-foto{
	background: url(button-bottom-bg-foto.png) no-repeat top left;
	width: 490px;
	height: 109px;
	position: absolute;
}
#home-button-bottom-bot{
	background: url(button-bottom-bg-top.gif) no-repeat top left;
	width: 490px;
}
#home-button-bottom{
	color: #434a56; 
	background: url(button-bottom-bg-bottom.gif) no-repeat bottom left;
	padding: 11px 270px 10px 20px;
}
#home-button-bottom h3 {
	color: #434a56; 
	}
#home-button-bottom a {
	color: #434a56; 
	font-weight: bold;
	position: relative;
	}
#home-button-bottom a:hover {
	color: #434a56; 
	text-decoration: none;
	}
#home-button-bottom p {
	padding-top: 0;
	}



/* =Footer */	
#footer {
	color: #adacac;
	font-size: 1.1em;
	width: 710px;
	margin: 0 100px;
	padding: 5px 20px 0;
	clear: both;
	}
#footer strong{
	color: #fff;
	font-weight: normal;
	}
#footer a{
	color: #fff;
	text-decoration: none;
	}
#footer a:hover{
	text-decoration: underline;
	}
#footer p.footer-menu{
	float: right;
	}
#footer p.footer-menu span{
	padding: 0 10px;
	}
#footer p.footer-menu span:last-child{
	display: none;
	}


	
	
/* =Sitemap
-----------------------------------------------------------------------------*/
#sitemap
{
	margin-left: 0px;
	padding-left: 15px;
}
#sitemap li
{
	margin-left: 0px;
	padding: 2px 0;
}



/* =Forms
-------------------------------------------------------------------------*/
table td{
	border-top: 1px solid #F2F2F2;
	padding-top: 10px;
}
table.contact_form td strong{
	font-size: 1.1em;
}
.text, select{
	color: #333;
	border: solid 1px #d1d2d3;
	font-size: 11px;
	width: 240px;
	padding: 3px 5px;
	margin-bottom: 10px;
}
textarea.text {
	width: 250px;
	font-size: 12px;
	padding: 0;
	overflow: auto;
}
select{
	width: 250px;
}

#register-form {
	padding: 30px 0 0 17px;
}
#register-form .text{
	width: 150px;
}
.submit, #register-form .submit-btn {
	color: #fff;
	background: #97999b url(../images/submit-btn.gif) no-repeat;
	border: none;
	text-align:center;
	font-family: Verdana, Arial, san-serif;
	font-size: 1em;
	line-height: 22px;
	width: 55px;
	height: 22px;
	padding: 0 0 3px 0;
	cursor: pointer;	
	display: block;
}
#register-form .submit-btn {
	font-size: 1.1em;
	margin-left: 107px;
}



fieldset {
	background: #e7f5f8;
	font-size: 0.9em;
	padding:15px;
	border: 0;
	}
fieldset.comments {
	margin-bottom: 20px;
	}
legend {display: none;}

fieldset h2 {
	color: #61bccf;
	padding: 0 0 10px;
	}	
fieldset p {
	padding: 0 0 8px;
	}	
fieldset label {
	color: #838383;
	width: 210px;
	display: block;
}
* html fieldset label {
	width: 199px;
	}

fieldset label span.error {
	margin-left:0;
	}

fieldset .text{
	width: 260px;
	padding: 0;
}
fieldset.comments .text{
	width: 170px;
	padding: 0;
}
fieldset.comments textarea.text {
	width: 260px;
	height: 96px;
	padding: 0;
	overflow: auto;
	}
fieldset select {
	width: 264px;
	}
fieldset .submit {
	color: #fff;
	background: url(../images/submit-58.gif) no-repeat;
	border: none;
	text-align:center;
	font-size: 1.1em;
	font-weight:bold;
	line-height: 26px;
	width: 58px;
	height: 27px;
	padding: 0 0 3px 0;
	margin-top: 10px;
	cursor: pointer;	
	display: block;
}
