html,
body {
	margin: 0; padding: 0;
}
html {
	background: #d2df8f;
}
body	{
	color: black;
}


/* anchors */
a	{
	color: #e42553;
}
:-moz-any-link:focus { /* avoid dotted borders around active links in Firefox */
  outline: none;
}
a:hover	{
	text-decoration: underline;
	color: #cc0000;
}
.more {
	font-weight: bold;
	font-style: normal;
	color: #e42553;
}


/* #wrapper */

#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
}


/* header / logo */

#header	{
	width: 100%; height: 170px;
}
#header h1 {
	position: absolute;
	left: 218px; top: 30px;
	width: 314px; height: 122px;
}
#header h1 a	{
	display: block;
	width: 314px; height: 122px;
	text-indent: -999em;
	text-decoration: none;
	background: url(../images/interface/logo_cupertino.png) no-repeat center top;
}

/* #content */

#content {
	position: relative;
	margin: 0; padding: 0 0 21px 0;
	width: 750px;
	line-height: 140%; /* redefine line-height for fontsize function */
	background: url(../images/interface/frame_bottom.gif) no-repeat left bottom;
}


/* primaryContent */

#primaryContent {
	margin: 0; padding: 0;
	background: url(../images/interface/frame_back.gif) repeat-y left top;
}
#primaryContent .wrapper {
	padding: 25px;
	min-height: 190px;
	background: url(../images/interface/frame_top.gif) no-repeat left top;
}
* html #primaryContent .wrapper {
	height: 190px;
}
#primaryContent h2 {
	padding-left: 28px;
	background: url(../images/interface/bullet_title.png) no-repeat left top;
	line-height: 24px;
	font-size: 1.2em;
}

/* different content on homepage */
#page_home #content,
#page_home #primaryContent,
#page_home #primaryContent .wrapper {
	margin: 0; padding: 0;
	background: none;
	min-height: 0;
	height: auto;
}
#page_home #content {
	height: 198px;
	background: url(../images/interface/foto_home.jpg) no-repeat left top;
}


/* #menu */

#menu {
	position: relative;
}
#menu ul,
#menu li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul li {
	float: left; display: inline;
	margin: 0 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
}
#menu li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color: black;
}
#menu li a:hover,
#wrapper #menu li.active a {
	color: #e42553;
}

/* submenu */

#menu ul ul {
	display: none; /* default: hidden */
	position: absolute;
	top: 30px;
}
#menu ul ul,
#menu ul ul li {
	margin: 0; padding: 0;
	list-style: none;
}
#menu ul li.active ul {
	display: block;
}
#menu li li {
	float: left; display: inline;
	position: relative;
	padding: 0; margin: 0;
	background: none !important;
	border-left: 2px solid #d2cae5;
	line-height: 10px;
	font-size: 11px;
}
#wrapper #menu ul li li a {
	display: block;
	padding:  0 8px 2px 8px;
	background: none !important;
	color: #5a4099;
}
#wrapper #menu ul li li a:hover {
	text-decoration: underline;
	color: #a696cc;
}
#wrapper #menu li li.first {
	border: none;
}
#wrapper #menu li li.active a {
	color: #a696cc !important;
}

/* address */

address {
	font-style: normal;
	margin: 0;
}
address .spacer {
	display: block;
	font-size: 0px;
	line-height: 60%;
	height: 8px;
}
address .label {
	display: block;
	float: left;
	width: 1em;
	margin-right: 0.3em;
	text-align: center;
	white-space: nowrap;
	color: #f09c00;
}

#payoff {
	margin: 8px 0;
	height: 12px;
	background: url(../images/interface/payoff.png) no-repeat left top;
	text-indent: -999em;
}

/* #footer */

#footer	{
	position: relative;
	margin-bottom: 15px; padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 125%;
	color: #97a067;
}
#footer a {
	color: #97a067;
}
#footer a:hover {
	color: white;
}



/* various classes */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.2em;
	background: url(../images/interface/bullet.png) no-repeat 0.4em 0.55em;
	margin-bottom: 0.5em;
}
#content ul li ul {
	margin-top: 0.3em;
}
#content #secondaryContent li {
	background-position: 0.2em 0.55em;
	margin-bottom: 0.2em;
}

ul#sitemap li {
	color: #7a0000;
	font-weight: bold;
	font-size: 1.1em;
}
ul#sitemap li li {
	font-weight: normal;
	font-size: 0.9em;
}


hr,
h2 {
	display: none;
}
#content h2 {
	display: block;
}
#primaryContent hr,
#secondaryContent hr {
	display: block;
	height: 2px;
	border: none;
	border-top: 1px solid #d2cae5;
	border-bottom: 1px solid white;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: #333;
	cursor: default;
}

abbr {
	border: none;
}


/* SPECIFIC */

h3 a,
h4 a {
	text-decoration: none;
}
h4 a {
	color: #819500;
}

.newsList li {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d2cae5;
}
.category {
	font-size: 0.9em;
}
.category,
.category a {
	text-decoration: none;
	color: #8c7ab8;
}
.category a:hover {
	text-decoration: underline;
	color: #5a4099;
}



/* IE5.x/WIN hacks */
@media tty {
 i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */


/* IE5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie55.css'; /*";}
}/* */