body {
	font-family:"Georgia", Times, serif;
	background: #f8c7d7;
	color:#363636;
	font-size:1em;
}

#container {
	width:750px;
	margin: 26px auto;
	background: #ffa4c3;
	border:8px solid #93ff6f;
	background:url(../img/babyBg_med.jpg) top left repeat-x #ff6295;
}

#content {
	background:#fff;
	margin:0 8px;
}

#header {
		
}

#header:hover {
	cursor:pointer;
}

#header h1 {
	background: url(../img/headerBg.png) top left no-repeat;
	text-indent:-999em;
	height: 180px;
	position:relative;
	top:-12px;
	left:-20px;
}


/*Navigation */

#navigation {

	background:url(../img/MainNavigation.png) top left no-repeat;
	width:98%;
	margin:auto;
	height:78px;
}

#mainNav {
	float:left;
}

#mainNav li {
	float:left;
}

#mainNav li a {
	width:140px; 
	height:80px; 
	display:block; 
	text-indent:-999em
}

#mainNav #EmailNav a {
	background:url(../img/mail.png) center center no-repeat;
}

#mainNav #EmailNav a:hover {
        background:url(../img/mailOver.png) center center no-repeat;
}

#mainNav #NewsNav a {
	margin-left:20px;
	background:url(../img/news.png) center center no-repeat;
}

#mainNav #NewsNav a:hover{
        background:url(../img/newsOver.png) center center no-repeat;
}

#mainNav #RentsNav a {
        background:url(../img/rents.png) center center no-repeat;
}

#mainNav #RentsNav a:hover {
        background:url(../img/rentsOver.png) center center no-repeat;
}

#mainNav #PicturesNav a {
        background:url(../img/pictures.png) center center no-repeat;
}

#mainNav #PicturesNav a:hover {
        background:url(../img/picturesOver.png) center center no-repeat;
}


#mainNav #PagesNav a {
        background:url(../img/pages.png) center center no-repeat;
}

#mainNav #PagesNav a:hover {
        background:url(../img/pagesOver.png) center center no-repeat;
}


#mainNav li a:hover {

}


/* Content */

#newArticle {
	width:35%;
	padding:12px 8px 0 8px;
	margin:8px 10px;
	float:left;
	overflow:hidden;

	height:280px;
	background:#f8c7d7;
}

#videos {
	width:56%;
	padding:8px 0 10px 10px;
	margin:8px 10px;
	float:right;

	height:280px;
	background:#f8c7d7;
}


#homeContent {
	background: #f2eb58;
	clear:both;
	width:96%;
	padding:4px;
	margin:8px auto;
}

#homeContent blockquote{
	
}

#homeContent blockquote:before {
	content:none;
}

#homeContent blockquote:after {
	content:none;
}


#content {
	padding: 2px 10px;
}

#footer {
	position:relative;
	top:44px;
	text-align:right;
}

.readMore {
	float:right;
	margin:6px;
	font-style:italic;
}

#siteMap {
	font-size:110%;
	margin:10px;
}

#siteMap li {
	padding:10px;
	font-size:110%;
	font-weight:bold;
}

#siteMap li li {
	font-size:90%;
	font-weight:normal;
	padding:0;
	margin:2px 0 2px 20px;
}

/*Html Elements*/
a {
	color:#5e5e5e;
	text-decoration:none;
}

a:hover {
	color:#7c7c7c;
	text-decoration:underline;
}

h3 {
	font-variant:small-caps;
	font-size:140%;
	border-bottom:1px solid #93ff6f;
}

strong {
	font-size:110%;
	font-weight:bold;
}

em {
	
}

blockquote:before {
	content: '"';	
}

blockquote {
	padding:3px 10px;
	padding:.4em;
	color: #227c16;
	font-size:1em;
	font-style: oblique;
}

blockquote:after {
	content: '"';	
}
cite:before {
	content: '-';	
}
cite {
	font-weight:bold;
	font-size:.9em;	
	color:#c6d5de;
}

/*Pancake CMS Generated*/
.articles .articleDisplay {
	background: #fffdd0;
	padding:6px;
	margin:4px 0;
	display:block;
}

.articles .articleDisplay h4{
	font-size:120%;
	text-align:right;
}

.articleDisplay {
	
}

.articleDisplay h4{
	text-align:center;
	padding:6px 0;
	margin:0 0 10px 0;
	font-weight:bold;
}

.articleDisplay .date {
	padding:4px;
	margin:3px 0;
	text-align: right;
	background:  #ffa4c3;
	color:#4d4d4d;
	font-style:italic;
	font-size:80%;
}

.snippit {
        background: #f2eb58;
        clear:both;
        width:96%;
        padding:8px;
        margin:8px auto;
}

/* CakePHP generated */
/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
