form.form {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
p.formwarning {
	color:#c00;
	font-weight:bold;
	text-align:center;
	font-size: larger;
}

.text-image, .image-text {
	overflow: hidden;
	width: 100%;
}

.page-image {
	float:left;
	margin: 0px 12px 12px 0px;
	border: 1px solid #7073b2;
}

.page-description {
}

/* news brief */
.news-container {
	width: 100%;
	overflow: auto;
}
.news-container .news-date {
	float: right;
}
.news-container h2 {
}
.news-container .news-image-thumbnail {
	float: left;
	margin: 0px 8px 8px 0px;
}
.news-container .news-image-thumbnail img {
	padding: 3px;
	border: 1px solid #7073b2;
}
.news-container .news-desc {
}
.news-container .news-desc a {
}
/* end news brief */

/* news main */
.news-box {
	width: 100%;
	overflow: auto;
}
.news-box .news-date {
	float: right;
}
.news-box h2 {
}
.news-box .news-thumbnail-set {
	margin: 16px auto;
	clear: both;
	overflow: auto;
}
.news-box .news-thumbnail {
	float: left;
	margin: 0px 8px;
}
.news-box .news-thumbnail img {
	padding: 3px;
	border: 1px solid #7073b2;
}
.news-box .news-description {
	font-weight: bold;
}
.news-box .news-full {
}
/* end news main */

/* events brief */
.events-container {
	width: 100%;
	overflow: auto;
	padding: 4px 0px;
}
.events-container .events-date {
	float: right;
	font-weight: bold;
	margin: -22px 0px 0px 0px;
	font-size: larger;
	color: #4c6755;;
}
.events-container h2 {
}
.events-container .events-image-thumbnail {
	float: left;
	margin: 0px 8px 8px 0px;
}
.events-container .events-image-thumbnail img {
	padding: 3px;
	border: 1px solid #7073b2;
}
.events-container .events-description {
}
.events-container .events-products {
	clear:both;
}
/* end events brief */

/* product brief */
.product-container {
	width: 100%;
	overflow: auto;
	padding-top: 8px;
	border-bottom: 1px dashed #dddddd;
}
.product-container h2 {
}
.product-container div.product-image-thumbnail {
	float: left;
	margin: 0px 8px 8px 0px;
}
.product-container div.product-image-thumbnail img {
	padding: 3px;
	border: 1px solid #7073b2;
}
.product-container .product-description {
}
.product-container .product-viewdetails {
}
.product-container .product-viewdetails a {
}
.product-container .product-form {
}
.product-container .product-form .product-add-button {
	margin:3px;
}
.product-container .product-form {
	text-align: right;
}
.product-container .product-form label {
	font-weight: bold;
	padding: 0px 4px;
}
.product-container .product-price {
	color: #669966;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
	margin: 8px 0px;
}
/* end product brief */

/* product main */
.product-box {
	width: 100%;
	overflow: auto;
}
.product-box .product-contents {
	float: left;
	max-width: 480px;
	width: auto !important;
	width: 480px;
}
.product-box .product-form {
	float: right;
	width: 160px;
	width:auto;
	padding: 8px;
	margin-top: 16px;
	border: 1px dashed #339966;
	background-color: #f8f9fc;
}
.product-box h2 {
}
.product-box .product-thumbnail-set {
	margin: 16px 0px;
	clear: both;
	overflow: auto;
}
.product-box div.product-image-thumbnail {
	float: left;
	margin: 0px 8px 8px 0px;
}
.product-box div.product-image-thumbnail img {
	padding: 3px;
	border: 1px solid #7073b2;
}
.product-box .product-thumbnail {
	float: left;
	margin: 0px 8px;
}
.product-box .product-thumbnail img {
	padding: 3px;
	border: 1px solid #7073b2;
}
.product-box .product-description {
}
.product-box .product-viewdetails {
}
.product-box .product-viewdetails a {
}
.product-box .product-form .product-add-button {
	margin:3px;
}
.product-box .product-form {
	text-align: right;
}
.product-box .product-form-item {
	text-align: right;
	padding: 4px;
}
.product-box .product-form label {
	font-weight: bold;
	padding: 0px 4px;
}
.product-box .product-price {
	color: #669966;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: right;
	margin: 8px 0px;
}
/* end product main */


/* Image/Text Paragraphs */
.textImgLeft {
	margin: 8px 8px 8px 8px;
	float: left;
}
.textImgRight {
	margin: 8px 8px 8px 8px;
	float: right;
}
.textImgLeft img, .textImgRight img {
	padding: 3px;
	border: 1px solid #7073b2;
}

/* Single Image Paragraph */
.one_image_set {
	margin: 12px auto;
	width: 620px;
}
.soleImg {
	margin: 24px auto;
}
.soleImg img {
	padding: 3px;
	border: 1px solid #7073b2;
}

/* Two Image Paragraph */
.two_image_set {
	overflow: auto;
}
.imgLeft {
	margin: 0px 8px 8px 0px;
	float: left;
}
.imgRight {
	margin: 0px 0px 8px 8px;
	float: right;
}
.imgLeft img, .imgRight img {
	padding: 3px;
	border: 1px solid #7073b2;
}


/* Three Image Paragraph */
.three_image_set {
	overflow: auto;
}

.leftImg {
	margin: 0px 0px 8px 10px;
	float: left;
}
.centreImg {
	margin: 0px 0px 8px 65px;
	float: left;
}
.rightImg {
	margin: 0px 10px 8px 0px;
	float: right;
}
.leftImg img, .centreImg img, .rightImg img {
	padding: 3px;
	border: 1px solid #7073b2;
}

/* text image */
div.item_container {
	overflow: auto;
	margin: 18px 0px;
	width: 100%;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	height: 1px;
}

.caption {
	margin: 0px 0px 0px 8px;
	text-align: left;
}
.imageBoxes {
	width: 128px;
	text-align: center;
	float: left;
	margin-bottom: 8px;
	position: relative;
	min-height: 108px;
}
.imageBoxes div {
	text-align: left;
}

div.return_link {
	margin-top: 32px;
	padding-top: 6px;
}

a img {
	border: 1px solid #265a75;
}

.thumbnail_set {
	overflow: auto;
	margin: 32px auto;
	text-align: center;
}

.thumbnail {
	float: left;
	width: 120px;
	padding: 8px 12px;
}

.item_date {
	/*float: right;*/
	margin: 8px 0px;
	font-weight: bold;
}

.file, .url {
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 24px;
	padding-top:6px;
	background-image: url(../images/icons/url.gif);
}

.file.pdf {
	background-image: url(../images/icons/pdf.gif);
	padding-left: 26px;
	padding-top:2px;
}
.file.doc {
	background-image: url(../images/icons/doc.gif);
}
.file.ppt {
	background-image: url(../images/icons/ppt.gif);
}
.file.xls {
	background-image: url(../images/icons/xls.gif);
}
.file.txt {
	background-image: url(../images/icons/txt.gif);
}
.url {
	background-image: url(../images/icons/url.gif);
}
.file.gif {
	background-image: url(../images/icons/gif.png);
}
.file.jpg {
	background-image: url(../images/icons/jpg.png);
}

h1 {
	font-size: 1.7em;
	line-height: 1.4em;
	color:#4c6755;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	color:#4c6755;
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	color:#748c6f;
}

h1, h2, h3, p {
	margin: 0.6em 0;
}

p {
	font-size: 1.1em;
	line-height: 1.3em;
}
#content ul {
	line-height: 1.3em;
	font-size: 1.1em;
}
#content ul li {
	margin: 4px 0px;
}