html {
	margin:0px;
	padding:0px;
}

body {
	font: normal 14px 'lucida sans unicode','lucida sans',arial;
	color:#505050;
	position: relative;
	margin:0px;
	padding:0px;
	line-height:1.3;
	background:url(image/backg.jpg) center fixed;
}

.formSpan {
	display: block;
	margin-bottom:1.25em
}
.formSpan INPUT {margin-right:4px;}

#fw-container {
	position:relative;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width: 980px;
	background: #fbf8e9;
	box-shadow:2px 2px 10px #666;
}

a {
	color: #129793;
	text-decoration: none;
	transition: all 0.2s ease;
}
a:hover {
	color: #9BD7D5;
	text-decoration: underline;
}



/* __________________________ Header Section __________________________
_______________________________________________________________________________*/
#fw-head
{
	margin: 0px;
	padding: 20px;
	padding-top:100px;
	width:940px;
	height:161px;
	position: relative;
	background: url("image/remedy-within-header.jpg") no-repeat;
}

#fw-title a {
	color:#FF7260;
	letter-spacing: -2px;
	font: 40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: none;
    font-weight:bold;
	text-shadow: 1px 1px 5px #fff;
	margin:20px 10px;
	text-align:left;
}

#fw-smalltitle {
	color:#129793;
	font: normal 18px arial;
	margin:20px 10px;
	text-shadow: 1px 1px 5px #fff;
	padding: 0px;
	text-transform: uppercase;
}

.fw-logo {
	background-position:center bottom;
	background-repeat:no-repeat;
	width: 980px;
	height: 281px;
	font-size: 0px;
	margin: 0px;
	text-align:center;
}

/* __________________________ Navigation __________________________
_______________________________________________________________________________*/

#fw-blockContainer {width:980px;}

#fw-mainnavwrap {
	width:218px;
}

#fw-nav-menu {
	padding-top:30px;
	color: #fff;
	width: 218px;
    position: absolute;
}

#fw-nav-menu a {
	color: #129793;
	text-decoration: none;
	font: normal 15px arial;
	text-transform: uppercase;
	padding-left:20px;
	display: block;
}

#fw-nav-menu a:hover{
	color: #9BD7D5;
	text-decoration: none;
}

#fw-nav-menu ul {
	list-style: none;
	cursor: default;
	width: 208px;
	margin:0px;
	padding:0px;
}

#fw-nav-menu li {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.clears {display:none; }


/* __________________________ Big Contain & Paragraphs __________________________
_______________________________________________________________________________*/
.fw-text h1 {
	color: #FF7260;
	text-align:center;
	margin-bottom:25px;
}

.fw-text h3 {
	color: #129793;
	text-align:center;
	margin-bottom:25px;
}
#fw-bigcontain {
	width:762px;
	margin-left:218px;
	min-height:460px;
}

.fw-paragraph{
	margin-top:0px;
}
.fw-paragraphtop{
	margin-top:0px;
}
.fw-paragraphbottom {
	clear:both;
	margin-bottom:1.5em;
}

#fw-leftColumn .fw-title,
#fw-mainColumn .fw-title{
	margin-top:0px;
	padding-top:5px;
	padding-left:20px;
	height:38px;
	font: normal 18px arial;
	color: #FF7260;
}
.hasOneColumn #fw-mainColumn .fw-title{width:741px;}

.fw-text{
	border-left: dotted 1px #FFF;
	padding-left:18px;
	padding-right:25px;
	padding-top:0px;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:-20px;
}


/*--------------------------------------------------------------------------
   Set up the Universal Column Definition here
   This sets when and under what conditions the columns will actually display.
-----------------------------------------------------------------------------*/

 .hasOneColumn #fw-leftColumn, .hasOneColumn #fw-rightColumn { display: none; }
 .hasTwoColumns #fw-rightColumn { display: none; }

 .hasSidebar #fw-bigcontain {  }
 .hasSidebar #fw-sidebar {  }

 .noSidebar #fw-bigcontain {  }
 .noSidebar #fw-sidebar { display: none; }
/* __________________________ Sidebar, Footer & Formatting __________________________
_______________________________________________________________________________*/
#fw-sidebar
{
    width: 200px;
    float: right;
    margin-right: 10px;
}

* html #fw-sidebar {
    margin-right: 5px;
    overflow: hidden;
}

#fw-sidebar .fw-text {
    padding: 0px 5px;
    font: 11px arial;
    border: 0px;
    margin-top: 0px;
}

#fw-footer {
color: #fbf8e9;
	padding: 8px;
	clear: both;
	text-align: center;
	border-top: dotted 1px #FF7260;
background: #9BD7D5;
text-shadow:1px 1px 5px #129793;
}

#fw-footer a {color:#fff; text-decoration:underline;}
#fw-footer a:hover {color:#FFF5C3;}

#fw-tracker
{
 clear: both;
}

.fw-text p {margin-bottom:1.5em;}

.fw-even {background:#262626; border-color: #ccc;}
.fw-odd {background:#000000; border-color: #ccc;}
.fw-profile-title {color:#000000; border:2px solid black;}
.fw-profile-basicAction {border:1px solid black}
.fw-tertiary { background-color: #BABABA; border-color: #BABABA; }

/* from template base */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.float_left {
	float: left;
	margin-right:25px
}

.float_right {
	float: right;
	margin-left:25px;
}

.formSpan {
    display: block;
    margin-bottom: 1.25em;
}
.style1 {
	text-align:right;
	color: #129793;
	font-size:1.2em;
	padding-bottom:25px;
	width:100%;
	border-bottom: dashed 1px #FF7260;
}