html
{
    margin:0;
	padding:0;
	border:none 0;
	background: #FFFFFF;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font: 13px Arial, Helvetica, sans-serif;
	color: #797979;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #797979;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #797979;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* wrappers */
.container_wrapper
{
    width: 100%;
    height:100%;
}
.white_bg
{
    background-color:#FFFFFF;
}
.black_bg
{
    background-color:#000000;
}

/* Header Container */
#header_container
{
    width: 980px;
	height: 100%;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;    
}

/* Header */
#header_container #header 
{
    width: 980px;
    height: 125px;
    background: #000000;
    float: left;
}

#header_logo 
{
	float: left;
	margin-left: 25px;
}

#header_right
{
    float: right;
    margin: 0 0 0 0 ;
    width: 300px;
    height: 125px;
}

#header_right #switchOn
{
    margin: 3px 10px 0 0;
    width: 223px;
    height: 44px;
    /*padding-top:16px;*/
    text-align:left;
    color: #FFFFFF;  
    float:right;  
    
}

/* Search and feed Section */
#header_right #searchAndFeed
{
    float: right;
    margin:35px 18px 0 0;
    padding: 0;
    width:215px;
}

#searchAndFeed #searchSection
{
    float: left;
    width: 178px;
    padding-right:5px;
    padding-top:2px;
}

#searchAndFeed #feedSection
{
    float: left;
}
/* Search and feed Section End */

#header_separator_container
{
    float:left;
    width:980px;
    height:28px;
    border: none;
    margin:0;
    padding:0;
}
#header_separator_left
{
    float:left;
    width:20px;
    height:28px;
    background-color:#FFFFFF;
    background-position:top left;
    background-repeat:repeat-y;
    background-image: url(images/bg_rainbow_leftTop.png);
}
#header_separator
{
    float:left;
    width:940px;
    height:28px;
    background-color:#FFFFFF;
    background-position:top left;
    background-repeat:no-repeat;
    background-image: url(images/bg_rainbow_Top.png);
}
#header_separator_right
{
    float:left;
    width:20px;
    height:28px;
    background-color:#FFFFFF;
    background-position:top left;
    background-repeat:repeat-y;
    background-image: url(images/bg_rainbow_rightTop.png);
}

#page_container
{
    width: 980px;
	height: 100%;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;    
}

/* Page */
#page_container #page 
{
	width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Content */
#mainContent {
	float: left;
	width: 670px;
	margin-bottom: 20px;
	margin-top: 70px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar a {
	text-decoration: none;
}

#footer_separator_container
{
    float:left;
    width:980px;
    height:28px;
    border: none;
    margin:0;
    padding:0;
}
#footer_separator_left
{
    float:left;
    width:20px;
    height:28px;
    background-color:#FFFFFF;
    background-position:top left;
    background-repeat:repeat-y;
    background-image: url(images/bg_rainbow_leftBottom.png);
}
#footer_separator
{
    float:left;
    width:940px;
    height:28px;
    background-color:#FFFFFF;
    background-position:top left;
    background-repeat:no-repeat;
    background-image: url(images/bg_rainbow_Bottom.png);
}
#footer_separator_right
{
    float:left;
    width:20px;
    height:28px;
    background-color:#FFFFFF;
    background-position:top left;
    background-repeat:repeat-y;
    background-image: url(images/bg_rainbow_rightBottom.png);
}

/* Footer */
#footer_container
{
    width: 980px;
	height: 100%;
	background: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;    
}

#footer_container #footer
{
	width: 980px;
	padding-top: 20px;
    background-color:#000000;
	color: #FFFFFF;
}

#credits
{
	width: 980px;
    height: 16px;
	padding-bottom: 5px;
	background-color:#000000;
	color: #FFFFFF;    
}

#credits .fcsoft
{
    float:left;
	padding-left: 10px;
    font-weight:normal;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    color: #797979;
}
.fcsoft a
{
     color: #797979;
     font-weight:normal;
     font-size:10px;
}
.fcsoft a:link,
.fcsoft a:visited,
.fcsoft a:active
{
    text-decoration:none;
    font-weight:normal;
    color: #797979;
}
.fcsoft a:hover
{
    text-decoration:none;
    font-weight:bold;
    color: #797979;
}
#credits .iamasource
{
    float:right;
	padding-right: 10px;
    font-weight:normal;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:right;
    color: #797979;
}

#footer #bottomContent
{
    width: 100%;
    /*height: 100px;*/
    margin: 10px 0 10px 0;
    padding:0;
    background-color:#000000;
    min-height:120px;
}

#bottomContent #bottomCol1,
#bottomContent #bottomCol2,
#bottomContent #bottomCol3,
#bottomContent #bottomCol4
{
    float: left;
    width: 222px;
	height: 100%;
    padding-left:10px;
    padding-right:10px;
    background-color:#000000;
    color:#FFFFFF;
}

#footer h2.title
{
    text-transform:uppercase;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    text-align:left;
    padding:0;
    margin: 0px 0 10px 0;
    border-bottom: solid 1px #FFFFFF;
}

#footer ul.list
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:11px;
	font-weight:normal;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 40px 0 0 170px;
	background: url(images/img04.jpg) no-repeat left top;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -113px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 176px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 20px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #EBEAD1;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33;
}

#menu a:hover, .active a {
}


/* Footer */

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 220px;
	padding-left: 0px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #573D30;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	background: black;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}


.sTop, .sContent, .sBottom, .sClear 
{
    display:block;
}