﻿
#main
{
	background: #000; /* #444242 */
	height:100%;
	position: absolute;
	overflow:hidden;
}

#pageContent
{
	position:absolute;
	top:150px;
	left: 0px;
	width:100%;
	height:100%;
	z-index: 325;
}

/* 
	CONTENT 
*/

.content-wrap
{
	position:relative;
	float:right;
	width: 600px;
	height:100%;
	background: url('images/content-bg.png') top left repeat;
	overflow:hidden;
}

.page-title
{
	position: absolute;
}

.page-title h1
{
	margin-top: 25px;
	margin-left: 25px;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#666;
	font-family:Arial;
	font-size:1.4em;
	font-weight: normal;
}

.page-content, .next-page
{
	font-size:0.85em;
	line-height: 1.5em;
}

.page-content
{
	position: absolute;
	color:#444242;
	top: 60px;
	left:25px;
	width:475px;
	height:285px;
	overflow:hidden;
}


.page-content p
{
	margin: 0 0 15px 0;
}

.page-content a
{
	color:#ce2f2a;
}

.page-content a:visited
{
	color:#333;
}

#content-slider
{
    height:285px;
    left: 550px;
    position:absolute;
    top:60px;
}

.content-footer
{
	position: absolute;
	top:auto;
	left:0px;
	bottom:0px;
	width:475px;
	height:40px;
	overflow:hidden;
	margin-top:1px;
}

.content-footer .next-page-panel
{
	position: absolute;
	left: auto;
	right:0px;
	margin-top: 8px;
	margin-left:25px;
}


.content-footer .next-page-panel a
{
	text-transform: uppercase;
	color:#333;
	text-decoration: none;
	font-weight:bold;
}

.content-footer .close-panel
{
	position: absolute;
	top: 9px;
	left:0px;
	cursor:pointer;
	height: 9px;
}

.content-footer .close-panel .close-x
{
	background-color:#000;
	color:#fff;
	padding:1px 4px 1px 4px;
	font-size:12px;
	position: absolute;
	top: 0px;
	left:5px;
	border:1px solid #ccc;
}

.content-footer .close-panel span
{
	margin-left: 27px;
}

/* 
	IMAGE MASK
*/

.mask
{
	position:absolute;
	z-index: 300;
}

div.mask
{
	display:none;
	width:100%;
	height:100%;
	top:35px;
	left:0px;
}

img.mask
{
	top:0px;
	left:0px;
}



/* 
	CONTENT FORM
*/

.large-content
{
	width:675px;
}

.form-content
{
	position: absolute;
	color:#444242;
	top: 60px;
	left:25px;
	height:285px;
	overflow: visible;
}

.form-content a.send
{
	position: absolute;
	top: -35px;
	left:auto;
	right:0px;
	display:block;
	width: 50px;
	height: 23px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	padding-top:2px;
	text-transform:uppercase;
	border:1px solid #ccc;
}

.form
{
	background: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	height:100%;
	overflow:hidden;
}

.form .instructions
{
	position:absolute;
	top: -32px;
	left: auto;
	right: 60px;
	font-size: 12px;
	color: #000;
	width: 300px;
	overflow:hidden;
	display:block;
}

.loadingPanel
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.form-panel
{
	padding-top:10px;
}

.form-panel table
{
	width:100%;
}
.form .alert
{
	display:none;
	background-color:#000;
	color:#EEEEEE;
	left:30%;
	padding:20px;
	width:175px;
	height:23px;
	position:absolute;
	right:auto;
	top:60px;
	z-index:99999;
}

.form .alert div
{
	text-align:center;
}

.form .form-input
{
	position: relative;
	padding: 4px 0px 4px 5px;
	background:transparent;
	vertical-align: middle;
	width:100%;
}

.form .form-input .title
{
	color: #474747;
	margin-left:10px;
	vertical-align: middle;
}

.form .form-input .required
{
	font-weight:bold;
}

.form .form-input input
{
	
	background:#fff;
	border: 0px;
	height:22px;
	width:215px;
	
	border-bottom:1px solid #ccc;
}

.form .form-input .dateInput
{
	left:90px;
	position:absolute;
	top:5px;
}

.form .form-input .dateInput input
{
	border:0px !important;
	font-family: Arial !important;
	padding:0px !important;
	height:22px;
}

.form .form-input textarea
{
	margin-left:10px;
	height:42px;
	border:0px;
	width:80%;
	font-family: Arial;
	color: #000;
	font-size:0.8em;
	background-color:#eee;
}

.form .form-input .small
{
	width:100%;
	height:22px;
}


/* 
	LOGIN FORM
*/



/* 
	LISTS
*/

.expanded-list
{
}

.sf_listTitle
{
	display:none;
}

.sf_expandedList, .sf_expandedList li,
.sf_expandableList, sf_expandableList li
{
	list-style: none;
	margin-left:0px !important;
}

.sf_expandableList .sf_listItemTitle,
.sf_expandableList .sf_listItemTitleexp
{
	font-size: 14px;
}

.sf_expandableList a
{
}

.sf_expandableList .sf_listItemTitle a
{
	color:#333;
	text-decoration:underline;
}

.sf_expandableList .sf_listItemTitleexp a
{
	color:#CE2F2A;
	text-decoration:none;
}

.sf_expandableList, .sf_expandableList li
{
	margin-left:0px !important;
}

.sf_expandableList .sf_listItemBody
{
	font-size:12px;
}