/*
	FRONTEND SCREEN STYLES

colors{
	red: #EE3424;
	gray: #939598;
	light-gray: #E6E6E6;
	blue: #58B7DD;
}
*/



/* HOME */
/* -------------------------------------------------------------------------- */

.home-logo{
	width: 470px;
	height: 470px;
	background-image: url("images/home-bg.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;	
	overflow: hidden;
		
}
.contact-logo{
	width: 470px;
	height: 470px;
	background-image: url("images/contact-bg.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;		
}


/* CONTACT */
/* -------------------------------------------------------------------------- */

#contact{
	width: 230px;	
	padding: 80px 0 0 0;
	margin: 0;
	text-align: left;	
	overflow: hidden;
}
#contact h2{
	margin: 0 0 10px 0;
	padding: 0;
}
#contact h2#hello{
	display: block;
	width: 161px;
	height: 13px;
	background: url("images/hello.gif") no-repeat 0 0;	
	margin: 0 0 10px 0;
	padding: 0;

	text-align: left;	
	text-indent: -9000px;
	font-size: 7px;
	overflow: hidden;		
}

#contact p{
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}

#contact label{
	display: block;
	width: 230px;	
	float: left;
	font-size: 12px;
	letter-spacing: 0.05em;	
}

#contact .input-field input, #contact .input-field textarea{
	width: 226px;
	font-family: 'Lucida Grande', helvetica, Arial, Sans-Serif;	
	font-size: 13px;	
	background: #FFFFFF;
	border: 1px solid #939598;
	border-top: 2px solid #939598;
	
	padding-top: 1px;
	padding-bottom: 1px;
}

#contact input#send{
	width: 61px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0;	
	float: right;		
}



/* SCHEDULE */
/* -------------------------------------------------------------------------- */


#schedule-title{
	display: block;
	width: 155px;
	height: 20px;
	background: url("images/schedule-title.gif") no-repeat 0 0;	

	text-align: left;	
	text-indent: -9000px;
	font-size: 7px;
	overflow: hidden;	
	
	margin: 0 0 10px 0;
	padding: 0;	
}

.schedule h3{
	color: #57B5DC;
	margin: 10px 10px 0 10px;
}
.schedule h4{
	color: #57B5DC;
	margin: 0 10px;
}
.schedule p{
	margin: 0 10px;
}


/* MENU */

.schedule-menu{
	width: 230px;
	height: 118px;
	overflow: auto;
	background: url("images/right-col-bg-230.gif") repeat-y 0 0;		
	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	margin: 0 0 10px 0;
	padding: 0;
}
.schedule-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0;	
}
.schedule-menu li{
	background-color: transparent;	
	margin: 0 1px;
	padding: 0;	
}
.schedule-menu li a{
	display: block;
	color: #808080;
	margin: 0;
	padding: 0px 10px;	
	height: 20px;
	line-height: 20px;
	
	font-weight: normal;
	text-align: left;
	overflow: hidden;	
	text-decoration: none;
}
.schedule-menu a:hover, 
.schedule-menu li a.current:hover
{
	text-decoration: none;
	color: #FFFFFF;	
	background-color: #939598;
}
.schedule-menu li a.current, 
.schedule-menu li.gray a.current
{
	color: #57B5DC;
	text-decoration: none;
}
.schedule-menu li.gray{
	background-color: #E6E6E6;
}

/* DESCRIPTION */

.schedule-description{
	width: 230px;
	height: 208px;
	overflow: auto;
	background: url("images/right-col-bg-230.gif") repeat-y 0 0;		
	border-top: 1px solid #939598;
	border-bottom: 1px solid #939598;
	
	margin: 0 0 0 0;
	padding: 0;	
}


/* LINK */

.schedule-contact-link{
	width: 230px;
	margin: 5px 0 0 0;
	padding: 0;	
}
.schedule-contact-link h4{
	margin: 0;
	padding: 0;
}
.schedule-contact-link a{
	color: #939598;
}

/* DEFAULTS */
/* ====================================================================================== */

.spacer{ 
	margin: 0;
	padding: 0;
	height: 20px;
	clear: both; 
}

a{
	color: #EE3424;	
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;	
}
h1{
	color: #EE3424;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}
h2{
	color: #EE3424;
	/* font-size: 1.0em; */
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 10px 10px 0;
}
h3{
	color: #EE3424;
	font-size: 0.9em;
	line-height: 1.6em;	
	font-weight: normal;
	text-align: left;
	margin: 0 10px 10px 0;
}
p{
	color: #939598;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
h4{
	color: #EE3424;
	font-size: 0.7em;
	line-height: 1.5em;	
	font-weight: normal;
	text-align: left;
	margin: 0 10px 10px 0;
	padding: 0;
}


ul{
	list-style: disc;
	list-style-position: outside;
	margin: 0 10px 10px 0;
	padding: 0 0 0 30px;
}
ol{
	list-style-position: outside;
	margin: 0 10px 10px 0;
	padding: 0 0 0 30px;
}
ul li, ol li{
	color: #939598;	
	font-size: 0.7em;
	font-weight: normal;

	text-align: left;
	margin: 0;
	padding: 0;
	
}
img{
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}
hr{
	display: none;	
}

.hide{
	display: none;	
}
.clear{ 
	margin: 0px;
	clear: both; 
}
.fleft{ 
	float: left;
}
.fright{ 
	float: right;
}
.block{
	display: block;	
}
form{
	margin: 0;
	padding: 0;
}
table{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: center;	
}
table td{
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 20px 0;
	text-align: center;	
	vertical-align: top;
}

