html {
	overflow-y: scroll;
	
}

body {
	font-family:arial, verdana, tahoma;
	font-size:14px;
	text-align:left;
	background:#585858 url("../images/stcolumbas_02.gif") repeat-x;
	padding: 0;
	margin: 0;
}



/* Page Layout divs */

#container {
	padding:0px;
	margin: 0px;
	border:0 none;
	margin: auto;
	text-align:left;
	overflow: hidden;
}

#topper {
	margin:auto;
	width:854px;
}

#page-wrapper{
	width:852px;
	margin:auto;
	background:#2ea9a6;
	border-left:1px solid #000;
	border-right:1px solid #000;
	min-height:620px;
	overflow: hidden;
}

#left-pane {
	float:left;
	padding-top:100px;
	width:211px;
	background:#2ea9a6 url("../images/stcolumbas_04.jpg") no-repeat;
	color:#fff;
}

#left-pane p {
	padding:4px 10px;
}

#left-pane ul{
	margin:0;
	padding:0;
	list-style: none;
}

#left-pane li a {
	display:block;
	margin-top:1px;
	padding:4px 5px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	border-left:10px solid #fff;
	border-bottom:1px solid #fff;
}

#left-pane li a:hover,
#left-pane li a:active {
	color:#000;
	text-decoration:none;
}

#left-pane li a.selected {
	border-left:10px solid #f05c20;
	border-bottom:1px solid #f05c20;
}
#left-pane ul li a.children {
	border-left:10px solid #f05c20;
	border-bottom:1px solid #f05c20;
}

#left-pane ul li ul li a.children {
	border:none;
}


#left-pane ul li ul li a {
	margin:0;
	padding:3px 20px;
	font-size:14px;
	border:none;
}

#left-pane ul li ul li ul li a {
	margin:0;
	padding:3px 40px;
	font-size:.9em;
	border:none;
}


#left-pane li li a:hover,
#left-pane li li a:active {
	border:none;
}


#left-pane li li a.selected{
	color:#000;
	border:none;
}

#right-pane {
	float:right;
	width:641px;
	background:#fff;
	height: 100%;
}

#breadcrumbs {
	height:23px;
	background:url("../images/stcolumbas_07.jpg") no-repeat;
	padding-left:15px;
	color:#f05c20;
}
#breadcrumbs p {
	margin: 0;
	padding-top: 0.4em;
}
#content {
	background:#fff url("../images/stcolumbas_08.jpg") no-repeat;
	min-height:504px;
	padding:10px 15px 20px 15px;
	font-size: 15px;
}
#footer {
	clear:both;
	background: url("../images/stcolumbas_12.gif") no-repeat;
	margin:auto;
	padding-bottom:20px;
	width:854px;
	height:30px;
}

#footer p {
	padding:5px 10px;
	margin: 0;
}


table.contactform {
	margin: auto;
}
table.contactform input, table.contactform textarea , table.contactform select {
	color: #34294D;
	border: solid #b0a5c9 1px;
	padding: 3px;
}
table.contactform label input {
	border: none;
}
table.contactform td {
	vertical-align:top;
}
input.emailform_input {
	width: 250px;
}
td.formheader {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
div.thankYou {
	font-size: 1.3em;
	padding: 10px;
	background-color: #e4e4ff;
	line-height: 120%;
	text-align: center;
}
.emailform_textarea {
	width: 250px;
	height: 150px;
}
.requiredfield {
	font-size: 0.8em;
}
