/* ----------- JEWEL CSS ----------- */
html { font-size: 100%; /* IE hack */ }

body {
	background-color: #FFC;
	margin: 0;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background: url(images/mainbg.gif) repeat fixed;
	text-align: justify;
}

/* ----------- MAIN CONTAINER ----------- */

div#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 3px solid #fff;

	/* background-color: #f2f2f2; */
}

/* ----------- LOGO/HEADER WRAPPER ---------- */

#header-wrapper {
	width: 850px;
	height: 130px;
	background-color: #330000;
}

#logo-wrapper {
	width: 350px;
	height: 110px;
	padding: 10px 0 0 10px;
	margin-right: 30px;	
	float: left;
}

.nav-wrapper {
	width: 130px;
	height: 80px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ccc;
	margin: 30px 0 0 10px;
}

.nav-wrapper a {
	color: #ccc;
	text-decoration: none;
}

.nav-wrapper a:visited {
	color: #ccc;
	text-decoration: none;
}


.nav-wrapper a:hover {
	color: #FF9900;
	text-decoration: none;
}

.nav-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-wrapper ul li {
	background:url(images/nav-arrow.gif) top left no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;

}


/* ----------- CENTRAL WRAPPER ---------- */

#central-wrapper {
	width: 850px;
	height: 293px;
	background:	url(images/central-leftcol-bg.gif) top left repeat-x;
}

#central-leftcol, #central-rightcol {
	height: 293px;
	float: left;
}

#central-leftcol {
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* DIV FOR FLASH MENU */
#central-main {
	border: 3px solid #fff;
	height: 600px;
	background-color: #330000;
	margin: 20px auto 20px auto;
}


#central-leftcol a {
	color: #333;
	text-decoration: none;
}

#central-leftcol a:hover {
	color: #FF9900;
	text-decoration: none;
}

#central-leftcol ul {
	list-style: none;
	margin: 0;
	padding: 50px 0 0 60px;
}

#central-leftcol ul li {
	background:url(images/subnav-arrow.gif) top left no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;

}

#central-rightcol {
	width: 500px;
	/* background: url(images/movie-holder.jpg) top left no-repeat; */
}

/* ----------- MID WRAPPER ---------- */

#mid-wrapper {
	width: 850px;
	height: 150px;
	background: url(images/mid-curry.jpg) bottom left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}



#mid-leftcol, #mid-rightcol {
	height: 124px;
	float: left;
}

#mid-leftcol {
	width: 350px;
	font-size: 12px;
}

#mid-rightcol {
	width: 459px;
	padding-right: 40px;
}

#mid-rightcol h1,#mid-leftcol h1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 14px;
	margin: 0;
}

#mid-rightcol p {
	font-size: 1em;
}

/* ----------- LOWER WRAPPER ---------- */

#lower-wrapper {
	width: 850px;
	height: auto;
	border-top: 10px #A7A7A7 solid;
	background-color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 20px 0;
	line-height: 1.4em;
}

#lower-wrapper h1 {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top: 0px;
	margin: 0;
}

#lower-wrapper p {

}


#lower-leftcol, #lower-rightcol {
	height: auto;
	float: left;
	background-color: #ccc;
	padding: 0 20px 0 20px;
}

#lower-leftcol {
	width: 289px;

	border-right: #999 solid 1px;

}

#lower-rightcol {
	width: 460px;
	
}

#lower-leftcol form {
	margin-top: 20px;	
}

#lower-leftcol .input_element {
	border: 1px #666 solid;
}

#lower-leftcol ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 20px;
}

#lower-leftcol ul li {
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 12px;
}


/* ----------- FOOTER WRAPPER ---------- */

#pdf {
	width: 810px;
	margin: 10px auto 10px auto;
	color: #fff;
}

#pdf img {
	border: 0;
	vertical-align: bottom;
	padding-right: 10px;
}

#pdf p {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#pdf a,a:visited {
	color: #fff;
	text-decoration: none;
}

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

#footer-wrapper {
	clear: both;
	width: 810px;
	height: 70px;
	background-color: #A7A7A7;
	padding: 10px 20px 0 20px;
	text-align: center;
}

#footer-wrapper p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#footer-wrapper a, #footer-wrapper a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-wrapper a:hover {
	color: #fff;
	text-decoration: underline;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

