/*------------------------------------------------------------------------------
        Filename:       test.css
        
        Description:    This is the main style sheet for the physics department
                        website.
        Revision Info:  Current Version: 1.01 (9/7/2006) - L.C.
                        Redesigned to accomodate 1024x786 monitor resolution

                        1.00 (8/1/2006) - L.C.
                        First Implementation
------------------------------------------------------------------------------*/

body{
	background-color: #ccc;
	color: #12438d;
	text-align: center;  
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a,a.normal{
    border-bottom:1px dashed #12438d;
    color: #12438d;
	text-decoration: none;
/*	font-weight: 600;*/

}

a.orange{
	color: #f2a141;
	 border-bottom:1px dashed #f2a141;
}

a.top{
    float: right;
    color: #f2a141;
    border: 0px;
}


a.plain{
	border: 0px;

}



h3{
	font-size: 15px;
}

h4{
	font-size: 12px;
}

li{
    list-style-type: none;
}

li.normal{

}
.center{
	
	text-align: center;
}

.indent{
    margin-left: 3em;
}

.indentsm{
    margin-left: 1em;
}

table{	
	color: #12438d;
}

div#everything{
	width: 820px;
	margin: 0px auto 0px auto; 
	padding: 0px;
}

div#leftImage{
	float: left;
	margin-bottom: 10px;
}

div#rightImage{
    float: right;
    margin: 10px;
//    border: 1px solid #12438d;
}

div#SearchBox{
  	float: right;
	width: 760px;
	height: 30px;
    padding: 0px;
}

div#InnerSearch{	
	float:right;
	width: 550px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	color:#f2a141;
}

div#SpaceHolder{
	float: left;
	width: 57px;
	height: 30px;
}

div#container{
	float: right;
	width: 760px; 
	text-align: left; 
	padding: 0px;
}	

div#Image{
	margin-bottom: 5px;
	padding: 0px;	
}

div#Content, div#ContentVariant{
	background-color: #ddd;
	border: 1px solid #9c9b9b;
	width: 631px;
	margin: 0px 10px 10px 0px;
	float: left;
	padding: 0px;
}

 #Content{
	height: 300px;
}


 #ContentTextBox{
	padding: 20px;
}

 #FSContentTextBox{
	padding: 40px;
}


 #Tab{
	height: 20px;
	padding: 0px;
}

 #SideMenuTab{
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 10px 0px 10px;
	background-color: #796e6a;
	color: #f2a141;
}

 #TitleBar{
	background-color: #9c9b9b;
	height: 25px;
	padding: 0px
}


 #Title{
	font-size: 12px;
	color: White;
	letter-spacing: 2px;
	padding: 0px;
	font-weight: 200;
}

 #DateBox{
	float: right;
	padding: 0px 10px 0px 0px;
	margin-top: 8px;
}

 #TitleBox{
	float: left;
	padding: 0px;
	margin: 8px 0px 0px 10px;
}

 #BottomMenu{
    margin: 1px auto 0px auto;
    width: 817px;
    padding-left: 40px;
}

 #DownPadding{
	width: 100%;
}

 #MenuBox{
	background-color: #12438d;
	width: 110px;
	height: 300px;
	float: right;
	display: inline;
	padding: 0px;
	border: 1px solid #9c9b9b;
}

 #Info{
	padding: 30px;
	font-size: 12px;
    color: #fff;
	background-color: #4d72aa;
	border: 10px solid #12438d;
	margin-top: 20px;
}
/*--------------------------------Side Menu-----------------------------------*/
#SideMenu {
	width: 110px;
	background: #eee;
	height: auto;
} 

#SideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#SideMenu a {
	font: 11px verdana, arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 3px;
	color: #f2a141;
	background: #4d72aa;
	text-decoration: none;
	border: none;
}

#SideMenu a:hover {
	background: #5b87c9;
	color: #fff;
}

#UNRLogoSpacing {
    height: 300px;
    margin-top: 75px;

}

/*-----------------------------Main Menu--------------------------------------*/
#menu {
	background: #12438d;
	float: left;
    width: 100%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.menuULContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
}

#menu a, #menu h2 {
    font: 11px verdana, arial, helvetica, sans-serif;
	display: block;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 13px 3px 12px;
}

#menu h2 {
	color: #f2a141;
	background: #12438d;
	font-size: 11px;
}

#menu li h2 a{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #12438d;
    color: #f2a141;
    display: inline;
}

#menu li h2 a:hover{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #12438d;
    color: #fff;
}

#menu a {
	color: #fff;
	background: #4d72aa;
	text-decoration: none;
}

#menu h2:hover{
	color: #fff;
}

#menu a:hover {
	color: #fff;
	background: #5b87c9;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

 #menu ul ul,
 #menu ul li:hover ul ul,
 #menu ul ul li:hover ul ul{
	display: none;
}

 #menu ul li:hover ul,
 #menu ul ul li:hover ul,
 #menu ul ul ul li:hover ul{
	display: block;
}

 #MenuLinks{
	background-color: #ddd;
}

