@charset "utf-8";
/* Copyright (c) 2009 On Time Media, LLC */
/* Authored By: Rasbora Media, LLC */

body {
	margin: 0;
	
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #000;
	
	background: #fff;
}

div {
	position: relative;
}

#wrapper {
	margin: 0 auto;
	width: 1100px;
}

#container {
	background: url(../interface/container.gif) repeat-y;
	background-position: 81px 0;
}

#header {
	height: 230px;
}

#navigation {
	padding-top: 5px;
	padding-left: 450px;
	height: 45px;
	
	background: url(../interface/navigation.jpg) top left no-repeat;
}

#content {
	margin-left: 81px;
	padding: 20px 20px 0;
	width: 900px;
	
	background: url(../interface/content.jpg) top left no-repeat;
}

#homeleft,
#homeright {
	float: left;
	margin-right: 15px;
	width: 330px;
}

#homeright {
	margin: 0;
	width: 555px;
}

#footer {
	clear: both;
	margin-left: 81px;
	padding-left: 200px;
	width: 740px;
	height: 135px;
	
	background: url(../interface/footer.jpg) top left no-repeat;
}

#poweredby {
	position: absolute;
	bottom: 0;
	right: 0;
}

#navigation ul,
#footer ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#navigation li,
#footer li {
	float: left;
}

#navigation li a {
	display: block;
	
	margin: 0;
	padding: 0 7px;
	
	color: #575757;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	text-decoration: none;
	text-transform: uppercase;
	
	background: url(../interface/navdivider.png) bottom right no-repeat;
}

#navigation li.last a {
	background: none;
}

#navigation li.ihop {
	background: url(../interface/ihop.jpg) center right no-repeat;
}

#navigation li.ihop a {
	padding-right: 50px;
}

#navigation li a:hover,
#navigation li a.current,
#navigation li a.current:hover {
	color: #f00;
}

#footer ul {
	position: absolute;
	top: 88px;
	left: 210px;
	
	height: 16px;
}

#footer li a {
	display: block;
	
	margin: 0;
	padding: 0 10px;
	
	border-right: 1px solid #fff;
	
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer li.last a {
	border: none;
}

#footer li a:hover,
#footer li a.current,
#footer li a.current:hover {
	color: #ff2;
}

div.clear {
	clear: both;
}

a {
	outline: none;
}

img {
	border: 0;
}

hr {
	clear: both;
	padding: 10px 0;
	height: 2px;
	border: none;
	background: url(../interface/hr.gif) center center repeat-x;
}

div.homeblock {
	float: left;
	margin-right: 13px;
	width: 215px;
}

div.homeblocklast {
	margin: 0;
}

div.slideshow {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 555px;
	height: 416px;
}

div.slideshow div {
    position: absolute;
	
    margin: 0;
    padding: 0;
	
    background-color: #fff;
}

div.slideshow div img {
    display: block;
	
    background-color: #fff;
}

#slideshowcontrols {
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 555px;
	height: 25px;
	
	background: url(../interface/slideshow/panel.png) top left no-repeat;
}

#slideshowcontrols ul {
	margin: 0 0 0 10px;
	padding: 0;
	
	list-style: none;
}

#slideshowcontrols li {
	float: left;
}

#slideshowcontrols li a {
	display: block;
	
	margin: 0;
	padding: 4px 5px 5px 4px;
	
	outline: none;
}

#slideshowcounter {
	position: absolute;
	top: 0;
	right: 10px;
	
	width: 100px;
	height: 25px;
	
	font: 10px/25px Arial, Helvetica, sans-serif;
	color: #21355c;
	
	text-align: right;
}

form {
	margin: 0;
	padding: 0;
}

form td {
	padding: 2px 0;
}

form td.label {
	padding-right: 15px;
	width: 180px;
	
	text-align: right;
}

div.error,
div.success {
	margin: 10px;
	padding: 10px;
	
	color: #fff;
	
	background: #da0e1a;
}

div.success {
	background: #13b302;
}
