﻿/* CSS layout */
/* OneNoteToRSS 4.3.0.0 */
/* set the overflow property to hidden for both html and body for this to work properly in IE */

html {
	height:100%;
	max-height:100%;
	padding:0px;
	margin:0px;
	border:0px;
	overflow:hidden;
}
body {
	height:100%;
	max-height:100%;
	padding:0px;
	margin:0px;
	border:0px;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #444445;
	cursor: default;
	background-image:url('images/bg_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #DEE6CF;
}
#logo{
	position:absolute;
	top: 40px;
	bottom: 0;
	left: 50%;
	margin-left: 100px;
	height: 140px;
	width: 100px;
}
.logo_img{
	border-width: 0px;
	height: 140px;
	width: 100px;
}
#main_top{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 47%;
	margin-left:-434px;
	background-image:url('images/bg_image.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:762px;
	width:869px;
}
#main{
	position:absolute;
	top: 184px;
	bottom:90px;
	left: 50%;
	margin-left: -335px;
	width:671px;
	background-image:url('images/main_bg.png');
	background-repeat:repeat-y;
}
.main_bottombg{
	position:absolute;
	bottom:70px;
	left: 50%;
	margin-left: -335px;
	background-image:url('images/content_bottombg.png');
	background-repeat:no-repeat;
	width:671px;
	height:20px;
}
#navigation{
	position:absolute;
	top: 155px;
	left: 50%;
	margin-left: -335px;
	width:671px;
	height:29px;
	background-image:url('images/navigation_bg.png');
	background-repeat:repeat-x;
	line-height:28px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Tahoma;
	font-size: 80%;
}
.navigation_text{
	padding-left: 15px;
	padding-right:5px;
}
.navigation_text a{
	text-decoration:none;
	color: #2F3133;
}
.navigation_text a:hover{
	text-decoration:none;
	color: #B3ADC9;
}
.navigation_text_selected a{
	text-decoration:none;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right:5px;
}

#main_text{
	position:absolute;
	top: 20px;
	bottom: 0px;
	left: 50%;
	margin-left: -280px;
	width:600px;
	height: auto;
	scrollbar-base-color: transparent;
	scrollbar-arrow-color: #B5B6BB;
	scrollbar-3dlight-color: #DEDEE0;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #DEDEE0;
	overflow:auto;
}

#section_title{
	position:absolute;
	left: 15px;
	bottom: 0px;
}
.footer{
	position:absolute;
	bottom:40px;
	left: 50%;
	margin-left: -335px;
	width:671px;
	height:auto;
	text-align:center;
	font-size: 80%;
	font-family:Tahoma;
	color: #999999;
	text-transform:uppercase;
}
.main_text_title{
	text-transform:uppercase;
	text-align:left;
	color: #85878F;
	font-weight:bold;
}

.main_text_heading{
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	color: #9786B9;
}
.main_text_subheading{
	text-align:left;
	color: #85878F;
}

.text_left{
	position:absolute;
	top: 20px;
	width: 60%;
	line-height: 18px;
}
.text_right{
	position:absolute;
	top: 20px;
	width: 58%;
	line-height: 18px;
	right: 40px;
}

.text_long{
	position:absolute;
	top: 20px;
	width: 95%;
	line-height: 18px;
}
.footer_text{
	font-size:80%;
	color: #999999;
	border-top: 1px dashed #CCCCCC;
	padding-top: 10px;
	margin-top: 50px;
}


.quote_right{
	position:absolute;
	top: 50px;
	right:30px;
	width: 28%;
	font-family:"Trebuchet MS";
	font-style:italic;
	line-height: 30px;
	font-size: 130%;
	color: #9786B9;
}
.quote_right_image{
	position:absolute;
	right:200px;
	top: 0px;
}

.quote_left{
	position:absolute;
	top: 40px;
	left:0px;
	width: 28%;
	font-family:"Trebuchet MS";
	font-style:italic;
	line-height: 30px;
	font-size: 130%;
	color: #9786B9;
	text-align:right;
}
.quote_left_image{
	position:absolute;
	left:170px;
	top: 0px;
}

.quote_middle{
	position:absolute;
	top: 40px;
	width: 30%;
	right:120px;
	font-family:"Trebuchet MS";
	font-style:italic;
	line-height: 30px;
	font-size: 130%;
	color: #9786B9;
	
}
.quote_middle_image{
	position:absolute;
	top: 250px;
	right:300px;
	width: 10%;
	width: 38px;
	height:64px;
	border:0px;
}
.quote_long{
	font-family:"Trebuchet MS";
	font-style:italic;
	line-height: 20px;
	color: #9786B9;
	margin-top:0px;
}

.quote_author{
	position:absolute;
	font-family:"Trebuchet MS";
	font-style:normal;
	color: #CCCCCC;
	font-size:80%;
	margin-top:30px;	
	right:0px;
}

.flower{
	position:absolute;
	bottom: 0px;
	right: 30px;
}