@charset "utf-8";


/* Global Styles and General Page Layout */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 
img {
	border: 0px;
}
a {
	outline: none;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	background-color: #666666;
}
#PageWrapper {
	background-color: #49525b;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#ContentWrapper {
	background-color: #ffffff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-x;
	padding-bottom: 160px;
}
#Header {
	height: 80px;
	width: 895px;
	padding-top: 55px;
	padding-right: 40px;
	padding-left: 25px;
}
#Header img {
	margin-left: -2px;
}

/* Search Box Styles */

#SearchWrapper {
	float: right;
	margin-top:-3px;
}
#SearchWrapper p {
	color: #a42822;
	width: 210px;
	display: block;
	padding-bottom:3px;
}
#SearchWrapper a {
	text-decoration:none;
	color: #a42822;
	font-size: 1.1em;
}
#SearchWrapper a:hover, #SearchWrapper a:active {
	text-decoration:underline;
}
.SearchBox {
	height: 20px;
	width: 163px;
	font-size :12px;
	padding-top:4px;
	padding-left:12px;
	background-color: #ffffff;
	border: 1px solid #a42822;
	margin-right:10px;
	float: left;
	color: #444444;
}
.SubmitSearch {
	background-image: url(../images/go.jpg);
	height: 26px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	float:left;
}

/* Slideshow styles */
#slideshow {
    position:relative;
    height:275px;
	width: 645px
	margin: 0;
	padding: 0;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
	opacity: 0.0;
}

/* Horizontal Navigation along the top of the page */

#TopNavigation {
	height: 24px;
	padding-top: 8px;
	width: 960px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ec5c00;
	border-bottom-color: #ec5c00;
	margin-bottom: 27px;
	overflow:hidden;
}

/* Styles for Sub Navigation on Inside Pages */

#LeftNavigation {
}
#LeftNavigation .MinHeight {
	float: right;
	width: 0px;
	height: 305px;
}
#LeftNavigation h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}
#LeftNavigation p {
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height:1.8em;
}
#LeftNavigation a {
	color: #ec5c00;
	text-decoration:none;
}
#LeftNavigation a:hover, #LeftNavigation a:active {
	text-decoration: underline;
}

/* Styles for all Content Areas on Home Page */

#ContentTopRight h1, #ContentBottomLeft h1, #ContentBottomRight h1 {
	font-size: 2.8em;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}
#ContentTopRight p, #ContentBottomLeft p, #ContentBottomRight p {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height:1.6em;
}
#ContentTopRight a, #ContentBottomRight a {
	text-decoration:none;
}
#ContentTopRight a:hover, #ContentTopRight a:active, #ContentBottomRight a:hover, #ContentBottomRight a:active {
	text-decoration: underline;
}

/* Top Left Content on Home Page */

#ContentTopLeft {
	float: left;
	width: 645px;
}
#ContentTopLeft p {
	font-size: 1.1em;
	color: #666666;
	padding-top: 1px;
}

/* Top Right Content on Home Page */

#ContentTopRight {
	float: right;
	width: 260px;
	padding-left: 0px;
	padding-right: 0px;
}
#ContentTopRight .MinHeight {
	float: right;
	width: 0px;
	height: 255px;
}
#ContentTopRight h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 15px 0px 10px 0px;
}

/* Bottom Left Content on Home Page */

#ContentBottomLeft {
	padding-right: 20px;
	padding-left: 20px;
}
#ContentBottomLeft .MinHeight {
	float: right;
	height: 248px;
	width: 0px;
}
#ContentBottomLeft .MinWidth {
	height: 0px;
	width: 435px;
}

/* Bottom Right Content on Home Page */

#ContentBottomRight {
	float: right;
	width: 260px;
	padding-left: 0px;
	padding-bottom: 25px;
	padding-right: 0px;
	clear:right;
}
#ContentBottomRight h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	padding: 15px 0px 10px 0px;
}

/* Main Content Column on Inside Pages */

#ContentBottomLeft h2 {
	font-size: 2.1em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #f09b62;
	margin-top:20px;
	margin-bottom:10px;
}
#ContentBottomLeft h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #444444;
	text-transform: uppercase;
}
#ContentBottomLeft h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #444444;
}
#ContentBottomLeft h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #444444;
}
#ContentBottomLeft ul, #ContentBottomLeft ol {
	margin-bottom: 10px;
	margin-top:10px;
}
#ContentBottomLeft ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size:12px;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#ContentBottomLeft ol li {
	list-style-type:decimal;
	padding-left: 15px;
	margin-left: 40px;
	font-size:1.2em;
	margin-bottom:10px;
}
#ContentBottomLeft li li, #ContentBottomLeft li p {
	font-size:1em;
}
#ContentBottomLeft li h3, #ContentBottomLeft li h4 {
	font-size: 1.1em;
}
#ContentBottomLeft a {
	color: #f09b62;
	text-decoration:none;
}
#ContentBottomLeft a:hover, ##ContentBottomLeft a:active {
	text-decoration:underline;
}
#ContentBottomLeft table {
	font-size: 11px;
}
#ContentBottomLeft table th {
	background-color: #ccc;
	padding: 3px;
}
#ContentBottomLeft table tr td p {
	font-size: 1.1em;
}
#ContentBottomLeft ul li.news {
	list-style-type: none;
	text-transform: none;
	margin: 0em;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-position: left top;
	background-repeat:no-repeat;
}

/* Color Classes to be applied to any div to change text color and background color */

.green {
	border-top: 5px #a4c64b solid;
}
.green h1 {
	color: #a4c64b;
}
.green h2 {
	color: #a4c64b;
}
.green a:link, a:visited, a:hover, a:active {
	color: #a4c64b;
}
.red {
	border-top: 5px #a42822 solid;
}
.red h1 {
	color: #a42822;
}
.red h2 {
	color: #a42822;
}
.red a:link {
	color: #a42822;
}
.red a:visited {
	color: #a42822;
}
.red a:hover {
	color: #a42822;
}
.red a:active {
	color: #a42822;
}
.yellow {
	background-image: url(../images/Yellow_Gradient.jpg);
	background-repeat: repeat-x;
}
.yellow h1 {
	color: #f09b62;
}
.yellow h2 {
	color: #f09b62;
}
.yellow a:link, a:visited, a:hover, a:active {
	color: #f09b62;
}
.gray {
	border-top: 5px #b4b4b4 solid;
}
.gray h1 {
	color: #b4b4b4;
}
.gray h2 {
	color: #b4b4b4;
}
.gray a:link, a:visited, a:hover, a:active {
	color: #444444;
	text-decoration: underline;
}

#LoginBox {
	float:right;
	width: 180px;
	background-color:#ffffff;
	padding-top:10px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom:15px;
	margin-bottom: 15px;
	margin-left:20px;
	margin-top:20px;
	border-width:1px;
	border-style:solid;
	border-color: #a42822;

}
#LoginBox p {
	color: #666666;
	font-size: 1.15em;
}
#LoginBox h1 {
	font-size:.5em;
	color:#a42822;
	font-weight:normal;
	margin-bottom:15px;
}
#LoginBox .InputLabel {
	font-size:1.2em;
	padding-bottom:3px;
}
#LoginBox .Username, #LoginBox .password {
	width: 150px;
	margin-bottom:10px;
	padding:2px;
}
#LoginBox #SubmitButton {
	
}
#LoginBox input {
	border: 1px solid #666;
}

/* Footer Styles */

#Footer {
	background-color: #666666;
	}
#FooterCenter {
	height: 95px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 15px;
}
#FooterCenter p {
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight {
	float: right;
	text-align: right;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight a {
	color: #ffffff;
	text-decoration: none;
}
#FooterRight a:hover, #FooterRight a:active {
	text-decoration: underline;
}

/* Additional Classes */

.clear {
	clear: both;
	height: 0px;
}
.IEFloatFix {
	padding-left:25px;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#FacultyExpertSearch H2
{
	font-size:14px;
	font-weight:bold;
}

#FacultyExpertSearch LABEL
{
	color: #f09b62;
	display:inline-block;
	width:175px;
	text-align:right;
	font-size:20px;
	padding:10px;
}

#FacultyExpertSearch INPUT,
#FacultyExpertSearch SELECT
{
	font-size:14px;
}

#FacultyExpertSearch .SearchField
{
	width:200px;
	margin-right:15px;
}

.facultyResultItem
{
	border-bottom:1px orange solid;
	font-size:12px;
	margin-bottom:6px;
	padding-bottom:6px;
}
.facultyResultItem DIV
{
	margin-top:12px;
	margin-bottom:12px;
}

.facultyResultItem .resultName
{
	font-weight:bold;
	font-size:14px;
}
.facultyResultItem LABEL
{
	font-weight:bold;
}

.linkToTop
{
 text-align:right;
}

#FacultyDetailCatList
{
	float:right;
	width:250px;
	border-left:solid 1px #FDDC69;
	margin:5px;
	padding:5px;
}

#FacultyDetail H2
{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:0;
}
#FacultyDetail H3
{
	margin-top:5px;
	font-size:12px;
	text-transform:none;
	line-height:20px !important;
	margin-bottom:12px;
}
#FacultyDetail LABEL
{
	font-weight:bold;
}
