/* CSS styles for the general site layout */
.clear, .clearFix {
	clear:both;
}

a.lightbox, a.thickbox {
	cursor: url(/img/magnify.cur), pointer;
}

html, body {
	margin:0;
	padding:0;
}

html {
	background:#92278f;
}

body {
	background:url(/img/insidepage/page-bg.jpg) repeat-x white;
}

.float.right {
	float:right;
}

.float.left {
	float:left;
}

.float.left.clear {
	clear:left;
}

.float.right.clear {
	clear:right;
}

.incidental {
	border:1px solid #92278f;
	margin:0 0 20px 20px;
}

.galleryPic {
	margin:0 12px 12px 0;
}

.colSetTwo .col {
	float:left;
	width:48%;
}

.colSetTwo .col.one {
	margin-right:25px;
}

#wrapper, #footer .colSetFour {
	width:800px;
	margin:0 auto 0 auto;
}

#wrapper .top {
	height:140px;
}

#wrapper .top a.logo {
	display:block;
	width:216px;
	height:130px;
	background:url(/img/insidepage/logo.gif) no-repeat center left;
	position:absolute;
}

#wrapper .top a.logo span {
	display:none;
}

#wrapper .top .top-nav {
	float:right;
	height:53px;
	clear:right;
	width:auto;
}

#wrapper .top .heading {
	height:56px;
	width:50%;
	float:right;
	clear:right;
}

/************** Top Nav */
#wrapper .top .top-nav ul {
	margin:0;
	padding:13px 0 0 0;
}

#wrapper .top .top-nav ul li {
	float:left;
	list-style:none;
	background:url(/img/insidepage/logo-bullet.gif) no-repeat left center;
	padding-left:35px;
	margin-left:23px;
}

/************** Menu */
#wrapper .menu {
	float:right;
	clear:right;
	background:url(/img/insidepage/menu-bg.gif) repeat-x;
	position:relative;
	padding-right:8px;
}

#wrapper .menu .right-corner {
	background:url(/img/insidepage/right-corner-bg.gif) no-repeat;
	position:absolute;
	width:10px;
	height:30px;
	right:-1px;
}

#wrapper .menu ul {
	background:url(/img/insidepage/left-corner-bg.gif) no-repeat;
	margin:0;
	padding:0;
	height:28px;
}

#wrapper .menu ul li {
	float:left;
	position:relative;
	list-style:none;
	margin:6px 10px 0 10px;
	padding:0;
	white-space:nowrap;
}

#wrapper .content {
	padding-top:21px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#footer {
	background:url(/img/insidepage/footer-bg.jpg) #92278f repeat-x;
	min-height:190px;
}

#footer .colSetFour {
	background:url(/img/insidepage/footer-logo.gif) no-repeat right;
	height:190px;
}

#footer .colSetFour .col {
	padding-top:20px;
	float:left;
	width:25%;
}

#footer .copyright {
	padding:0 0 10px 0;
}
/************************ Flash messages */
#warningMessage, #successMessage, #errorMessage {
	text-align:center;
	background:#FFD267 none repeat scroll 0 0;
	border-bottom:2px solid #D49600;
	border-top:2px solid #D49600;
	color:#A47607;
	font-size:90%;
	padding:3px 0;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:100;
}

#successMessage {
	background:#CDEB8B none repeat scroll 0 0;
	border-bottom:2px solid #006E2E;
	border-top:2px solid #006E2E;
	color:#006E2E;
}

#errorMessage {
	background:#B02B2C none repeat scroll 0 0;
	border-bottom:2px solid #B02B2C;
	border-top:2px solid #B02B2C;
	color:#fff;
}

/********************* Forms */
#wrapper .content form label {
	float:left;
	width:150px;
}

#wrapper .content form div.input input, #wrapper .content form textarea {
	border:1px solid #92278f;
	padding:2px 4px 2px 4px;
	margin-bottom:5px;
	width:200px;
}

#wrapper .content form textarea {
}

#wrapper .content form div.submit input {
	background:#92278f;
	padding:2px 4px 2px 4px;
	border:none;
	margin-left:150px;
}

/************************ Webkit Only Fixes */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/************************ Firefox Only Fixes */
@-moz-document url-prefix() {

}