body {
	background-color:#9d9d9d;
    margin:0;
    padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
}
#wrapper {
	margin:0px auto;
	border:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	width: 1000px;
	text-align:left;
	overflow: hidden;
}

#wrapper #header {
	border:0px;
	width: 100%;
	background-color: #FFFFFF;
	height: 100px;
}

#wrapper #header #header-left{
	float: left;
	width: 80px;
	height: 100px;
}
#wrapper #header #header-right{
	float: right;
	width: 910px;
	text-align:right;
	height: 100px;
}
#wrapper #header #header-right #header-right-content{
	padding: 10px;
}
#wrapper #header #header-right #nav-menu {
	width: 100%;
	height: 35px;
	margin-top: 21px;
	*margin-top: 0px;
	vertical-align: bottom;
	margin-left:10px;
	overflow:hidden;
}
#wrapper #index-header {
	background-image: url(images/index_image.jpg);
	width:1000px;
	height: 303px;
	overflow: hidden;
}
#wrapper #itbe-content-container {
	text-align: left;
	width: 100%;
	overflow: hidden;
	background-color: #214068;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-x;
}
#wrapper #itbe-content-container #itbe-content {
	padding: 20px;
	text-align: left;
}
#home-box-small-content{
	padding: 5px;
}
#home-box-large-content{
	padding: 5px;
}
#wrapper #itbe-content-container #itbe-content #slider-content{
	width: 100%;
	padding-bottom:20px;
}
#title-container {
	background-color: #2362b0;
	width: 100%;
}
#title-container #title-container-content{
	padding: 5px;
	text-align:left;
	font-size: 16px;
	color: #FFFFFF;
}
#footer{
	width: 1000px;
	color: #FFFFFF;
	text-align: center;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover{
	text-decoration: underline;
}
div.clear { 
	clear: both; 
}
td {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}
a {
    color:#2362b0;
    font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #333333;
	text-decoration: underline;
}

a.alt {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a.alt:hover {
	text-decoration:underline;
}

/*---DROPDOWN CODE---*/

#nav, #nav ul { 
	padding: 0;
	margin-top: 0px;
	list-style: none;
	line-height: 35px;
	background:transparent;
	z-index:5;
}
#nav a {
	position: relative; 
	float:left;
	display: block;
	z-index: 9;
	padding-left: 6px;
	padding-right: 6px;
	font-family:Verdana;
	font-size:13px;
	color:#000000;
	font-weight: normal;
	text-decoration:none;
	height:35px;
	text-align:center;
	z-index:6;
}

#nav a:hover {
	background-color:#2362B0;
	color:#FFFFFF;
}

#nav li { /* all list items */
	position:relative;
	float: left;
	text-align: left;
	width: auto;
	margin:0;
	z-index:7;
	/*width: 80px; width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	margin-left:0px;
	margin-top: 35px;
	*margin-top: 0px;
	position: absolute;
	float: left;
	background:#FFFFFF;
	width: 250px;
	left: -999em; 
	line-height:35px;
	display: block;
	z-index: 8;
	clear: both;
	overflow: hidden;
	border: 1px solid #333333;
}

#nav li ul li {
	width: 250px;
	border-top:1px solid #333333;
	overflow: hidden;
	z-index:9;
}
#nav li ul li:first-child {
	border-top: none;
}
#nav li ul li a {
	width:250px;
	padding:0 5px;
	color:#000000;
	height:30px;
	font-size:11px;
	border-left:none;
	border-right:none;
	text-decoration:none;
	font-weight:normal;
	text-align:left;
	z-index:10;
}

#nav li ul li a:hover {
	background-color: #2362b0;
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
	position: 	static;
}