/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	background: #e2e0d6 url('images/body_bg.png');
	margin: 0 0 20px;
	font: 0.75em/1.5em Verdana, Helvetica, Lucida, "Lucida Grande", sans-serif;
	color: #85775b;
}

/* My Comment */

a:link, a:visited {
	color: #4e357a;
}

a:hover, a:active {
	text-decoration: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	background: #fff url(images/side_borders.png) repeat-y;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: #ffffff url(images/header.jpg) no-repeat;
	height: 164px;
	position: relative;
	font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
}

#pageHeader img {
	position: absolute;
	right: 0px;
	top: 0px;
}

#pageHeader #top_grad {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 18px;
	overflow: hidden;
	z-index: 2;
}

#pageHeader #bar {
	position: absolute;
	left: 0;
	top: 164px;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	border-top: 0px solid;
}

#pageHeader #bar img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 23px;
}

#contentContainer {
	background-repeat: no-repeat;
}

.contentSpacer {
	height: 400px;
	float: right;
	width: 1px;
}

#sidebarContainer {
	width: 235px;
	position: relative;
	z-index: 5;
	font: 1em/2.5em Verdana, Helvetica, Lucida, "Lucida Grande", sans-serif;
}

#sidebarContainer #sidebar {
	padding: 30px 0 0;
}

#footer {
	font-size: 0.9em;
	background: #e2e0d6 url(images/footer.jpg) no-repeat;
}

#footer p {
border-top: 0px solid;
	margin: 0;
	padding: 15px 0 15px 30px;
	text-indent: 127px;
	font: .85em Verdana, Helvetica, Lucida, "Lucida Grande", sans-serif;
	color: gray;
	height: 15px;}

#footer a:link, #footer a:visited {
	text-indent: 44px;
	white-space: nowrap;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	font-weight: bold;
	color: #1e001b;
	padding: 26px 10px 0px 30px;
}

#navcontainer #current {
	padding-right: 24px;
	background-position: right 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #4a4d4d;
}

#navcontainer .currentAncestor {
	padding-right: 36px;
	background-position: right 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: 8f3e7d;
}

/* Parent - Level 0 */

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

#navcontainer a {
	text-decoration: none;
	padding-left: 17px;
}

#navcontainer ul a {
	color: #796949;
}

#navcontainer ul a:hover {
	color: #575b5b;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	font: italic 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: 1.7em/0.7em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	color: #4e357a;
	margin: 0 0 0px;
	letter-spacing: 0.05em;
}

h2 {
	font: 1.2em/1.5em Helvetica, Verdana, Lucida, "Lucida Grande", sans-serif;
	color: #4e357a;
	margin: 0 0 0px;
}

h3 {
	font: bold 1em/1.5em Verdana, Helvetica, Lucida, "Lucida Grande", sans-serif;
	color: #85775b;
	margin: 0 0 0px;
}

h4 {
	font: italic normal 1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* @end */

/* @group Contact Form */
form {
	margin: 0;
	color: #85775b;
}
.message-text {
	font-weight: bold;
	font-style: italic;
} 

.required-text {
	font-size: 1em;
} 

.form-input-field {
	background: #f4f4f4;
	font-size: 1em;
	width: 95%;
} 

.form-input-button {
	font-size: 1em;
} 
/* @end */


