/* ********************* begin general stuff ********************* */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*
	color: #444477;
	border: 1px solid #000000;
	*/
}
h4 {
	font-weight: bold;
	color: #a7007c;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #a7007c;
	margin-bottom: 16px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
img {
	border: none;
}
ul {
	margin: 0 0 0 15px;
	list-style-type: square;
	font-size: 11px;
}
.home ul {
	margin: 0 0 0 15px;
	list-style-type: square;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
ol {
	padding: 0 0 0 23px;
	list-style-type: decimal;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #a7007c;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	text-decoration: underline;
	color: #a7007c;
	cursor: pointer;
	cursor: hand;
}
input.text {
	height: 15px;
	vertical-align: middle;
}
input.radio {
	vertical-align: middle;
}
select, input.file {
	height: 19px;
	vertical-align: middle;
}
.hr {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 0;
	color: #ffffff;
	margin: 0;
	background-color: #ffffff;
	border: 1px dashed #dddddd;
	border-style: none none dashed none;
}
.vr {
	position: relative;
	float: left;
	width: 1px;
	height: 100%;
	font-size: 0;
	color: #ffffff;
	margin: 0 5px;
	background-color: #ffffff;
	border: 1px dashed #dddddd;
	border-style: none none none dashed;
}
label.cms {
	color: #a7007c;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
}
label {
	color: #000000;
}
.invisible {
	display: none;
}
.tablerow {
	display: block;
	clear: both;
	width: 100%;
}
.tablecell {
	display: table-cell;
	white-space: nowrap;
}
.odd {
	background-color: #f3f3f3;
}
.pb5 {
	padding-bottom: 5px;
}
.w100 {
	width: 100px;
}
.w160 {
	width: 160px;
}
.w280 {
	width: 280px;
}
.w350 {
	width: 350px;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignmiddle {
	vertical-align: middle;
}
.disabled {
	color: #dddddd;
}
.clear {
	clear: both;
	background: none;
}
.errors {
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	color: #079fd6;
	text-align: left;
}
.errors b {
	font-size: 9px;
	line-height: normal;
	color: #079fd6;
}
.notes {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.choices
{
	position: relative;
	display: block;
	clear: both;
	font-size: 11px;
	color: #a7007c;
	background: #ffffff;
	margin: 15px 0 10px 0;
}
.choices a
{
	color: #a7007c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.choices a:hover
{
	font-size: 11px;
	text-decoration: underline;
}
/* ********************* end general stuff ********************* */

#preload {
	height: 0;
	overflow: hidden;
}

#main { 
	margin: 0 auto;
	width: 760px;
}
#header {
	position: relative;
	width: 760px;
	height: 130px;
	background-image: url("/images/bgheader.jpg");
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 85px;
	top: 47px;
}

/* ********************* begin menu ********************* */

#menu {
	position: relative;
	display: block;
	width: 760px;
	height: 21px;
	background-image: url("/images/bgmenu.jpg");
	background-repeat: no-repeat;
	z-index: 100;
}
#menu a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#menu li.selected a {
	color: #e19bc3;
}
#menu ul { /* all lists */
	list-style: none;
	margin-left: 77px;
}
#menu li { /* all list items */
	position: relative;
	float: left;
	width: auto;
	white-space: nowrap;
	padding: 2px 9px 6px 9px;
	border-left: 1px solid #ffffff;
}
#menu li.first,
#menu li ul li
{
	border-left: none;
}
#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	margin-left: 0;
	top: 21px;
	left: -1px;
}
#menu li:hover ul li ul { /* third-level lists */
	display: none;
	position: absolute;
	margin-left: 0;
	top: 0;
	left: 100%;
	z-index: 101;
}
#menu li.left:hover ul li ul { /* third-level lists */
	display: none;
	position: absolute;
	margin-left: 0;
	top: 0;
	left: -100%;
	z-index: 101;
}
#menu li:hover ul,
#menu li:hover ul li:hover ul,
#menu li.left:hover ul li:hover ul
{ /* lists nested under hovered list items */
	display: block;
}
#menu li:hover ul li,
#menu li:hover ul li:hover ul li,
#menu li.left:hover ul li:hover ul li
{
	display: block;
	clear: both;
	white-space: normal;
	width: 160px;
	padding: 5px 9px;
	background-image: url("/images/bgmenuitem.png");
	background-repeat: repeat;
}
#menu li:hover ul li:hover,
#menu li:hover ul li:hover ul li:hover,
#menu li.left:hover ul li:hover ul li:hover
{
	display: block;
	background-image: url("/images/bgmenuitem_over.png");
	background-repeat: repeat;
}
#menu li ul li a,
#menu li.selected ul li a,
#menu li ul li:hover ul li a
{
	color: #a7007c;
}
#menu li ul li a:hover,
#menu li ul li.selected a,
#menu li.selected ul li a:hover,
#menu li.selected ul li.selected a,
#menu li ul li:hover ul li a:hover,
#menu li ul li:hover ul li.selected a
{
	color: #079fd6;
}


/* ********************* end menu ********************* */

/* ********************* begin columns ********************* */

#columns {
	display: block;
	clear: both;
	margin-bottom: 0;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url("/images/bgmain.gif");
	background-repeat: repeat-y;
}
#leftcolumn { 
	position: relative;
	float: left;
	width: 34px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#centercolumn { 
	position: relative;
	float: left;
	width: 502px;
}
#crumbssection {
	position: relative;
	display: block;
	clear: both;
	height: 74px;
	border-right: 1px solid #a8007d;
	background-image: url("/images/bgcrumbs.jpg");
	background-repeat: no-repeat;
}
#crumbs {
	position: absolute;
	right: 20px;
	bottom: 5px;
	font-size: 12px;
	color: #a7007c;
}
#crumbs .selected
{
	font-size: 18px;
	color: #079fd6;
	text-decoration: none;
}
#crumbs a {
	font-size: 12px;
	color: #a7007c;
}
#crumbs a:hover {
	font-size: 12px;
	color: #079fd6;
	text-decoration: none;
}
#contentsection {
	position: relative;
	display: block;
	clear: both;
	width: 500px;
	border: 1px solid #a8007d;
	background: #ffffff;
}
#content {
	position: relative;
	display: block;
	clear: both;
	width: 473px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border: 1px solid #ffffff;
	padding: 25px 10px 50px 15px;
}
#content.home {
	position: relative;
	display: block;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	line-height: 16px;
	width: 458px;
	min-height: 0;
	height: 275px !important;
	background-image: url("/images/homemain.gif");
	border: 1px solid #ffffff;
	padding: 45px 15px 25px 25px;
}
#rightcolumn { 
	position: relative;
	float: right;
	width: 218px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-image: url("/images/bgrightcolumn.jpg");
	background-repeat: no-repeat;
}
#pageimage {
	position: absolute;
	left: 0;
	top: 119px;
}
#footer { 
	clear: both;
	width: 760px;
	height: 48px;
	/*
	margin: 0 0 10px 0;
	*/
	background-image: url("/images/bgmain.gif");
	background-repeat: repeat-y;
}
.paragraph,
.staffmember,
.newitemtop,
.previewtop
{
	position: relative;
	display: block;
	width: 453px;
	color: #444477;
	line-height: 16px;
	margin: 0 0 18px 0;
	padding: 0 10px;
}
.newitembottom,
.previewbottom
{
	position: absolute;
	display: block;
	bottom: 0px;
	color: #444477;
	line-height: 16px;
	margin: 0 0 18px 0;
	padding: 0 10px;
}
.paragraph .image,
.editableparagraph .image,
.staffmember .image,
.editablestaffmember .image
{
	float: left;
	margin: 3px 10px 4px 0;
}
.paragraph h4,
.editableparagraph h4
{
	display: block;
	clear: both;
}
.staffmember h4,
.editablestaffmember h4
{
	color: #444477;
	float: left;
	margin-right: 0.5em;
}
.editablepage,
.editparagraph,
.editableparagraph,
.editstaffmember,
.editablestaffmember
{
	position: relative;
	display: block;
	width: 451px;
	line-height: 16px;
	margin: 0 0 18px 0;
	padding: 9px 9px 18px 9px;
	border: 1px dashed #cccccc;
}
.editablepage
{
	padding: 9px 9px 0px 9px;
	margin: 0 0 50px 0;
}
.editableparagraph,
.editablestaffmember
{
	color: #444477;
}
.caption {
  position: absolute;
  top: -10px;
	left: 6px;
	padding: 2px 4px;
	font-size: 9px;
	font-weight: bold;
	line-height: normal;
	color: #bbbbbb;
	background: #ffffff;
}
.pageoptions
{
	position: relative;
	display: block;
	clear: both;
	font-size: 9px;
	color: #a7007c;
}
.options
{
	position: relative;
	display: block;
	clear: both;
	font-size: 9px;
	/* line-height: normal; */
	color: #a7007c;
	background: #ffffff;
	margin: 5px 0 10px 0;
}
.itemoptions {
  position: absolute;
  bottom: -7px;
	left: 6px;
	padding: 2px 4px;
	font-size: 9px;
	line-height: normal;
	color: #a7007c;
	background: #ffffff;
}
.pageoptions a,
.options a,
.itemoptions a
{
	color: #a7007c;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.pageoptions a:hover,
.options a:hover,
.itemoptions a:hover
{
	font-size: 9px;
	text-decoration: underline;
}
.pageoptions .disabled,
.options .disabled,
.itemoptions .disabled
{
	color: #dddddd;
	font-size: 9px;
	font-weight: bold;
}
.editparagraph .image,
.editstaffmember .image
{
	position: relative;
	display: block;
	margin: 0 10px 5px 0;
}
.editimage
{
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}
.editerrors {
	position: relative;
	float: right;
	font-size: 9px;
	font-weight: normal;
	line-height: normal;
	color: #079fd6;
	width: 222px;
	height: 50px;
	text-align: left;
	overflow: auto;
}
.editerrors b {
	color: #079fd6;
	font-size: 9px;
}
.editpagetitle
{
	position: relative;
	float: left;
}
.editheadermain,
.editheadersub,
.editname,
.editcity
{
	position: relative;
	float: left;
	margin: 0 0 10px 0;
}
.editpagetitle input,
.editheadermain input,
.editheadersub input
{
	width: 446px;
	height: 15px;
}
.editname input {
	width: 182px;
	height: 15px;
}
.edityear {
	float: left;
	margin: 0 12px 10px 12px;
}
.edityear select {
	width: 54px;
	height: 19px;
}
.editcity input {
	width: 182px;
	height: 15px;
}
.editpage,
.editchildren,
.edittext {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
.editchildren a.path
{
	color: #000000;
}

/* ********************* begin little popups ********************* */

#sessionexpiringcontainer,
#insertcontainer
{
	position: relative;
	display: block;
	margin: 10px;
}

#editlinktype,
#editinternal,
#editexternal,
#editemail,
#editlinktext,
#editlinktarget
{
	position: relative;
	display: block;
	margin: 0 0 5px 0;
}

#editexternal,
#editemail
{
	display: none;
}

#editexternal input {
	width: 289px;
}

#editinternal select {
	width: 334px;
}

#editemail input,
#editlinktext input,
#editpagetitle input
{
	width: 330px;
}

#editlinktarget select {
	width: 150px;
}

/* ********************* end little popups ********************* */

/* ********************* begin imagemanager ********************* */

#imagemanagercontainer {
	text-align: center;
	min-width: 460px;
	margin: 10px 0 10px 0;
}
#imagelist {
	width: 440px;
	height: 160px;
	margin: 5px auto 10px auto;
	text-align: center;
	/* white-space: nowrap; */
	border: 1px solid #dddddd;
	overflow: auto;
}
#imagelist img {
	vertical-align: middle;
	margin: 3px;
}
#imageactions {
	width: 440px;
	text-align: left;
	margin: 0 auto;
}
#imageactions .vr {
	height: 320px;
}
#imageselected,
#imageupload
{
	position: relative;
	width: 205px;
	height: 190px;
	float: left;
	text-align: left;
	margin: 5px 0;
}
#imageselectedoptions,
#imageuploadoptions
{
	margin: 5px 0;
}
#imageselectedoptions {
	display: none;
}
#imageselected .image {
	position: relative;
}
#imageerrors {
	position: relative;
	font-size: 9px;
	font-weight: normal;
	color: #079fd6;
	width: 205px;
	height: 95px;
	margin: 0;
	text-align: left;
	overflow: auto;
}
#imageerrors b {
	color: #079fd6;
	font-size: 9px;
}
#imageupload input {
	width: 205px;
}

/* ********************* end imagemanager ********************* */
