/*Reset browser css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*Begin cSS proper*/

html {
	background: white url(images/bg.png) top left repeat-x;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	color: #333;
}

body {
	width: 780px;
	margin: auto;
	text-align: left;
	background: url() top right no-repeat;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#header {
	background: url(images/header.png) bottom left no-repeat;
	text-indent: -1000px;
	height: 60px;
	width: 450px;
	padding-top: 50px;
	clear: both;
}

#nav {
	float: right;
	margin: 47px 160px 0 0;
	font-size: 1.5em;
}

#nav li {
	margin: 2px 0 6px 0;
	padding: 0 0 1px;
	line-height: 24px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#nav li a {
	padding-left: 25px; /* width of icon + whitespace */
 }

#nav li a:hover {
	background: transparent;
	color: #000;
 }

#homelink {
	background: white url(images/icons/home.gif);
}

#photoslink {
	background: white url(images/icons/pictures.gif);
}

#floorplanlink {
	background: white url(images/icons/report.gif);
}

#pricinglink {
	background: white url(images/icons/money.gif);
}

#contactlink {
	background: white url(images/icons/email_open.gif);
}

#myGallery {
	width: 450px !important;
	height: 196px !important;

}

#maintext {
	width: 450px;
	font-size: 1.35em;
	margin-top: 50px;
	text-align: justify;
	/*float:left;*/
}

.para {
	width: 450px;
	font-size: 1.35em;
	text-align: justify;
	/*float:left;*/
}

#lead {
	font-weight: bold;
	font-size: 1.02em;
	color: #222;
}

#maintext h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

a:hover {
	background: #CCEEFF;
}

a:visited {
	color: blue;
}

/* FORM
-------------------------------*/

#posRegard {
	margin-bottom: 20px;
}

#footer {
	font-size: 1em;
	margin: 20px auto 10px;
	color: #909090;
}

#footer a {
	color: #A6BCFF;
}

#footer a:hover {
	color: blue;
}

fieldset { 
	border:0;
	margin:0;
	padding:0; 
}

label { 
	display:block; 
	}
	
#fullname, #email, #comments, #answer_out { 
	width:320px;
	font:13px/13px georgia,times,serif;
	color:#333;
	padding:4px;
	margin:1px 0;
	border:1px solid #ccc; 
}
	
#submit { 
	padding:2px 5px;
	font:bold 13px/13px verdana,arial,sans-serif; 
}

	

/* TABLE
---------------------------------*/

table {
	border: 1px solid #ddd;
}

th {
	padding: 7px 0 7px 7px;
}
