body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ACABAB;
}


#containerOuter {
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	background: url(../images/background.jpg) top left repeat-y;
}
#containerInner {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	position: relative;
	height: 76px;
}
#headerTop {
	position: relative;
	height: 50px;
	background: url(../images/diagonal.gif) top left repeat;
}
#headerTop img {
	position: absolute;
	top: 30px;
	left: 0;
}
#headerTop span {
	position: absolute;
	top: 35px;
	left: 532px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#headerBottom {
	position: relative;
	height: 25px;
	background-color: #EBEBEB;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
#headerBottom img {
	position: absolute;
	top: 6px;
	left: 257px;
}
#headerBottom span {
	position: absolute;
	top: 5px;
	left: 648px;
	font-size: 14px;
	font-weight: bold;
	color: #0D5EAD;
}


#leftColumn {
	position: absolute;
	top: 77px;
	width: 205px;
}
#leftColumnNav ul {
	margin: 0;
	padding: 8px 0 10px 0;
	font-size: 12px;
	text-align: right;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CDCDCD;
}
#leftColumnNav li {
	font-weight: bold;
	list-style-type: none;
}
#leftColumnNav a {
	display: block;
	height: 18px;
	margin: 5px 0 5px 0;
	padding: 2px 20px 0 0;
}
#leftColumnNav a:link, #leftColumnNav a:visited {
	color: #000000;
	text-decoration: none;
}
#leftColumnNav a:hover, #leftColumnNav a:active {
	color: #0D5EAD;
	text-decoration: none;
	background-color: #EBEBEB;
}

#leftColumnForm {
	position: relative;
	background: url(../images/diagonal.gif) top left repeat;
	border-bottom: 1px solid #CDCDCD;
}
#leftColumnFormTitle1 {
	position: absolute;
	top: 15px;
	left: 73px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
#leftColumnFormTitle2 {
	position: absolute;
	top: 34px;
	left: 106px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #0D5EAD;
}
#leftColumnForm form {
	margin: 25px 0 20px 22px;
	padding: 0;
}
#leftColumnForm p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	color: #0D5EAD;
}
#leftColumnForm input, #leftColumnForm textarea {
	width: 160px;
	margin-bottom: 10px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CFCFCF;
}
#leftColumnForm textarea {
	height: 100px;
}
#leftColumnFormBtn input {
	font-size: 14px;
	font-weight: bold;
	color: #0D5EAD;
	background-color: #EBEBEB;
	cursor: pointer;
}

/*  panel form id*/
#pnl274 {
	position: relative;
	background: url(../images/diagonal.gif) top left repeat;
	border-bottom: 1px solid #CDCDCD;
}
#pnl274Title1 {
	position: absolute;
	top: 15px;
	left: 73px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
#pnl274Title2 {
	position: absolute;
	top: 34px;
	left: 106px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #0D5EAD;
}
#pnl274 form {
	margin: 25px 0 20px 22px;
	padding: 0;
}
#pnl274 p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	color: #0D5EAD;
}
#pnl274 input, #pnl274 textarea {
	width: 160px;
	margin-bottom: 10px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CFCFCF;
}
#pnl274 textarea {
	height: 100px;
}


#content {
	position: relative;
	left: 205px;
	width: 540px;
	background-color: #FFFFFF;
	border-left: 5px solid #0E5FAD;
}
#content h1 {
	margin: 0;
	padding: 18px 0 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #EBEBEB;
}
#content h2 {
	margin: 0;
	padding: 0 0 30px 10px;
	font-size: 12px;
	color: #0D5EAD;
}
#content h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #606060;
}

#contentShanbom {
	border-bottom: 1px solid #0E5FAD;
}

#contentText {
	padding: 0 25px 50px 25px;
	font-size: 12px;
	color: #000000;
}
#contentText p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 18px;
}
#contentText strong {
	color: #0D5EAD;
}
#contentText ul {
	margin-bottom: 35px;
}
#contentText li {
	margin-bottom: 10px;
}
#contentText a:link, #contentText a:visited {
	color: #0D5EAD;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #000000;
	text-decoration: none;
}

#contentInfo {
	margin-bottom: 45px;
}
#contentImg {
	position: relative;
	left: 150px;
	width: 390px;
	text-align: center;
}
#contentLogo {
	margin-left: 39px;
}
#contentInfo h4 {
	margin: 35px 0 8px 0;
	padding: 0;
	font-size: 18px;
	color: #0D5EAD;
	text-align: center;
}
#contentInfo h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

#contentFooter {
	color: #000000;
	text-align: center;
	border-top: 1px solid #CDCDCD;
}
#contentFooter p {
	margin: 0;
	padding: 15px 0 3px 0;
	font-size: 11px;
	line-height: 16px;
}
#contentFooter a {
	padding: 0 4px 0 4px;
	font-weight: bold;
}
#contentFooter a:link, #contentFooter a:visited {
	color: #000000;
	text-decoration: none;
}
#contentFooter a:hover, #contentFooter a:active {
	color: #0D5EAD;
	text-decoration: none;
	background-color: #EBEBEB;
}


#testimonials {
	margin: 20px 0 40px 0;
	padding: 20px;
	background: url(../images/diagonal.gif) top left repeat;
	border-top: 1px solid #0D5EAD;
	border-bottom: 1px solid #0D5EAD;
}
#testimonials p {
	margin: 0;
	padding: 0;
	color: #000000;
}

#coupon {
	width: 200px;
	height: auto;
	text-align: center;
	font-weight: bold;
	margin: 20px 0px 40px 140px;
	padding: 20px 5px 5px 5px;
	background: url(../images/diagonal.gif) top left repeat;
	border: 1px solid #0D5EAD;
}

#contactForm {
	width: 350px;
	margin-left: 45px;
	padding: 10px 25px 15px 25px;
	background: url(../images/diagonal.gif) top left repeat;
	border: 1px solid #CDCDCD;
}
#contactForm form {
	margin: 0;
	padding: 0;
	color: #000000;
}
.txtfields {
	width: 265px;
	color: #000000;
	border: 1px solid #CFCFCF;
}
#contactForm textarea {
	width: 335px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CFCFCF;
}
#contactFormBtn {
	text-align: center;
}
#contactFormBtn input {
	font-size: 14px;
	font-weight: bold;
	color: #0D5EAD;
	background-color: #EBEBEB;
	border: 1px solid #CFCFCF;
	cursor: pointer;
}


.photos1 {
	margin: 30px 0 5px 20px;
	padding: 0 20px 0 20px;
	border-bottom: 2px solid #CDCDCD;
}
.photos2 {
	border: 2px solid #CDCDCD;
}
.newsList {
	font-weight: bold;
	text-align: center;
}
