body {
	background: #fff url(../images/bg-pattern.jpg) 0 0 repeat-x;
	color: #444;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#outerWrap {
	background: transparent url(../images/bg-drop.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 1000px;
}

#innerWrap {
	margin: 0 auto;
	/*margin-top: 64px;*/
	width: 950px;
}

#mastWrap {
	background: transparent url(../images/mast-bg.jpg) 0 64px no-repeat;
	height: 224px;
	position: relative;
	width: 950px;
}

#logLogo {
	position: absolute;
	left: 34px;
	top: 85px;
}

#stainedGlass {
	position: absolute;
	left: 595px;
	top: 25px;
}

#mainNavWrap {
	background: transparent url(../images/nav-bg.gif) 0 0 repeat-x;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 950px;
}

#mainNav {
	height: 35px;
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav a {
	color: #fff;
	display: block;
	width: 106px;
	text-decoration: none;
}

#mainNav a:hover {
	background-color: #330022;
}

#mainNav li {
	float: left;
	font-size: 75%;
	list-style: none;
	font-weight: normal;
	width: 106px;
}

#mainNav li.larger a {
	color: #fff;
	display: block;
	width: 164px;
	text-decoration: none;
}

#mainNav li.larger {
	float: left;
	font-size: 80%;
	list-style: none;
	width: 164px;
}

#mainNav li ul {
	background-color: #330022;
	margin-top: -2px;
	position: absolute;
	width: 180px;
	left: -999em;
}

#mainNav li ul li {
	text-align: left;
	font-size: 95%;
	line-height: 30px;
	font-weight: normal;
	width: 180px;
}

#mainNav li ul li a, #mainNav li.larger ul li a {
	text-align: left;
	font-size: 95%;
	width: 160px; /* 180 - 20 from padding */
	padding: 0 10px;
}

#mainNav li ul li a:hover {
	background-color: #660033;
}

#mainNav li:hover ul {
	left: auto;
}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

.mainNavBG {
	background: #330022;
}

#homePage a {
	color: #660033;
	text-decoration: none;
}

#homePage a:hover {
	color: #660033;
	text-decoration: underline;
}

#editorWrap {
	background-color: #660033;
	text-align: right;
	padding: 1px;
}
#editorWrap a {
	padding: 2px;
	margin-left: 5px;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
}
#editorWrap a:hover {
	padding: 2px;
	margin-left: 5px;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	background-color: #330022;
}
.modalTitle {
	background-color: #003366;
	padding: 3px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
#uploadImage, #uploadPdf {
	border: 2px solid #ddd;
	background-color:#EEEEEE;
	font-size: 85%;
	margin-left: -170px;
	position: fixed;
	top: 120px;
	left: 50%;
	width: 340px;
	z-index: 2000;
}

/*#mainNav li {
	float: left;
	list-style: none;
	padding: 0 12px;
	text-align: center;
}

#mainNav li a {
	color: #fff;
	display: block;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}

#mainNav li a:hover {
	color: #44AAFF;
}

#mainNav li a.active {
	
}
*/
#contentWrap {
	background: #fff url(../images/content-bg.jpg) 0 0 repeat-x;
	font-size: 85%;
	padding: 16px;
}
#contentWrap ul {
	padding: 0;
	margin-left:30px;
}

#contentWrap table td {
	border: 0;
	padding: 0;
}


#footerWrap {
	background-color: #fff;
	padding-bottom: 20px;
}
#footerNav {
	background: #fff url(../images/footer-bg.jpg) 0 0 repeat-x;
	color: #666;
	font-size: 65%;
	padding: 8px 16px 24px;
	overflow: auto;
	text-align: center;
	width: 918px;
}

#footerNav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#footerNav ul.w125 {
	width: 125px;
}

#footerNav ul.w175 {
	width: 175px;
}

#footerNav ul li {
	list-style: none;
	text-align: left;
}

#footerNav ul li a {
	color: #777;
	text-decoration: none;
}

#footerNav ul li a:hover {
	text-decoration: underline;
}

#footerBottom {
	background-color: #fff;
	clear: left;
	width: 950px;
	text-align: center;
}
#footerWrap .copyright {
	font-size: 60%;
	color: #999999;
}
.bold {
	font-weight: bold;
}

.clearL {
	clear: left;
}

.bulletless {
	list-style: none;
	margin-left: -2em;
}

span.contact {
	display: block;
	width: 140px;
	float: left;
}


#homepage ul li {
	font-size: 90%;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}


/* 

DYNAFORM - MULTIUSE BOX FOR FORMS

	- .infoBox: where descriptions go

	- .inputBox: where all form elements go

*/

.cleanForm {
	/*background-color: #CCCCCC;*/
	/*border-left: 1px solid #CCCCBB;*/
	overflow: auto;
	width: 500px;
	/*padding: .5em;*/
}

.cleanForm .inputBox {
	/*background-color: #CCCCCC;*/
	float: left;
	font-size: 90%;
	width: 100%;
}

.cleanForm .inputBox form, .inputBox form {
	padding: 1em;
}

.cleanForm .inputBox dl, .inputBox dl {
	margin: 0 0 .5em 0;
	padding: 0;
}

.cleanForm .inputBox dt, .cleanForm .inputBox dd, .inputBox dt, .inputBox dd {
	line-height: 2.5em;
	_line-height: 3em; /* only seen by IE6 */
}

.cleanForm .inputBox dt, .inputBox dt {
}

.cleanForm .inputBox dd, .inputBox dd {
	margin: -2.5em 0 0 140px;
}

.cleanForm .inputBox form label.req, .inputBox form label.req {
	font-weight: bold;
}

.cleanForm .inputBox form .dynaField {
	border: 1px solid #9FBED5;
	font-size: 100%;
	padding: .3em;
	/*width: 175px;*/
}

.cleanForm .inputBox form textarea, .inputBox form textarea {
	border: 1px solid #CCCCBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .3em;
}

.cleanForm .inputBox form textarea {
	height: 100px;
	width: 320px;
}

.cleanForm .inputBox .col1, .cleanForm .inputBox .col2, .inputBox .col1, .inputBox .col2 {
	float: left;
	font-size: 85%;
	line-height: 1.8em;
	padding-bottom: 1em;
	width: 50%;
}

input.cleanFormButton {
	background-color: #9FBED5;
	border: 1px solid #598EB5;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	padding: .3em 1em;
	_padding: .2em .3em;  /* only seen by IE6 */
	text-transform: uppercase;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.table_list th {
	font-size: 100%;
	text-align:left;
	background-color: #E6E6E6;
	border: none;
}
.table_list td {
	border-bottom: 1px solid #E6E6E6 !important;
}
