@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
p {
	margin-right: 50px;
	margin-left: 50px;
	text-align: justify;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
}
form {	margin: 0px; padding: 0px;}
.widthExempt { width: auto!important;}

#wrp {
	width: 747px;
	position: relative;
	margin: 10px auto 0px;
	background: url(/img/wrpBck.gif);
}
#ltCol {
	float: left;
	width: 131px;
	margin-left: 8px;
}

#mainMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainMenu li {
	margin: 0px;
	padding: 0px;
}
#mainMenu a {
	margin: 0px;
	padding: 0px;
	display: block;
}
#mainMenu a .o {
	display: none;
}
#mainMenu a .n {
	display: inline;
}

#mainMenu a:hover .o {
	display: inline;
}
#mainMenu a:hover .n {
	display: none;
}
#content {
	float: left;
	background: #fff url(/img/hdBck.jpg) no-repeat center top;
	width: 586px;
	padding-top: 124px;
}
#content h2 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	margin-right: 30px;
	margin-left: 30px;
	color: #135EA9;
	border-bottom: 1px dotted #D1C7CF;
}
#content h3 {
	color: #0099CC;
	font: 16px Arial, Helvetica, sans-serif;
	margin-right: 28px;
	margin-left: 28px;
}

#content p {
	margin-right: 30px;
	margin-left: 30px;
}

#content hr {
	background: url(/img/hrtop.gif) no-repeat center;
	height: 20px;
	border-style: none;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #24A4A3;
	margin-right: 8px;
	margin-left: 8px;
	padding: 5px;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
#content .thinHr {
	background: url(/img/hrtop.gif) no-repeat center;
	height: 20px;
	border-style: none;
	text-decoration: none;
}
.articleImgLt {
	margin: 5px 28px 15px!important;
	float: left!important;
	clear:left!important;
	display: block;
	padding: 16px;
	text-align: center;
	width: 250px;
	border-width: 2px;
	border-style: solid;
	border-color: #E8E8E8 #DBDBDB #DBDBDB #E8E8E8;
	text-decoration: none;
	background: #fff;
}
.articleImgLt:hover {
	border: 2px solid #FF9900!important;
}
.articleImgLt p{
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.articleImgRt {
	float: right!important;
	clear:right!important;
	display:block;
	padding: 16px;
	text-align: center;
	width: 250px;
	margin: 5px 28px 15px!important;
	top: 2px;
	right: 1px;
	text-decoration: none;
	background: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #E8E8E8 #DBDBDB #DBDBDB #E8E8E8;
}
.articleImgRt:hover {
	border: 2px solid #FF9900!important;
}
.articleImgRt p{
	margin: 12px 10px 5px!important;
	text-align: center;
	text-decoration: none;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
p .articleImgRt, .genericLst .articleImgRt {
	margin-right: 0px!important;

}
p .articleImgLt {
	margin-left: 0px!important;
}
.contactLst {
	list-style: none;
	margin: 0px 28px 15px;
	padding: 10px 0px;
	border-top: 2px dotted #FF9900;
	border-right: 2px none #FF9900;
	border-bottom: 2px dotted #FF9900;
	border-left: 2px none #FF9900;
}
.contactLst li {
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.phone {
	background: url(/img/ico_phone.gif) no-repeat left center;
}
