@charset "utf-8";

/* Regent Bar v3 stylesheet copyright 2007 */

/* Site Design by: Hoon Design */



/* Global resets */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}

/* End global resets */



/* General styling */

body {

	margin: 0;

	padding: 0;

	background: #fff url(../images/bg.png);

	font-family: "Times New Roman", Times, serif;

	font-size: 105%;

	font-weight: normal;

}



a {

	color: #AC0026;

	text-decoration: none;

}



a:hover {

	color: #AC0026;

	text-decoration: underline;

}



/* End general styling */



/* Main div styling */

#cont {

	margin: 0 auto;

	width: 1000px;

	padding-right: 31px;

	padding-left: 31px;

	background: transparent url(../images/sitebg.png);

}



#header {

	height: 105px;

	background: url(../images/headbg.png) 0px 5px repeat-x;

}



#banner {

	height: 175px;

	background: url(../images/bannerbg.png) top left repeat-x;

}



#content {

	background-color: #FFF;

	margin: auto 0;

}



#footer {

	height: 200px;

	border-top: 1px solid #CFC9BC;

	background-color: #222126;

}



#clear {

	clear: both;

	display: block;

}

/* End main div styling */



/* Section styling */

h2 {

	width: 100%;

	font-size: 120%;

	color: #AC0026;

	font-style: italic;

	font-weight: normal;

	border-bottom: 1px solid #CFC9BC;

	overflow: hidden;

}



#topbar {

	width: 100%;

	height: 5px;

	background: #fff;

}



#toplink h3 {
	width: 301px;
	height: 30px;
	background: transparent url(../images/toplinkbg.png) top left no-repeat;
	margin: 0;
	margin-left: 800px;
	font-size: 80%;
	font-variant: small-caps;
	font-weight: normal;
	padding: .75em;
	padding-top: 5px;
	position: absolute;
	top: 4px;
	z-index: 1;
	left: 207px;

}



#toplink h3 a{

	font-size: 110%;

	color: #AC0026;

	text-decoration: none;

}



#toplink h3 a:hover{

	font-size: 110%;

	color: #AC0026;

	text-decoration: underline;

}



#logo {

	margin: 0;

	padding: 0;

}



#logo h1 a {
	background: transparent url(../images/logo.png) no-repeat;
	width: 300px;
	height: 150px;
	position: absolute;
	top: 6px;
	z-index: 0;
	text-indent: -9999px;
	left: 320px;

}



#nav {

	float: right;

	margin: auto 0;

	margin-right: 12px;

	margin-top: 63px;

}



#quote {

	width: 400px;

	float: left;

	margin-left: 225px;

	margin-top: 10px;

	font-size: 300%;

	font-style: italic;

	font-weight: bold;

	color: #212025;

		

}



#poster {

	float: right;

	margin: auto 0;

	margin-right: 10px;

	padding: 5px;

	width: 314px;

	height: 150px;

	background: url(../images/posterbg.png) bottom right no-repeat;

}



ul#post {

    list-style: none;

    margin: 0;

    padding: 0;

}



ul#post li {

    float: left;

    margin: 2px;

	display: inline;

}



#main {

	float: left;

	margin: 10px;

	width: 500px;

	display: inline;

}



.maintext {

	margin: 5px;

	font-size: 90%;

	color: #666666;

}



#gallery {

	width: 450px;

	margin: 10px;

	margin-left: 530px;

}



#info {

	float: left;

	height: 151px;

	margin: 20px;

	padding-left: 160px;

	display: inline;

	background: url(../images/footerlogo.png) top left no-repeat;

	color: #FFF;

	font-family: "Times New Roman", Times, serif;

	font-size: 100%;

	line-height: 1.15em;

}



ul#info1 {

    list-style: none;

    margin: 0;

    padding: 0;

}



ul#info1 li {

    margin: 4px;

}



#detail {

	float: right;

	margin: 25px;

	color: #FFF;

	text-align: center;

	font-family: "Times New Roman", Times, serif;

	font-size: 80%;

}



#footer a {

    color: #FFF;

	text-decoration: none;

}



#footer a:hover {

	text-decoration: underline;

}



/* End section stlying */



/* Data Table */

dl {

	margin: 10px;

	padding: 0;

	background: url(../images/map.png) bottom right no-repeat;

}

	

dt {

	margin: 5px;

	padding: 0;

	color: #212025;

}

	

dd {

	margin: 5px;

	margin-left: 20px;

}



/* end Data Table */



/* Form */

form {

	margin: auto 0;

	margin-top: 5px;

	padding: 0;

}



label, label span {

	display: block;

	padding-bottom: .25em;

	overflow: hidden;

}

	

label {

	float: left;

	width: 100%;

	color: #212025;

}



label span {

	float: left;

	margin: 0;

	padding-right: 5px;

	text-align: left;

}



form div {

	clear: both;

	margin-bottom: 20px;

	text-align: center;

}



fieldset {

	float: left;

	width: 460px;

	margin: 0 20px 10px 0;

	padding: 10px;

	border: 1px solid #CFC9BC;

	background: #f2f3f3;

}

		

fieldset input, textarea, select {

	float: right;

	width: 55%;

	margin: 2px;

}



form div input {

	height: 30px;

	font-weight: bold;

	color: #AC0026;

	width: auto;

	border:1px solid #CFC9BC;

	background: url(../images/button_bg.png) bottom left repeat-x;

	padding: 2px 5px 2px 5px;

	margin: 5px;

}



#smalltxt {

	font-size: 60%;

	color: #AC0026;

}

	

#status {

	margin: 0;

	padding: 2px;

	font-size: 75%;

	text-align: center;

	color: #212025;

}



/* end form */



/* nav stlying */

ol#nol {

    height: 1em;

    list-style: none;

    margin: 0;

    padding: 0;

}



ol#nol li {

    float: left;

    margin: 2px;

	display: inline;

}



ol#nol a {

	width: 102px;

	padding-top: 5px;

    background: url(../images/navbg.png) 100% -35px;

    color: #fff;

	font-variant: small-caps;

	text-align: center;

	text-decoration: none;

	font-size: 120%;

    display: block;

    float: left;

    line-height: 1.5em;

}



ol#nol a:hover {

    background-position: 100% 0;

    color: #212025;

}



ol#nol a:active {

    background-position: 100% 0;

    color: #212025;

}



/* end nav styling */



#hoon  {

    background: url(../images/hoon.png) no-repeat;

    height: 30px;

	margin-top: 5px;

	padding-left: 20px;

}



/* Hacks */



/* End hacks */
