@charset "UTF-8";
/* CSS Document */


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ************ Header *********** */
* {
padding: 0;
margin: 0;
}

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation {
	width: 100%;
	background:url(images/menubg.jpg);
	position:absolute;
	top: 127px;
}

#nav_wrap {
	padding-left: 35px;
}

#navigation a.nav_home_selected{
	width:92px;
	height:37px;
	float:left;
	background-image: url(images/home_select.gif);
	background-repeat: no-repeat;
}

#navigation a.nav_home{
	width:92px;
	height:37px;
	float:left;
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.nav_home:hover{
	background-image: url(images/home_hover.gif);
	background-repeat: no-repeat;
	width:92px;
	height:37px;
}

#navigation a.nav_about_selected{
	width:120px;
	height:37px;
	float:left;
	background-image: url(images/aboutus_selected.gif);
	background-repeat: no-repeat;
}

#navigation a.nav_about{
	width:120px;
	height:37px;
	float:left;
	background-image: url(images/aboutus.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.nav_about:hover{
	background-image: url(images/aboutus_hover.gif);
	background-repeat: no-repeat;
	width:120px;
	height:37px;
}

#navigation a.nav_collect_selected{
	width:142px;
	height:37px;
	float:left;
	background-image: url(images/collection_select.gif);
	background-repeat: no-repeat;
}

#navigation a.nav_collect{
	width:142px;
	height:37px;
	float:left;
	background-image: url(images/collection.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.nav_collect:hover{
	background-image: url(images/collection_hover.gif);
	background-repeat: no-repeat;
	width:142px;
	height:37px;
}

#navigation a.nav_tips_selected{
	width:132px;
	height:37px;
	float:left;
	background-image: url(images/tips_select.gif);
	background-repeat: no-repeat;
}

#navigation a.nav_tips{
	width:132px;
	height:37px;
	float:left;
	background-image: url(images/tips.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.nav_tips:hover{
	background-image: url(images/tips_hover.gif);
	background-repeat: no-repeat;
	width:132px;
	height:37px;
}


#navigation a.nav_event_selected{
	width:103px;
	height:37px;
	float:left;
	background-image: url(images/events_select.gif);
	background-repeat: no-repeat;
}

#navigation a.nav_event{
	width:103px;
	height:37px;
	float:left;
	background-image: url(images/events.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.nav_event:hover{
	background-image: url(images/events_hover.gif);
	background-repeat: no-repeat;
	width:103px;
	height:37px;
}

			
#navigation a.nav_contact_selected{
	width:136px;
	height:37px;
	float:left;
	background-image: url(images/contact_select.gif);
	background-repeat: no-repeat;
}

#navigation a.nav_contact{
	width:136px;
	height:37px;
	float:left;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation a.nav_contact:hover{
	background-image: url(images/contact_hover.gif);
	background-repeat: no-repeat;
	width:136px;
	height:37px;
}
			

#outerwrap {
	width: 850px;
	position:absolute;
	top: 164px;
	left: 35px;
	z-index:1;
}			
/* ***** Content ****** */

#content {
	background:#FFFFFF;
	padding: 5px;
}
#homeabout {
	
	height: auto;
	padding: 10px;
	margin-top: 1px;

	background-repeat: repeat-x;
	margin-right: 1px;
	margin-left: 1px;

}


#img_circles
{
	position:absolute;
	left: 11px;
	top: 522px;
	height: 40px;
}
.circle_image
{
	padding: 0px 3px 0px 3px;
	outline: none;
}

#inside_about {
padding: 15px;
}

#title_tips {
	padding-left: 5px;
}

#content_tips {
padding-left: 20px;
margin-left: 15px;
}

.pagenumtext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#999999;
}

#title_contact {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
border-bottom:dotted thin #FF6699;
color: #FF6699;
margin-left: 35px;
margin-right: 35px;
}

#content_contact {
margin-left: 40px;
margin-right: 40px;
}

.housedrawing {
	position:relative;
	z-index:10;
}

#title_tips {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
border-bottom:dotted thin #FF6699;
color: #FF6699;
margin-left: 10px;
margin-right: 35px;
}

#title_events {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
border-bottom:dotted thin #FF6699;
color: #FF6699;
margin-left: 35px;
margin-right: 35px;
}

#content_events {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
margin-left: 40px;
margin-right: 35px;
}

#content_cat {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
margin-left: 40px;
margin-right: 35px;
}

/* ***** footer ****** */

#footer {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: 100;
}

.footerlower {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	}

.footerimg {
	z-index:-5;
	position:absolute;

}

.cushycms{

}
