/* @group General Styles */

body {
	background-color: #ffcc99;
	color: #333;
	text-align: center;
	padding: 10px;
	font: 0.70em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

b, strong {

}

a:link, a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#footer {
	font-size: .9em;
	text-align: center;
}

#footer p {
	font: normal .75em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding: 0px;
	border-right: 1px solid #663333;
	height: 200px;
	font: 1.15em/1.4em Georgia, "Times New Roman", Times, serif;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 10px;
	list-style-type: none;
	width: 144px;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding: 5px;
	color: #663333;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2px;
	border-bottom: 1px solid #ffcc99;
	height: 40px;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #ffcc99;
	background: url(images/navHover.jpg) no-repeat;
	border-bottom: 1px solid #fff;
}

#navcontainer a:active {
	color: #ffcc99;
	background: url(images/navHover.jpg) no-repeat;
	border-bottom: 1px solid #fff;
}

#navcontainer2 {
	background-color:#783429;
	padding: 0px;
	height: 25px;
	font: .95em/1.4em Georgia, "Times New Roman", Times, serif;
}

#navcontainer2 #current {
}

#navcontainer2 #current:hover {
}

#navcontainer2 .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer2 ul{
	display: inline;
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

#navcontainer2 li {
	display: inline;
}

#navcontainer2 a {
	padding: 10px;
	color: #ffcc99;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#navcontainer2 a:hover {
	color: #663333;
	height: 20px;
	background-color:#fff;
}

#navcontainer2 a:active {
	color: #ffcc99;
	height: 20px;
	background-color: #fff;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	padding: 10px;
	text-align: left;
	color: #663333;
	border-bottom: 1px solid #ffcc99;
	font: bold 1.15em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}

h2 {
}

h3 {
	font: bold 1.25em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

h4 {
}

.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-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
	background: #f4f4f4;
	width: 75%;
} 

.form-input-button { 
} 
/* @end */