/* <textEditor> */ 	
	.textBlue, .textBlue a {color: #1982C3;}
	.textPurple, .textPurple a {color: #7030a0;}
	.fontGeorgia {font-family: georgia, serif;}
	.fontTimes {font-family: "times new roman", times, serif;}	
	.fontVerdana {font-family: verdana, sans-serif;}
	.fontArial {font-family: arial, sans-serif;}
	.fontTahoma {font-family: tahoma, sans-serif;}
	.textBlack, .textBlack a {color: #111;}
	.textWhite, .textWhite a {color: #fff;}
	.textGrey, .textGrey a {color: #adaeae;}
	.textTan, .textTan a {color: #8A867E;}
	.left {float: left; margin-right: 1em;}
	.right {float: right; margin-left: 1em;}
	.textSmall {font-size: 85%;}
	.textLarge {font-size: 125%;}
	.noborder {border: none !important;}
	span.imageBorder img {border: 1px solid #333;}
/* </textEditor> */ 

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
	color: #8A867E;
}

h1, h2 {
	font-weight: normal;
}

h1 span, h2 span {
	color: #1F8994;
}

h1 {
	font-size: 21px;
}

h1.title {
	border-bottom: 1px solid #7030A0;
	color: #7030A0;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: Arial;
}

h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

h2.postTitle a {
	color: #7030A0;
	text-transform: uppercase;
}

h2.style1 {
	font-size: 12px;
	color: #A39E97;
}

h3 {
	margin-bottom: .25em;
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8A82;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

dl {
	line-height: normal;
}

dt {
	float: left;
	margin-right: 10px;
	padding: 0px 5px;
	background: url(images/homepage09.jpg) repeat left top;
	font-size: 10px;
	color: #FFFFFF;
}

dd {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

/** LINKS */

a {
	color: #1F8994;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 2px;
	background: #F5F3EE;
	border: 1px solid #D1C8B6;
}

hr {
	display: none;
}

.hr1 {
	height: 50px;
	background: url(images/homepage07.jpg) no-repeat center center;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

/** HEADER */

#header {
	height: 145px;
	margin: 0px auto;
	background: url(images/homepage01.jpg) no-repeat center top;
}

#header h1, #header h2 {
	text-indent: -9999em;
}

/** MENU */

#menu-wrapper {
	width: 778px;
	height: 52px;
	margin: 0px auto;
	background: url(images/bg03.jpg) no-repeat center top;
	text-align: center;
}

#menu {
	width: 778px;
	height: 52px;
	margin: 0px auto;
	background: url(images/bg03.jpg) no-repeat center top;
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	padding-top: 14px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #7C65B0;
	font-weight: bold;
}

#menu .active a {
	background: url(images/menu_selected.jpg) repeat-x left top;
	color: #523692;
}

#menu .selectedPage a {
	background: url(images/menu_selected.jpg) repeat-x left top;
	color: #523692;
}

#menu .selectedPageRoot a {
	background: url(images/menu_selected.jpg) repeat-x left top;
	color: #523692;
}

#menu a:hover {
	background: url(images/menu_selected.jpg) repeat-x left top;
	color: #523692;
}

#menu2 {
	text-align: center;
	padding: 0px;
	width: 778px;
	height: 48px;
	background: url(images/menu_2_bg.jpg) no-repeat left top;
	margin: 0px auto;
}

#menu2 li {
	float: left;
	padding: 8px 2px 12px 2px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	padding-left: 50px;
	height: 48px;
}

#menu2 a {
	text-decoration: none;
	height: 48px;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 14px;
	padding-right: 14px;
	color: #7C65B0;
}


#menu2 .selectedPage a {
	background: url(images/menu_2_selected.jpg) repeat-x left top;
	text-decoration: none;
	color: #523692;
}

#menu2 a:hover {
	background: url(images/menu_2_selected.jpg) repeat-x left top;
	text-decoration: none;
	color: #523692;
}

#socialNetwork {
	position: relative;
	float: right;
	left: 18px;
	top: 54px;
}

#facebook {
	background: url(images/facebook.jpg) repeat-x left top;
	width: 50px;
	height: 144px;
}

#facebook:hover {
	background: url(images/facebook_over.jpg) repeat-x left top;
}

/** PAGE */

#page {
	width: 878px;
	margin: 0px auto;
	background: url(images/bg04.jpg) repeat-y center top;
	padding-bottom: 20px;
}

#bgtop {
	padding: 14px 102px 20px 102px;
	background: url(images/bg05_2.jpg) no-repeat center top;
}

#hometop {
	padding: 20px 118px 10px 118px;
	background: url(images/bg05.jpg) no-repeat center top;
}

/** CONTENT */

#content {
	float: left;
	width: 415px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 190px;
	padding-left: 10px;
	margin-top: 0px;
	background: url(images/homepage08.jpg) repeat-y left top;
}

/* 2-COLUMN LAYOUT */

.two-columns {
	background: url(images/homepage08.jpg) repeat-y 243px 0px;
}

.two-columns .column-one {
	float: left;
	width: 213px;
}

.two-columns .column-two {
	float: right;
	width: 213px;
}

/** FOOTER */

#footer {
	width: 878px;
	height: 70px;
	margin: 0px auto;
	background: url(images/bg06.jpg) no-repeat center top;
	padding-top: 6px;
}

#footer p {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	color: #4D94A1;
}

/** BOX1 */

#box1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	background: url(images/homepage07.jpg) no-repeat left bottom;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	background: url(images/homepage07.jpg) no-repeat left bottom;
}

/** BOX4 */

#box4 {
}


/** FORMS */

.form_container {
	background: transparent url(images/bg-form.jpg) no-repeat left top;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-left: 11px;
}

.fieldItem {
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	width: 386px;
	color: #4A3672;
	font-size: 1.2em;
}

.fieldSelected {
	background-color: #E3DBF2;
}

.fieldBlock {
	padding: 0 0.4em 0 0;
}

.fieldInstructions {
	display: none !important;
}

.fieldRow {
	line-height: 100% !important;
}

.errorSummary {
	width: 358px;
}