div.errorExplanation {
	color: red;
}

div.fieldWithErrors {
	display: inline;
	padding: 0px;
	margin: 0px;
}

div.fieldWithErrors input {
	border: 2px solid red;
}

div.fieldWithErrors select {
	border: 2px solid red;
}

div.fieldWithErrors textarea {
	border: 2px solid red;
}

.body-wrapper
{
	background-image:url('../images/swirl_image.gif'); 
	background-color: rgb(23, 60, 82);
	background-repeat: no-repeat;
	background-position: bottom left;
}



/*==============================
	LEFT COLUMN
===============================*/

.left-column-wrapper 
{
	float:left;
	width:220px; 
	
	height:auto;
}

ul.sub-nav-menu {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	list-style: none;
}

ul.sub-nav-menu li 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.sub-nav-menu li a {
	color: white;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 14px;
	
	width: 215px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

ul.sub-nav-menu li a:hover, ul.sub-nav-menu li a.current {
	background-color: rgb(3, 31, 48);
}

ul.sub-nav-menu li ul li a {
	color: rgb(255, 214, 115);
	
	padding-left: 25px;
	width: 195px;
	text-transform: none;
}

/*==============================
	RIGHT COLUMN
===============================*/
.right-column-wrapper 
{
	background-color: white;
	float:left;
	width:519px; 
	padding: 10px;
	min-height: 530px;
} 

* html .right-column-wrapper 
{
	height: 530px;
}

.breadcrumb-nav {
	font-size:14px; 
	color: rgb(23,60,82);
	margin-bottom: 10px;
}

.breadcrumb-nav ul {
	
}

.breadcrumb-nav ul li {
	display: inline;
	margin-right: 2px;
}

.page-title {
	font-size:18px; 
	font-weight: bold;
	margin-bottom: 10px;
}

.content-wrapper ul {
	list-style: none;
}

.content-wrapper ul li {
	margin-top: 10px;
	padding-left: 20px;
}

.content-wrapper ul li ul {
	list-style: disc;
	padding-left: 30px;
	margin:0px;
}

.content-wrapper ul li ul li{
	padding-left: 0px;
}

.content-wrapper a {
	text-decoration: underline;
}
