body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

h1{
	font-size: 24px;
	color: #f78f1e;
	padding: 0 0 20px 0;
}

h1.noPadding{
	padding-bottom: 2px;
}

h2{
	font-size: 14px;
	padding-bottom: 20px;
	color: #333;
}

abbr,acronym { 
	border:0;
}

body {
	background: #fff url(images/body-bg.png) repeat-x;
	color: #333; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px;
	padding-top: 20px;
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 15px;
}

.imageRight{
	float: right;
	position: relative;
	margin: 0 0 5px 0;
	left: 18px;	
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
}

ul{
	padding: 0 0 1em 30px;
}

p{
	padding: 0 0 20px 0;
	line-height: 1.5em;
}

a{
	color: royalblue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	position: relative;
	width: 830px;
	background: #fff;
	padding-top: 170px;
	margin: 0 auto;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 190px;
	background: url(images/header.png) no-repeat;
}

#shoreham_header{
	margin-bottom: 2em;
}

#logo{
	position: absolute;
	top: 13px;
	left: 11px;
	display: block;
	height: 95px;
	width: 450px;
	z-index: 10;
}

#menu{
	position: absolute;
	top: 124px;
	left: -10px;
	list-style-type: none;
	z-index: 10;
}

#menu li{
	float: left;
	height: 25px;
	padding-right: 9px;
}

#menu li a{
	width: 105px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #666;
	background: url(images/menu-item.png) 0 0;
	display: block;
}

#menu li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(images/menu-item.png) 0 -25px;
}

#content{
	padding: 0 20px;
	font-size: 11px;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	background: url(images/bg-dots.png) repeat-y 239px 0;
}

#rightColumn{
	width: 549px;
	float: right;
	padding-top: 180px;
	background: url(images/inner-top.jpg) no-repeat 0 0;
}

#home #rightColumn{
	padding-top: 0;
	background: none;
}

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

#leftColumn .leftPart{
	padding: 20px 0 0 0;
}

#leftColumn h2{
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	color: #444;
	font-style: italic;
	background: url(images/right-neutral.png) no-repeat;
}

#leftColumn .leftList{
	list-style-type: none;
	padding: 0;
}

#leftColumn .leftList li{
	padding-top: 3px;
}

#leftColumn .leftList li a{
	display: block;
	padding: 0 10px 0 30px;
	height: 21px;
	color: #666;
	line-height: 21px;
}

#leftColumn .leftList li a:hover{
	color: #000;
}

#leftColumn .leftList li a.orange{
	background: url(images/right-orange.png) no-repeat;
}

#leftColumn .leftList li a.darkred{
	background: url(images/right-darkred.png) no-repeat;
}

#contactForm{
	overflow: hidden;
	height: auto !important;
	height: 1%;
	background: #eee url(images/contact-bottom.png) no-repeat 0 bottom;
}

#contactForm h2{
	padding: 54px 10px 0 10px;
	color: #444;
	line-height: 1em;
	font-style: italic;
	height: 20px;
	margin-bottom: 10px;
	background: #eee url(images/contact-top.jpg) no-repeat 0 top;
}

#contactForm .element{
	clear: both;
}

#contactForm .element label{
	display: block;
	float:left;
	color: #999;
	width: 60px;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}

#contactForm .element .field{
	float:left;
	width: 130px;
	text-align: left;
}

html>/**/body #contactForm .element .field{
	padding-bottom: 5px;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border: 1px solid #999;
	color: #999;
	width: 120px;
}

#contactForm .element .field textarea{
	height: 60px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .element .field .button{
	width: 55px;
	border: 0;
	float: right;
	color: #830034;
	font-size: 12px;
	cursor: pointer;
	line-height: normal;
	background: none;
}

#contactForm .element .field .fbutton{
	position: absolute;
	left: -9999px;
}

#footer{
	margin-top: 20px;
	background: #eee;
	color: #888;
	padding: 20px;
	font-size: 10px;
}

#footer a{
	color: #888;
	text-decoration:none;
}

#footerRight{
	float: right;
}

#footerRight a{
	color: #666;
	text-decoration: underline;
}

ul.main{
padding: 2px 0 8px 15px;
list-style-position: inside;

}

ol.main{
padding: 2px 0 8px 20px;
list-style-position: inside;

}


.sitemap {
	width: 800px;
	font-size: 12px;
	color:#000;
	margin: auto;
	line-height: 14px;
	text-align:justify;
}
/*  inlink */

a.inlink{
	text-decoration: none;
	color: #877B7F;
	
}

a:hover.inlink{
	text-decoration: none;
	color: #877B7F;
	
}	
