/*
  project Sunny View North

  http://www.contrast2000.com

  Copyright (c) 2007 Contrast 2000
 
*/

html {
	height:100%;
	width:100%;
	font-size:9px; 
}

body {
	background-color:#EDEDE7;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#999999;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}

/*	-- conteiners -- */
#container { /* define main web site container in which all web site content is placed*/
	margin: none;
	padding: none;
	border: none;
	height: 100%;
	width: 777px;
}

#containerTop {
	text-align: center;
	height: 64px;
	width: 777px;
}

#containerLogo {
	height: 212px;
	width: 777px;
	background-color: #FFFFFF;
}

#containerMenu {
	height: 201px;
	width: 208px;
	background-color: #EF9A24;
	background-image: url(../images/sunny_view_north_menu_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.menu{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 29px;

}

#containerGreen {
	height: 201px;
	width: 208px;
	background-color: #AFC10D;
}

#containerOwner {
	height: 30px;
	width: 208px;
	background-color: #F6D435;
}

#containerInfo {
	width: 777px;
	height: 201px;
	background-color: #FFFFFF;
}

#containerHome {
	width: 457px;
	height: 99%;
}

h1 {
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	display:block;
	margin:0;
	font-size: 29px;
	color: #6B89AB;
	line-height: 22px;
	font-style: normal;
	font-weight: 500;
}

h2 {
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	display:block;
	margin:0;
	font-size: 19px;
	color: #7591B1;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
}

h3 {
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	display:block;
	margin:0;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	padding: 0px;
}

.subHeader {
	font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
	display:block;
	margin:0;
	font-size: 19px;
	color: #7F8845;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
}

.textBody {
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}

.textBodyWhite {
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	color: #FFFFFF;
	padding: 10px 15px 0px;
	vertical-align: top;
	font-weight: 400;
}

li {
	list-style-type: square;
}

.pict {
	margin-left: 20px;
	border: 1px solid #D1D6D6;
}

.photoBorder {
	border: 1px solid #2E2E2A;
}

.copyright {
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	padding: 0px 0px 0px 17px;
}

.selectedPicNum {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}

a, a:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

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

a.menu, a.menu:visited {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	text-transform: uppercase;
}

a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.textMenu, a.textMenu:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #9FAF0C;
}

a.textMenu:hover {
	text-decoration: underline;
}

a.moreWhite, a.moreWhite:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.moreWhite:hover {
	text-decoration: underline;
}

a.more, a.more:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #9FAF0C;
}

a.more:hover {
	text-decoration: underline;
}

a.bodyLink:link {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00264B;
	text-decoration: none;
}
a.bodyLink:visited {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00264B;
	text-decoration: none;
}
a.bodyLink:hover {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #00264B;
	text-decoration: underline;
}

a.copyright, a.copyright:visited {
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	text-decoration: none;
}

a.copyright:hover {
	color: #999999;
	text-decoration: underline;
}

a.lists, a.lists:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.lists:hover {
	color: #FFFFFF;
	text-decoration: underline;
}