/* universals */

* {
	margin: 0;
	padding: 0;
	border:0;
}


/* =html */

html { 
	background: #FFFFFF;
}


/* =body*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* =p */

p {
	/*line-height: 1.3em;*/
	padding-bottom: 1.5em;
}

div#main_content_txt p {
	padding-bottom: 1.5em;
}

div#events_text p, div#academic_update_text p {
	padding-bottom: 1em;
}

div#g4_wh_gallery_text p, div#g4_wh_events_text p {
	padding-bottom: 1.5em;
}

div#g4_left_text p, div#g4_right_text p {
	padding-bottom: 1.5em;
}


/* =table */

div#main_content_txt table, div#main_content_txt_threecol table {
	margin-bottom: 1.5em;
	font-size: 11px;
}


/* =ul =ol =li */

ol {
	margin-left: 15px;
	padding-bottom: 1.5em;
}

ul {
	margin-left: 10px;
	padding-bottom: 1.5em;
}

li {
	margin-left: 15px;
	margin-bottom: 3px;
}

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0 0 1.5em 0;
}

li.lpdf
{
	background-image: url('../img/Icons/pdf_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.ldoc
{
	background-image: url('../img/Icons/doc_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.lweb
{
	background-image: url('../img/Icons/web_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}


li.lzip
{
	background-image: url('../img/Icons/zip_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

li.lup
{
	background-image: url('../img/Icons/up_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: .8em 0;
}

li.ldown
{
	background-image: url('../img/Icons/down_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: 0;
}

 li.ldown2
{
	background-image: url('../img/Icons/down_list_icon_sub.gif');
	background-repeat: no-repeat;
	background-position: 13px 50%;
	padding: 3px 0 3px 35px;
	margin: 0;
	font-size: 0.91em;
}

li.ldown3
{
	background-image: url('../img/Icons/down_list_icon_subsub.gif');
	background-repeat: no-repeat;
	background-position: 28px 50%;
	padding: 3px 0 3px 50px;
	margin: 0;
	font-size: 0.82em;
}

li.lright
{
	background-image: url('../img/Icons/right_list_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px 50%;
	padding: 3px 0 3px 20px;
	margin: 0;
}

ul.outlines {
	list-style-type:none;
	padding:0px 0px 1em 0px;
	margin: 0px;
}

ul.outlines li {
	margin-left:0px;
	margin-bottom: 0px;
}


ul.nomarker {
	list-style-type: none;
}


ul.rsslist {
	list-style-image: url('../img/Icons/rss.gif');
}

ul.navlist {
	margin-left: 60px;
}

ul.navlist li{
	margin-bottom: 12px;
}

li.arrow_down {
	list-style-image: url('../img/Icons/d_arrow.gif');
}

li.arrow_up {
	list-style-image: url('../img/Icons/u_arrow.gif');
}

li.arrow_right {
	list-style-image: url('../img/Icons/r_arrow.gif');
}

li.arrow_left {
	list-style-image: url('../img/Icons/l_arrow.gif');
}

ol ul, ul ol, ul ul, ol ol {
	padding-bottom: 5px;
}

/* =div */
/* --LAYOUTS-- */

div#container_home {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url('../img/home/home_bg.gif') repeat-y 50% 0;
}

div#container_g4 {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url('../img/home/wh_bg.gif') repeat-y 50% 0;
}

div#container_showcase {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url('../img/home/showcase_bg.gif') repeat-y 50% 0;
}

div#container_search {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url('../img/home/search_bg.gif') repeat-y 50% 0;
}

div#container {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url('../img/home/bg.gif') repeat-y 50% 0;
}

div#header {
	position: relative;
	width: 100%;
	height: 87px;
	background: #FFFFFF;
	overflow: hidden;
}

div#tib {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 14px;
	overflow: hidden;
}

div#logo {
	position:absolute;
	left: 0;
	top: 14px;
}

div#top_nav {
	float: right;
	text-align: right;
}

div#nav_top_main {
	margin-top: 42px;
	text-transform: uppercase;
	font-size: 1em;
}

div#nav_top_sub {
	margin-top: 16px;
	text-transform: uppercase;
	font-size: .85em;
}

div#content {
	width: 100%;
	overflow: hidden;
}


div#lcol {
	float: left;
	width: 180px;
	margin-right: 5px;
	background: #D9172A;
}

div#lib {
	width: 180px;
	height: 140px;
	overflow: hidden;
}

div#nav_left {
	margin-top: 14px;
	width:180px;
	text-align: right;
}

div#content_main {
	float: left;
	width: 580px;
}

div#mib {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

div#mib_w {
	width: 785px;
	height: 210px;
	overflow: hidden;
	float: right;
}

div#mib_home {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

div#content_profiles {
	position: relative;
	left: 200px;
	width: 380px;
	height: 394px;
	background-color: #000;
	color: #fff;
	overflow: hidden;
}

div#breadcrumbs{
	width: 580px;
	height: 20px;
	padding-top: 5px;
}

div#cms_breadcrumbs{
	width: 98%;
	margin-left: 5px;
}

div#nav_secondary {
	float: left;
	width: 140px;
}

div#nav_secondary_content {
	width: 100px;
	margin-left: 20px;
	margin-top: 48px;
	margin-bottom: 30px;	
}

div#main_content_box {
	float: left;
	width: 440px;
	min-height: 300px;
	margin-bottom: 30px;
}

div#main_content_txt {
	width: 420px;
	line-height: 1.6em;
}

div#main_content_box_threecol {
	float: left;
	width: 580px;
	min-height: 300px;
	margin-bottom: 30px;
}

div#main_content_txt_threecol {
	width: 540px;
	margin-left: 20px;
	line-height: 1.6em;
}

div#content_events {
	float:left;
	width: 200px;
	margin-top: -380px;
	background: #CCCCCC;
}

div#events_text {
	margin-left: 20px;
	width: 170px;
}

div#events_line {
	width: 200px;
	height: 1px;
	background: #CCCCCC url('../img/home/dotted.gif') repeat-x 50% 0;
}

div#content_academic_update {
	float: right;
	width: 380px;
}

div#academic_update_text {
	margin-left: 20px;
	width: 345px;
}

div#rcol {
	float: right;
	width: 200px;
	background: #CCCCCC;
}

div#rcol_top {
	width: 200px;
}

div#rcol_mid {
	width: 200px;
}

div#rcol_bot {
	width: 200px;
}

div#search_box {
	width: 100%;
	height: 42px;
	border-bottom: 5px solid #fff;
	overflow: hidden;
}

div#fib {
	clear:both;
	width: 580px;
	height: 16px;
	padding-left: 185px;
	overflow: hidden;
}

div#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

div#footer_content {
	margin-left: 190px;
}

div#languages {
	width: 100%;
	height: 16px;
	background-color: #000;
	color: #fff;
}

div#info {
	width: 100%;
	padding-top: 5px;
}

div#cms {
	background: #FFFFFF;
}

div#blackbar {
	background: #000;
	width: 580px;
	height: 36px;
	overflow: hidden;
	border-top: 1px solid #202020;
}

div#blackbar_header {
	position: relative;
	left: 20px;
	top: 7px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFF;
}

div#blackbar_submit {
	width: 200px;
	position: relative;
	left: 360px;
	top: -10px;
	text-align: right;
}

div#blackbar_addthis {
	width: 125px;
	position: relative;
	left: 445px;
	top: -12px;
}

div#g4_content_left {
	float:left;
	width: 200px;
	background: #CCCCCC;
}

div#g4_content_right {
	float: right;
	width: 380px;
}

div#g4_left_text {
	margin-left: 20px;
	width: 170px;
	line-height: 1.6em;
}

div#g4_right_text {
	margin-left: 20px;
	width: 345px;
	line-height: 1.6em;
}

div#g4_wh_gallery_text {
	margin-left: 20px;
	width: 170px;
	line-height: 1.3em;
}

div#g4_wh_gallery_line {
	width: 200px;
	height: 1px;
	background: #CCC url('../img/home/dotted.gif') repeat-x 50% 0;
}

div#g4_wh_events_text {
	margin-left: 20px;
	width: 345px;
	line-height: 1.3em;
}

div#g4_wh_events_line {
	width: 380px;
	height: 1px;
	background: #FFF url('../img/home/dotted.gif') repeat-x 50% 0;
}

div#content_showcase {
	float: right;
	width: 785px;
	background: #FFF;
}

div#student_showcase_blackbar {
	background: #000;
	float: right;
	width: 785px;
	height: 37px;
	overflow: hidden;
	border-bottom: 5px solid #FFF;
}

div#content_showcase_base {
	float: right;
	width: 785px;
}

div#student_showcase_info {
	float: left;
	width: 175px;
	background: #CCC;
}

div#student_showcase_info_content {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 155px;
}

div#student_showcase_gallery {
	float: right;
	width: 610px;
	background: #000;
	padding-bottom: 10px;
}

#content_showcase img {
	border-bottom: 5px solid #fff;
}

div#content_search {
	float: right;
	width: 785px;
	overflow: hidden;
}

div#search_text {
	margin-left: 10px;
	min-height: 250px;
	width: 600px;
	float: left;
}

/*rcol - Right Column*/

.rcol_img {
	border-bottom: 0px solid #FFF;
}

.rcol_home {
	border-bottom: 0px solid #FFF;
}

.rcol_gallery {
	width: 200px;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

.rcol_links {
	width: 180px;
	margin-top: 1em;
	margin-left: 1em;
	/* border-top: #999 1px dotted; */
	padding-top: 1em;
}

.rcol_title {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.dline {
	border-bottom: 1px dotted #fff;
	width: 160px;
}

.rcol_aia {
	margin-left: 20px;
	width: 170px;
	font-weight: bold;
}

#rcol ul {
	padding-bottom: 1em;
}


/*gal - Gallery Style*/

.gal {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	background: #CCC;
	border: 1px solid #999;
	padding: 3px;
}

.gal_img {
	margin-bottom: 1px;
}

.gal_txt {
	background: #E0E0E0;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	margin: 0;
	border: 1px solid #999;
}

a:link .gal_img, a:visited .gal_img {
	border: 1px solid #999;
}

a:hover .gal_img, a:active .gal_img {
	border: 1px solid #D9172A;
}	


/* OPEN CLASSES + SPANS */

.txt_red {
	color: #d9172a;
}

.txt_dred {
	color: #A61221;
}

.txt_black {
	color: #000;
}

.txt_grey {
	color: #666;
}

.txt_bold {
	font-weight: bold;
}

.txt_right {
	text-align: right;
}

.txt_uc {
	text-transform: uppercase;
}

.txt_dred_b {
	color: #A61221;
	font-weight: bold;
}


.border, .borimage{
	border: 1px solid #000;
}

a .border:hover, a .borimage:hover {
	border: 1px solid #D9172A;
}

.indented {
	padding-left: 15px;
}

.student_say {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	margin-bottom: 20px;
	font-style: italic;
}

.dotted_line {
	width: 100%;
	height: 1px;
	background: #FFF url('../img/home/dotted.gif') repeat-x 50% 0;
	margin-bottom: 11px;
}

.credit {
	color: #999;
	font-size: 9px;
}

.credit_t {
	color: #666;
	font-size: 8px;
	text-transform: uppercase;
}

.showcase {
	margin-left: 10px;
	margin-top: 10px;
}

.pdf {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}

img.pdf {
	margin-top: 2px;
}

.pcredit {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

img.pcredit {
	border: 1px solid #000;
}

.box {
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 17px;
	padding: 10px;
}

.box_right {
	float: right;
	width: 140px;
	border: #999 1px solid;
	background: #ccc;
	padding: 1em;
	margin-left: 2em;
}

.people {
	margin-bottom: -105px;
}

.rail {
	display: block;
	padding-left: 10px;
	border-left: 5px solid #CCC;
}

.tline {
	border-top: #ccc 1px solid;
	padding-top: 2.5em;
}

.note {
	border: #ccc 1px solid;
	padding: 1em 2em 1em 2em;
	margin-bottom: 2em;
	color: #666;
}

.img_caption {
	width: 420px;
	line-height: 1.5; 
	text-align: right; 
	font-size: 10px; 
	margin-top: .5em; 
	margin-bottom: 4em;
	color: #666;
}

/*FLOATS AND CLEAR*/

.clear {
	clear: both;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}

img.left, div.left {
	margin-top: 5px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 1px;
}

img.right, div.right {
	margin-top: 5px;
}

.wleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

img.wleft, div.wleft {
	margin-top: 5px;
}

.wright {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}

img.wright, div.wright {
	margin-top: 5px;
}


/* =table =tr =td */
/* TABLE STYLES */

table.info td {
	padding: 5px;
}

table.info tr.even {
	background-color: #ccc;
}



#cms_forms td {
	padding-right: 8px;
	padding-bottom: 4px;
}

.admin_dir tr td th {
	vertical-align:top;
}

.admin_dir .cat {
	border: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
}


/*  =h1  =h2 =h3 */
/* DEFAULT HEADINGS */

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

.h1, h1 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 11px;
}

.h2, h2 {
	font-size: 14px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.h3, h3 {
	font-size: 12px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.h4, h4 {
	text-transform: none;	
	font-size: 12px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.h2dr, h2dr {
	font-size: 14px;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A61221;
}


/* Home Page + What's Happening Headings */

#events_text .h1, #academic_update_text .h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #A61221;
}

div#events_text h2, div#events_text .h2 {
	font-size: 11px;
	color: #000000;
	margin-bottom: 0;
}

div#academic_update_text h2, div#academic_update_text .h2 {
	font-size: 11px;
	margin-top: 0px;
	color: #D9172A;
	margin-bottom: 0;
}

div#g4_wh_gallery_text h1, div#g4_wh_gallery_text .h1, div#g4_wh_events_text h1, div#g4_wh_events_text .h1, div#g4_left_text h1, div#g4_left_text .h1, div#g4_right_text h1, div#g4_right_text .h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #A61221;
}

div#g4_wh_gallery_text h2, div#g4_wh_gallery_text .h2, div#g4_wh_events_text h2, div#g4_wh_events_text .h2 , div#g4_left_text h2, div#g4_left_text .h2, div#g4_right_text h2, div#g4_right_text .h2{
	font-size: 11px;
	color: #D9172A;
	margin-bottom: 0;
}

/* RIGHT COLUMN HEADINGS */

.rcol_links h1{
	font-size: 11px;
	color: #000000;
}


/* =ul  =li*/
/* -- HEADER NAV -- */

div#nav_top_main li {
	display: inline;
	list-style-type: none;
	margin-right: .5em;
	padding-right: .75em;
	border-right: 1px solid #999;
}

div#nav_top_main  li.last{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

div#nav_top_sub li {
	display: inline;
	list-style-type: none;
	margin-right: .5em;
	padding-right: .75em;
	border-right: 1px solid #999;
}

 div#nav_top_sub li.last{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


/* -- FOOTER NAV -- */

div#info ul {
	color: #000;
	font-size: .9em;
	margin-left: 180px;
	padding-bottom: .3em;
}

div#info li {
	display: inline;
	list-style-type: none;
	margin-right: .25em;
	padding-right: .5em;
	border-right: 1px solid #000;
}

div#info li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}


/* =a  */
/* DEFAULT LINK STYLE */

a, a:link, a:visited, a:active {
	color: #D9172A;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

div#info a, div#info a:link, div#info a:visited, div#info a:active {
	color: #000000;
}


/* main navigation top */

.top_nav {
	padding-left: 3px;
	padding-right: 3px;
}

a.top_nav:link, a.top_nav:visited {
	color: #D9172A;
	text-decoration: none;
}
 
a.top_nav:hover, a.top_nav:active {
	color: #fff;
	background-color: #999;
	text-decoration: none;
}


/*WH Submit Bar*/

div#blackbar_submit a, div#blackbar_submit a:link, div#blackbar_submit a:visited, div#blackbar_submit a:active {
	color: #FFF;
}


/*Whats Happening + Home Bold Links*/

div#academic_update_text a, div#events_text a, div#g4_wh_gallery_text a, div#g4_wh_events_text a, div#g4_left_text a, div#g4_right_text a {
	font-weight: bold;
}


/* secondary navigation */

a.secondary_nav:link, a.secondary_nav:visited{
	color: #d9172a;
	text-decoration: none;
}

a.secondary_nav:hover, a.secondary_nav:active{
	color: #000;
	text-decoration: none;
}


/* past events link */

a.more_events:link, a.more_events:visited {
	display: block;
	color: #d9172a;
	text-decoration: none;
	padding-top: .4em;
	padding-bottom: .2em;
}

a.more_events:hover, a.more_events:active {
	color: #000;
	text-decoration: none;
}


/* more information - arrows  */

a.more:link, a.more:visited {
	color: #d9172a;
	text-decoration: none;
	font-weight: bold;
}

a.more:hover, a.more:active {
	color: #fff;
	background-color: #d9172a;
	text-decoration: none;
}


/*Search Box*/

.inputstyle {
	border: 1px solid #000;
}

.buttonstyle {
	border: 1px solid #000;
}

.searchbutton {
	/*border: 1px solid #7E9DB9;*/
	border-left: 1px solid #99BFE0;
	border-top: 1px solid #99BFE0;
	border-right: 1px solid #657E94;
	border-bottom: 1px solid #657E94;
	background: #E5E5E5;
	color: #666;
	width: 46px;
	height: 22px;
	padding: 2px;
	font-size: 11px;
	position: absolute;
	left: 914px;
	top: 97px;
}

.searchbutton2 {
	border-left: 1px solid #99BFE0;
	border-top: 1px solid #99BFE0;
	border-right: 1px solid #657E94;
	border-bottom: 1px solid #657E94;
	background: #E5E5E5;
	color: #666;
	width: 46px;
	height: 22px;
	padding: 2px;
	font-size: 11px;
	position: relative;
	left: 7px;
	top: 0px;
}

.searchinput {
	border: 1px solid #7E9DB9;
	height: 16px;
	width: 118px;
	padding: 2px;
	position: absolute;
	left: 780px;
	top: 97px;
}

.searchinput2 {
	border: 1px solid #7E9DB9;
	height: 16px;
	width: 248px;
	padding: 2px;
}


/*BANNER ADDS paging controls*/

#cms_addrotator {
	float: left;
	margin-left:0px;
	background: #FFF;
}

#cms_addrotator #adenator {
	float: left;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 380px;
	height: 12px;
	margin: 1px;
	font-size: 90%;
}

#cms_addrotator #start {
	float: left;
	display: none;
	overflow: hidden;
	position: relative;
	top: 380px;
	height: 12px;
}

#cms_addrotator #stop {
	float: left;
	display: none;
	overflow: hidden;
	position: relative;
	top: 380px;
	height: 12px;
}

#cms_addrotator #adenator a, #cms_addrotator #adenator a:link {
	padding: 0px 4px;
	color: #666;
	text-decoration: none;
}

#cms_addrotator #adenator a.activeSlide {
	color: #D9172A;
	/*border: 1px solid #000;*/
}

#adviewer {
	position: relative;
	left: 0px;
	top: -14px;
}


/*IMAGE ROTATOR paging controls*/

#cms_imgrotator {
	margin-left:0px;
	background: #FFF;
	height: 200px;
	width: 200px;
}

#cms_imgrotator #pagenator {
	float: left;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	height: 14px;
	margin: 0px;
	font-size: 90%;
}

#cms_imgrotator #pagenator a, #cms_imgrotator #pagenator a:link {
	padding: 0px 4px;
	color: #666;
	text-decoration: none;
}

#cms_imgrotator #pagenator a.activeSlide {
	color: #D9172A;
	/*border: 1px solid #000;*/
}

#viewer {
		/*position: relative;*/
}

div#rcol #pagenator, div#rcol #start, div#rcol #stop {
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/*FACULTY PROFILE*/

#facultyprofile {
	width: 540px;
	overflow: hidden;
}

#facultyprofile table {
	padding-right: 10px;
}

#facultyprofile .SubNavigation {
	font-weight: bold;
}

#facultyprofile .h1 {
	margin-top: 2px;
	margin-bottom: 29px;
}

#facultyprofile .gobuttonstyle {
	background-color: #FFF;
	border: 0px;
	padding: 0px;
	margin: 0px;
}




