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

body {
	background: #fff;
	background-image:url(images/wrapper-back.gif); background-repeat:repeat-x;
	color: #300;
	font: normal 62.5% "Trebuchet",sans-serif;
	padding: 0;
}

a ,a:visited{color: #690;}
a:hover {color: #690; text-decoration:none;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {color: #300; font: normal 1.2em "Trebuchet",sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h1 {border-bottom: 1px solid #690; margin-bottom: 5px; margin-right:2px;}

h2 {font: normal 1.1em "Trebuchet",sans-serif;}
h3 {font: bold 1.2em "Trebuchet",sans-serif;}

blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em "Trebuchet",serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}


#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 950px;
}
#container {
	background: #fff;
	border-top: 0px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 950px;
}

.title {
	background: #fff;
	border-top: 0px solid #996;
}
.title h1 {
	color: #441;
	font: normal 2.2em "Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

#small_navi {
	float:right;
	position:relative;
	top:-20px;
	right:10px;
	font-size:10px;
}

#small_navi a, a:visited {
	font-size:10px;
	text-decoration:none;
}


.header {
	width:950px;
	border-top: 0px solid #663;
	background: #669900;
	height: 255px;
}


.header#two-columns {background: #690;}
#two-columns.header .right {background-image: url(images/navi-fake.gif);
 height: 255px; 
 width: 680px;}



.thumb {margin-right: 10px; margin-bottom: 10px; background: #960; border:solid 2px #690;}
.thumb:hover {border: dotted 2px #690;}

.list-deco {list-style-type: none;}

.shadow {
	background: #fff url(images/shadow-back.gif) repeat-x; height: 20px;
	border-top: 0px;
	}

.navigation {
	background-image: url(images/navi-back);
	height: 45px;
	padding-left: 301px;
}

.navigation a {
	background: #FFF;
	float: right;
	font: 1em Trebuchet,sans-serif;
	padding: 0 14px;
	line-height: 30px;
	text-align: center;
	text-decoration: underline;
}
.navigation a:hover,.navigation {text-decoration: none; color: #690;}

.headline {
	background: url(images/navi-back.gif) repeat-x; 
	height: 100px;
	}

.main#two-columns {background: #fff;}


.footerpause {
	background: #fff;
	height: 20px;
}

.footer {
	background: #EED;
	color: #999;
	padding: 10px;
}
.footer .left {width: 281px;}
.footer .right {
	width: 600px;
	text-align: right;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #666;
	text-decoration: underline;
}


.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}


.clear,.clearer {clear: both;} 
.clearer {font-size: 0;clear: both;}
.col2 .left {width: 251px; background: #e5faad; padding: 0 15px 0 15px;}
.col2 .right {background: #FFF; width: 628px}

.content {}
.content a,a:visited {font-size:12px;}

.left {float: left;}
.right {float: right;}
.right .content {}


ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

input, textarea, select, radio {
	font-family: Trebuchet;
	font-size: 11px;
	border: 1px solid #E0E0E0;
	background-color: #FCFCFC;
	padding: 1px;
	color: #000000;
	overflow: auto;
	margin-bottom: 1px;
}

    div#simpleModal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    left: 170px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 40px;
    width: 560px;
    z-index: 0;
    }
    div#simpleModal.shown {
    opacity: 1.0;
    z-index: 100;
    -webkit-transition-duration: 0.25s;
    }
