/* CSS Document */

body {
	font: normal 80%/1.5em Trebuchet, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
	color: #666666;
	margin-top: 0px;
	padding: 10px
}

hr{
	clear: both;
	color: #fff;
	border: none;
	width: 0px;
}

/* begin page structure */

#wrapper {
	width: 700px;
	margin: auto;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header {
	padding:10px;
	height: 20px;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#topbanner {
	clear:both;
	float: left;
	padding-top: 15px;
}

.topcontainer {
	float: left;
	width: 335px;
	padding: 0px 0px 15px 15px;
	background-image: url(../images/quote_open.gif);
	background-position: 25px 0;
	background-repeat: no-repeat;
}

.topcontainer blockquote {
	background-image: url(../images/quote_close.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#breadcrumbs {
	padding:5px 5px 5px 20px;
	margin: 0;
}

#content {
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

.container {
	float: left;
	width: 335px;
	padding: 0px 0px 15px 20px;
}

.right {
	margin-bottom: 0;
	margin-left: 20px;
	width: 300px;
	float: left;
	text-align: left;
}

.inner {
	padding:10px;
	border-right: 1px solid #CCCCCC;
}

.final {
	border-right: 0;	
}

#teasercontent {
	padding: 20px 0px 20px 43px;
	float: left;
}

.teaser{
	width: 190px;
	margin-right: 20px;
	float: left;
}

.last {
	margin-right: 0
	padding: 0
}

.anchor {
	padding:5px 5px 5px 20px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.dotbox {
	border-top-width: 1px;
	border-top-style: dashed;
}

#footer {
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	clear: both;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 0px;
}

/* begin navigation */

#navcontainer {
	margin-bottom: 0px;
}

#navlist {
	padding: 3px 0;
	margin-left: 0px;
	border-bottom: 1px solid #999999;
	font: bold 120% Trebuchet, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 0px;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #999999;
	border-bottom: none;
	background: #ffffff;
	text-decoration: none;
	margin-bottom: 0px;
}

#navlist li a:link { color: #FF0000; }
#navlist li a:visited { color: #FF0000; }

#navlist li a:hover {
	color: #999999;
	background: #ffffff;
	border-color: #999999;
}

#navlist li a#current {
	border-bottom: 1px solid white;
	background: white;
	color: #666666;
}


/* end navigation */


/* begin links */

a {
color:#FF0000;
text-decoration:none;
}

a:visited {

}

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

a:active {

}


/* begin text */

.language {
	float:left
}

.date {
	float:right
}

.quote {
	font-size: 300%;
	color: #FF0000;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
	margin-left: 38px;
}

h2 {
	font-size: 200%;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

h4 {
	font-size: 100%;
	color: #333333;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 150%;
}

h5 {
	font-size: 160%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 120%;
}

p {
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.contact {
	margin-top: 5px;
}
