body
{
	border:0;
	padding:0;
	margin:0;
	background-color:#99b30f;
	background-image:url(../images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	color:#42362f;
	font-family:verdana, sans-serif;
	font-size:11px;
}

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

p
{
	line-height:15px;
	margin-bottom:0.75em;
}

h1
{
	font-family:georgia, times new roman,serif;
	font-weight:normal;
	font-size:26px;
	margin-bottom:4px;
}

h2
{
	font-family:georgia, times new roman,serif;
		font-weight:normal;
	font-size:16px;
	font-style:italic; 
	margin-bottom:14px;
}


h3
{
	font-size: 16px;
	font-weight:normal;
	font-style:italic; 
}

a, a:visited, a:active
{
	color:#42362f;
	text-decoration:none;	
}

a:hover
{
	text-decoration:underline;	
}


.clear{
	clear:both;
	line-height:0px;
}


#container
{
	width:960px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	margin-top:30px;

	
}

#header
{
	background-image:url(../images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:136px;
	border-bottom:1px solid #ffffff;
}

#logoNoosaNorthrise
{
	float:left;
	height:101px;
}

#headerRight
{
	float:right;
	text-align:right;
	width:600px;
}

#logoSeymourGroup
{
	float:right;
	margin-top:20px;	
}

#headerButtons
{
	margin-top:30px;
	margin-right:1px;
}

#navigation
{
		width:940px;
		/*height:35px;*/
		float:left;
}

.navItem, .navItemOver
{
	float:left;
	color:#ffffff;
	font-family:georgia, times new roman,serif;
	font-size:14px;
	height:35px;
	padding-left:15px;
	padding-right:15px;
	/*margin-top:4px;*/
}

.navItem a, .navItem a:visited, .navItemOver a, .navItemOver a:visited
{
		display:block;
		color:#ffffff;
		margin-top:9px;
}

.navItemOver
{
	background-color:#42362f;
	background-image:url(../images/nav_over.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#content
{
	height:525px;
	background-image:url(../images/contentBG.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

#content a
{
	/*font-weight:bold;*/
}

#footer
{
	background-image:url(../images/footer.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:41px;
}

#footerLinks
{
	float:left;
	height:41px;
	margin-left:15px;
	font-family:georgia, times new roman,serif;
	display:inline;
}

#footerlinks a, #footerlinks a:visited
{
	display:block;
	margin-top:15px;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
/************************** HOME PAGE SPECIFIC STYLES *************************/

#words
{
	width:400px;
	float:right;
	margin:40px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

#wave
{
	width:480px;
	float:left;
}

#homeContent
{
	height:525px;
	background-image:url(../images/contentBG.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/************************** REGISTER PAGE SPECIFIC STYLES *************************/

#leftColumn
{
	float:left;
	width:515px;
}

#leftColumnContent
{
	width:515px;
	height:525px;
	background-image:url(../images/contactFormBG.jpg);
}

#formHolder
{
	float:left;
	display:inline;
	width:300px;
	/*margin-top:10px;*/
	margin-left:10px;
	text-align:left;

}

#verticalLine
{
	float:left;
	font-size:1px;
	width:1px;
	height:380px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background-color:#42362f;
}

#contactDetails
{
	float:right;
	margin-top:10px;
	margin-right:10px;
	display:inline;
	width:180px;
	text-align:left;
	font-size:10px;

}

#contactDetails h1
{
	font-size:12px;	
	font-weight:normal;	
}

#contactDetails h2
{
	font-size:11px;	
	font-weight:normal;	
	margin-bottom:5px;	
}

#contactDetails p
{
	margin-bottom:5px;	
}


/*****************Location Page *********************************/

#leftColumnLocation
{
	float:left;
	width:315px;
}

#leftColumnContentLocation
{
	width:315px;
	height:525px;
	background-image:url(../images/locationContentBG.jpg);
	text-align:left;
}

#insetBox
{
	background-color:#e0d9cd;
	border: 1px solid #c0bab2;
	margin:10px;
	padding:5px;
	
}

/*****************Masterplan Page *********************************/

#leftColumnMasterplan
{
	float:left;
	width:315px;
}

#leftColumnContentMasterplan
{
	width:315px;
	height:525px;
	background-image:url(../images/masterplanContentBG.jpg);
	text-align:left;
}


/*****************About Page *********************************/

#leftColumnAbout
{
	float:left;
	width:315px;
}

#leftColumnContentAbout
{
	width:315px;
	height:525px;
	background-image:url(../images/aboutContentBG.jpg);
	text-align:left;
}


/*****************News Page *********************************/

#leftColumnNews
{
	float:left;
	width:315px;
}

#leftColumnContentNews
{
	width:315px;
	height:525px;
	background-image:url(../images/newsContentBG.jpg);
	text-align:left;
}



/*****************DEveloper Page *********************************/

#leftColumnDeveloper
{
	float:left;
	width:315px;
}

#leftColumnContentDeveloper
{
	width:315px;
	height:525px;
	background-image:url(../images/developerContentBG.jpg);
	text-align:left;
	
}


/**********************General Styles********************************/
#rightColumn
{
	float:left;
	padding:0;
	margin:0;
}


/********************** FORM STYLES *********************************/


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


input, select, textarea
{
	color:#42362f;
	border: 1px solid #bcd52e;
	font-family:verdana, sans serif;
	font-size:11px;
}


.inputPair
{
	margin-bottom:7px;
}

.inputPairLabel
{
	display:block;
	float:left;
	width:85px;
	text-align:left;
}

.inputPairText
{
	margin-left:5px;
	height:16px;
	width:190px;
	font-family:verdana, sans serif;
	font-size:11px;
}



/**************************  Form Validation Styles**************************************/

.validation-failed { /* for textboxes, textareas, passwords */
	border:1px dashed #F33;
	background-color:#FCC;
}

.validation-failed-cr { /* for checkboxes and radios */

}

.validation-failed-sel { /* for selects */

}

.validation-passed { /* for textboxes, textareas, passwords */
	border:1px solid #6C6;
	background-color:#CFF;
}

.validation-passed-cr { /* for checkboxes and radios */

}

.validation-passed-sel { /* for selects */

}