/*
	Browser reset
*/

* { margin:0; padding:0; }
option {padding-left: 0.4em}

* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }

html { height:100% }
body { position: relative; color: #000000; background: #fff; text-align: left; }

fieldset, img { border:0 solid; }

ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/*
	Standard
*/

ul { list-style-type: square; }
ol { list-style-type: decimal; }
p  { margin-bottom: 10px; }
h1 { font-size: 12pt; }
h2 { font-size: 10pt; margin-bottom: 10px; }
h3 { font-size: 24pt; font-weight: bold; margin-bottom: 20px; color: #A2A49F; }
td { padding-bottom: 5px; line-height: 1.3em; }

a             { color: #A99977; text-decoration: none; }
a:hover       { color: #790917; }

a.info        { color: #790917; text-decoration: none; }
a.info:hover  { color: #790917; }

a.menu        { color: #382E22; font-weight: bold; }
a.menu:hover  { color: #790917; }
a.menuactive        { color: #790917; font-weight: bold; }
a.menuactive:hover  { color: #790917; }
/*
	ID'S
*/
body
{
	background: #382E22 url(../media/backgroundbody.jpg) repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5em;
}
/* ---------------------------------------------------------------------------------------- */
#main
{
	background: url(../media/background.jpg) no-repeat top center;
	width: 1199x;
	padding-top: 15px;
}
/* ---------------------------------------------------------------------------------------- */
#frame
{
	margin: 0px auto 0px auto;
	width: 950px;
	height: auto;
	min-height: 1015px;
	background-color: #FEFEFE;
}
/* ---------------------------------------------------------------------------------------- */
#menu_top
{
	font-weight: bold;
	height: 18px; /* 20 - 2 */
	text-align: right;
	padding: 2px 0px 0px 0px;
}
#menu_top a       { padding-right: 10px; }
#menu_top a:hover { padding-right: 10px; }
/* ---------------------------------------------------------------------------------------- */
#header
{
	height: 325px;
	padding: 0px 0px 0px 10px;
}
#header_left
{
	float: left;
	width: 386px;
	height: 320px;
}
#header_right
{
	float: left;
	margin-left: 5px;
	padding: 280px 0px 0px 30px;
	width: 509px; /* 539 - 30 */
	height: 40px; /* 320 - 280 */
	background-image: url(../media/header_right.jpg);
	color: #D7C2B3;
}
/* ---------------------------------------------------------------------------------------- */
#menu
{
	clear: both;
	height: 40px; /* 45 - 5 */
	padding: 5px 10px 0px 10px;	
	background-color: #D8D6BC;
}
#menu a       { width: 153px; display: block; float: left; text-align: center; }
#menu a:hover { width: 153px; }
#menu .spacer 
{ 
	float: left; 
	width: 2px; 
	height: 27px; 
	margin-top: 4px;
	background-color: #A99977; 
}
/* ---------------------------------------------------------------------------------------- */
#content
{
	min-height: 410px;
}
#content_left
{
	float: left; 
	margin: 30px 0px 0px 10px;
	width: 390px; 
	min-height: 345px;
	background-color: #F4F1E8;
	background-repeat: no-repeat;
}
#content_right
{
	float: left; 
	margin: 30px 0px 0px 30px;
	width: 480px;
	min-height: 345px;
}
.contentbox
{
	background-repeat: no-repeat;
	padding: 40px 0px 0px 30px;
	height: 305px; /* 345 - 40 */
}
.logobox
{
	background-repeat: no-repeat;
	padding: 140px 0px 0px 55px;
	height: 205px; /* 345 - 140 */
}
/* ---------------------------------------------------------------------------------------- */
#content_end
{
	clear: both;
	height: 20px;
	background-color: #6D0915;
	margin: 10px 10px 15px 10px;	
}
/* ---------------------------------------------------------------------------------------- */
#topics
{
	padding: 0px 10px 0px 10px;	
	margin-bottom: 10px;
	height: 180px;
}
#topics img { float: left; }
#topics .spacer 
{ 
	float: left; 
	width: 15px; 
	height: 170px; 
}
/* ---------------------------------------------------------------------------------------- */
#frame_bottom
{
	font-weight: bold;
	margin: 0px auto 0px auto;
	padding: 9px 15px 0px 15px;
	width: 900px; /* 950 - 30 - 20 */
	height: 26px; /* 55 - 9 - 20 */
	border: 10px solid #E9E8D1;
}
#frame_bottom a       { padding: 0px 10px 0px 10px; }
#frame_bottom a:hover { padding: 0px 10px 0px 10px; }
/* ---------------------------------------------------------------------------------------- */
#copyright
{
	margin: 15px auto 0px auto;
	width: 930px; /* 950 - 20 */
	height: 30px;
	color: #A99977;
	text-align: right;
	padding: 0px 0px 20px 0px;
}
/* ---------------------------------------------------------------------------------------- */
span.tel  { padding-right: 6px; }
span.fax  { padding-right: 4px; }
span.mail { padding-right: 0px; }
span.www  { padding-right: 0px; }
/* ---------------------------------------------------------------------------------------- */
#map
{
	border: 1px solid #878E90;
	margin-bottom: 10px;
	width: 480px; 
	height: 400px;
}

