
@import url("reset.css");

.clear {
	clear: both;
}

body {
	background-color: White;
	font-family: "Arial";
	font-size: 13px;
	color: #333333;
	line-height: normal;
	text-align: left;
	line-height: 16px;
}

.blue {
	color: #3480b4;	
}

a:link, a:active, a:visited {
	color: #3480b4;	
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #333333;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-size: 14px;
	padding-bottom: 5px;
}

h4 {
	color: #333333;
	font-size: 14px;
	padding-bottom: 5px;
}

h5 {
	color: #cc5706;
	font-size: 12px;
	padding-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

#wrapper {
	width: 856px;
	margin: 0 auto;
	/*padding-top: 148px;*/
	padding-top: 60px;
}

#containerWrap {
	width: 737px;
	height: 486px;
	float: right;
}


#containerWrap #leftCol {
	width: 620px;
	/*background: url(../images/backgrounds/img1.jpg) no-repeat left top;   this is called from the individual page*/
	float: left;
	height: 420px;
	position: relative;
}

#containerWrap #leftCol .whiteWrap {
	position: absolute;
	width: 231px;
	height: 341px;
	top: 38px;
	left: 361px;
	background: #fff;
	opacity:0.90;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
}

#containerWrap #leftCol .content {
	position: absolute;
	width: 226px;
	height: 318px;
	top: 43px;
	left: 366px;
	overflow: auto;
}

#containerWrap #leftCol .small,#containerWrap #leftCol .content .small {
	font-size:10px;
}

#containerWrap #leftCol .hideInfo {
	position: absolute;
	bottom: 43px;
	right: 36px;
}


#containerWrap #rightCol {
	float: right;
	width: 106px;
}

#rightCol ul li {
	margin-bottom: 5px;
}

#rightCol ul li a:link, #rightCol ul li a:active, #rightCol ul li a:visited {
	font-weight: bold;
	font-size: 16px;
	padding-left: 6px;
}

#rightCol ul li a:hover,#rightCol ul li a#active_menu {
	background: url(../images/sub_nav_bg.jpg) no-repeat left 8px;
	text-decoration: none;
}

#rightCol ul li ul {
	margin-left: 2px;
	margin-top: 8px;
}

#rightCol ul li ul li {
	margin: 0;
}

#rightCol ul li ul li a:link, #rightCol ul li ul li a:active, #rightCol ul li ul li a:visited {
	font-size: 13px;
	font-weight: normal;
	padding-left: 12px;
}

#rightCol ul li ul li a:hover,#rightCol ul li ul li a#active_menu {
	background: url(../images/sub_nav_bg.jpg) no-repeat left 7px;
	text-decoration: none;
}

#list {
	height: 28px;
	line-height: 22px;
	width: 620px;
	float: left;
	text-align: right;
}

#crosslink {
	height: 28px;
	line-height: 22px;
	width: 620px;
	float: left;
	text-align: left;
}

#crosslink a:link, #crosslink a:active, #crosslink a:visited {
	color:#EEE;
	font-size:9px;
}

#crosslink a:hover {
	background-color:#3480b4;
}

#list ul {
	display: inline;
}

#list ul li {
	display: inline;
	margin: 0 1px;
}

#list ul li a:link, #list ul li a:active, #list ul li a:visited {
	font-size: 11px;
	font-weight: normal;
	margin-right: 2px;
	color: #333333;
}

a:link.show, a:visited.show, a:active.show, a:link.hide, a:visited.hide, a:active.hide  {
	color: #333333;
}

#list ul li a:hover, a.show:hover, a.hide:hover {
	color: #3480b4;	
}

#logoWrap {
	/*background: url(../images/logo_wrap_bg.jpg) repeat-x left bottom;*/
	height: 38px;
	width: 737px;
	margin-bottom:40px;
	float: right;
}

#logoWrap .logo {
	float: right;
	width: 118px;
	text-align: right;
	background: #fff;
}