
body {
	text-align: center;
	font-size: 16px;
	
	background: #000000 url(images/design/bg.gif) repeat-x;
}

body.home {
	background: #000000 url(images/design/bg_home.gif) repeat-x;
}

.topbar {
	height: 44px;
	background: #0d72b4 url(images/design/topbar.gif) repeat-x;
	position: relative;
	z-index: 20;
	margin-top: 16px;
	border-top: 1px #07395a solid;
}

.topbar .inner {
	width: 780px;
	margin: 0 auto;
	height: 36px;
	padding-top: 16px;
	padding-left: 30px;
	text-align: left;
}
.topbar .inner[class] {
	width: 750px;
}

.topbar .inner a {
	color: #ffffff;
	text-decoration: none;
	margin: 10px;
	font-size: .75em;
}
.topbar .inner a:hover {
	text-decoration: underline;
}

.topbar .inner #divisions {
	float: right;
	position: relative;
}

#divisions ul.list {
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: -44px;
	top: 18px;
	background: #333333;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;	
	padding-top: 5px;
}

#divisions ul.list li {

}
#divisions ul.list li a {
	margin: 0px;
	padding: 0px 5px 1px;
	display: block;
}

.frame {
	font-size: .85em;
	width: 786px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

.frame .top {
	position: relative;
	z-index: 10;
	margin-top: 38px;
	color: #0d73b5;
	text-align: right;
	height: 53px;
	font-size: .9em;
	letter-spacing: 1px;
	margin-bottom: 8px;
	padding-right: 10px;
}
.frame div.top h1,.frame div.top h2{
	display: none;
} 

.frame .top .topmenu {
	padding-top: 15px;
	float: right;
	color: #ffffff;
	letter-spacing: normal;
}

.topmenu div.item {
	float: left;
	background: url(images/design/menu/bg.gif) repeat-x;
	margin-left: 5px;
	padding: 5px 0px 0px;
	font-size: .9em;
	line-height: 1em;
	height: 18px;
	cursor: pointer;
	font-style: italic;
	position: relative;
}
.topmenu div.item[class] {
	height: 13px;
}
.topmenu div.item ul.drop {
	border-top: 3px #000000 solid;
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 18px;
	background: url(images/design/menu/listbg.jpg) no-repeat;
	line-height: 1.5em;
	text-align: left;
}

.topmenu div.item ul.drop li {
	white-space: nowrap;
}

.topmenu div.item ul.drop a {
		margin: 0px;
		height: 1.8em;
		line-height: 1.8em;
		padding: 0px 5px 1px;
		display: block;
}


.frame .top img.logo {
	float: left;
	margin-left: 24px;
}

.frame .top a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding: 0px 12px;
	letter-spacing:normal;
}

.frame .bordered {
	border: 5px #474747 solid;
	z-index: 5;
	position: relative;
	background: #ffffff;
}

.frame .home {
	height: 512px;
	background: #000000;
}
.frame .home[class] {
	height: 502px;
}

.bordered .inner .menubar {
	margin-top: 20px;
	background: #0d70b0 url(images/design/menubar.gif) no-repeat;
	height: 25px;
	overflow: auto;
	
}
.menubar {
	padding-left: 0px;
	}
.menubar a, .menubar span.slash {
	display: block;
	background: url(images/design/slashes.gif) top right no-repeat;
	color: #ffffff;
	font-size: .9em;
	line-height: 25px;
	height: 25px;
	padding-right: 25px;
	margin-right: 10px;
	float: left;
	text-decoration: none;
}
.menubar span.slash {
	padding: 0px;
	margin: 0px;
	background-position: top center;
	width: 17px;
	margin-left: -17px;
	margin-right: -17px;

	z-index: 10;
	}
.menubar span#middle{
	margin-left: -23px;
	}
.menubar span#last{
	margin-left: -34px;
	}
.menubar a:hover {
	text-decoration: underline;
}
div.menubar a#corpOverview,div.menubar a#board,div.menubar a#news{
	background-image: url('images/design/about_top_nav_bg.gif') ;
	text-indent: -999999px;
	display: block;
	padding: 0px;
	margin: 0px;
}
div.menubar a#corpOverview{
	width: 170px;
	background-position: 0px 0px;
}
div.menubar a#corpOverview:hover{
	background-position: 0px 100%;
}
div.menubar a#board{
	width: 120px;
	background-position: -170px 0px;
	z-index: 9;
	
}
div.menubar a#board:hover{
	background-position: -173px 100%;
	margin-left: -12px;
	margin-right: 12px;

}
div.menubar a#news{
	width: 70px;
	background-position: -292px 0px;
	margin-left: 2px;
	
}
div.menubar a#news:hover{
	background-position: -295px 100%;
	margin-left: -21px;
	margin-right: 21px;
	width: 72px;
}
.bordered .inner .split, .bordered .inner .full {
	padding: 25px 40px 80px;
}

.full h3 {
	margin: 8px 0px 4px;
}

.full table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 5px;
}

.full hr {
	height: 1px;
	border-width: 0px;
	border-top: 1px #888888 solid;
	
}

.bordered .inner .split .copy {
	position: relative;
	z-index: 20;
	width: 425px;
	float: left;
	font-size: .8em;
	color: #555555;
}

.bordered .inner .full .copy {
	font-size: .8em;
	color: #555555;
}
.bordered .inner .split .smcopy {
	font-size: .8em;
	color: #555555;
	float: left;
	width: 235px;
	overflow: hidden;
	position: relative;
}

.bordered .inner .split .form {
	float: right;
	clear: right;
	width: 432px;
	position: relative;
	z-index: 20;
	color: #333333;
	font-size: .8em;
	padding-bottom: 35px;
	overflow: hidden;
}
fieldset{
	border: 1px none black;
	padding: 0px;
	margin:0px 0px 1.5em 0px;
}
.form fieldset label {
	display: block;
	margin-bottom: 3px;
}

.form fieldset input {
	border: 1px #cecece solid;
	border-top: 1px #8e8e8e solid;
	border-bottom: 1px #e3e3e3 solid;
	width: 155px;
	margin-bottom: 10px;
	padding: 1px;
	background: url(images/design/bg_input.gif) top left repeat-x;
}
.form fieldset textarea {
	border: 1px #cecece solid;
	border-top: 1px #8e8e8e solid;
	border-bottom: 1px #e3e3e3 solid;
	width: 380px;
	height: 13em;
	margin-bottom: 10px;
	padding: 1px;
	background: url(images/design/bg_input.gif) top left repeat-x;
}

.bordered .inner .split .sidebar {
	border: 2px #147dc1 solid;
	float: right;
	width: 238px;
	position: relative;
	z-index: 20;
}

/*.bordered .inner .split .sidebar[class] {
	width: 238px;
}*/

.sidebar img {
	border-bottom: 2px #147dc1 solid;
}

.sidebar .links {
	margin-top: 4px;
	border-top: 2px #147dc1 solid;
	padding: 15px 10px 25px;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.4em;
	color: #5e5e5e;
}
.sidebar .links  ul {
	margin: 0px 5px 1em 5px;
	padding: 0px;
	list-style: outside;
	color: #0d6faf;
	list-style: none;
}
.sidebar .links ul li {
	padding: 2px 0 5px;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
	
}

.sidebar .links ul li span {
	color: #0d6faf;
	font-size: 1.55em;
	line-height: .9em;
	margin-right: 5px;
}

.sidebar a {
	color: #000000;
	text-decoration: none;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar ul li.active a {
	font-size: 1.1em;
	font-weight: bold;
	color: #0D70B0;
}
.sidebar h3 {
	font-size: 1.2em;
}
.sidebar div.boardMemberWrapper{
	height:172px;
	border-bottom: 2px solid #147DC1;
}
.sidebar #topcorner {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 30;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/sidebar_c1.png', sizingMethod='scale');
}
.sidebar #topcorner[id] {
	filter: none;
	background: url(images/design/sidebar_c1.png) no-repeat;
}

.sidebar #bottomcorner {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 30;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/sidebar_c2.png', sizingMethod='scale');
}
.sidebar #bottomcorner[id] {
	filter: none;
	background: url(images/design/sidebar_c2.png) no-repeat;
}


.frame .home .inner {
	margin-top:  13px;
	text-align: center;
}

h3 {
	font-size: 1.4em;
	color: #0e7ac0;
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

.bragbar {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	margin-top: 19px;
	margin-bottom: 30px;
	background: url(images/design/bragbar_grey_bottom.gif) bottom left no-repeat;
	position: relative;
	z-index: 20;
}

.hometabs {
	background: url(images/design/bragbar_grey_top.gif) bottom right no-repeat;
	position: relative;
	z-index: 30;
	height: 18px;
}

.hometabs .tabs {
	float: right;
}

.hometabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	right: 0px;
}
.hometabs ul li {
	float: left;
	position: relative;
}

.hometabs ul li a {
	display: block;
	text-decoration: none;
	background: url(images/design/bragbar_grey_item.gif) no-repeat;
	width: 31px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #ffffff;
	font-size: .9em;
}
.hometabs ul li a.f {
	background: url(images/design/bragbar_grey_first.gif) no-repeat;
	width: 33px;
}
.hometabs ul li a.l {
	background: url(images/design/bragbar_grey_bg.gif) repeat-x;
	width: 60px;
}
.hometabs ul li a img {
	margin-top: 4px;
}

.hometabs ul li #arr {
	position: absolute;
	width: 18px;
	height: 9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/downarrow_grey.png', sizingMethod='scale');
	left: 50%;
	margin-left: -8px;
	z-index: 40;
}
.hometabs ul li #arr[id] {
	filter: none;
	background: url(images/design/downarrow_grey.png) no-repeat;
}

.bragbar .content {
	position: relative;
	height: 288px;
	z-index: 20;
	border-right: 2px #636366 solid;
}
.bragbar .content #bragcorner {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/bragbar_grey_corner.png', sizingMethod='scale');
	width: 50px;
	height: 50px;
	right: -2px;
	bottom: 0px;
	z-index: 30;
}
.bragbar .content #bragcorner[id] {
	filter: none;
	background: url(images/design/bragbar_grey_corner.png) no-repeat;
}

.bragbar .content .news {
	width: 204px;
	float: left;
}

.bragbar .content .news ul li {
	border-top: 1px #5e5e5e solid;
	display: block;
	padding-top: 8px;
	margin-bottom: 8px;
}
.bragbar .content .news ul li a{
	color: #d5d5d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height:1.4em;
	display: block;
	padding-right: 14px;
	background: transparent url('images/design/linkarrow.gif') no-repeat bottom right;
}

.bragbar .content .news p img {
	margin-left: 4px;
	vertical-align: text-top;
}

.bragbar .content .photos {
	text-align: right;
	color: #ffffff;
	height: 286px;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.bragbar .content .photos img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#glowtop {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/glowtop.png', sizingMethod='scale');
	height: 30px;
	width: 845px;
	top: -35px;
	left: -35px;
}
#glowtop[id] {
	filter: none;
	background: url(images/design/glowtop.png) no-repeat;
}

#glowleft {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/glowleft.png', sizingMethod='scale');
	height: 512px;
	width: 30px;
	top: -5px;
	left: -35px;
}
#glowleft[id] {
	filter: none;
	background: url(images/design/glowleft.png) no-repeat;
}

#glowright {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/glowright.png', sizingMethod='scale');
	height: 512px;
	width: 31px;
	top: -5px;
	right: -36px;
}
#glowright[id] {
	filter: none;
	background: url(images/design/glowright.png) no-repeat;
}

#glowbottom {
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/glowbottom.png', sizingMethod='scale');
	height: 31px;
	width: 845px;
	bottom: -36px;
	left: -35px;
}
#glowbottom[id] {
	filter: none;
	background: url(images/design/glowbottom.png) no-repeat;
}

#globe {
	position: absolute;
	left: 50%;
	margin-left: -520px;
	top: -85px;
	z-index: 20;
}

#footer {
	width: 786px;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
	font-size: .75em;
	padding: 10px 0px;
	position: relative;
	top: -27px;
}

.homemenu .footer {
	color: #ffffff;
	font-size: 0.75em;
	margin: 0pt auto;
	width: 686px;
	position: relative;
	top: 50px;
	text-align: right;
}

.homemenu .footer .sep, #footer .sep {
	color: #095180;
	margin: 0px 5px;
}

.homemenu, .sublines {
	position: relative;
	top: -96px;
	height: 27px;
	background: url(images/design/overbar.gif) repeat-x;
	z-index: 15;
}
.homemenu #menu {
	text-align: center;
}
.homemenu #menu .items {
	margin: 0 auto;
	width: 730px;
	text-align: left;
	padding-left: 200px;
	position: relative;
	top: -43px;
}
.homemenu #menu .items[class] {
	width: 530px;
}

.homemenu #menu .item {
	width: 166px;
	height: 92px;
	float: left;
	margin-right: 10px;
	position: relative;
	padding: 7px;
	overflow: hidden;
	background: url(images/design/menu/rollover.jpg) 7px 7px no-repeat;
	
}

.homemenu #menu .item[class] {
	width: 152px;
	height: 78px;
}

.homemenu #menu .item img {
	position: relative;
}


.homemenu #menu .item a.overlay {
	display: block;
	position: absolute;
	width: 166px;
	height: 92px;
	top: 0px;
	left: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/menu/btnborder.png', sizingMethod='scale');
}

.homemenu #menu .item[class] a.overlay {
	filter: none;
	background: url(images/design/menu/btnborder.png) no-repeat;
}


.sublines {
	top: -58px;
}

a img {
	border-width: 0px;
}

.grey {
	color: #555555;
	width: 400px;
	font-size: 1.35em;
	line-height: 1.5em;
}


div.clear {
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	overflow: hidden;
}
input.reset{
	display: none;
}