body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#body {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: #ebebeb url('../img/bg.png') repeat-x bottom;
}

#mc {
	width: 770px;
	margin: 0px auto 10px auto;
}

#bc {
	float: right;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	cursor: pointer;
}

#hc div.logo {
	width: 477px;
	height: 78px;
	background: url('../img/logo_bg.png') no-repeat;
}

#hc div.logo img {
	width: 477px;
	height: 75px;
	border: 0px;
}

table.sc {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.sc tr.t td, table.sc tr.b td {
	height: 12px;
}

table.sc tr td.l, table.sc tr td.r {
	width: 12px;
}

table.sc tr.t td.l {
	background: url('../img/con_c.png') no-repeat 0 0;
}

table.sc tr.t td.c {
	background: url('../img/con_t.png') repeat-x;
}

table.sc tr.t td.r {
	background: url('../img/con_c.png') no-repeat -12px 0;
}

table.sc tr.m td.l {
	background: url('../img/con_l.png') repeat-y;
}

table.sc tr.m td.c {
	background: #fff;
}

table.sc tr.m td.r {
	background: url('../img/con_r.png') repeat-y;
}

table.sc tr.b td.l {
	background: url('../img/con_c.png') no-repeat 0 -12px;
}

table.sc tr.b td.c {
	background: url('../img/con_b.png') repeat-x;
}

table.sc tr.b td.r {
	background: url('../img/con_c.png') no-repeat -12px -12px;
}

#nc {
	text-align: center;
}

#nc ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	width: 525px;
}

#nc ul li {
	float: left;
	padding-left: 15px;
}

#nc ul li h1 {
	float: left;
	display: block;
	height: 36px;
	margin: 0px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 10pt;
}

#nc ul li h1 a {
	float: left;
	display: block;
	line-height: 36px;
	height: 36px;
	text-decoration: none;
	color: #000;
}

#nc ul li.hover {
	background: url('../img/nav_btn_l2.png') no-repeat;
}

#nc ul li.hover h1 {
	background: url('../img/nav_btn_r2.png') no-repeat top right;
}

#nc ul li.hover h1 a {
	color: #fff;
	background: url('../img/nav_btn_c2.png') repeat-x;
}

#cc {
	clear: both;
}

.cc {
	margin: 5px;
	font-size: 11pt;
}

.cc a {
	color: #81c428;
}

.cc h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #26a1cd;
}

.cc h1.welcome {
	font-size: 16pt;
}

.cc h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	color: #26a1cd;
}

.cc div.hp {
	padding: 236px 5px 5px 5px;
	text-align: right;
}
.cc div.hp span#tagline {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

.cc div.footer {
	font-size: 9pt;
	text-align: center;
	color: #555;
	margin-top: 20px;
	clear: both;
}

.cc div.footer address {
	font-style: normal;
}

.cc div.footer div.link a {
	color: #aaa;
}

#cc div.copyright {
	text-align: center;
	font-size: 9pt;
	color: #555;
	margin-top: 5px;
}

div.about_container {
	clear: both;
}

div.about_container div.photo {
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-top: 20px;
}

div.about_container div.photo span.quote {
	font-style: italic;
	font-size: 10pt;
}

div.about_container div.photo div.quoteAuthor {
	font-size: 10pt;
}

div.about_container div.content {
	float: left;
	width: 500px;
}

div.contactInfo {
	float: left;
	width: 350px;
}

div.contactForm {
	float: right;
	width: 350px;
}

div.contactForm label {
	display: block;
	margin-top: 10px;
}

div.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

div.modalv {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0px;
}

div.modalv table {
	margin: 0px;
}

div.modalv .t, div.modalv .b {
	height: 10px;
	background: transparent url('../img/dsprite.png') repeat-x scroll 0 -40px;
}

div.modalv .l, div.modalv .r {
	width: 10px;
	background: transparent url('../img/dsprite.png') repeat-y scroll -10px 0;
}

div.modalv .corner {
	height: 10px;
	width: 10px;
}

div.modalv .tl {
	background: transparent url('../img/dsprite.png') no-repeat scroll 0 0;
}

div.modalv .tr {
	background: transparent url('../img/dsprite.png') no-repeat scroll 0 -10px;
}

div.modalv .bl {
	background: transparent url('../img/dsprite.png') no-repeat scroll 0 -20px;
}

div.modalv .br {
	background: transparent url('../img/dsprite.png') no-repeat scroll 0 -30px;
}

div.modalv .c {
	background: #fff;
}

div.modalv div.title {
	padding: 5px 5px 5px 10px;
	background: #ff8a00;
	border: 1px solid #c06700;
	height: 15px;
	cursor: default;
}

div.modalv div.title h1 {
	font-size: 9pt;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

div.modalv .content {
	padding: 10px;
	border: 1px solid #c06700;
	border-top: 0px;
}