@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; border:0;}

.heading{
font-family: 'Archivo Narrow', sans-serif;
font-weight:normal;
line-height:normal!important;
}

h1{font-size:25px;}

a:link{ text-decoration:none; color:#3064b9;}
a:visited{ text-decoration:none; color:#3064b9;}
a:active{ text-decoration:none; color:#3064b9;}
a:hover{ text-decoration:none; color:#000;}

body{
	background:#fff;
	color:#3064b9;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:22px;
}

.wrapper{
	width:1024px;
	margin:0 auto;
}

.rounded{
	-webkit-border-radius:0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}

.logo{
	float:left;
	width:173px;
}

.toplinks{
	float:right;
	padding-top:150px;
}

ul.nav{
	background:#3064b9;
	list-style:none;
	font-family: 'Archivo Narrow', sans-serif;
	color:#fff;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	text-align:center;
	display:block!important;
}

ul.nav li{
	display:inline;
	text-align:center;
}

ul.nav li a{
	padding:15px!important;
	color:#fff;
	display:inline-block;
}

ul.nav li a:hover{
	background:#003284!important;
	padding:15px;
}

.lcol{
	width:560px;
	background:#f7f7f7;
	padding:20px;
	float:left;
}

.rcol{
	float:left;
	width:374px;
	padding:40px 20px 0 30px;
}

.orange{
	color:#C30;
}

.blue{
	color:#3064b9;
}

.footer{
	width:100%;
	background:#f0f0f0;
	
}

.footerwrap{
	width:1024px;
	margin:0 auto;
	font-family: 'Archivo Narrow', sans-serif;
	padding:40px 0;
}

.col{
	min-width:180px;
	float:left;
	margin-right:22px;
}

.col h1{
font-weight:normal;
font-size:25px;
color:#3064b9;
}

.col h3{
font-weight:normal;
}

.sidebar{
	width:250px;
	float:left;
	text-align:left;
}

.sidebar ul{
	list-style:none;
	font-family: 'Archivo Narrow', sans-serif;
	font-size:18px;
	line-height:normal;
}

.sidebar li a{
	padding:10px;
	display:block;
	border-top:1px dotted #ccc;
	color:#3064b9;
}

#sidebar li ul {
    display: none; // used to hide sub-menus
}

#sidebar li ul a{
	font-size:13px;
	border:none;
	padding:5px 5px 5px 30px;
	background:url(images/arrowr.png) 10px center no-repeat;
}

.maincontent{
	width:734px;
	float:left;
	background:url(images/sidebarbg.png) -20px top repeat-y;
	padding-left:40px;
	min-height:500px;
}
.maincontent ul,ol{
	list-style:inside;
}

.reportsTable{
	list-style:none!important;
}

.reportsTable li{
	border-bottom:1px dotted #ccc;
}

.details{
	float:left;
	line-height:32px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 96%;
}
.doctype{
	float:right;
	padding:5px 0px;
}

.board{
	width:1024px;
	height:601px;
	background:url(images/boardofdirectors.jpg) left top no-repeat;
	overflow:hidden;
}

.boardnames{
	width:220px;
	height:601px;
	background:url(images/overlay.png) left top repeat;
	float:left;
	font-size:12px;
}

.boardnames h3{
	font-size:16px;
}

.boardnames a{
	padding: 2px 15px;
	display:block;
	color:#000;
}

.boardnames a:hover{
	padding: 2px 15px;
	display:block;
	background:#f0f0f0;
}

.boardprofile{
	float:left;
	background:#f0f0f0;
	width:774px;
	padding:10px 15px 0px 15px
}

.about{
	float:left;
	width:300px;
	font-size:12px;
	line-height:20px;
	padding-left:10px;
	font-family: 'Archivo Narrow', sans-serif;
	height:591px;
	}
.photo{
	float:right;
	width:438px;
	height:591px;
}

.leftpanel{
	float:left;
	width:500px;
	padding-left:24px;
}

.zeropadding{
	padding-left:0px!important;	
}

.career{
	width:460px;
	float:left;
	margin-right:40px;
}