/* Default Stylesheet */

															/** BODY ELEMENTS **/
	body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: center top;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	}






															/** MAIN CONTAINERS **/
	div#container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFCE;
	background-image: url(../images/sunnyside_guest_house_flower.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
	div#header {
	padding: 0px;
	margin: 0px;
		}
	
	div#header-in {
	height: 150px;
	margin: 0px;
	padding: 0px;
			}
	div#content-wrap {
	height: 100%;
	margin: 0px;
	padding: 0px;
		}
	div#content {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 30px;
	border-right-width: 0.5px;
	border-right-style: dotted;
	border-right-color: #8ACDF9;
			}
			
	div#content-in {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 100%;
				}
			
	div#navigation {
	margin: 0px;
	background-color: #0092EA;
	}
	
	div#navigation-in {
	height: auto;
	margin: 0px;
	padding: 0px;
				}
				
	div#column {
	width: 200px;
	height: auto;
	}
	
	div#column-in {
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
				}
	
	div#footer {
	background-color: #0092EA;
	clear: both;
		}
	
	div#footer-in {
	margin: 0px;
	padding: 5px;
			}



												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rfloat	{
	float: right;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}
.subnews {
	float: left;
	height: 50px;
	width: 250px;
	background-image: url(../images/divback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	margin-bottom: 25px;
	}
	
.backtotop	{
	float: right;
}

.thum_float {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}



															/** SUB CONTAINERS **/
* { }

.feature{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #0092EA;
	}




															/** LISTS **/
* { }

.navigation ul{
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
	.navigation li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
	.navigation table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:30px;
}

/* style all the links */
	.navigation a, .menu :visited {
	display:block;
	font-size:1em;
	width:111px;
	color:#FFFFFF;
	background:#D39E0F;
	text-decoration:none;
	text-align:center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

/* style the links hover */
	.navigation :hover{
	color:#FFFFFF;
	background-color: #939BA1;
}

/* hide the sub level links */
	.navigation ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;

}
/* make the sub level visible on hover list or link */
	.navigation ul li:hover ul,
	.navigation ul a:hover ul{
	visibility:visible
}






															/** TYPOGRAPHY **/
* { }

h1, h2, h3, 
h4, h5, h6 {
	text-align: left;
	clear: left;
	margin-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #3AAAF5;
}
h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.8em;
	padding-top: 20px;
}
h3 {
	font-size: 1.6em;
	padding-top: 20px;
}

h4 {
	font-size: 1.4em;
	padding-top: 20px;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
	font-weight: lighter;
}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

p {
	line-height: 1.60em;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 15px;
	}
a {
	color: #3AAAF5;
	text-decoration: underline;
	}
	a:visited 	{
	color: #3AAAF5;
	text-decoration: none;
}
	a:hover 	{
	color: #000000;
	text-decoration: none;
}
	a:active 	{
	color: #3AAAF5;
	text-decoration: underline;
}
	
						
	p.subnews {
	line-height: 1.60em;
	margin: 0.5em;
	padding: 10px;
	}
	
	div#footer p {
	line-height: 1.6em;
	margin: 0.2em;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
div#footer a:visited 	{ color: #FFFFFF; }
div#footer a:hover 	{
	color: #939BA1;
	text-decoration: underline;
}
div#footer a:active 	{ color: #FFFFFF; }

div#column p {
	line-height: 1.6em;
	margin: 0.2em;
	color: #38A9F5;
	font-size: 1em;
	padding: 5px;
	}
	
.big_text{
	font-size: 18px;
	font-weight: bold;
}



															/** FORMS **/
* { }


/* nav */

div#nav {
	position: relative;
}
		
div#nav-in {
	width: auto;
	height: 35px;
	margin-top: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-left: 0px;
	}
	
.nav {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url("../images/button11.gif");
	position:relative;
	color: #FFFFFF;
}
.nav li {float:left;}
.nav li a {display:block; float:left; height:35px; line-height:35px; color:#FFFFFF; text-decoration:none; font-size:1em; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.nav li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
	color: #FFFFFF;
}
.nav li.current a {color:#fff; background:url("../images/button33.gif");}
.nav li.current a b {
	background:url("../images/button33.gif") no-repeat right top;
	color: #FFFFFF;
}
.nav li a:hover {color:#0072BA; background:#000 url("../images/button22.gif");}
.nav li a:hover b {
	background:url("../images/button22.gif") no-repeat right top;
	color: #0072BA;
}
.nav li.current a:hover {color:#FFFFFF; background:#000 url("../images/button33.gif"); cursor:default;}
.nav li.current a:hover b {
	background:url("../images/button33.gif") no-repeat right top;
	color: #FFFFFF;
}



/*
////////  CONTACT FORM  ////////*/

#contactform fieldset {border:none;}

#contactform input, #contactform select, #contactform textarea {
	font:1em Arial;
	color:#000000;
	border:solid 1px #ddd;
	background:#fff;
	margin-top:4px;
	padding:2px;
}

#contactform input.radio {background:none;border:none;}

#contactform label {
	font-weight:bold;
	color:#000000;
	margin-top:14px;
	display:block;
}

#contactform textarea {width:400px;overflow:auto;margin-bottom:20px;}

#contactform input.submit {
	color:#fff;
	cursor:pointer;
	padding:3px 0;
	border:none;
	width:100px;
	background-color: #0092EA;
}
