body {
	background: url("/cms/img/bg-main.jpg");
	text-align:center;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#enter {
	height: 50px;
	padding-top: 25px;
}

#enter a {
	color:#09F;
	font-size: 20px;
	font-weight: bold;
	text-decoration:none;
}

.landing-page {
	text-align:center;
	width: 100%;
	display:none;
}

.landing-page img {
	border: none;
}

.site-info {
	text-align:center;
	width:100%;
	font-size: 12px;
	
	color: #6874FD;
	font-family: "Trebuchet MS";
}

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


/*****		header		*****/
#header-wrapper {
	width: 100%;
	background-color: none;
	height: 130px;
}

#header-logo {
	width: 30%;
	float: left;
}

#top-menu {
	width: 70%;
	float: left;
	text-align:right;
	padding-top:90px;
}

#top-menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float: right;
	padding-right: 10px
}

#top-menu ul li {
	display:inline;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: left;;
}

#top-menu ul li a {
	text-decoration: none;
	color:#A5C2D3;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#banner-wrapper img {
	width: 900px;
	height: 183px;
	border:0;
}

#breadcrumb-wrapper {
	background-color: #F5F5F1;
	/*
	height: 20px;
	padding: 0px;
	*/
	padding-bottom:5px;
}

#content-wrapper {
	background-color: #F5F5F1;
	color: #515153;
	font-size: 14px;
	height: 100%;
}

#content-wrapper div  {
	background-color: #F5F5F1;
}

#left-column {
	text-align: center;
	background-color: #FDFE55;
	width: 252px;
}

#left-column #menu-1, #left-column #menu-2, #left-column #menu-3, #left-column #menu-4 {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	line-height: 30px;
}

#left-column #menu-4 {
	display:none;
}

#left-column #menu-1 {
	background-color: #2842FC;/*#99ccff;*/
}

#left-column #menu-2, #left-column #menu-3, #left-column #menu-3 div {
	background-color: #FDFE55;/*#ffff99;*/
}

#left-column #menu-3 div {}

#left-column #menu-1 ul, #left-column #menu-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left-column #menu-1 ul li a, #left-column #menu-2 ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#left-column #menu-1 ul li a {
	color: #94B1E2;
}


#left-column #menu-2 ul li a {
	color: #777;
}

#left-column #menu-3 a, #left-column #menu-3 a img  {
        text-decoration: none;
        border: none;
}

#content {
	padding: 10px 10px 0px 10px;
	width: 648px;
}

#content .componentheading {
	font-size: 18px;
	font-weight: bold;
}

#content .contentheading {
	font-size: 16px;
	font-weight: bold;
}


#content a {
	color:#272989;
	text-decoration: none;
	border-bottom:solid 1px #272989;
}


#footer-wrapper {
	padding-top: 20px;
	height: 120px;
	text-align:center;
	background: url(/cms/img/bottom-logo.jpg) no-repeat 100% 0%;
	color: #E3E3E8;
}

#footer-wrapper a{
	color: #6874FD;
}


#footer-wrapper, #footer-wrapper a {
	font-size: 12px;
	font-weight: bold;
}


/* General Styles */

#content .buttonheading a, .buttonheading a img {
	border: none;
	border-bottom: none;
}

.small, .createdate, .modifydate {
	font-size: 70%;
}

#top-menu ul li a#active_menu-nav {color: #FDFE55;}

#left-column #menu-1 ul li.active  a {color:#010082;}

#left-column #menu-2 ul li.active  a {color:#000000;}

.contentpane ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left:0px;
}

.contentpane ul li{
	padding-bottom: 10px;
}

.contentpane td {
	padding-top: 10px;
}

.maintextbold li {
	list-style-type:none;
	padding-top: -5px;
}

.maintextbold {
	padding-top: 10px;
}

td#content ul li {
	padding-top: 10px;
	list-style-type:none;
}
