/* colors

Turquoise: #12809B;
Dark Orange: #B65C0C;
lightblue border etc: #D6E6F3;
*/

body
{
	width: 1066px;
	height: 100%;
	margin: 2px auto 5px auto;
	/*background-image: url(/images/..);
	background-repeat: repeat-x;
	background-color: #FDF8F2; */
	font-family: Arial, Helvetica, Verdana, Times New Roman;
	font-size: 10pt;
}

#container
{
	width: 1066px;
	/*border: solid 1px #EEEEEE;*/
	margin-left: auto;
	margin-right: auto;
}

	#topLinks
	{
		font-size: 0.8em;
		text-align: center;
		padding: 5px;
		color: #FFFFFF;
		font-weight: bold;
	}	

		#topLinks a
		{
			color: #CCCCCC;
			text-decoration: none;
		}
		#topLinks a:hover
		{
			color: #12809B;
			text-decoration: none !important;
			border-bottom: solid 3px #12809B;
		}
	
	#header
	{
		/*border: solid 1px green;*/
		margin-bottom: 0px;
		
	}
	
	#banner
	{
		float: right;
		width: 790px;
		/*border: solid 1px red;*/
	}
	
	#ident
	{
		width: 265px;
		height: 358px;
		background-image: url(/images/logo.jpg);
		background-repeat: no-repeat;
		float: left;
		/*border: solid 1px yellow;*/
	}
	
		#identTop
		{
			border-top: solid 1px #12809B;
			border-bottom: solid 1px #12809B;
		}
		
		#identBottom
		{	
			margin-top: 100px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			/*border: solid 1px red;*/
		}
				#identBottom a img
				{
					border: 0px;
					margin-left: 2px;
					margin-right: 2px;
					padding-bottom: 3px;
				}
				#identBottom a:hover img
				{
					border-bottom: solid 3px #12809B;
					padding-bottom: 0px;
				}
			
		#identMiddle
		{	
		    color: #8AACC6;
		    font-size: 14px;
		    font-weight: bold;
			margin-top: 180px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			/*border: solid 1px red;*/
		}
		        #identMiddle a
				{
					color: #8AACC6;
				}
								
	.fixFloat /*the clears floated elements within divs without having the clear div everywhere */
	{
		overflow: visible;
		overflow-x:hidden;	/*ie 7 only */

	}

#navBar
{
    background-image: url(/images/mainBox.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 10pt;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-transform: uppercase;
	text-align: center;
	color: #8AACC6;
	margin: 5px 0px 5px 0px;
}
    #navBar a
    {
        color: #8AACC6;
    }

.mainBox
{
    margin-top: 5px;
	border: solid 1px #D6E6F3;
	padding: 5px;
	background-image: url(/images/mainBox.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	min-height: 220px;
}

#mainArea
{
	/*border: solid 1px red;*/
	margin-top: 0px;
}

#additionalInfo
{
	float: right;
	width: 264px;
	/*border: solid 1px #333333;*/
}

    #additionalInfo .box
    {
        margin: 22px 0px 0px 0px;    
    }

    #additionalInfo .infoBG
    {
        background-image: url(/images/additionalinfobg.jpg);
	    background-color: #FFFFFF;
	    background-repeat: repeat-x;
        margin: 20px 0px 0px 0px;
        min-height: 500px;
        max-height: 1030px;
        overflow: hidden;
        padding: 5px 5px 0px 15px;
    }
    
    #additionalInfo .text
    {
        float: left;
        width: 170px;
    }
    
    #additionalInfo h1
    {
       border: none;
    }
    
    #additionalInfo h1 a
    {
        font-size: 14px;
        color: #206CA8;
    }
    
    #additionalInfo p
    {
        margin-top: -10px;
    }
    
    
    #additionalInfo .picBox
    {
        margin: 5px 5px 30px 0px;
        float: right;
        height: 58px;
        width: 58px;
        border: 1px solid #CEE0F0;
        padding: 4px;
    }
    
    #additionalInfo a:hover .picBox
    {
        border: 1px solid #12809B;
        background-color: #EEEEEE;
    }

#mainContent
{
	float: left;
	width: 785px;
	/*border: solid 1px #333333;*/
}




/** General Classes **/

h1
{
	padding: 0px;
	font-size: 12pt;
	font-weight: 900;
	color: #B65C0C;
	padding: 2px 5px 2px 0px;
	border-bottom: dotted 1px #B65C0C;
}

h2
{
	font-size: 11pt;
	line-height: 1.1em;
	color: #B65C0C;
}

h3, h4
{
	text-align: left;
}

.bold
{
	font-weight: bold;
}

p
{
	line-height: 1.1em;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

img
{
	border: none;
	margin-bottom: -3px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/** Search Results **/
#searchResults
{
}
.searchResult
{
	margin: 5px 5px 5px 5px;
	padding: 5px;
}

	#searchResults h2
	{
		font-size: 11pt;
		line-height: 12pt;
		font-weight: bold;
		color: #B65C0C;
		text-align: left;
	}
	
	.summary
	{
		margin-top: 15px;
	}

	.summaryText
	{
		float: right;
		margin: 0px 5px 0px 5px;
		width: 500px;
		padding-bottom: 10px;
	}
	    .summaryInfoContainer
	    {
	        line-height: 20px;
	        margin: 0px 0px 2px 5px;
	        float: left;
	    }
	    .label
	    {
	        width: 80px;
	        float: left;
	        text-align: right;
	        font-size: 14px;
	        color: #B65C0C;
	        font-weight: bold;
	        padding: 0px 5px 0px 0px;
	    }
	    .value
	    {
	        padding: 0px 0px 0px 15px;
	        width: 115px;
	        text-align: left;
	        float: right;
	        font-size: 14px;
	        color: #B65C0C;
	        font-weight: bold;
	    }
	    .smallIconsContainer
	    {
	        float: left;
	    }
		.smallIcons
		{
		    margin: 0px 0px 0px 5px;
			width: 50px;
			height: 70px;
			/*border: solid 1px red;*/
			display: inline-block;
			color:  #B65C0C;
			text-align: center;
			font-family: Times New Roman, Serif;
		}
		.smallIcons a img
		{
			margin-bottom: 10px;
		}
		.smallIcons a:hover img
		{
			margin-bottom: 6px;
		}

	#searchResults .thumb
	{
		width: 240px;
		border: solid 1px #D6E6F3;
		padding: 4px;
		margin: 5px;
		float: left;
	}
	#searchResults a
	{
		color: #B65C0C;
		font-weight: bold;
		text-decoration: none;
	}
			#searchResults a:hover
			{
				border-bottom: solid 3px #B65C0C;
			}
			
/** End Search Results **/

/** Start of Property Details **/

#propertySummary
{
    padding: 5px;
	float: right;
	width: 415px;
	background-image: url(/images/mainBox.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

	#propertySummary ul p
	{
		font-size: 1.2em;
		line-height: 1.1em;
	}
	
#propertyDescription
{
    margin-bottom: 10px;
    border: solid 1px #D6E6F3;
    padding: 5px;
    background-image: url(/images/mainBox.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
	
#mainPhoto
{
	width: 358px;
	float: left;
}

#mainPhoto img
{
	width: 358px;
	border: solid 1px #D6E6F3;
}

.image
{
	margin: 10px 10px 10px 10px;
}

.image img
{
	border: solid 4px #FCF3E4;
}

#photoGallery
{
    border: solid 1px #D6E6F3;
    margin: 15px 0px 10px 0px;
    padding: 5px;
	float: left;
	background-image: url(/images/mainBox.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.photos
{
    border: solid 1px #D6E6F3;
	width: 160px;
	padding: 3px;
	float: left;
	overflow: hidden;
	margin: 8px;
}

	.photos img
	{
		width: 160px;
	}

	.photosCaption
	{

		width: 160px;
		padding-top: 5px;
		line-height: 1.5em;
		height: 3em;
		text-align: center;
	}
	
#ratesTable
{
    border: 1px solid #D6E6F3;
    background-image: url(/images/mainBox.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 10px;
}

    #ratesTable .table
    {
    }

	#ratesTable th
	{
		background-color: #B65C0C;
		color: #FFFFFF;
	}

	.rateDate
	{
		width: 250px;
		padding-left:2px;
	}
	

	.ratePrice
	{
		width: 120px;
		text-align: right;
		padding-right: 2px;
	}
	
.enquiryButton
{
	margin: 60px 30px 0px 30px; 
}

/** End of Property Details **/

/** Content Management Pages **/

#article
{
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
	border: solid 1px #2D4681;
	padding: 10px 20px 10px 20px;
}

#article p, #article div, #article h1, #article h2, #article span
{
	padding-left: 0px;
}

.article
{
	padding: 5px 5px 5px 5px;
	float: left;
	height: 270px;
	/*border: solid 1px #FE8B02;*/
	background-image: url(/images/mainbox.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 5px;
}

	.articleTitle
	{
		width: 200px;
		height: 35px;
		text-align: center;
	}

		.articleTitle a
		{
			font-size: 10pt;
			font-weight: bold;
			text-decoration: underline;
			color: #B65C0C;
		}

	.articleIcon
	{
		width: 200px;
		padding-left: 5px;
	}
		.articleIcon img
		{
			width: 200px;
			height: 140px;
			padding: 0px;
		}

	.articleDescription
	{
		width: 200px;
		height: 30px;
		padding: 10px 5px 5px 5px;
	}

	.articleLink
	{
		width: 200px;
		padding: 5px 5px 5px 5px;
	}
		.articleLink a
		{
			color: #B65C0C;
		}

/** End Content Management Pages**/

/** Contact and Enquiry Form **/

.formStyle
{
    border: 1px solid #D6E6F3;
    background-image: url(/images/mainbox.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

	.formStyleInner
	{
		margin-left: auto;
		margin-right: auto;
		width: 500px;
	}

.formRow
{
    margin-left:20px;
    margin-top:10px;
    clear: both;
}

.formRow label
{
    width: 110px;
    text-align: right;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.formRow .value, .formRow .dateSelect
{
    width: 320px;
    float: right;
    text-align: left;
    margin-top:10px;
    padding-left: 0px;
}
.formRow .value input
{
    text-align:left;
    width:300px;
    padding: 0px;
    margin-left: 0px !important;
}

.formRow .value input[type="submit"]
{
    width: auto;
}

.formRow .value select
{
    text-align:left;
    width:300px;
    padding: 0px;
    margin-left: 0px !important;
}

.value textarea
{
    text-align:left;
    width:300px;
    height: 150px;
}

.required
{
	color: Red;
	padding-left: 7px;
}
.warning
{
	color: Red;
}

/** end contact and Enquiry form

	/** Site Map **/
	#sitemap ul li
		{
			color:#333333;
		}
		
		#sitemap ul li a
		{
			color:#FF9A00;
		}
		
		#sitemap ul li a:hover
		{
			text-decoration:underline;
		}

	#topLinks a:hover
	{
		text-decoration: underline;
	}
	


/* footer */
#footer
{
	background-image: url(/images/footerbg.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	color: #97DB80;
	border-top: solid 1px #FFFFFF;
	padding-top: 1em;
	padding-bottom: 0.3em;
	text-align: center;
	border: solid 0px white;
	margin: 10px 0px 2px 0px;
}	

	#footerLinks
	{
		font-size: 0.8em;
	}

	#footer a
	{
		color: #97DB80;
		text-decoration: none;
		font-weight: bold;
	}
		#footer a:hover
		{
			text-decoration: underline;
		}

	#footer .copyright
{
}
