html,
body {
	background-color:#FFF;
	font-family:Arial;
	font-size:12px;
	color:#777;
}

a,
a:visited,
a:link {
	font-weight:bold;
	color:#777;
}

a:hover,
a:focus
 {
	color:#000;
}

#main {
	width:972px;
	margin:auto;
}

#top-banner {
	width:972px;
	height:166px;
	text-indent:-2000px;
	background:transparent url(../images/top.jpg) no-repeat;
}

#top-banner h1,
#top-banner h2 {
	margin:0px;
	padding:0px;
}

.menu {
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
	height:41px;
	background:transparent url(../images/menu-bg.jpg) bottom no-repeat;
}
.menu li {
	float:left;
	padding:10px 0px;
}
.menu li a,
.menu li a:visited,
.menu li a:link {
	text-decoration:none;
	border-right:1px dotted #888;
}
.menu li:last-child a,
.menu li:last-child a:visited,
.menu li:last-child a:link {
	border-right:none;
}
.menu li.active a {
	color:#A52037;
	cursor:default;
}
 
#content {
	padding:10px;
}

h2 {
	color:#A52037;
	font-weight:normal;
	font-size:20px;
	padding:10px 0px 15px 0px;
	margin:0px;
	border-bottom:1px dotted #7F7F7F;
}

.introtext {
	font-size:20px;
	padding:15px 36px;
	border-bottom:1px dotted #7F7F7F;
}

.fulltext {
	padding:15px 36px;
}

.fulltext p {
	border-bottom:1px dotted #7F7F7F;
}

.fulltext i,
.fulltext em {
	color:#444;
	line-height:16px;
	font-size:13px;
}

.fulltext ul {
	padding:0px;
	margin:0px;
	list-style-image:url(../images/list-bullet.gif);
	margin-left:15px;
}

.fulltext ul li {
	margin-bottom:15px;
}

.fulltext .big-image-right-content {
	width:410px;
	margin-right:30px;
	float:left;	
}

.fulltext .big-image-right-image {
	width:440px;
	/*height:166px;*/
	text-align:right;
	float:left;
}

.fulltext .small-image-right-content {
	width:630px;
	margin-right:30px;
	float:left;	
}

.fulltext .small-image-right-image {
	width:220px;
	/*height:166px;*/
	text-align:right;
	float:left;
}

.fulltext .big-image-left-content {
	width:410px;
	margin-left:30px;
	float:left;	
}

.fulltext .big-image-left-image {
	width:440px;
	/*height:166px;*/
	text-align:left;
	float:left;
}

.fulltext .small-image-left-content {
	width:630px;
	margin-left:30px;
	float:left;	
}

.fulltext .small-image-left-image {
	width:220px;
	/*height:166px;*/
	text-align:left;
	float:left;
}

.fulltext .divider {
	padding-top:15px;
	margin-bottom:15px;
	width:950px;
	height:1px;
	border-bottom:1px dotted #7F7F7F;
	position:relative;
	clear:both;
	left:-30px;
}

.contact-title {
	text-align:right;
	font-size:11px;
	margin:-10px 0px;
	position:relative;
	left:35px;
}

.contact-info {
	text-align:right;
	font-size:10px;
	position:relative;
	left:35px;
}
