@CHARSET "UTF-8";

body, body.mceContentBody
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

a
{
	color: #442470;
}

h1
{
	font-size: 2.7em;
}
h2
{
	font-size: 2em;
}
h3, h1
{
	font-size: 1.5em;
}
h4
{
	font-size: 1.35em;
}

#wrapper, .wrapper
{
	margin: auto;
	width: 970px;
	background: #442470;
}
#subWrapper
{
	margin: auto;
	width: 950px;
}

#header
{
	width: auto;
	height: 99px;
	background: url('header.png') no-repeat top center;
}

#headLogo
{
	float: left;
	margin-left: 22px;
}
#headText
{
	position: absolute;
	color: #ffffff;
	margin: 30px 75px 0px;
}
#headNav
{
	margin-top: 10px;
	padding-left: 10px;
	float: right;
	height: 21px;
	list-style: none;
	background: url('hnbg.png') left center no-repeat
}
#headNav li
{
	float: left;
}
#headNav li a
{
	display: block;
	height: 17px;
	padding: 2px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	/*
	border-left: solid 1px #8352ac;
	border-right: solid 1px #120335;
	*/
}
#headNav li a:hover
{
	background: #c40200; /*#63328c;*/
}
#headNav li:first-child a
{
	border-left: none;
}
#headNav li:last-child a
{
	border-right: none;
}
#headNavTail
{
	float: right;
	margin-top: 10px;
}

#subFooter
{
	width: auto;
	height: 99px;
	background: url('footer.png') no-repeat bottom center;
	color: #ffffff;
}
#footer
{
	width: auto;
	background: #ffffff;
	padding: 10px 0px;
	height: 89px;
	color: #000000;
}
#footer a
{
	color: #000000;
}

#nav
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 18px;
	list-style: none;
	border-top: solid 1px #74c1be;
	border-bottom: solid 1px #084f4e;
	background: #35928e;
}
#nav .navItem
{
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav .navItem a
{
	display: block;
	height: 18px;
	padding: 0px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	border-left: solid 1px #6cbebe;
	border-right: solid 1px #084f4e;
}
#nav .navItem a:hover
{
	background: #c40200; /*#4c9e9e;*/
}
#nav .navItem:first-child a
{
	border-left: none;
}
#nav .navItem:last-child a
{
	border-right: none;
}
#nav .navItem .navSub
{
	display: none;
	padding-left: 0px;
	list-style: none;
	background: #2e8e8d;
	border-left: solid 1px #084f4e;
	border-top: solid 1px #084f4e;
}
#nav .navItem .navSub li a
{
	border-top: solid 1px #6cbebe;
	border-bottom: solid 1px #084f4e;
}

#headText a
{
	color: #ffffff;
}
#subFooter a
{
	color: #ffffff;
}

#slideShow
{
	margin-top: 18px;
	width: 950px;
	height: 241px;
	background: url('/static/img/slides/2.jpg') no-repeat top center;
}

#content
{
	
}
#contentTop
{
	margin-top: -41px;
	position: absolute;
	z-index: 900;
	width: 950px;
	height: 41px;
	background: url('ct.png') no-repeat top center;
}
#contentMiddle, body.mceContentBody
{
	background: #ffffff url('cm.gif') center center repeat-y;
	padding: 0px 30px;
}
body.mceContentBody
{
	background: #ffffff url('cm.gif') -30px center repeat-y;
	padding: 0px;
}
#contentBottom
{
	width: auto;
	height: 41px;
	background: url('cb.png') no-repeat bottom center;
}
#contentPlain #contentTop
{
	background-image: url('cpt.png');
}
#contentPlain #contentMiddle, #contentPlain body.mceContentBody
{
	background-image: url('cpm.gif');
}
#contentPlain #contentBottom
{
	background-image: url('cpb.png');
}
#contentLeft
{
	float: left;
	padding-right: 10px;
	width: 660px;
}
#contentLeft h1:first-child, #contentLeft h2:first-child, #contentLeft h3:first-child, #contentLeft h4:first-child, #contentLeft p:first-child
{
	margin-top: 0px;
	padding-top: 0px;
}
#contentRight
{
	float: left;
	padding-left: 10px;
	width: 210px;
}

body.mceContentBody #contentLeft, body.mceContentBody #contentRight
{
	min-height: 300px;
}
* html body.mceContentBody #contentLeft, * html body.mceContentBody #contentRight
{
	height: 300px;
}

#testimonials, .testimonial
{
	position: relative;
	width: 200px; 
	height: 375px; 
	overflow: hidden;
	padding: 0px;
	font-family: Arial;
	font-style: italic;
	color: #431d74;
}
#testimonials .testimonial
{
	position: absolute;
	display: none;
}
body.mceContentBody #testimonials .testimonial
{
	position: relative;
	display: inline;
}
body.mceContentBody #testimonials
{
	height: auto;
	overflow: visible;
}

.opt
{
	z-index: 1000;
	position: absolute;
	margin-top: 3px;
	margin-left: 718px;
	width: 200px;
	color: #ffffff;
}
.optTop
{
	width: auto;
	height: 17px;
	background: url('st.png') top center;
}
.optMiddle
{
	padding: 5px;
	width: auto;
	background: url('sm.gif') repeat-y center center;
}
.optBottom
{
	width: auto;
	height: 17px;
	background: url('sb.png') bottom center;
}

.input
{
	border: solid 1px #442470;
}

.error
{
	margin-bottom: 5px;
	border: solid 1px #ff0000;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
}
.note
{
	margin-bottom: 5px;
	border: solid 1px #0000ff;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
}

.input
{
	margin: 0px;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.big
{
	font-size: 1.25em;
}
.bigger
{
	font-size: 1.5em;
}
.biggest
{
	font-size: 2em;
}
.small
{
	font-size: 0.85em;
}
.smaller
{
	font-size: 0.75em;
}
.smallest
{
	font-size: 0.5em;
}

.bold
{
	font-weight: bold;
}
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}









#udiMetaData
{
	display: none;
	z-index: 10001;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 500px;
	border: solid 1px;
	background: #ffffff;
}

#udiHeadEdit
{
	display: none;
	z-index: 10000;
	position: fixed;
	top: 0px;
	width: 100%;
}
#udiFootEdit
{
	display: none;
	z-index: 10000;
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#udiFootNavEdit
{
	display: none;
	z-index: 10000;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#udiNavEdit
{
	z-index: 10001;
	display: none;
	border: solid 1px;
	position: absolute;
	background: #ffffff;
	top: 0px;
	right: 0px;
	width: 625px;
}

#udiTestimonials
{
	z-index: 10001;
	display: none;
	border: solid 1px;
	position: absolute;
	background: #ffffff;
	top: 0px;
	right: 0px;
	width: 300px;
}

#udiTestimonials td
{
	vertical-align: top;
}

.udiTestimonial
{
	border-bottom: solid 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.udiTestimonial:last-child
{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

