/* CSS Document */


/*Body Styles*/

body { 
	background: #000000; 
	color: #3e3a35;
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}


/*Footer Styles */

.footer {
	font-size: 10px; 
	color: #A49B8E; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a {
	color: #A49B8E; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:active {
	text-decoration: none; 
	font-weight: normal;
}

.footer a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal;
}

.footer a:link {
	text-decoration: none; 
	font-weight: normal;
}

.footer a:visited {
	text-decoration: none; 
	font-weight: normal;
}


.footer_cust {
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
	text-align: center
}

#hidden {
	visibility: hidden;
	position: relative;
}



/* Headers */

.sectiontitle {
	font-size: 12px; 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: .15em;
}


h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: .25em;
	font-style: italic;
}


.subheader {
	font-size: 10px;
	letter-spacing: .25em;
	word-spacing: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: .25em;

}
h5 {
	font-size: 11px;
	font-weight: normal;
}
.pagetitle {
	color: #7E4F94; 
}

.pagetitle_pr {  
	color: #C13214;
}

.pagetitle_black {  
	color: #000000; 
}

.pagetitle_teal {  
	color: #006666;
}

.pagetitle_green {  
	color: #08552F;
}

.pagetitle_blue { 
	color: #286786; 
}

.pagetitle_maroon {
	color: #660000;
}

.pagetitle_darkblue {
	color: #003366;
}

.pagetitle_sage { 
	color: #385B5B;
}

.pagetitle_brown {
	color: #613005;
}

.pagetitle_raisin {
	color: #663350;
}

.pagetitle_cranberry {
	color: #6C141F; 
}

.pagetitle_olive { 
	color: #8F9958; 
}

.pagetitle_brick {
	color: #C13214;
}

.pagetitle_pumpkin {
	color: #CC6600;
}

.pagetitle_camel {
	color: #CC9933;
}

.pagetitle_yellow {
	color: #FEBA42;
}

.pagetitle_orange {
	color: #FF7300;
}

.pagetitle_ltorange {
	color: #FF9933;
}

.pagetitle_white {
	color: #FFFFFF; 
}

/*h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}*/





/* Links */
a {
	color: #FF7300; 
	text-decoration: none; 
	font-weight: bold;
	font-size: 11px; 
}

a:hover {
	color: #FEBA42; 
	text-decoration: none; 
	font-weight: bold;
}

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

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

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

a[href $='.pdf'] { 
   padding-right: 15px;
   background: transparent url(http://cee.bgsu.edu/images/icons/pdficon_small.gif) no-repeat center right;
}

a[href ^="mailto:"] {
   padding-right: 17px;
   background: transparent url(http://cee.bgsu.edu/images/icons/e-mail.gif) no-repeat center right;
}

.external {
	padding-right: 16px;
	background: transparent url(http://cee.bgsu.edu/images/icons/external_link.gif) no-repeat center right;
}

.newWin {
   padding-right: 16px;
   background: transparent url(http://cee.bgsu.edu/images/icons/window.gif) no-repeat center right;
}

a.no_icon {
   padding-right: 0px;
   background: url(none);

}


/* Text */

p {
	font-size: 12px; 
	color: #3E3A35;
}

label {
	font-size: 12px; 
	color: #3E3A35;
}

.strong {
	color: #7E4F94; 
	font-weight: bold;
}

.strongtext { 
	color: #7E4F94; 
	text-decoration: none; 
	font-weight: bold;
}

.boldtext { 
	font-weight: bold; 
	font-style: italic; 
	text-transform: uppercase; 
}

#message {
	font-weight: bold;
	color:#FF0000;;
}


/* Lists */

ul {
	font-size: 12px;
	list-style-image: url(http://www.bgsu.edu/images/bulletarrow.gif);
	list-style-position: outside;

}

ol {
	font-size: 12px;
	list-style-position: outside;

}


/*Custom Side Nav Bar Styles*/

.my_sidebar {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
	width: 163px;
	position: relative;
}

.my_sidebar p {
	color: #999999;
	margin-bottom: 0px;
}
.my_sidebar ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 5px;
	position: relative;
	list-style-position: outside;
	list-style-image: url(http://www.bgsu.edu/images/bulletarrow.gif);
	font-size: 11px; 
}

.my_sidebar li {
	color:#CCCCCC;
}

.my_sidebar a {
	color: #FFFFFF;

}
.my_sidebar a:visited {
	color: #FFFFFF; 

}
.my_sidebar a:link {
	color: #FFFFFF;

}
.my_sidebar a:hover {
	color: #FEBA42; 
}

.my_sidebar a:active {
	color: #FFFFFF; 
}

.my_sidebar .non-link {
	color: #FEBA42;
	font-size: 12px; 
}



/* Other */

.removespace{
	margin:0 0 0 0;
}

.search {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px; color: #A49B8E; 
	background-color: #000000; 
	font-weight: normal;
}

.search_new {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #000000;
	background-color: #FFFFFF; 
	font-weight: normal;
}

h3 {
	margin-bottom: 0px;
	font-size: 14px;
	color: #6C1420;
}
p {
	margin-top: 0px;
}

.top_text {
	font-size: 12px; 
	color: #3E3A35;
}

.title_text {
	font-size: 14px;
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: .25em;

}


.big_orange {
	color: #FF7300;
	text-decoration: none;
	font-face: arial;
	font-weight: bold;
	font-size: 14px; 
	}
	
	
.big_orange A {
	color: #FF7300;
	text-decoration: none;
	font-face: arial;
	font-weight: bold;
	font-size: 14px; 
	}
	
.big_orange A:link {
	text-decoration: none;
	font-face: arial;
	font-weight: bold;
	font-size: 14px; 
	}
	
.big_orange A:visited {
	text-decoration: none;
	font-face: arial;
	font-weight: bold;
	font-size: 14px; 
	}
			
.big_orange A:hover {
	color: #FEBA42;
	text-decoration: none;
	font-face: arial;
	font-weight: bold;
	font-size: 14px; 
	}
	
.big_orange A:active {
	text-decoration: none;
	font-face: arial;
	font-weight: bold;
	font-size: 14px; 
	}
