@charset "utf-8";
body {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #76828d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0e4a78;
}

/* hide from ie on mac \*/
html {
/*	height: 100%;*/
/*	overflow:visible;*/
}
/* end hide */

.oneColFixCtrHdr #container {
/*	top: 10px;*/
	left: 0;
/*	height: 100%;*/
	/*width: 100%;*/
/*	position: fixed;
	display: table;*/
	margin-top:0px;
	margin-bottom:10px;
}

#inner {
	/*display: table-cell;*/
	vertical-align: top;
}


#pageContent {
	display: block;
	margin:0 auto;
	width: 900px;
/*	height: 607px; 
	background-image:url(images/bg_frame.jpg); */
	background-color:#FFF;
	text-align:left;
}

#pageContentInside {
	width: 870px;
/*	height: 519px; */
	text-align: left;
	padding: 15px 15px 15px 15px;
}


.oneColFixCtrHdr #header {
	background: #FFFFFF;
	height: 92px;
	/* padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header2 {
	background: #FFFFFF;
	height: 100px;
	/* padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header #logo {
	width: 204px;
	height: 92px;
	float: left;
}

.oneColFixCtrHdr #header #nav {
	width: 663px;
	height: 92px;
	float: right;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent_Home {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top:6px;
/*	height: 438px;*/
}
.oneColFixCtrHdr #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	height:408px;*/
	background: #f8f4e9;
	margin-top:6px;
	padding-top:5px;
	overflow:hidden;
}

.oneColFixCtrHdr #mainContent #sub_left {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 230px;
	float: left;
	padding-left:15px;
}

.oneColFixCtrHdr #mainContent #sub_right {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 580px;
	float: right;
	padding-right:15px;
}

.oneColFixCtrHdr #mainContent #sub_right2 {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 470px;
	float: right;
	padding-right:20px;
}

.oneColFixCtrHdr #mainContent #sub_one_column {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 730px;
	float: left;
	padding-left:15px;
	padding-right:30px;
}

.oneColFixCtrHdr #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f0e9d6;
	text-align: center;
	font-size: 90%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.heading {
	font-size: 120%;
	font-weight: bold;
}

.heading2 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom:20px;
}

a {	
	color:#146bae;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* scroll bar styles */

a.jScrollArrowUp {
	background: url(images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 780px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane2 {
	height: 380px;
}


.sub {
	width: 870px;
	float:left;
	margin-bottom:20px;
}

.sub_left {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 230px;
	float: left;
	padding-left:15px;
}

.sub_right {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 580px;
	float: right;
	padding-right:15px;
}

.sub2 {
	width: 840px;
	float:left;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
}


/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		/*font: 12px Tahoma, Arial*/
	}

	#jsddm li a
	{	display: block;
		background: #FFF;
		/*padding: 5px 12px;*/
		text-decoration: none;
		/*border-right: 1px solid white;*/
		/*width: 70px;*/
		color: #FFF;
		white-space: nowrap;
		}

	#jsddm li a:hover
	{	background: #FFF}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: 150px;
				background: #146bae;
				color: #FFF;
				padding-left:5px;
				}
			
			#jsddm li ul li a:hover
			{	background: #378bcc}

