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

*{margin:0;padding:0;}

body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #515151;
	background: #646567 url('images/main-bg.jpg') top center no-repeat;
	padding-top: 72px;
	}

.clear {clear:both;}

/* frame styles */

#container {
	width: 822px;
	margin: 0 auto;
	text-align: left;
	}

#top {
	width: 822px;
	padding-top: 171px;
	height: 29px;
	background: url('images/top-bg.jpg') bottom center no-repeat;
	text-align: center;
	}

/* menu styles */

#menu-container {width:800px; text-align:center;}
#menu {
	text-transform: uppercase;
	color: #e88858;
	height: 10px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	display:inline-block;
	}
	
#menu li {
	float: left;
	margin: 0 10px;
	padding:5px 0;
	}

#menu li span {position:relative; display:block;}

#menu li span ul {display:none; list-style:none; float:none; z-index:99; position:absolute; top:20px; left:-15px; background:#fff;}

#menu li span ul li {padding:5px;}

#menu li span:hover {height:30px;}

#menu li span:hover ul {display:block;}

#menu a:link, #menu a:visited {
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e88858;
	}

#menu a:hover {
	color: #646567;
	}

/* content styles */

#content {
	width: 822px;
	margin-top: 6px;
	padding-bottom:50px;
	text-align: left;
	line-height:1.2;
	background: #fff url('images/page-bg.jpg') top left no-repeat;
	}
	
#content a:link, #content a:visited {
	color: #e88858;
	text-decoration: none;
	}
	
#content a:hover, #content a:active {
	color: #e88858;
	text-decoration: underline;
	}

/* #home #content {
	background: #fff url('images/home-bg.jpg') top center no-repeat;
	padding-top: 346px;
	} */

#leftcol {
	width: 615px;
	float: left;
	}

#rightcol {
	width: 199px;
	height: 200px;
	padding: 7px 7px 0 0;
	float: right;
	font-size: 11px;
	}

#rightcol .img-container {
	width: 186px;
	padding: 6px;
	background: url('images/pic-bg.jpg') top center no-repeat;
	}

#leftcol .img-container {
	width: 555px;
	text-align: center;
	margin-bottom: 15px;
	}

.right-text {
	width: 150px;
	margin-left: 15px;
	}

.home-tag {
	width: 822px;
	height: 64px;
	color: #fbb480;
	font-size: 15px;
	text-align: center;
	}

.page-tag {
	width: 615px;
	height: 54px;
	color: #fbb480;
	font-size: 15px;
	text-align: center;
	padding-top: 32px;
	}

.home-tag span, .page-tag span {
	color: #fff;
	}

.home-text {
	width: 762px;
	padding: 18px 30px 50px 30px;
	}

.page-text {
	width: 555px;
	padding: 45px 30px 50px 30px;
	}

.home-text img, .page-text img, #rightcol img {
	border: 1px solid #808080;
	}

h1 {
	font-size: 18px;
	color: #e88858;
	margin-bottom: 15px;
	}

h2 {
	font-size: 16px;
	color: #e88858;
	margin:25px 0 15px 0;
	width:300px;
	border-bottom:2px dotted #e88858;
	line-height:1.4;
	}

h3 {
	font-size: 10px;
	color: #e88858;
	margin-bottom: 5px;
	text-transform: uppercase;
	}

p {
	margin-bottom: 17px;
	}

.page-text ul {margin-left:20px; list-style:circle;}

.page-text dl {width:555px;}
.page-text dt {width:115px; padding-right:15px; float:left;}
.page-text dd {width:425px; float:left; margin-bottom:15px;}

.left {
	float: left;
	margin: 0 10px 10px 0;
	}

.right {
	float: right;
	margin: 0 0 10px 10px;
	}

#footer {
	clear: both;
	width: 822px;
	margin: 2px 0 25px 0;
	border-top:3px solid #fff;
	padding-top:15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	}

#footer a:link, #footer a:visited {color:#fff; text-decoration:none;}
#footer a:hover, #footer a:active {text-decoration:underline;}