@charset "utf-8";

*
{
margin: 0px;
padding: 0px;
}

body {
	background-color: #dcdbda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2778ab;
}

a:link,
a:visited {
color: #2778ab;
text-decoration: none;
}

a:hover {
text-decoration: underline;	
}

a:active, a:focus {
	outline: none;
}

p {
color: #000000;
}

#top {
background-color: #c5a96f;
width: 100%;
}

#top #middle {
margin: 0 auto;
width: 960px;
height: 22px;
line-height: 22px;
}

#top #middle #topmenuwrapper {
float: left;
width: 450px;
}

#top #middle #search {
float: right;
}

#topmenu {
	width: 100%;
	height: 23px;
	margin: 0;
	padding: 0;
}

#topmenu ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	background: #000000;
}

#topmenu ul li {
	height: 21px;
	float: left;
	margin: 0 10px 0 0px;
	background: url(../images/topnavtabs.png) no-repeat;
	width: 90px;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
}

#topmenu ul li a {
	color: #ffffff;
	text-decoration: none;	
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background:#fff;
}

#banner {
	width:100%;
	background:url(../images/banner2.jpg) no-repeat;
	height: 209px;
}

#loginFrm {
	width:270px;
	height: 75px;
	background: #d6d0c1;
	position: relative;
	top: 125px;
	left: 27px; 
}

#loginFrm #form {
float: left;
margin-top: 13px;
margin-left: 10px;
}

#loginFrm .input {
color: #877851;
font-size: 11px;
font-weight: bold;
padding: 2px;
}

#loginFrm .input span{
display:block;
width: 70px;
float:left;
line-height: 20px;

}

#loginFrm .input input {
width: 150px;
}

#loginFrm #button {
float: right;
padding-top: 27px;
width: 25px;
}

#usermenu {
width:100%;
height: 33px;
}

#usermenu #leftside {
float: left;
height: 33px;
width: 9px;
background:url(../images/usermenuleft.png) no-repeat;
}

#usermenu #menu {
float: left;
height: 33px;
width: 942px;
background-color: #c5a96f;
}

#usermenu #rightside {
float: right;
height: 33px;
width: 9px;
background:url(../images/usermenuright.png) no-repeat;
}

#usermenu #menu ul {
	margin: 0px 67px;
	list-style-type:none;
}

#usermenu #menu ul li {
	float: left;
	width: 200px;
	text-align: center;
}

#usermenu #menu ul li.separator {
	float: left;
	width: 2px;
	text-align: center;
}


#usermenu #menu ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
}

#mainmenu {
margin-bottom: 5px;
width: 205px;
}

#mainmenu ul {
list-style-type:none;
list-style-image:none;
padding: 0px;
margin: 0px;
}


#mainmenu li.bottom {
background:url(../images/menubottom.png) no-repeat;
padding: 0px;
margin: 0px;
}

#mainmenu li {
background:url(../images/menubg.jpg) repeat-y;
padding: 0px;
margin: 0px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

#mainmenu li a {
display:block;
height:35px;
text-align:left;
padding: 0 0 0 10px;
color:#ffffff;
font-size: 12px;
font-family: Arial;
font-weight:600;
line-height: 35px;
text-decoration:none;
}

#mainmenu li.topitem {
background: url(../images/menutop.png) no-repeat;
border-top: 0px;
}

#mainmenu li.bottomitem {
background: url(../images/menubottom.png) no-repeat;
border-bottom: 0px;
}

#mainmenu li.topitem,
#mainmenu li.bottomitem {
height:36px;
line-height: 36px;
}

#mainmenu li.topitem a {
padding-top: 3px;
}

#mainmenu li.bottomitem a {
padding-bottom: 3px;
}

#mainmenu li a:hover,
#mainmenu li#current a {
color:#2778ab;
font-size: 12px;
font-family: Arial;
font-weight:600;
background:url(../images/selectedmenu.jpg) no-repeat;
}

#mainmenu li.topitem a:hover,
#mainmenu #current.topitem  a	 {
background: url(../images/menutopselected.png) no-repeat;
}

#mainmenu li.bottomitem a:hover,
#mainmenu #current.bottomitem  a {
background: url(../images/menubottomselected.png) no-repeat;
}

#mainarea {
	height: 100%;
	min-height: 380px;
	padding-top: 3px;
}

#mainarea #leftcolumn {
	float: left;
	width: 210px;
	height: 100%;
	padding-left: 3px;
}

#mainarea #content {
	float: left;
	width: 741px;
}

#mainarea #content #in {
	width: 100%;
	padding-left: 5px;
}

.panel {
  width: 206px;
}

.panel .header {
background: url(../images/panelheader.png) no-repeat;
height: 34px;
border: 0px;
}

.panel .header .title {
padding-top: 10px;
padding-left: 10px;
}

.panel .header, .panel span.header {
  margin:0;
  padding:4px 4px 0px 4px;
  padding-top:0px;
  border-width: 0px;
  border-style: solid;
  border-bottom: none;
  color: #fff;
}


.panel .header .title span {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.panel .header .hide-show-image {
  float:right;
  height:11px;
  width:11px;
  margin-top:0.25em;
}

.panel .header .commands {
  margin-top: 0.3em;
  clear: both;
  height: 16px;
}

.panel .header .commands a {
  margin: 0px 2px;
}

.panel .content {
  padding: 4px;
  padding-bottom: 0px;
  border-width: 0px;
  background: url(../images/panelbg.png) repeat-y;
}

.panel .content h3,
.panel .content h2 {
  text-align: left;
}

.panel .content h2 {
  margin:1.5em 0 0;
  padding:0;
}

.panel .content .head {
  margin-top: 10px;
}

.panel .content hr {
  height:1px;
  margin-top:4px;
  margin-bottom:4px;
  border:none;
  border-top:1px solid;
}

.panel .content .list {
  width: 100%;
  padding-left: 5px;
  list-style-position:outside;	
}

.list, .unlist, .inline-list {
  list-style:none;
  padding:0;
  margin:0;
}

.list li {
  clear: left;
}

.panel .content .list li {
	padding: 3px 7px 3px 0;	
}

.panel .content .list li a{
  color: #3196d6;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
} 	

.panel .content .inline-list li, .inline-list li {
  display: inline;
}

.panel .content ul.list li.listentry {
  clear:both;
}

.panel .content div.info {
  text-align:center;
}

.panel .footer {
  clear:both;
  background:url(../images/panelbottom.png) no-repeat;
}

.panel img.userpicture {
  width:16px;
  height:16px;
  margin-right:4px;
}

.contenttable {
	margin: 0 auto;
	width: 700px;
	color:#2778ab;
}

.contenttable th {
	background: url(../images/mainpanelbg.jpg) repeat-x;
	height: 34px;
	color: #ffffff;
}

.contenttable th a {
	color:#ffffff;
	text-decoration: none;
}

.contenttable th a:hover {
	text-decoration: underline;
}


.contenttable th.headerleft {
	background: url(../images/mainpanelleft.png) no-repeat;
	width: 10px;
}

.contenttable th.headerright {
	background: url(../images/mainpanelright.png) no-repeat;
	width: 10px;
}


.contenttable td {
	background-color: #fafafa;
	font-weight: bold;
	height: 40px;
}

.contenttable td.alternate {
	background-color: #dfe0e1;
}


.contenttable td a {
	color:#2778ab;
	text-decoration: none;
}

.contenttable td a:hover {
	text-decoration: underline;
}


.contenttable td.left {
	border-left: 2px solid #d4b87e;
}

.contenttable td.right {
	border-right: 2px solid #d4b87e;
}

.contenttable td.bottom {
	border-bottom: 2px solid #d4b87e;
}

#footer {
	background: url(../images/footerbg.jpg) repeat-x 0 0;
	height: 80px;
}

#copyright {
	margin-left: 250px;
	padding-top: 60px;
	width: 600px;
	height: 20px;
	line-height: 20px;
}	

.poll td {
	padding: 3px 0px;
}

#in #mainimg {
	margin-bottom: 5px;
	display: none;
}

.mainpanel {
	width: 246px;
}

.mainpanel .header {
height: 34px;
border: 0px;
}

.mainpanel .header .title {
}

.mainpanel .header, .mainpanel span.header {
  padding-top:0px;
  border-width: 0px;
  border-style: solid;
  border-bottom: none;
  color: #fff;
}


.mainpanel .header .title span {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.mainpanel .header .hide-show-image {
  float:right;
  height:11px;
  width:11px;
  margin-top:0.25em;
}

.mainpanel .header .commands {
  margin-top: 0.3em;
  clear: both;
  height: 16px;
}

.mainpanel .header .commands a {
  margin: 0px 2px;
}

.mainpanel .content {
  padding-bottom: 0px;
  border-width: 0px;
  background: url(../images/mainpanelcontentbg.jpg) repeat-x;
  height: 160px;
}

.mainpanel .content h3,
.mainpanel .content h2 {
  text-align: left;
}

.mainpanel .content h2 {
  margin:1.5em 0 0;
  padding:0;
}

.mainpanel .content .head {
  margin-top: 10px;
}

.mainpanel .content hr {
  height:1px;
  margin-top:4px;
  margin-bottom:4px;
  border:none;
  border-top:1px solid;
}


.mainpanel .content .list, .unlist, .inline-list {
  padding-top: 3px;
}

.mainpanel .content .list li {
	padding: 2px 5px;
}

.mainpanel .content .list li.more {
	text-align:right;
	padding-right: 20px;	
}

.mainpanel .content .list li a{
  color: #3196d6;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
} 	

.mainpanel .content .list li a.category {
	font-weight: 100;	
}


.mainpanel .content .inline-list li, .inline-list li {
  display: inline;
}

.mainpanel .content ul.list li.listentry {
  clear:both;
}

.mainpanel .content div.info {
  text-align:center;
}

.mainpanel .footer {
	line-height: 10px;
	height: 10px;
}

.university {
	width: 735px;
	margin-bottom: 5px;
}

#uniPanels .mainpanel {
	float:left;
}

#uniPanels .ehealth {
	margin-right: 4px;
}

#uniPanels .ebusiness {
	margin-right: 4px
}

#articleActions {
	font-size: 20px;
	margin-bottom: 20px;
}	

#articleActions img {
	border: 0px;
}

#articleTitle {
	font-size: 20px;
	color: #c5a96f;
	font-weight: bold;
}

#byline {
	margin-bottom: 25px;
}

#articletext {
	font-size: 14px;
	line-height: 20px;
}

.item {
	margin-bottom: 5px;
	border-bottom: 1px dashed #000000;	
	background-color: #fafafa;
	border-left: 2px solid #c5a96f;
	border-right: 2px solid #c5a96f;
}	

.item .content {
	padding-left: 10px;	
}

.item .date {
	background-color: #c5a96f;
	width: 100%;
	line-height: 25px;
}

.item .date span {
	font-weight: bold;
	padding-left: 10px;
	color: #ffffff;	
}

.item .title {
	padding-top: 5px;
	padding-bottom: 2px;
}

.item .title a {
	color: #c5a96f;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.item .title a:hover {
	text-decoration: underline;
}

.item .category {
	padding-bottom: 10px;
	padding-left: 20px;
}

.item .category a {
	text-decoration: none;	
	font-size: 11px;
}

.item .intro {
	font-size: 13px;
	padding-bottom: 10px;
}

.componentheading {
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 600px;
	height: 100px;
	background: url(../images/titleBorder.png) no-repeat 0 0;
}

.componentheading .image {
	padding-top: 7px;
	padding-left: 20px;
	float: left;
	width: 130px;	
}

.componentheading .title {
	font-size: 28px;
	font-weight: bold;
	vertical-align: center;
	text-align: left;	
	padding-top: 30px;
	width: 430px;
	float: left;
}

.breadcrumbs {
	border-bottom: 1px dashed #000000;
	padding: 3px 0px;
}

.breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
}

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

#login {
	margin: 0 auto;
	background-color: #fafafa;
	color: #ffffff;
	width: 400px;
	margin-top: 100px;
}

#loginFrmBox {
	padding-top: 5px;
	float: left;
	width: 396px;
	background-color: #f5f5f5;
	border: 2px solid #c5a96f;
	border-top: 0px;
	color: #c5a96f;
}

#loginFrmBox .label {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	color: #2778ab;
}

#loginFrmBox .input {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

#loginFrmBox .input input {
	width: 180px;
	line-height: 20px;
	height: 18px;	
}

#loginFrmBox #submit {
	float: right;
	padding: 0px 10px 10px 0px;
}

#loginFrmBox #error {
	margin: 0 auto;
	color: red;
	background-color: #f7d1d3;
	width: 380px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid red;
}

#loginFrmBox #error span {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding-left: 30px;
	display: block;
}

.message {
	background-repeat: no-repeat;
	background-position: 5px center;	
	margin-bottom: 5px;
	width: 800px;
}

.message span {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	display: block;		
}

.success {
	color: green;
	background-image: url(../images/success.png);	
	background-color: #add6ad;
}

.error {
	color: red;
	background-image: url(../images/error.png);
	background-color: #f7d1d3;
}

.subheading { color: #C5A96F; font-weight: bold; }