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

/************************************* Main structure *************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 56%;
	letter-spacing: 0px;
	line-height: 19px;
}

#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
	padding-left: 45px;
	float: left;
	border: 0px solid #000000;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 325px;
}

#header_left {
	float: left;
	width: 300px;
	height: 200px;
}

#header_right {
    height: 200px;
	margin-left: 310px;
	margin-right: 50px;
}

#left {
	float:left;
	width: 225px;
	margin-top: 105px;
	border: 0px solid #FF0000;
}

#right {
	float: left;
	margin-top: 2px;
	width: 560px;
	margin-left: 70px;
	border: 0px solid #000000;
}

.content_box{
	float: left;
	padding-top: 25px;
	width: 100%;
}

#site {
	text-align: left;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
	margin-top: 40px;
	line-height: 14px;
	padding-left: 4px;
}

.date_box_container{
	float: left;
	width: 100%;;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(../images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

/******************************* Text and image formatting *******************************/

p{
	margin-bottom: 15px;
	margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 15px;
	margin-left: 0px;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
	clear: right;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px dotted #EBE2B7;
	background-image: url(../../images/blockquote.png);
	background-repeat: no-repeat;
}

.logo{
	border: 1px solid #dee7d1;
	float: left;
	margin-right: 10px;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer{ 
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a{
	display: block;
	padding-top: 10px;
	padding-left: 30px;
	width: 195px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	height: 25px;
}


#navcontainer a:link, #navlist a:visited{
	color: #6f9048;
	text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(../images/menu.png) 0 -35px;
	color: #562930;
}

/**************************************** Form elements member login ****************************/


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #6B383D;
}

form {
	margin-top: 10px;
	margin-left: 35px;
}

input.fields {
	display: block;
	width: 140px;
	background: url(../images/input_bg.png);
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
	margin-bottom: 3px;
}

label {
	color: #669933;
	font-style: italic;
}

.submit_button {
	margin-top: 10px;
	padding: 2px;
	background-color: #EAF4D9;
	float: left;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
	width: 190px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

input.fields_contact_us {display: block;
        width: 185px;
        background: url(../images/input_bg.png);
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {
	width: 185px;
	background: url(../images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.calendar{
	width: 490px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #336633;
	float: left;
	padding-left: 25px;
}

.calendar_day{
	float: left;
	width: 68px;
	height: 68px;
	background-color: #F4F7F0;
	border: 1px dotted #EBE2B7;
	background-image: url(../../images/blockquote.png);
	background-repeat: no-repeat;
	line-height: 12px;
}

.calendar_heading{
	float: left;
	width: 68px;
	height: 20px;
	font-weight: bold;
	background-color: #F4F7F0;
	text-align: center;
/*	padding-left: 15px;
	padding-right: 60px;
	padding-bottom:15px;*/
	border: 1px dotted #EBE2B7;
	background-image: url(../../images/blockquote.png);
	background-repeat: no-repeat;
}

.calendar_entry{
	font-size: 0.8em;
	letter-spacing: 0.03em;
}

/*
	"tooltip" styles
	Usage:
		Well, this is the text that is just before the damnded thing.
		<span class="tooltip">
			<div>
				<a href="#">some text or some pic (will be the visible link/trigger for the tooltip)
					<span>
						<em>tooltip title</em>
						tooltip well, I will give you back your normal text text goes here ...
					</span>
				</a>
			</div>
		</span> well, here I continue
*/

.tooltip div {
	float: left;
	font-size: 10px;
	letter-spacing: 0px;
	display: inline;
}

.tooltip div a {
	text-decoration: none;
}

.tooltip div a:hover {
	border: none;
}

.tooltip div a span {
	font-size: 100%;
	display: none;
	width: 180px;
	background-color: #FFFFCC;
	color: #333333;
	padding: 0 6px 6px 6px;
}

.tooltip div a:hover span {
	display: inline;
	position: absolute;
	text-align: left;
	margin: 25px 0 0 -100px;
	cursor: default;
	border-width: 1px;
	border-color: #333333;
	border-style: outset;
}

.tooltip div a span em {
	display: block;
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	width: 172px;
	background-color: #99CC99;
	padding-left: 5px;
	padding-right: 15px;
	margin: 0 -10px 6px -6px;
}
/*	"tooltip" styles - END */

.dummy_link{
	color:#0000FF;
	text-decoration: underline;
}

/*---------------------- Slide Out Menu for Virtual Office -------------------*/

.suckerdiv ul{
	list-style-type: none;
	width: 132px; /* Width of Menu Items */
	border-bottom: 0px solid #CCCCCC;
	color: #6f9048;
	text-decoration: none;
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 225px; /* Parent menu width - 1*/
	position: absolute;
	width: 132px; /*sub menu width*/
	top: 0;
	display: none;
	margin-bottom: 0px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
	left: 132px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: #000000;
	text-decoration: none;
	color: #333333;
	border: 0px solid #CCCCCC;
	background-image: url(../images/voff_sub_menu_bg.gif);
	background-repeat: no-repeat;
	width: 132px;
	margin-top: 0px;
}

.suckerdiv ul li a:visited{
}

.suckerdiv ul li a:hover{
	color: #0033FF;
	text-decoration: underline;
}

.suckerdiv .subfolderstyle{
	background-image: url(../images/voff_menu_bg.gif);
	background-repeat: no-repeat;
}
	
/* Holly Hack for IE */
* html .suckerdiv ul li { float: left;  }
* html .suckerdiv ul li a {  }
/* End */

/*---------------------- Slide Out Menu for Virtual Office -------------------*/