@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(images/bgpage.gif) repeat-x top left;
	margin: 10px 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #535353;
}

A {
	text-decoration: none;
}

#header {
	width: 100%;
	background: #fff;
	clear: both;
	margin-bottom: 1px;
	float: left;
}

#logo {
	width: 293px;
	height: 99px;
	float: left;
}

#headerrightcolumn {
	width: 661px;
	float: left;
	background: url(images/contactno.gif) top right no-repeat;
}

#clear {
	width: 100%;
	height: 1px;
	clear: both;
}

img {
	border: none;
}

#page {
	width: 960px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	background: #fff;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#banner {
	width: 100%;
	height: 485px;
	background: url(images/banner.jpg) no-repeat top left;
	clear: both;
	margin-bottom: 10px;
}

.bannerbottomrow {
	width: 100%;
	padding-top: 410px;
}

.bannerbottomrow img {
	float: left;
}

#content {
	clear: both;
}

#leftcolumn {
	width: 269px;
	float: left;
	text-align: left;
	font-size: 0.9em;
}

#leftcolumn .header {
	background: url(images/bgheading-leftcolumn.gif) no-repeat top left;
	color: #fff;
	padding: 7px 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}

#leftcolumn ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#leftcolumn li {
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 17px;
	margin-top: 8px;
}

#leftcolumn img {
	clear: both;
	margin: 0 auto;
	margin-bottom: 7px;
}

#leftcolumn .caption {
	width: 226px;
	padding: 0 12px;
	text-align: left;
	color: #989898;
}

#leftcolumn .content {
	width: 250px;
	padding: 8px 7px 0 8px;
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
}

#leftcolumn .bottom {
	width: 100%;
	height: 35px;
	/*background: url(images/bottom-leftbox.gif) no-repeat top left;*/
}

#rightcolumn {
	width: 675px;
	float: right;
	text-align: justify;
}

#rightcolumn .top {
	background: url(images/bgheadings-pagecontent-tl.gif) top left no-repeat;
	width: 100%;
}

#rightcolumn .top span {
	background: url(images/bgheadings-pagecontent-tr.gif) top right no-repeat;
	display: block;
	color: #515050;
	padding: 7px 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}

.rightcontent {
	width: 639px;
	padding: 16px 16px 0 16px;
	border-left: 2px solid #efefef;
	border-right: 2px solid #efefef;
}
.rightcontent ul, ol {
	padding-left:25px;
	list-style-type:disc;
}



#rightcolumn .rightcontent p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#rightcolumn .bottom {
	width: 100%;
	background: url(images/bgrounded-pagecontent-bl.gif) top left no-repeat;
	height: 35px;
}

#rightcolumn .bottom span {
	background: url(images/bgrounded-pagecontent-br.gif) top right no-repeat;
	height: 35px;
	display: block
}

#footer {
	clear: both;
	background: #413833 url(images/bgfooter-left.gif) no-repeat top left;
	margin-top: 10px;
	color: #fff;
	font-size: 0.8em;
	height: 27px;
}

#footer span {
	background: url(images/bgfooter-right.gif) no-repeat top right;
	width: 100%;
	display: block;
	padding: 7px 0;
	float: left;
}

#footer li {
	display: inline;
}

#footer A {
	color: #fff;
}

.footerleft {
	width: 330px;
	margin-left: 20px;
	float: left;
}

.footerright {
	float: right;
	width: 600px;
	margin-right: 5px;
}



