/* ---------------------
      Tribeca Template
   --------------------- */

html {
   background: url('img/bg.jpg');
   font: normal 62.5%/1 arial,helvetica,sans-serif;
   text-align: center;
}

.formSpan { display: block; margin-top: 1em; }

#fw-container {
   text-align: left;
   width: 960px;
   margin: 10px auto 0pt;
   background: #fff;
   position: relative;
   padding: 0px;
}

.fw-even, .fw-primary { background-color: #cdcdcd; border-color: #cdcdcd; }
.fw-odd, .fw-secondary { background-color: #c1c1c1; border-color: #c1c1c1; }

.formSpan {
   display: block;
   margin-bottom: 1.25em;
}

.fw-profile-title, .fw-profile-pic {
   border: 0px !important;
}

#fw-profile-aboutText {
   margin: 3px !important;
}


/* ----------------
    Advertisements
   ---------------- */

#fw-advertisement {
   width: 300px;
}

/* -----------------
    Header & Titles
   ----------------- */

#fw-head {
   height: 122px;
   border-bottom: 10px solid #F0F0F0;
   position: relative;
   text-align: center;
}

#fw-title {
	font-size: 4em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	width: 960px;
	top: 30px;
	left: 0;
}

#fw-title a, #fw-title a:hover {
	color: #fff;
	text-decoration: none;
}

#fw-smalltitle {
	font-size: 1.4em;
	font-weight: normal;
	width: 960px;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 80px;
	left: 0;
	position: absolute;
	z-index: 1;
	padding-bottom: 5px;
}

.fw-logo {
	position: absolute;
	height: 122px;
	width: 960px;
	top: 0;
	left: 0;
	z-index: 0;
	background-repeat:no-repeat;
	background-position:center;
}

/* -----------------
    Navigation Menu
   ----------------- */

#fw-mainnavwrap {
   float: left;
   width: 300px;
   margin-bottom: 10px;
}

#fw-nav-menu {
   margin-bottom: 0px;
   text-align: left;
   border-top: 10px solid #F0F0F0;
   border-bottom: 10px solid #F0F0F0;
}

#fw-nav-menu ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

#fw-nav-menu ul li a {
   display: block;
   width: 280px;
   padding: 5px 10px 5px 10px;
   font-weight: bold;
   text-decoration: none;
   text-transform: uppercase;
   line-height: 1.6em;
}

#fw-nav-menu .fw-nav-level-0 ul { border: 0 none !important; }
#fw-nav-menu .fw-nav-level-0 ul a { width: auto; }

* html .fw-nav-level-2 { margin-left: -10px !important; top: 0px !important; }
* html .navtype-Left #fw-mainnavwrap #fw-nav-menu .sfhover .fw-nav-level-1 { left: 100% !important; }

/* -------------------
    Main Content Area
   ------------------- */

#fw-blockContainer {
   text-align: left;
   font-size: 1.4em;
   padding: 18px 20px 30px 20px;
}

#fw-bigcontain {
   width: 585px;
   padding-left: 15px;
   border-left: 3px solid #E4E4E4;
   float: right;
}

.fw-paragraph {
   margin-bottom: 25px;
}

.fw-title {
   font-size: 1.5em;
   margin: 0;
}

.fw-text {
   color: #181818;
   line-height: 1.6em;
}

/* -----------------------------
    The (Non-Existant?) Sidebar
   ----------------------------- */

#fw-sidebar {
   width: 300px;
   margin-top: 20px;
   float: left;
   clear: left;
}

.hasSidebar #fw-sidebar .fw-paragraph {
    padding: 0px 10px;
}

#fw-sidebar .fw-text, #fw-sidebar .fw-text p {
    margin-top: 0px;
	font-size:0.92em;
	line-height:1.6em;
}
#fw-sidebar .fw-title{
	font-size:1.4em;
	border-bottom:2px solid #e4e4e4;
	margin-bottom:10px;
}

/* -------------------
    Footer and Clears
   ------------------- */

.clears {
   clear: both;
}

#fw-footer {
   margin: 0px auto;
   padding: 10px;
   background: #606060;
   color: #fff;
   text-align: center;
   font-size: 1.2em;
   overflow: hidden;
   width: 940px;
}

#fw-footer a {
   color: #5ea7ac;
}

.fw-footertext {
   padding: 0;
   margin: 0;
   text-align: center;
}

