/*

Myers Public Relations - CSS
Ver 1

*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #e1e1e1;
}

body, p, div, td, input, select, textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

.body-bg {
	/*
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	*/
	background-color: #f9f9f9;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
}

.content-column {
	padding: 10px 0px 0px 0px;
	background-image: url(../images/content-column-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.content-header {
	background-color: #906ab3;
	color: #FFFFFF;
	font-weight: bold;
}

.content {
	background-color: #f8f8f8;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}

.content a {
	color: #632d88;
	text-decoration: none;
}

.content a:hover {
	color: #632d88;
	text-decoration: underline;
}

.content-foot {
	background-image: url(../images/content-bt.jpg);
	background-repeat: repeat-x;
}

.body-border-left {
	background-image: url(../images/body-lt.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.body-border-right {
	background-image: url(../images/body-rt.jpg);
	background-repeat: repeat-y;
}

.footer-bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 789px;
	height: 87px;
	padding: 10px 20px 0px 20px;
	text-align: center;
}

.footer-text {
	color: #FFFFFF;
	line-height: 22px;
}

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

.footer-text a:hover {
	text-decoration: underline;
}

.links-bg {
	background-image: url(../images/links-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.links-text {
	color: #3d7732;
	padding: 7px;
}

.links-text a {
	color: #3d7732;
}

.links-text a:hover {
	color: #e08900;
	text-decoration: underline;
}

.read-more {
	color: #e08900;
	text-decoration: none;
}

.read-more:hover {
	color: #e08900;
	text-decoration: underline;
}

.news-text {
	color: #3d7732;
	padding: 7px 17px 7px 7px;
}

.submenu-link {
	color: #3d7732;
	text-decoration: none;
}

.submenu-link:hover {
	color: e08900;
	text-decoration: underline;
}