/* Strip browser default margins and padding */
h1,h2,h3,h4,h5,h6,pre,form,body,html,fieldset,input
{ margin:0; padding:0; }

/* generated by csscreator.com */ 
body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: #660000; 
 color: #000000;
 font-family:  helvetica, verdana, 'trebuchet ms', arial, sans-serif;
 font-size: 12px;		   
} 

h1, h2, h3, h4, h5, h6 {font-weight: bold;}

h1 {font-size: 30px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}

blockquote {margin: 10px 40px 10px 40px;
           padding: 15px;
           }

#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background: #fff; 
 background:   url("http://www.belmont.edu/global_styles/dept_bg.gif") repeat-y 50% 0;
}

#textonly {
  position:relative; 
  height:15px; 
  background-color:#660000; 
  width:100%;
  }
  
  #textonly a {
    font-size: 9px;
    color: #cccc99;
    margin-left: 10px;
    padding: 0;
    text-decoration: underline;
    }
  
  #textonly a:hover {
    text-decoration: none;
    }

/* *** LEFT COLUMN ITEMS *** */

#leftcol{
 width:175px; 
 float:left; 
 position:relative;
 background-color: #CC9933; 
 }
 
#leftcol img {
  margin: 0;
  padding: 0;
  }
 
/* Main Menu Items */ 
#mainmenu {
 background-color: #990000;
 margin: 0 0 0 10px;
 list-style: none;
 padding: 5px 0 0 0;
 font-size: 11px;
 }
 
 #mainmenu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #cccc99;
  }

 #mainmenu td {
  padding: 3px 0 8px 0;
  margin-left: 15px;
  background-color: #990000;
  border-bottom: 2px dotted #666666;
  }
  
#mainmenubg {
 background-color: #990000;
 }
 
/* Search Form Items */  
 #searchform {
  background-color: #990000;
  margin: 0 0 0 0;
  padding: 0 0 10px 10px;
  }
  
  #searchbox {
   border-style: none;
   margin: 0;
   }
   
  #searchbutton {
   margin: 0;
   }

/* Quick Links Items */
#quicklinks {
 background-color: #cccc99;
 margin: 0;
 padding: 5px 0 15px 0;
 font-size: 12px;
 }
 
 #quicklinks a {
  color: #ffffff;
  text-decoration: none;
  }
 #quicklinks p {
  text-align: center;
  font-family: times, serif;
  font-weight: bold;
  margin: 0;
  }

 #quicklinks table {
  text-align: center;
  width: 144px;
  background-color: #000066;
  color: #ffffff;
  font-family: times, serif;
  }
  
  #quicklinks td.off {
   background-color: #000066;
   }
   
  #quicklinks td.on {
   background-color: #660000;
   }

/* Internal Site Menu */

#sitemenu {
  padding-top: 5px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  background-color: #CC9933;
  margin: 0 10px 0 10px;
  }
  
  #sitemenu a {
    text-decoration: none;
    color: #000000;
    }
    
  #sitemenu a:hover {
    text-decoration: underline;
    }

  #sitemenu table { 
    border-collapse: collapse;
    table-layout:fixed;
    width: 155px;
    }

  #sitemenu th {
    border-bottom: 2px dotted #ffffff;
    text-decoration: none;
    font-family: times, serif;
    font-size: 12px;
    font-weight: bold;
    }
  
  #sitemenu td {
    text-align: left;
    }
  #sitemenu .bullet {
    color: #ffffff;
    text-decoration: none;
    }
  #sitemenu .left-nav-not-current1 {
    text-align: left;
    }
  #sitemenu .left-nav-current1 {
    text-align: left;
    }

/* *** MAIN COLUMN ITEMS *** */ 

#maincol{  
 float: right; 
 display: inline;
 position: relative;
 width:625px;
 background-color: #ffffff;
 }

#maincol a{
 text-decoration: none;
 color: #990000;
}

#maincol a:hover{
 color: #000099;
 text-decoration: underline;
}

#bannerdept img { margin: 0; }

#submenu {
  border-width:10px 0px 10px 0px;
  border-style: solid;
  border-color:#003366; 
  float:right;
  width:165px;
  line-height: 18px; 
  background:#cccc99;
  margin:0px 0px 10px 10px;
  padding: 5px 5px 8px 5px;
	}

#submenu a:hover {color:#000000;
    text-decoration: none;
    }

 #siteheader {
  margin: 15px 0px 0px 40px;
  }
 #breadcrumbs {
   font-size: 9px;
   color:#999999;
   margin: 10px 50px 15px 50px;
   }
   
   #breadcrumbs a {
     color: #999999;
     text-decoration: underline;
     }
     
   #breadcrumbs a:hover {
      text-decoration: none;  
     }
 
 #content {
   margin: 15px 50px 50px 50px;
   overflow: visible;
   width: 525px;
   }
.nav-current {
  font-weight: bold;
  }


/* Ordered and Unordered List Addes 7/20/2006 */
 #content ol,ul {margin-left: 10px;
   list-style-type: square;}

 #content li {margin-left:10px;
padding-left: 10px;
}
 
.img-left{
  float:left;
  padding: 5px 10px 5px 0px;
  margin-right:15px;
    }

.img-right{
  float:right;
  padding: 5px 0px 5px 10px;
    }

 #maincol p { 
   font-size: 12px;
   }

.question a {
  font-size: 11px;
  color: #660000;
  font-weight: normal;
  text-decoration: underline;
  }

.question a:hover {
  text-decoration: none;
  }

 .imgleft {
   margin: 5px 10px 10px 0;
   }

#footer-container {
   width:800px; 
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 10px; 
    background-color: #fff; 
    background:   url("http://www.belmont.edu/global_styles/dept_bg.gif") repeat-y 50% 0;
   } 
  #footer {
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
    margin-left: 175px;
    background-color: #fff;
  }

  .a1 {font-size: 13px; 
      color:#660000;
      font-weight: normal;
      line-height:110%;
      }

  .a2 {color:#FFFFFF;
      text-decoration: none;
      font-size:11px;
      font-weight: bold;
      }
 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display: none;} 
#twocols, #maincol {width:100%; float: none;}
}

/* Global Styles Definitions */

.text-red {color:#990000;}
.text-blue {color:#003366;}
.no-line-link {text-decoration:none;}
.back-gray {background:#CCCCCC;
    border: 2px solid #990000;}
.back-ltgrn {background:#CCCC99;
    border: 2px solid #990000;}

blockquote.profile {
  float: right;
  margin: 10px 0px 0px 10px;
  width: 200px; /* "em size" is element dependent */
  color: #FFFFFF;
  background: #9999CC;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 3px solid #003366;
  border-bottom: 3px solid #003366;
  }

blockquote.profile img{
  float:left;
  padding-right: 7px;
  }


/* .block-green {color: #006666;
           background:   url("http://www.belmont.edu/global_styles/bg_teal.gif") repeat-y;
           text-style: italic;
           }*/

/* Added Catalog Styles August 13 */
      #maj-min {font-size: small}
      #maj-min TABLE { background: #ffffff;
	               border-collapse: collapse;
		       border: 1px solid #666666;
		     }
      #maj-min TD    { text-align: center;
		       border: 1px solid #666666;}
      #maj-min .gray-bak {background:#EFEFEF;}
      #maj-min .yell-bak {background:#FFFFCC;}
      #maj-min .grn-bak {background:#CCCC99;}
