/****** Main Styles *****************************************/

*{margin:0; padding:0;}

body {
           background: #2f2f2f;
           font: 100% Arial, Helvetica, sans-serif;
           padding: 0px;
           margin-top: 10px;
           text-align: center;
	       width: 100%;
		   min-width: 920px;
     }

div#main {
            padding: 0px;
	        margin: 0 auto;
            width: 900px;
			min-height: 820px;
			height: 100%;
			/**border: 5px solid #e0e0e0;
  		    background-color: #ffffff;**/
		    overflow: auto;
			overflow-x: hidden;
			overflow-y: hidden;
		 }
		 
#mainwrapper {
                background-image:url();
		        background-repeat: repeat-x;
		        background-position: center 200px;
             }

/*************** Header Styles ****************************/

a.skip {
          display: block;
          overflow: hidden;
		  position:absolute;
		  top: -100px;
          width: 0;
          height: 0;
       }

#timeweather {
                margin-left: 10px;
                font-weight: normal;
                font-size: 11px;
             }

#timeweather img {
                    vertical-align: middle;
                 }
				 
#headlinks {
              position: relative;
			  left: 500px; /** Orignal value was 352px with Activities in  **/
			  width: 400px; /** Orignal value was 450px with Activities in  **/
			  top: -20px;
			  z-index: 3;
			  font-size: 12px;
           }

#campushead {
               position: relative;
	           padding: 1px;
	           height: 23px;
	           width: 898px;
	           color: #cccccc;
			   background: #7d7d80;
	           text-align: left;
		       font-weight: normal;
			   z-index: 3;
            }
			
#campushead a {
                 padding: 0px;
	             color: #cccccc;
	             text-decoration: none;
              }

#campushead a:hover {
	                   color: #ffffff;
	                   text-decoration: none;
                       font-weight: normal;
	                }

#campushead form {
                    vertical-align: middle;
					display: inline;
                 }
				 
#campushead input {
					font-size: 11px;
                  }

#query {
          background-color: #cccccc;
		  border: 1px solid #cccccc;
		  color: #7d7d80;
		  vertical-align: middle;
       }
	   
#searchbutton {
		         vertical-align: middle;
	          } 
	   
.bullet {
		   vertical-align: middle;
        }

#campushead ul:hover .item, #campushead ul:hover .itemtitle {
                                                           display: block;
				   	                                       visibility: visible;
                                                        }
					  
.itemtitle {
              width: 200px;
              display: none;
		      visibility: hidden;
			  color: #cccccc;
			  padding-left: 2px;
			  padding-right: 8px;
			  position: relative;
			  left: 425px;
			  z-index: 3;
           }

.item {
         width: 200px;
         display: none;
		 visibility: hidden;
		 color: #ffffff;
		 padding-left: 10px;
         border-top: 1px dotted #ffffff;
		 position: relative;
		 left: 425px;
		 z-index: 3;
      }

#campushead ul {
		       cursor: pointer;
			   margin-left: 0px;
               display: inline;
			   width: 110px;
			   position: relative;
            }

#campushead li {
	   		    background: #285b71;
				width: 150px;
				height: 100%;
			 }


#items {
          position: relative;
		  padding: 0px;
		  margin: 0px;
		  cursor: pointer;
		  font-size: 12px;
	      width: 150px;
		  z-index: 3;
       }
	   
.top {
        color: #cccccc;
		font-weight: normal;
		display: inline;
		position: relative;
     }


#mainlogosection {
	                margin-top: 5px;
					height: 339px;
                 }
				 



/******** Left Bar Styles *****************************/

#leftfloat {
                 width: 300px;
                 float: left;
			     min-height: 1756px;
			     height:100% !important; /*hack for ie 5 that ignores min-height :) */
			     overflow: auto;
				 background: #ffffff url(../images/backgroundmodule.jpg) center center repeat-y;
           }
		   

#leftnav {
               width: 300px;
               float: left;
			   min-height: 1756px;
			   height:100% !important; /*hack for ie 5 that ignores min-height :) */
			   overflow: auto;
			   background: #1f5b77;
               background: url(../images/leftmodulebottom.jpg) bottom left no-repeat;
            }
			
#leftnav p {
               text-align: left;
			   margin-left: 15px;
			   margin-top: 10px;
			   color: #2f2f2f;
			   font-size:12px;
            }
			
#leftnav li {
               font-size:12px;
			   text-align: left;
			   margin-left: 50px;
			   width: 240px;
            }
			
* + html #leftnav li {
                        font-size:12px;
			            vertical-align: super;
			            text-align: left;
			            margin-left: 50px;
			            width: 240px;
				      }

#leftnav a {
	           color: #000033;
	           text-decoration: none;
               font-weight: bold;
	        }
			 
#leftnav a:hover {
	                 color: #617e58;
	                 text-decoration: none;
                     font-weight: bold;
	              }
			   

/******** Right Bar Styles *****************************/

div#rightfloat {
 				 font-size: 8pt;
                 padding: 0;
                 float: right;
                 width: 175px;
                 min-height: 370px;
                 height: 100%;
                 margin-top: 0px;
                 margin-left: 10px;
              }

/***** Content Area Styles *****************************/

.toptwenty { margin-top: 20px;  }

h1 {
      text-align: left;
	  font-size: 20px;
	  padding: 10px;
	  color: #333333;
   }
   
h2 {
      text-align: left;
	  font-size: 18px;
	  padding-top: 10px;
	  margin-left: 10px;
	  margin-top: 3px;
	  color: #333333;
	  border-bottom: 1px dotted #cccccc;
   }

h3 {
      text-align: left;
	  font-size: 14px;
	  padding: 10px;
	  margin-top: 3px;
	  color: #333333;
	  font-weight: bold;
   }
   
   
.barh2 {
          text-align: left;
	      font-size: 16px;
	      padding: 10px;
	      margin-top: 3px;
	      color: #333333;
		  background: #cccccc;
       }

.inlinelist {
	           position: relative;
			   left: 50px;
	           top: -50px;
            }

.inlinelist li {
	              display: inline;
				  list-style-type: none;
				  margin-left: 10px;
               }

#content {
				/**border-left: #302035 15px solid;*/
				min-height: 820px;
				height:100% !important; /*hack for ie 5 that ignores min-height :) */
				margin-bottom: 5px;
				font-size: 12pt;
				overflow: auto;
				overflow-x: hidden;
				background: #ffffff	url(../images/watermark.gif) bottom right no-repeat;
				padding: 10px;
             }
			 
#content.push {
				/**border-left: #302035 15px solid;*/
				min-height: 1500px;
				height:100% !important; /*hack for ie 5 that ignores min-height :) */
				margin-bottom: 5px;
				font-size: 12pt;
				overflow: auto;
				overflow-x: hidden;
				background: #ffffff	url(../images/watermark.gif) bottom right no-repeat;
				padding: 10px;
                 }

#content.push200 {
				    min-height: 750px;
					height: auto !important;
                    height: 750px;
                 }
				 
#content.push100 {
				    min-height: 450px;
					height: auto !important;
                    height: 650px;
                 }
		  
.norightwide  {
                 margin-right: 0px;
			     width: 580px;
              }
		  
.rightnav {
             margin-right: 180px;
			 width: 400px;
          }

.lefty {
          padding-left: 15px;
       }
		  
.column1 {
            border-right: 2px solid #302035;
			padding-right: 5px;
            float: left;
			width: 460px;
         }
		 
.column2 {
			margin-left: 3px;
			width: 320px;
			overflow: hidden;
         }		

	  		  
#content p {
              padding: 0px;
              text-align: left;
              margin-left: 10px;
              font-size: 15px;
			  margin-top: 10px;
			  margin-bottom: 20px;

           }

#content .topanchor {
		               border-top: dotted 1px #302035;
           			   margin-bottom: 20px;
	                   margin-top: 3px;
			           background: url(/common/images/arrowup.gif);
			           background-repeat: no-repeat;
			           background-position: 25px center;
                    }										
					 
#content ul {
               text-align: left;
			   margin-left: 30px;
			   list-style-type: square;
			   font-family: inherit;
			   font-size: 15px;
            }
			
#content ol {
               text-align: left;
			   margin-left: 25px;
			   font-family: inherit;
			   font-size: 15px;
            }
						
#content li {
               line-height: 25px;
            }
			
#content form {
                 text-align: left;
				 margin-left: 15px;
              }
		   


.nongridtable {
                 border: none;
			     margin-left: 10px;
			     margin-right: auto;
				 margin-top: 10px;
			     text-align:left;
			     font-size: 10pt;
              }
		   
.nongridtable tr { 
                    border: none; 
			     }

.nongridtable th { 
	                border-bottom: none;
				    padding: 2px;
				    text-align: left;
				    color: #333333;
			     }
			  
.nongridtable td { 
                    border: none; 
				    padding: 15px;
			     }
		   
		   
/************** Footer Styles ***************************/
#footerbg {
			/** border-top: 2px solid #302035;
             background-image:url(/common/images/greyfooterbg.gif);*/
			 background-repeat: repeat-x;
	         background-position: center -70px;
			 width: 100%;
			 min-width: 900px;
			 height: 70px;
          }


div#footer {
              padding: 0px;
              margin-left: auto;
			  margin-right: auto;
              margin-top: 3px;
              width: 850px;
              color: #666666;
              font-size: 8pt;
              text-align: left;
              height: 50px;
           }

#footer a {
	         color: #666666; 
	         text-decoration: none;
	      }

#footer a:hover {
	              color: #ffffff; 
	              text-decoration: none;
                  font-weight: normal;
	            }
 
/************** Link Styles ******************************/

a:link {
          padding: 0px;
          color: #297094;
          text-decoration: none;
       }

a:visited {
            padding: 0px;
            color: #297094;
            text-decoration: none;
          }

a:hover {
          padding: 0px;
          color: #2f2f2f;
          text-decoration: none;
        }

a:active {
           padding: 0px;
           color: #297094;
           text-decoration: none;
         }

/******** Image Styles ************************************/
img {
       padding: 0;
       margin: 0;
       border: none;
    }


/************** Breadcrumb Styles ***************************/

#breadcrumbs {
               padding: 0;
               text-align: left;
			   margin-left: 10px;
			   margin-top: 10px;
               color: #838383;
               margin-bottom: 10px;
               font-size: 8pt;
             }

#breadcrumbs a {
	             color: #302035; 
	             text-decoration: none;
	           }

#breadcrumbs a:hover {
	                   color: #333333; 
	                   text-decoration: none;
                       font-weight: normal;
	                 }

/************** General Styles ***************************/

#qllist ul li {
                 list-style-type: none;
				 line-height: 30px;
              }

.floatleft {
              float: left;
			  margin-right: 15px;
			  margin-bottom: 0px;
           }

.floatright {
              float: right;
			  margin-left: 15px;
			  margin-bottom: 0px;
           }
		   		   
.leftimage {
              float: left;
			  margin: 10px;
			  font-size: 10px;
           }

a.pdfitem {
             background: url(/common/images/pdf.gif) no-repeat 100% 50%;
			 padding-right: 20px;
          }
		 
a.pdfitem:hover {
             background: url(/common/images/pdf.gif) no-repeat 100% 50%;
			 padding-right: 20px;
          }

li a.extitem {
                margin-left: 0px;
             }

a.extitem {
             background: url(/common/images/externallink.gif) no-repeat 100% 50%;
			 padding-right: 15px;
          }

a.extitem:hover {
             background: url(/common/images/externallink.gif) no-repeat 100% 50%;
			 padding-right: 15px;
          }
		 
* html a.extitem, * html a.pdfitem
{
   height : 6px;
}

* + html a.extitem, * + html a.pdfitem
{
		display: inline-block;

}

.mailitem {
			list-style-type: none;
            background-image: url(../../common/images/mail.gif);
            background-repeat: no-repeat;
            background-position: 0px center;
            margin-left: -20px;
            padding-left: 20px;
         }
		 
.phoneitem {
			  list-style-type: none;
              background-image: url(../../common/images/phone.gif);
              background-repeat: no-repeat;
              background-position: 0px center;
              margin-left: -20px;
              padding-left: 20px;
           }
		   		   
.updateddate, #content .updateddate {
                                      font-size: 10px;
			           	              color:#999999;
									  margin: 0px 0px 0px 10px;
                                    }
									
.thumbnail {
              width: 115px; 
			  height: 115px; 
			  background-image:url(../../../common/images/thumbnailshadow.jpg);
			  float: left;
			  margin-right: 5px;
			  margin-bottom: 5px;
           }
		   
.thumbnail img {
                  margin-top: 8px; 
				  margin-left: 8px; 
				  border: 1px solid #ffffff;
               }

.subhead {
	        color: #285b71;
			font-style:italic;
         }
					   
/******** Quick Link Styles ************************************/
#sddm
{
	z-index: 30;
	list-style-type: none;
	display: inline;
}

#sddm div
{ 
    position: absolute;
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0;
	border: 1px solid #302035;
	width: 150px;
	left: 140px;  /** Original Value was 185px  **/
	top: 15px;
	opacity: 0.95;
	/**filter:alpha(opacity=95); Taken out- proprietary IE**/
	background:url(../../common/images/qlbarfade.gif) repeat-x #c2bdbf;
}

#sddm div a
{
   display: block;
   margin: 0;
   padding: 3px;
   white-space: nowrap;
   text-align: left;
   text-decoration: none;
   color: #141414;
   font-size: 11px;
   z-index: 10;
}
	
#sddm div a.headerql
{
   background: #cccccc;
   font-weight: bold;
   text-transform: uppercase;
}

#sddm div a:hover, #wwi div a:hover
{
   background: #cccccc;
   color: #617e58;
}
		
#ml
{
   z-index: 3;
   position: relative;
}

#wwi
{
	z-index: 30;
	list-style-type: none;
	display: inline;
	margin-left: 5px;
	   overflow: scroll;
}
 
#wwi div
{ 
    position: absolute;
	visibility: hidden;
    background: #cccccc;
	display: none;
	margin: 0;
	padding: 0;
	border: 1px solid #302035;
	width: 150px;
	opacity: 0.95;
	/**filter:alpha(opacity=95); Taken out- proprietary IE**/
}

#wwi div a
{
   display: block;
   margin: 0;
   padding: 3px;
   height: 100%;
   text-align: left;
   text-decoration: none;
   color: #202020;
   font-size: 11px;
   z-index: 10;
   background: #cccccc;
   border-bottom: 1px dotted #333333;
   overflow: auto;
}

#wwilinks
{
   position: relative;
   z-index: 10;
}

#customizelink
{
   font-style: italic;
}
