/* @override http://localhost/shared/gui/style/screen.css */

/* @group Global */

:link:hover,
:visited:hover,
#nav a:hover {
	text-decoration: underline
}

acronym, abbr {
	border: none;
}

address {
	font-style: normal;
	font-weight: normal
}

body {
	background: #f7f2dd url(../images/backgroundBoxes.png) repeat-x 0px 488px;
	color: #000000;
	font: 10pt/1.25em Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	position: relative
}

h2 + p, h3 + p {
	margin-top: 0
}

h2, h3 {
	font-size: inherit;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase
}

.clearLeft {
	clear: left;
}

.displayNone {
	display: none
}

.floatLeft {
	float: left
}

/* @end */

/* @group gui */

#containerContent {
	background: no-repeat;
	height: 598px;
	margin-left: 22px;
	padding-top: 1px; /*padding prevents margin collapse */
	position: relative
}

#containerShadow {
	background: url(../images/shadowSides.png) repeat-y;
	height: 100%
}

#shadowBottom {
	background: url(../images/shadowBottom.png) repeat-x;
	clear: both;
	height: 22px
}

#containerShadow, #shadowBottom {
	margin-left: auto;
	margin-right: auto;
	width: 946px
}

/* @group Navigation */

#nav {
	margin-left: 6em;
	margin-top: 1.5em;
	position: relative;
	z-index: 999
}

#nav a {
	text-decoration: none
}

#nav li {
	display: inline;
	font-weight: bold;
	text-transform: uppercase
}

/* @end */

/* @end */
