html {
	overflow-y: scroll;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	text-align:center;
}

#wrapper {
	width: 932px;
	margin: 0px auto 0px auto;
	text-align:left;
}


/* HEADER */
#header {
	float: left;
	width: 100%;
	clear: both;
}
#header #logo {
	float: left;
	margin-top: 13px;
	margin-left: 18px;
}

#menu {
	float: left;
	clear: both;
	width: 930px;
	height: 35px;
	padding-bottom: 5px;
}
#menu-left {
	float: left;
	width: 5px;
	height: 35px;
	background: url('img/menu-left.gif') no-repeat;
}
#menu-right {
	float: right;
	width: 5px;
	height: 35px;
	background: url('img/menu-right.gif') no-repeat;
}
#menu-inner {
	float: left;
	width: 920px;
	height: 35px;
	background: url('img/menu-bg.gif') repeat-x;
}
#menu-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
}
#menu-nav li {
	float: left;
	padding: 7px 19px 8px 18px;
	background: url('img/menu-divider.gif') no-repeat right;
}
#menu-nav li.first {
	padding-left: 0px;
}
#menu-nav li.last {
	padding-right: 0px;
	background: none;
}
#menu-nav li a {
	color: #fff;
	font-size: 75%;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
#menu-nav li.menuon a {
	text-decoration: underline;
}


/* CONTENT STRUCTURE */
#content {
	float: left;
	width: 100%;
}
#content-main {
	float: left;
	margin-right: 12px;
}
#content-right {
	float: left;
	width: 250px;
}
#content-wide {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.box {
	width: 670px;
}
.box-wide {
	float: left;
	width: 930px;
}
.box-small {
	float: left;
	width: 250px;
}
.box-upper {
	height: 4px;
	background: url('img/box-large-upper.gif') no-repeat top;
}
.box-wide .box-upper {
	background: url('img/box-wide-upper.gif') no-repeat top;
}
.box-lower {
	height: 4px;
	clear: both;
	background: url('img/box-large-lower.gif') no-repeat top;
}
.box-wide .box-lower {
	background: url('img/box-wide-lower.gif') no-repeat top;
}
.box-upper-small {
	height: 4px;
	background: url('img/box-small-upper.gif') no-repeat top;
}
.box-lower-small {
	height: 4px;
	background: url('img/box-small-lower.gif') no-repeat top;
}
.box-middle {
	float: left;
	border-left: 1px solid #C1BFE2;
	border-right: 1px solid #C1BFE2;
}
.box-wide .box-middle {
	width: 928px;
}
.box-middle-small {
	height: 177px;
	border-left: 1px solid #C1BFE2;
	border-right: 1px solid #C1BFE2;
}
.box-middle-medium {
	height: 350px;
	border-left: 1px solid #C1BFE2;
	border-right: 1px solid #C1BFE2;
}
.box-heading-hr {
	margin-top: 15px;
	margin-left: 10px;
}
.box-fill {
	background: url('img/box-small-bg.gif') repeat-x;
}
.box-gradient {
	background: url('img/box-small-bg2.jpg') repeat-x bottom;
}
.box-inner {
	padding: 18px 15px 18px 15px;
}
.box-inner-small {
	padding: 8px;
}
.space {
	margin-top: 17px;
}
.space-small {
	margin-top: 10px;
}

.column {
	float: left;
	width: 299px;
	text-align: center;
}
.column .logo {
	margin-top: 30px;
	margin-bottom: 30px;
}
.column .logo img {
	display: block;
	margin: 0px auto 0px auto;
}


/* FOOTER */
#footer {
	float: left;
	width: 930px;
	height: 47px;
	margin-top: 19px;
	border-top: 1px solid #D3D1F5;
	background: url('img/footer-bg.gif') no-repeat;
}
#footer p {
	font-size: 70%;
	margin: 3px;
}
#footer a {
	color: #330066;
	font-weight: normal;
}


/* UTILITY FORMATTING */
.left {
	float: left;
}
.right {
	float: right;
}


/* TEXT FORMATTING */
h1 {
	font-size: 102%;
	color: #CC0000;
	margin: 0px;
}
h2 {
	color: #330066;
	font-size: 80%;
	font-weight: bold;
	margin-top: 30px;
}
p {
	font-size: 80%;
	color: #330066;
	margin-top: 12px;
	margin-bottom: 16px;
}
a {
	color: #0000FF;
}
.small {
	font-size: 75%;
}
.red {
	color: #CC0000;
}
.nospace {
	margin: 0px;
}
hr {
	color: #ccc;
	height: 1px;
	background-color: #ccc;
	border: 0px solid #ccc;
}
img {
	border: 0px;
}


/* CUSTOM TEXT */
.box-heading {
	padding-bottom: 4px;
}
.grid {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: center;
}
.grid td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.mainphoto {
	padding: 3px;
	border: 1px solid #BEBDBD;
}

#scroller {
	position: relative;
	width: 200px; /*marquee width */
	height: 200px; /*marquee height */
	overflow: hidden;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#scroller p {
	margin-top: 0px;
}

#scroll-up {
	margin-top: 20px;
	margin-left: 40px;
}
#scroll-down {
	margin-top: 10px;
	margin-left: 40px;
}

#scroller-button-up img {
	display: block;
	position: absolute;
	margin-top: -285px;
	width: 230px;
	height: 50px;
}
#scroller-button-down img {
	display: block;
	position: absolute;
	margin-top: -35px;
	width: 230px;
	height: 50px;
}



#vertical-marquee {
	position: relative;
	width: 200px; /*marquee width */
	height: 220px; /*marquee height */
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}
#vertical-marquee-inner {
	padding-top: 10px;
}

.clear {
	clear: both;
}