/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background: url(img/bg2.jpg);
    font: normal 62.5% Georgia, "Times New Roman", Times, serif;
	padding: 2% 0;
}



a {color: #333333;}
a:hover {color:#0093d0;}

big {font-size: 1.1em;}

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

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-color: #333333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-color: #0093d0;

	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #333333;

	font-size: 2.4em;
	font-weight: bold;
	
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #333333;
		font-size: .9em;

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

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;
font-family: Georgia, "Times New Roman", Times, serif;
}
small,.small {font: normal 0.9em;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #ffffff;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #ffffff;
	border-top: 6px solid #ffffff;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}




/* header */
.title {
	background:#FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.title h1 {
	color: #441;
	font: normal 2.2em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 2px solid #FFFFFF;
	background: #FFFFFF url(img/header.jpg) no-repeat left bottom;
	height: 110px;
}

/* navigation */
.navigation {
	background: #FFFFFF url(img/nav.jpg) repeat-x; height: 21px;
	border-top: 1px solid #FFFFFF;
}
.navigation a {
	background:  url(img/nav.jpg) repeat-x;
	border-right: 1px solid #FFFFFF;
	color: #333333;
	float: left;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	padding: 0 14px;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #0093d0;}

/* main */
.main#two-columns {
background: #FFF url(img/two-columns.gif) repeat-y;
padding: 10px;

}

/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 4px 20px;
}
.bottom .left,.bottom .right {width: 95%;}

/* footer */
.footer {
	background: #FFFFFF  url(img/footer.jpg) no-repeat left bottom;
	color: #0093d0;
	font-size: 11px;
	padding: 7px;
	border-bottom: 8px solid #FFFFFF;
}
.footer .left {width: 75%;}
.footer .right {
	width: 25%;
	text-align: right;
}
.footer a {
	color: #0093d0;
	text-decoration: none;
}
.footer a:hover {
	color: #333333;
	text-decoration: underline;
}

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

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 75%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 25%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {font-size: 14px; padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.block li {
	border-bottom: 1px dotted #fff;
	list-style: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.block li a,.block li em {
	color:#333333;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.block li em {
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.block li a {

	text-decoration: none;
	width: 94%;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.block li a span {font-weight: bold;}
.block li a:hover {
	background:#CCCCCC;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;

}

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