/*  
Theme Name: Femme Flora

Description: A two-columned wordpress theme with customizable header, logo and a pleasant feminine floral appearance. Uses truecolor png rendering for header image.
Version: 1.3
Author: Shivanand Sharma
Author URI: http://www.binaryturf.com
Tags: pink, custom header, fixed width, two columns, widgets, widget ready, options page, left sidebar

*/

@import url('w3-reset.css');
/* Begin Typography & Colors */
h1,h2,h3,h4,h5,h6 {
	color:#444;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html > body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-type: none;
	/*width: 172px;*/

}
#sidebar > ul > li > ul {
	/*width: 175px;*/
	width: 162px;
	margin: 0px auto;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	overflow:auto;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */
/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
}
*/
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	float:left;
	width:95%;
	border:1px solid #c0c0c0;	
	background-color:#eee;
	margin: 20px 4px;
	padding:4px;
	/*padding: 5px 10px 3px;*/
	list-style: none;
}
.commentlist li.alt {
	background-color:#f8f8f8;
}
.commentlist li img.avatar {
	float:left;
	margin:5px;
}
.commentlist li .commentmetadata{
	float:right;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	/* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
	padding: 3px;
}
img {
	border: none;
	padding: 3px;
}
/* End Various Tags & Classes*/
/***Begin Web 2.0 Specific CSS***/

#body-wrapper {
/*width:850px;*/
width:859px;
margin:auto;
background-image:url("");
background-repeat:repeat-y;
background-position:center top;
}
#mainbox {
	margin: 0px auto;
	width: 775px;
	background-color: #FFF;
}
.bringdown {
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



a:link {
	text-decoration: none; 
}
a:visited {
	
	text-decoration: none;
}


/***Header Stuff***/
#header {
	
	/*height: 161px;
	float:left;
	width:100%;
	height:34px;*/
}

#header .description {
float:left;
height:15px;
font-size:15px;
font-style:italic;
font-weight:14px;
margin-top:65px;

color:#cca;
}

html>body #header .description
{
margin-left:100px;
}

#header h1 {
margin:0px;padding:0px;
}
/*#logo {
	behavior: url('iepngfix.htc');
	background-image: url("iepngfix.htc"); 
	width: 298px;
	height:36px;
	float: left;	
	margin-top: 35px;
	margin-left: 40px;
	
}

#logo h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}
*/
#logo h1 a {
	color: #FFF;
	font-weight: normal;
	font-size: 45px;
	margin: 0px;
	padding: 0px;
	line-height:1;
	text-decoration: none;	
	margin-left:50px;
	display:block;
	position:relative;
	top:65px;
}

#logo h1 a:hover {
	text-decoration: none;
}
#headerdec {
	background-image: url("images/flower-trans.png");
	background-repeat: no-repeat;	
	/* behavior: url('http://pc-sharmas/wp/wp-content/themes/Femme-Flora/iepngfix.htc'); */
	width: 191px;
	height: 188px; 
	/*
	background-position: center center;
	width: 179px;
	height: 97px;	
	*/;
	margin-left: 584px;
	/*height: 188px;
	width: 191px;
	*/
	height: 188px;
	width: 191px;
	position:relative;
	top:-18px;
	z-index:1;

}
#search {
	margin-left: 551px;
	margin-top: -68px;
	 display: none; 
}
#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}
input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}
#iemenu{
	float:left;
	width:100%;
	/*background-color:#c2619d;*/
	background-image:url("images/menubg.png");
	background-repeat:repeat-x;
	position:relative;
	top:-74px;
	height:39px;
}
ul#menu {
	padding: 0px;
	margin: 0px;
	/*margin-top: 30px;*/
}

html>body ul#menu {
	/*margin-top: 51px;*/
}

#menu li {
	list-style-type: none;
	display:inline;
}
/*
li#lastlink {
	width: 81px;
}
*/
#menu a {
	display:box;
	float:left;
	height:16px;
	/*width: 81px;*/
	color: #FFF;
	
	text-align:center;
	padding:9px;	
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {	
	background-color:#b2518d;
}/***Main Area Stuff***/
#content-wrapper {
	/*clear: both;
	border:1px solid gray;*/
}
#content {
	float: right;
	/*width: 500px;*/
	width:565px;
	padding:0px 10px;
	padding-bottom: 10px;
	text-align:justify;
	
}
#sidebar {
	float: left;
	/*background-image:url("images/sidebg.png");*/
	background-repeat:repeat-y;
	background-position:right top;
	/*margin-right: 44px;
	margin-top: 33px;
	margin-left: 44px; 
	border-right: 1px solid gray;
	*/
	padding-left:4px;
	padding-right:4px;
	
	width: 182px;
	padding-bottom: 10px;
}
/*html>body #sidebar {
	width: 182px;
}*/

body #content {
	width:585;
	padding:0px 10px;
}

html>body{
/* not IE */

}


/***Footer Stuff***/
#footer {
	clear: both; /* background-image: url("images/foot-top.gif");
	background-repeat: no-repeat;
	color: #FFF;
	*/;
	width: 740px;
	padding-top: 8px; /*font-family: Tahoma;
	font-size: 11px;
	*/;
	margin: auto;
}
#footbar {
	/* background-image: url("images/foot-bar.gif"); */
	width: 739px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	padding-top: 5px;
	 
	font-weight: bold;
}
#footbar a, #footbar a:link, #footbar a:visited, #footbar a:hover {
	color: #00F;
}
#footercontent {
	/* background-image: url("images/foot-bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #434F54;
	*/
	background-color: #EEE;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	width: 730px;
	padding: 5px;
	padding-top: 0px;
}
/*#sidebar h2 {

	width: 184px;
	height: 16px;
	padding: 4px 0px;
	margin: 0px auto;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: #c2619d;
	margin-top: 16px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #e0de90;
}
*/
#footer h2 {
	/* background-image: url("images/subhead.gif"); 
	background-color: #f0eea0;*/
	width: 154px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #c2619d;
	padding-top: 4px;
	margin: 0px;
 
	margin: 0px auto;
	text-transform: capitalize;
}
#footer h3 a {
	margin: 0px;
	padding: 0px;
	color: #E7EC6A;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	margin: 0px;
	padding: 0px;
	color: #00F;
	/*font-size: 11px;
	 font-weight: bold; */
}
#footer h3 {
	margin: 0px;
	padding: 0px;
}
.recentcontent {
	margin-bottom: 5px;
}
.recentcontent p {
	margin: 0px;
	padding: 0px;
}
.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
/***Post Stuff***/
.post {
/*	margin-top: 60px; */
clear:both;
}
.posttitle {
	/*float: left;*/
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
}
.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}

.post h2 a,.post h3 a {
	color:#333333;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	text-decoration: none !important;
}
.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}
.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
	display: block;
	width: 67px;
	height: 76px;
}
.commentsquare a:link {
	text-decoration: none;
}
.commentsquare a:visited {
	text-decoration: none;
}
.commentsquare a:hover {
	text-decoration: none;
}
.postcontent {
	clear: both;
}
.postfoot {

    font:11px Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing:0.1em;
	border-bottom: 1px solid #FFFFFF;

	padding-bottom: 20px;

	margin-top: 20px;

	clear:both;

}

/***Sidebar Items***/

#sidebar h2 {
	/*background-image: url("images/blockbg.png");
	background-repeat:repeat-x;
	*/
	background-color:#efeec7;
	border-right:1px solid #dfdeb7;
	border-bottom:1px solid #dfdeb7;
	/*width: 184px;*/
	width: 172px;
	height: 20px;
	padding: 4px 0px;
	margin: 0px auto;
	font-family: Georgia,serif;
	font-weight: normal;
	font-size:16px;
	color: #c2619d;
	margin-top: 16px;
	margin-bottom: 0px;
	text-align: center;
	/*background-color: #f0eea0;*/
}
.showcase {

	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}
.archivebox {
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}
.archivebox ul {
	padding: 0px;
	margin: 0px;
}
.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}
.archivebox a {
	color: #767006;
	font-size: 12px;
}
.archivebox a:link {
	text-decoration: none;
}
.archivebox a:visited {
	text-decoration: none;
}

#sidebar ul ul {
	padding: 0px;
	margin: 0px;
	/*background-image: url("images/list1.gif");*/	
	background-repeat: repeat-y;
	/*width: 186px;*/
	width: 162px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 3px;
	border: 1px solid #eee;
	border-top: 1px solid white;
}

#sidebar li li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
	margin-right:4px;
}
#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	/*color: #00F;*/
	color: #c2619d;
	text-decoration: none;
}
/*
#sidebar a:link {
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #C0440D;
}
*/
/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}
li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}
/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}
/*
.footbox li a {
	color: #E7EC6A;
}
*/
ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}
html > body ul#metafoot {
	margin-left: -40px;
}
ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}
html > body ul#metafoot2 {
	margin-left: -40px;
}

.clear {
clear:both;
}

#tags {
background-color:#ddd;
padding:2px 4px ;
}

/* Imported*/

/* Global Styles */

body {
	margin:0px;
	background-color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size:x-large;
}
td {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a {
	color: #574F98;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover, a.postTitle:hover{
	color: #FF6600;
	}

a.postTitle{
	color:#333333;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	font-weight: normal;
	line-height: 16px;
}

ul.locations {
list-style-type: none;
}

a.locations {
font-size: 11px;
line-height: normal;
}
	
/* ID Styles */

#navContainer {
	position: absolute;
	left: 0 px;
	top: 0px;
	height:75px;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;

}

#navContainer a{
	color: #FFFFFF;

}
#navigation {
	margin-left: 175px;
}
#navigation li{
	display:inline;
	margin: 0px;
	list-style-type: none;
	
	}
	
#navigation a {
	color: #555568;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:18px;
	font-size: 14px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF6600;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	margin-right: 0px;
	margin-left: -4px;
	}
	
#navigation a.selected {
	color:#FF6600;
	background-color: #FFFFFF;
}

#navigation a.facebookTab{
	border-right-style: none;
	font-size: 16px;
}

#navigation a:hover {
	color:#ffffff;
	background: #FF6600;}

#pageLayout {
	max-width: 960px;
	min-width: 750px;
	margin: 0 auto;
  	 
	
}
#sideBar {
	width: 310px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	float: left;
	margin-left: 0px;
	}
#sideBar ul ul, #sideBar ul ol { margin: 5px 10px 0 5px; }	
#mainColumn{
	min-height:180px;
	background-image: url(swords_bkgrd.jpg);
	background-repeat: no-repeat;
	margin-top: 55px;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 335px;
	max-height: 380px;
	margin-bottom: 0px;
}
#pageTitleBar{
	background-image: url(../../../../pageTop.jpg);
	background-repeat: no-repeat;
	margin-top: 55px;
	padding-top: 15px;
	padding-right: 35px;
	padding-left: 335px;
	height: 90px;
}
#middleColumn{
	margin-top: -30px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 335px;
	background-image: url(middle_backgrnd.jpg);
	background-repeat: repeat-y;

}

#centerPage {
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
	min-height: 400px;
}

#centerColumnText{
	float: left;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 0px;
	background-color: #EDECF2;
	width: 587px;
}

#locationsBox {
	float: left;
	width: 220px;
	min-height: 150px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#newsBox {
	float: left;
	width: 300px;
	min-height: 150px;
	margin-left: 80px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#galleryBox {
	float: left;
	width: 140px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#gallery   li {
	list-style-type: none;
	margin-left: -40px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#gallery   ul {
	margin-bottom: 0px;
}

#footer {
	max-width: 960px;
	min-width: 960px;
	background-image: url(blocks_backgrnd.jpg);
	margin: 0 auto;
	min-height: 300px;
	background-repeat: no-repeat;
}


#postItemP{
	margin-top: 20px;
}

#postItemSideBar{
	margin-top: 20px;
	margin-left:25px;
	margin-right:20px;
}

#locationsList li{
	list-style-type: none;
	margin-left:-20px;
}
.locationsList li, a.li{
	list-style-type: none;
	margin-left:-20px;
	color: #555568;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0.1em;
}

#moreLink {
	text-align:right;
	padding-right: 20px;
}

#schedule {
	width:580px;
	border:0px;
}

#schedule td{
	padding-bottom:10px;
	padding-right: 5px;
	vertical-align: top;
}


/* Class Styles */

.centerPageRow{
	width:580px;
	top: 5px;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.locationDetails{
	float:left;
	width: 320px;
	left: 10px;

	}
	
.portrait{
	width:180px;
	margin-top: 60px;
	}

.title
 {
	
	color:#584D99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align:left;
	font-weight: bold;
	font-style: normal;
	}
a.title:hover
 {
	color:#FFFFFF;
	}

.title2
 {
	line-height:0.7em;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align:left;
	font-weight: bold;
	font-style: normal;
	}
.h2Title{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
}

.postTitle{
	color:#666699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
}
a.h2Title:hover {
color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
}
	
.tagline {
	color: #666666;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
.bodyText {
	line-height:22px;
	color:#333333;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	font-weight: normal;
	}
.boxTitle{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	
}
.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:24px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:.2em;
	line-height:32px;
	}
	
.subHeader {
	color: #999999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
.date {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFBA00;
	letter-spacing:.1em;
	line-height:18px;
	}
.comments {
	font:11px Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing:0.1em;
	margin-left: 0.5em;
	}
.commentsLink {
	font:11px Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing:0.1em;
	margin-left: 0.5em;
	}
.commentsLink:hover{
color: #FF6600;
}
	
.finePrint {
	font:11px Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing:0.1em;
	text-align:justify;
	}
	
.sideBarTitle{
	background-color:#FF6600;
	padding-right: 20px;
	padding-left: 20px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	margin-left: 20px;
	margin-right: 40px;
	margin-top:30px;
	line-height: 30px;
}

.sideBarTitleSelected{
	background-color:#999999;
	padding-right: 20px;
	padding-left: 20px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	margin-left: 20px;
	margin-right: 40px;
	margin-top:30px;
	line-height: 30px;
}

.sidebarText {
	color: #555568;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0.1em;
	}
.sidebarTextSelected {
	color: #CCCCCC;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0.1em;
	}
.devider{
	background-color:#FFFFFF;
} 
