a:active , a:focus {
	outline		: none;
	outline-style	: none;
}

.bold {
	font-weight: 800;
}

/*==========DAYLITE & OVERALL TEMPLATE==========*/

/* Navbar style */
#topbar{
	height:128px;
	width: 960px !important; /* added to match Billings Pro page */
}

#marketcircle_logo {
	margin-top: 31px;
	float: left;
	margin-left: 9px; /* changed to 9 from 20 to match Billings Pro page */
}

#nav {
	font-family: "Helvetica", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin-top: 40px;
	margin-right: 25px;

	float: right;
}

#nav li {
	display: inline;
	margin-left: 30px;
}

#nav a {
	text-decoration: none;
	color: #939393;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

#nav a:hover {
	border-bottom-color: #ff6c00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#nav a.selected {
	color: #ff6c00;
}

.rightalign {
	text-align: right;
	padding-right: 100px;
}

/*header Section*/
.headerwrap{
	width:923px;
	height:auto;
	margin:auto;
}
.headerbox{
	font-family: "Avenir LT Std", "Helvetica", "Trebuchet MS", Verdana, Arial, sans-serif;
	margin:auto;
	width:100%;
	height:100%;
}

.indentbar{
	background-image: url("../daylite/images/indentbar.png");
	width:948px;
	height:6px;
	margin:auto;
	margin-top:-10px;
}

.twittericon{
	background-image: url("../daylite/images/twitter/twittericon.png");
	width:39px;
	height:36px;
	float:right;
	margin-top:-99px;
}

.headerbox #headertitle {
	font-size:22px;
	color:#fc7918;
	letter-spacing: 2px;
	width:100px;
	height:30px;
	margin-left:94px;
	float:left;

}

.headerbox #headerslogan {
	font-size:22px;
	color:#9a9a9a;
	letter-spacing: 2px;
	width:350px;
	height:60px;
	margin-top:30px;
	margin-left:270px;
}

.headerbox #subheadertitle {
	font-size:22px;
	color:#fc7918;
	letter-spacing: 2px;
	width:100px;
	height:30px;
	margin-left:93px;
	float:left;
	
}

.headerbox #subheaderslogan {
	font-size:22px;
	color:#9a9a9a;
	letter-spacing: 2px;
	width:350px;
	height:60px;
	margin-top:30px;
	margin-left:270px;
}

.headerbox #subheaderpartner{
	color:#85ac1c;
	font-size:22px;
	letter-spacing: 2px;
	width:100px;
	height:30px;
	margin-left:70px;
	float:left;
}

.headerbox #subheadersloganpartner{
	font-size:22px;
	color:#9a9a9a;
	letter-spacing: 2px;
	width:400px;
	height:60px;
	margin-top:30px;
	margin-left:255px;
}

.headerbox .partnerlogo{
	background-image: url("../daylite/images/partnerlogo.png");
	width:286px;
	height:209px;
	float:right;
	margin-top:-150px;
	margin-right:-40px;

}

/* Download buttons style except the overview page */

.headerbox #subdownloadbuttonbase{
	/* background-image: url("../daylite/images/downloadgreentrial.png"); */
	background-image: url("../daylite/images/try_daylite_button.png");
	width:152px;
	height:63px;
	float:right;
	margin-top:-58px;
	margin-right:80px;
}

.headerbox #subdownloadbutton{
	/* background-image: url("../daylite/images/downloadgreentrial.png"); */
	background-image: url("../daylite/images/try_daylite_button.png");
	width:152px;
	height:63px;
}

.headerbox #subdownloadbutton:hover{
	/* background-image: url("../daylite/images/downloadgreentrialhover.png");
	width:152px;
	height:63px;
	float:right; */
	background-image: url("../daylite/images/try_daylite_button_hover.png");
}
/*---------------------------------------------------*/

/* Download button in overview page*/

.headerbox #downloadbuttonbase{
	background-image: url("../daylite/images/downloadgreentrial.png");
	width:152px;
	height:65px;
}

.headerbox #downloadbutton{
	background-image: url("../daylite/images/downloadgreentrial.png");
	width:152px;
	height:65px;
	float:right;
	margin-top:-58px;
	margin-right:50px;
}

.headerbox #downloadbutton:hover{
	background-image: url("../daylite/images/downloadgreentrialhover.png");
	width:152px;
	height:65px;
	float:right;
}
/*-----------------------------------------------------*/

.headerbox #havequestions{
	background-image: url("../daylite/images/havequestions.png");
	width:145px;
	height:15px;
	float:right;
	margin-top:15px;
	margin-right:-147px;
}

.headerbox #havequestions:hover{
	background-image: url("../daylite/images/havequestionshover.png");
	width:145px;
	height:15px;
}


.headerbox #movie_button {
	background-image: url("../daylite/images/daylite_video_idle.png");
	width:110px;
	height:103px;
	float:left;
	margin-top:-150px;
	margin-left:81px;
}

.headerbox #movie_button:hover {
	background-image: url("../daylite/images/daylite_video_hover.png");
}


/*header slideshow*/

#slide{  
	margin:auto;
    width:923px;  
    height:602px;  
    background:#fff;   
}  

#slide ul.ui-tabs-nav{  
     
    list-style:none;  
    float:left; 
    width:179px;  
    margin-left:-25px;
    margin-top:100px;
    
}  
#slide ul.ui-tabs-nav li{  
    font-size:12px;
}  
#slide ul.ui-tabs-nav li span{  
    font-size:11px; font-family:Verdana;  
    line-height:18px;  
}  

#slide .ui-tabs-panel{  
    width:687px; 
    height:600px;  
    float:right;
    margin-right:-30px;
    margin-top:40px;
}  
#slide .ui-tabs-hide{  
    display:none;  
}

#slide li.ui-tabs-nav-item a{/*On Hover Style*/  
    height:50px;
   	float:right;  
    text-decoration:none;
    font-family: "Avenir LT Std","Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
    color:#dbc7ad;
    font-size:20px;
    font-weight:100;
    font-style:inherit;
    letter-spacing: 2px;
}  
#slide li.ui-tabs-nav-item a:hover{    
}  
#slide li.ui-tabs-selected{ /*Selected tab style*/  
    
}  
#slide ul.ui-tabs-nav li.ui-tabs-selected a{  
    color:#fc7918;
}  

#slide ul.ui-tabs-nav li img{  
    float:left;  
    background:#fff;  
    padding:2px;  
   
}  

#slide .ui-tabs-panel .info{  
    position:absolute;  
    top:180px; left:0;  
    height:70px; width: 400px;  
    background: url('images/transparent-bg.png');  
}  
#slide .info h2{  
    font-size:18px; font-family:Georgia, serif;  
    color:#fff; padding:5px; margin:0;  
    overflow:hidden;  
}  
#slide .info p{  
    margin:0 5px;  
    font-family:Verdana; font-size:11px;  
    line-height:15px;
}  
#slide .info a{  
    text-decoration:none;  
    color:#fff;  
}  
#slide .info a:hover{  
    text-decoration:underline;  
}  




/* SubnNavBar Style*/
.subnavwrap{
	background-image: url("../daylite/images/subnavstrip.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	height:25px;
}

#subnavcontent{
	width:703px;
	height:25px;
	margin:auto;
}

#subnavcontent a {
	text-decoration: none;
	color: rgb(99,71,33);
	font-size:12px;
	font-family: "Verdana","Helvetica", Arial, Geneva;
}

#subnavcontent a.selected {
	font-weight:bold;
}


/* BottomBar Style */
.bottombarwrap{
	background-image: url("../daylite/images/bottombar/bottomstrip.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	height:69px;
}

#bottomcontent{
	width:742px;
	height:69px;
	margin:auto;
}

#bottomcontent #left{
	float:left;
	padding-top:12px;
}

#bottomcontent #right{
	background: url(../daylite/../daylite/images/bottombar/downloadbar.png);
	float:right;
	margin-top:18px;
	width:308px;
	height:34px;
}

#bottomcontent #right #download{
	background: url(../daylite/images/bottombar/download1.png);
	float:left;
	width:124px;
	height:35px;
}
#bottomcontent #right #download:hover{
	background: url(../daylite/images/bottombar/downloadhover1.png);
	float:left;
	width:124px;
	height:35px;
}
#bottomcontent #right #buy{
	background: url(../daylite/images/bottombar/buy1.png);
	float:left;
	width:74px;
	height:35px;
}
#bottomcontent #right #buy:hover{
	background: url(../daylite/images/bottombar/buyhover1.png);
	float:left;
	width:74px;
	height:35px;
}
#bottomcontent #right #learnmore{
	background: url(../daylite/images/bottombar/questions1.png);
	float:right;
	width:110px;
	height:34px;
}
#bottomcontent #right #learnmore:hover{
	background: url(../daylite/images/bottombar/questionshover1.png);
	float:right;
	width:110px;
	height:34px;
}


/* body style */

img{
	border:0px;
	background:none;
}

.hiddenPic {display:none;}

.main {
	width: 1008px; /* UNemphasized to match Billings Pro page */
	clear: both;
	margin:auto;
	background-color:white;
}

body {
	background-color: #ffffff;
	min-width: 1008px;
	padding:0px;
	margin:0px;
	font: 10px "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	}
	
#bringbacktoflow{
	clear:both;
	height:20px;
}
	
	
/* Content style */
a{
	text-decoration:none;
	color:#ff7200;
}

b{
	font-weight:900;
}

.center ol{
	margin-top:10px;
	margin-bottom:10px;
}

h2{ 
    font-family: "Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	color:black;
	font-weight:bold;
}

h6{
	font-weight:200;
	font-size:10px;
	color:#ff7200;
}

strong{
	font-weight:500;
}
.contentwrap{
	padding-top: 30px;
	width:876px;
	height:100%;
	margin:auto;
	font-family: "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	line-height:175%
}


.content{
	margin:auto;
	width:600px;
	height:100%;
}

form{
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.content p{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.content .left{
	float:left;
}

.content .singlewrap{
	width:100%;
	height:100%;
}

.right p{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.content h3{
	font-family: "Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	color:rgb(110,110,110);
	font-weight:bold;
	font-size:13px;
}

.content #BOS{
	background: url(../daylite/images/content/BOS.png) no-repeat;
	width:68px;
	height:64px;
	margin-left:-100px;
}

.content .center{
	clear:both;
	width:600px;
	height:100%
}

.content #moreinfo{
	color: rgb(247, 156, 34);
	text-decoration:underline;
	font-size:13px;
}

.content .center p{
	margin-top:10px;
	margin-bottom:20px;
}


.content #orangefont {
	color:#ff7200;
}

.content .linespacer{
	background: url(../daylite/images/content/linespacer.png) no-repeat;
	width:653px;
	height:1px;
}

.content #iphone{
	background: url(../daylite/images/content/itouch.png) no-repeat;
	width:163px;
	height:344px;
}

.content #iphone:hover{
	background: url(../daylite/images/content/itouchglow.png);
	width:163px;
	height:344px;
}

.content .right{
	float:right;
}

.content .caption{
	font-size:13px;
}

.content .aboutus a{
	color:rgb(110,110,110);
	font-weight:bold;
}

.content .movies a{
 	font-weight:200;
 	color:rgb(110,110,110);
}

.content .aboutus .style1{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.content .aboutus .style2{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
	font-weight:bold;
}
.content .aboutus .mapbox{
	background: url(../images/mapbox.png);
	width:398px;
	height:445px;
	margin-right:-50px;
	margin-top:55px;
}

.contentinner{
	width:800px;
	height:100%;
	clear:both;
	margin-left:-100px;
}

.dl_sync_divider_line {
	margin-top: 0px;
	margin-bottom: 14px;
	color: #8c9691;
	background-color: #8c9691;
	height: 1px;
	border: 1px;
}

.addonstable{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.Addon_conn_name_text{
	color:rgb(116, 167, 7);
	font-weight:600;
}

.Addon_conn_name_text h3{
	color:rgb(116, 167, 7);
	font-weight:600;
	font-family: "Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	font-size:13px;
}

.addonTitle{
	margin-top:10px;
	margin-bottom:5px;
}

.addonTitle #versions{
	color:rgb(110,110,110);
	font-size:11px;
}

.addonTitle a{
	font-size:15px;
	color:#6e6e6e;
	font-family: "Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

.adddownload{
	background: url(../daylite/images/addons/adownload.png);
	width:129px;
	height:17px;
	float:left;
}
.adddownload:hover{
	background: url(../daylite/images/addons/adownloadhover.png);
	width:129px;
	height:17px;
	float:left;
}
.addbuy{
	background: url(../daylite/images/addons/abuy.png);
	width:61px;
	height:17px;
	float:left;
	margin-top:5px;
}
.addbuy:hover{
	background: url(../daylite/images/addons/abuyhover.png);
	width:61px;
	height:17px;
	float:left;
}

.submissionInfo{
	color:#FF7f00;
}

.submissionInfo a{
	color:#FF7f00;
}
.submissionInfo a:hover{
	color:#d04000;
}

/* addon buttons */
.addon_full_download_button {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../daylite/images/addon_full_dl.png");
	width: 123px;
	height: 35px;
}
.addon_half_download_button {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-image: url("../daylite/images/addon_half_dl.png");
	width: 117px;
	height: 35px;
}
.addon_half_learn_button {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-image: url("../daylite/images/addon_half_learn.png");
	width: 122px;
	height: 35px;
}
.addon_full_download_button:hover {
	background-image: url("../daylite/images/addon_full_dl_hover.png");
}
.addon_half_download_button:hover {
	background-image: url("../daylite/images/addon_half_dl_hover.png");
}
.addon_half_learn_button:hover {
	background-image: url("../daylite/images/addon_half_learn_hover.png");
}

/* industry buttons */
.industry_full_download_button {
	margin-top: 0px;
	margin-bottom: 30px;
	background-image: url("../daylite/images/industry_full_dl.png");
	width: 148px;
	height: 35px;
}
.industry_half_download_button {
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	background-image: url("../daylite/images/industry_half_dl.png");
	width: 145px;
	height: 35px;
}
.industry_half_watch_button {
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	background-image: url("../daylite/images/industry_half_watch.png");
	width: 128px;
	height: 35px;
}
.industry_full_download_button:hover {
	background-image: url("../daylite/images/industry_full_dl_hover.png");
}
.industry_half_download_button:hover {
	background-image: url("../daylite/images/industry_half_dl_hover.png");
}
.industry_half_watch_button:hover {
	background-image: url("../daylite/images/industry_half_watch_hover.png");
}

.Addon_conn_name_text{
	color:#919191;
	font-weight:normal;
	font-family: "Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
	margin-bottom:3px;
}

#greyfont{
	color:#919191;
}

.addonsubtopic{
	color:#b9b9b9;
	letter-spacing: 2px;
	font-size:22px;
	font-family:"Avenir LT Std";
	margin-top:20px;
	margin-bottom:5px;
	margin-right:400px;
	width:100%;
	}

/* Support Help Styles */

/* Daylite Support Section*/

#daylitesupport{
	font-family: "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

#daylitesupport h3{
	color:#ff7800 !important;
}

#daylitesupport .supportheader{
	font-size:15px;
	color:#ff7800;
	font-weight:500;
}

#daylitesupport .supportheader:hover{
	color: #ffa200;
}

#daylitesupport .subsupportheader{
	font-size:13px;
	color:#ff7800;
	font-weight:500;
}

#daylitesupport .subsupportheader:hover{
	color: #ffa200;
}

#daylitesupport .supportpadding{
	margin-top:10px;
}

/*Billings Support Section*/

#billingssupport{
	font-family: "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

#billingssupport a{
	color:#0ca9f2;
}

#billingssupport h3{
	color:#0ca9f2 !important;
}

#billingssupport .supportheader{
	font-size:15px;
	color:#0ca9f2;
	font-weight:500;
}

#billingssupport .supportheader:hover{
	color: #0a81b8;
}

#billingssupport .subsupportheader{
	font-size:13px;
	color:#0ca9f2;
	font-weight:500;
}

#billingssupport .subsupportheader:hover{
	color: #0a81b8;
}

/*Billings Pro Support Section*/

#billingsprosupport{
	font-family: "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

#billingsprosupport a{
	color: rgb(87, 170, 180);
}

#billingsprosupport h3{
	color: rgb(87, 170, 180) !important;
}

#billingsprosupport .supportheader{
	font-size:15px;
	color: rgb(87, 170, 180);
	font-weight:500;
}

#billingsprosupport .supportheader:hover{
	color: rgb(47, 130, 140);
}

#billingsprosupport .subsupportheader{
	font-size:13px;
	color: rgb(87, 170, 180);
	font-weight:500;
}

#billingsprosupport .subsupportheader:hover{
	color: rgb(47, 130, 140);
}

/* Other Support Section */

#othersupport {
	font-family: "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

#othersupport a{
	color:#819d1c;
}

#othersupport .subsupportheader{
	font-size:13px;
	color:#819d1c;
	font-weight:500;
}

#othersupport .subsupportheader:hover{
	color: #5a6d14;
}

/*---------------------------*/


/* Bottom Section */

.bottomsection{
	width:762px;
	height:100%;
	margin:auto;
}

.bottomsection #additional{
	background: url(../daylite/images/bottom/additional.png);
	width:594px;
	height:22px;
	margin:auto;
}

.bottomsection #seetwitter{
	background: url(../images/twitter/twitternotice1.png);
	width:793px;
	height:58px;
	margin:auto;
}

.bottomsection #twittersee{
	background: url(../images/twitter/twitternotice1.png);
	width:793px;
	height:58px;
	margin:auto;
}

.bottomsection .twitterhove{
	background-image: : url("../images/twitter/twitter1noticethover.png");
	width:793px;
	height:58px;
	display: none;
}

.bottomsection #testimonial{
	background: url(../daylite/images/bottom/testimonials.png);
	width:502px;
	height:23px;
	margin:auto;
}

.bottomsection #macworld{
	background: url(../daylite/images/bottom/macworld.png);
	width:517px;
	height:62px;
	margin:auto;
}

.bottomsection .featuretable{
	margin:auto;
}

.bottomsection .featuretable .main_subtext_feature{
	margin-top:-6px;
	font-size:10px;
	color:#848484;
}

.bottomsection .featuretable .main_text_feature_title{
	font-size:11px;
	color:#626262;
	font-weight:bold;
}

.bottomsection .featuretable .daylite_delivery{
	font-size:11px;
	color:#ff8400;
	font-weight:bold;
	text-decoration:none;
}
.bottomsection .featuretable .billings_integration{
	font-size:11px;
	color:#61a6c8;
	font-weight:bold;
	text-decoration:none;
}
.bottomsection .featuretable .connect_your_business{
	text-decoration:none;
	font-size:11px;
	color:#8bc303;
	font-weight:bold;
}
.bottomsection .featuretable .stay_in_sync{
	text-decoration:none;
	font-size:11px;
	color:#4337B2;
	font-weight:bold;
}
.bottomsection .tablesub{
	float:right;
	font-size:11px;
	color:#626262;
	font-weight:bold;
	margin-top:-23px;
}

.bottomsection .testimonialsection{
	margin:auto;
	font-family: "Gill Sans","Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

.bottomsection .testimonialsection p{
	font-size:15px;
	color:rgb(110,110,110);
	font-weight:300;
}

.bottomsection .testimonialsection #testimonialorange{
	font-size:13px;
	color:#ff7200;
	font-weight:300;
}

/*stories*/

.legendbox{
	border:1px solid #8C9691;
	background-color:#ABABAB;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:14px;
	height:518px;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:15px;
}

#box{
	padding-top:0px !important;
}

.legendbox p{
	font-size:14px;
	font-weight:200;
	color:white !important;
}

.legendbox a{
	font-size:14px;
	font-weight:200;
	color:white;
	text-decoration:underline;
}

.legendbox .selected{
	color:black;
}

.legendbox ul{
	color:white;
}

.legendbox #quote{
	font-style: italic;
}

#quote2{
	font-weight:500;
	padding:20px;
	font-style:italic;
}

.legendbox #author{
	float:right;
}

ul{
	margin-top:0px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

ol{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}


/* footer Section*/

.footer{
	margin:auto;
	height:30px;
	width:100%;
	text-align:center;
	font-family: "Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

.footer a{
	text-decoration:none;
	color:rgb(110,110,110);
	font-weight:400;
	font-size:10px;
}

/* Overlay */

/* use a semi-transparent image for the overlay */ 
#overlay { 
    color:#ffffff; 
    height:auto;
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:auto;
    font-family: "Lucida Grande","Helvetica Neue","Verdana","Helvetica", Arial, Geneva;
}

.contentWrap h2{ 
    font-size:20px;
	color:rgb(110,110,110);
	font-weight:bold;
}
.contentWrap a{
	color:#ff7200;
	text-decoration:none;
}

.contentWrap .selected{
	color:black;
	font-weight:bold;
}

/* Tesimonial Box*/

#testimonialbox {
   position: relative;
   overflow: hidden;
   border: 1px solid #8C9691;
   height: 150px;
   width: 100%;
   padding:10px;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:93%;
   padding:20px;
   	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
 }
 
 .headline #orangefont{
color:#ff7200;
}

/*images*/

.imagecursor{
	cursor: pointer;
}


/* form table */
#formtable { 
	background-image: url(../daylite/images/switch/formframe.png);
	width:405px;
	height:322px;
	margin:auto;
	padding-left:40px;

}

/* Case Studies Links */

.case_link {
	color: rgb(249, 156, 34);
	margin-top: -2px;
	font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, Geneva !important;
	font-size: 12px;
	font-weight: lighter;
}

.case_link:hover {
	color: rgb(113, 46, 127);
	margin-top: -2px;
	font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, Geneva !important;
	font-size: 12px;
	font-weight: lighter;
}

/* Case Studies */

.case_box {
}

.case_box .right {
	float: right;
}

.case_box .left {
	float: left;
}

.case_category {
	height: 100%;
	width: 100%;
}

.case_category .title {
	position: relative;
	height: 26px;
	margin-bottom: 20px;
}

.case_category .underline {
	background-image: url("../daylite/images/stories/category/daylite_category_underline.png");
	background-repeat: repeat-x;
	position: relative;
	width: 2424px;
	height: 2px;
	z-index: -300;
	margin-left: -2417px;
	bottom: 21px;
}

.case_study_index_box{
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Arial,sans-serif;
}

.case_study_index_box h2 {
	font-size:13px;
	color:#282828;
	font-weight:bold;
	margin-bottom: -10px;	
	padding-top: 18px;
	padding-bottom: 0px;
	padding-right: 161px;
	padding-left: 30px;
	}

.case_study_index_box h2 a {
	font-size:13px;
	color:#282828;
	font-weight:bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

.case_study_index_box p {
	font-size:12px;
	color:#424242;
	font-weight:normal;
	line-height:18px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 161px;
	padding-left: 30px;
	}
	
.case_study_index_box a {
	font-size:11px;
	color:#f79c22;
	line-height:18px;
	font-weight:normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-decoration: none;
	}
.case_study_about_box{
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Arial,sans-serif;
}
.case_study_about_box p {
	font-size:12px;
	color:#424242;
	font-weight:normal;
	line-height:19px;
	padding-top: 64px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 210px;
}
	
.case_study_about_box p strong {
	font-size:12px;
	color:#282828;
	font-weight:bold;
	line-height:19px;
	padding: 0px;
	margin: 0px;
}
	
.case_study_about_box a {
	font-size:12px;
	color:#424242;
	line-height:19px;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.case_study_note_box{
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Arial,sans-serif;
}
	
.case_study_note_box h2 {
	font-size:13px;
	color:#282828;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	}

.case_study_note_box p {
	font-size:12px;
	color:#424242;
	font-weight:normal;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;	
}

.case_study_back_to_index {
	font-size:13px;
	color:#f79c22;
	line-height:18px;
	font-weight:normal;
}

.flag {
	position: absolute;
	margin-top: 2px;
	margin-left: -60px;
}
	
/* navigation */
.navigation{
	width:485px;
	height:20px;
	margin:auto;
}

.navigation a{
	color:#f79c22;
	font-size:11px;
}

.navigation .left{
	float:left;
}

.navigation .right{
	float:right;
}

/* Forum Section */

.forum a{
	color:none ;
}
