* {
	margin: 0 ;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #212B35;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


h1, h2, h3 {
	margin-top: 1.5em;
	color: #3c7bcf;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 14px;
	color: #3c7bcf;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	width: 1018px;
	margin: 0px auto;
}

#logo_img {
	position:	relative;
	left: 20px;
	top: 0px;
	z-index: 2000;
	height: 200px;
	display:inline;
}
/* Header */

#header {
	width: 1018px;
	height: 55px;
	margin: 0 auto;
	display: block;
	overflow:visible;
}

#menu {
	height: 55px;
	float: right;
	display: inline;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-right: 1px;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #8C8F7D;
}

#menu a:hover {
	background:  #F3F3F3;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
}

/* Logo */

#logo {
	width: 978px;
	margin: 0 auto;
	height: 263px;
	border: 20px solid #F3F3F3;
	display: block;
	z-index: 10;
}

#logo img{
	width: 978px;
	height: 263px;
	z-index: 10;	
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 100px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 115px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
	border: 20px solid #F3F3F3;
	border-top: none;
}
/*inner-Content*/
#content_inner {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
}

.post_inner {
}

.post_inner .title_inner {
	margin: 0;
	font-weight: normal;
}

.post_inner h1.title_inner {
	background:  url(images/img19.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post_inner .entry_inner {
	padding: 0 10px 30px 15px;
}

/* Content */

#content {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	background:  url(images/img18.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background:  url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background:  url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	background:  url(images/img13.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
	background:  url(images/img04.gif) repeat-x left bottom;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 230px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
	width: 240px;
	padding: 0px 20px 0px 20px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	background:  url(images/img11.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

#sidebar2 li ul {
	line-height: normal;
	background:  url(images/img04.gif) repeat-x;
}

#sidebar2 li li {
	padding: 5px;
	background:  url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

/* Footer */
#footer_top {
	display:block;
	width: 978px;
	height: 150px;
	background-color: #072e3e;
	color: #ffffff;
}

#footer_top a{
	color:#999999;
	margin-left: 20px;
	padding:0 15px 0 15px;
	
}
#footer_top a:hover {
	color:#ffffff;
}	
#footer_text {
	float:left;
}
#footer {
	display:block;
	height: 60px;
	padding:5px 0 10px 0;
	text-align: center;
	font-size: 9px;
}
#bod {
	width: 650px;
	float: left;
}
#bod  ul li {
	border-bottom:2px dotted #e0e0e0;
	list-style: none;
}
.dept ul li {
	border-bottom:2px dotted #e0e0e0;
	list-style: none;
}
.day ul li {
	border-bottom:2px dotted #e0e0e0;
	list-style: none;
}

.bod_name {
	width: 230px;
	float: left;
}
.bod_desig {
	width: 170px;
	float: left;
}	
ul#menu {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 12px;
	font-family: "Arial", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li {
	display: block;
	float: right;
	margin: 0 5px 0 0 ;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: right;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
#table {
	display:inline-block;
	width: 644px;
	border: 1px solid #e0e0e0;
}
.td {
	display:inline-block;
	width: 86px;
	float: left;
	height: 52px;
	margin-right: 5px;
	border-right: 1px solid #e0e0e0;
}	
.list{
	padding-left:20px;
	padding-top:2px;
	padding-bottom: 2px;
	display: inline-block;
	text-decoration: none;
	color: #3c7bcf;
	height: 20px;
	cursor: pointer;
}

.hide{
	display: none;
}
.show{
	display: inline-block;
	background-color:#ebebeb;
	font-size: 12px;
	margin-left: 5px;
	padding: 0 0 0 5px;
}
.consult {
	display: inline-block;
	width: 650px;
	float: left;
}
.consult_dept {
	display: inline-block;
	width: 200px;
	float: left;
	height: 24px;
	padding: 0 0 0 5px;
}
.consult_name {
	display: inline-block;
	width: 175px;
	float: left;
	padding: 0 0 0 5px;
	background-color: #eeeeee;	
}

.consult_spec {
	display: inline-block;
	width: 225px;
	float: right;
	margin-right: 10px;
	padding: 0 0 0 5px;

}
.consult_head {
	display: inline-block;
	width: 200px;
	float: left;
	padding: 0 0 0 15px;
	color: #3c7bcf;
}
.hr {
	display: inline-block;
	height: 1px;
	background-color: #CCCCCC;
	width: 630px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#outer_box {
	width: 630px;
	border: 1px solid #ebebeb;
	float: left;
}
#pscroller1{
width: 225px;
height: 100px;
border: 1px dotted #e8e5e5;
padding: 5px;
}



.someclass{ //class to apply to your scroller(s) if desired
}

