@charset "utf-8";
/* CSS Document */

/** {
   padding: 0;
   margin: 0;
}*/

body{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #333333;
	line-height: 1.5em;
}

div#wrapper {
	
}

a img {
	border: none;
}

#content h3 {
	width: 650px;
	border-bottom: thin solid #333;
}
	
div#page {
	width: 1000px;
	margin: 0.25em auto;
	margin-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
	border-bottom: thin solid #333;
	margin-bottom: 0.1em;
	background: #ffffff url('../images/logo.png') no-repeat left;
}

div#navigation {
	text-align: center;
	border-bottom: thin solid #333;
	margin-bottom: 10px;
	
	font-size: 14px;
}

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

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

#header h1 {
	font-size: 3.5em;
	margin-bottom: 0.5em;
	color: #000066;
}

#header h2 {
	font-size: 2.0em;
	color: #000066;
	font-style:italic;
}

#content {
	margin: 1px 10px;
	padding: 0.5em;
	margin-bottom: 50px;
}

#contact {
	width: 25%;
	background-color: #dedede;
	color: #000066;
	position: relative;
	float: right;
	left: 2%;
	line-height: 1.0em;
	margin: 2px 40px;
}

#contact h3 {
	padding: 0px 10px;
}

#contact p {
	padding: 1px 20px;
}
#footer {
	text-align: right;
	font-size: 10px;
	color: #666;
	margin-right: 20px;
}

p.intro_text {
	text-align: center;
}

.hidden {
	display: block;
}

.show {
	display: block;
}

.toggle {
	line-height: 0.5em;
	margin: 0px;
}

.cleaner {
background:transparent none repeat scroll 0%;
border:medium none;
clear:both;
font-size:1px;
height:1px;
margin:0pt;
padding:0pt;
}

/* for corner rounding */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

div#list-content li {
	list-style-type: none;
}