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:14px;
	text-decoration: none;
	color: #d19700;
	font-family: "ArtScript", "Apple Chancery", "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
}

h1{
	position: relative;
	border-bottom: 2px solid #fff;
	height: 40px;
	padding: 0 0 0 60px;
	line-height: 45px;
	font-size: 36px;
	margin-bottom: 10px;
}

h1 .decoration{
	width: 55px;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: url(images/h1-bg.png) no-repeat 0 0;
}

* > h1 .decoration{
	bottom: -2px;
}

abbr,acronym { 
	border:0;
}

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

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

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

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

}

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

}


.flashBorder{
	border: 3px solid #fff;
}

.flashBorder object{
	display: block;
}

.twoFlash{
	width: 49%;
	float: left;
}

.twoFlash .flashBorder{
	margin-right: 20px !important;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
}

.gold{
	color: #d19700;
}

strong{
	font-weight: bold;
}

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

a{
	color: #d19700;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#wrapper{
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding-top: 169px;
}

#header{
	position: absolute;
	left: 4px;
	top: 0;
	width: 942px;
	height: 169px;
	background: url(images/header-bg.jpg) no-repeat;
}

#home{
	display: block;
	position: absolute;
	width: 224px;
	height: 140px;
	left: 360px;
	top: 0;
}

#callUs{
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 120px;
	right: 00px;
	
}

#content{
	background: url(images/content-bg.png) repeat-y;
}

#contentTop{
	padding: 0 10px;
	min-height: 540px;
	position: relative;
	height: 540px;
	font-size: 11px;
	background: url(images/content-top.png) no-repeat;
}

* > #contentTop{
	overflow: hidden;
	height: auto;
}

#topImage{
	padding: 6px 0 20px 0;
}

#topImage img{
	display: block;
}

#leftColumn{
	width: 660px;
	float: left;
	padding: 0 15px;
}

#rightColumn{
	width: 230px;
	float: left;
}

#rightColumn .sideImage{
	display: block;
	margin-bottom: 10px;
}

#rightColumn .sideImage a{
	display: block;
}


#contactForm{
	width: 400px;
	float: left;
	margin: 0;
}

#contactForm .element{
	margin-bottom: 10px;
	height: 20px;
	clear: both;
}

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

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

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border: 1px solid #d19700;
	color: #666;
	width: 200px;
	padding: 2px;
}

#contactForm .element .field .button{
	width: 80px;
	cursor: pointer;
}


#footer{
	padding: 20px 10px 0 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	background: url(images/content-bottom.png) no-repeat 0 0;
	color: #d19700;
	margin-top: -5px;
	font-size: 10px;
	line-height: 24px;
}

