/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html {
    overflow-y: scroll;
}

.container 
{
	width:960px;
	height:auto;
	margin-left:auto; 
	margin-right:auto;
	background-color:#ebebeb;
	
}
.header 
{
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:auto;
}
body
{ 
background-image:url('background.jpg');
background-repeat:repeat;
background-attachment:fixed;
background-position:center; 
}
.content {
	padding: 12px 12px 12px 12px;/* 12px for footer 01.06.2011 */
}
.left_column {
	background-color:#FFF;
	
	float: left;
	text-align: left;
	width: 150px; /* 18.2em */
	margin: 0px 0px 0 0;
	padding: 0px;
	border-radius:5px;	
	
}
.left_column a:hover{
	background-color:#4F1315;
	color:#CCC;
	text-decoration:none;
}
.left_column_top {
	background-color:#4F1315;
	height:20px;
	color:#FFF;
	text-align:center;
	}
.left_column ul {
	list-style:none;
}
.left_column li a {
	color:#000;
	}
.middle_column {
	float:right;
	width:780px;
	line-height: 20px;/*18px*/
	word-wrap:break-word;
	_word-wrap:normal; /* word-wrap:break-word; destort justify in ie6 http://www.brunildo.org/test/IEbreak-word.html */
	text-align: left;
	background-color:#FFF;
	border-radius:5px;
	font-size: 10px;
}
#accordion p {
	font-size:12px;}
#tabs p {
	font-size:10px;
	color: #000;
}
	#tabs ul li a {
	font-size:12.5px;
}
.middle_column_top {
	background-color:#4F1315;
	height:20px;
	color:#FFF;
	text-align:center;
	}


/* for globle header */
#global_header_container{
    padding:0;
    margin:0;
}
#global_header {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
    height:20px;
    position:relative;
    vertical-align: top;
    color:#FFFFFF;
}
.global_header_red {
    background-image: url("http://www.ou.edu/content/common/images/global_hdr_crimson.gif");
}
.global_header_silver {
    background-image: url("http://www.ou.edu/content/common/images/global_hdr_silver.gif");
}
#global_header_left {
    float:left;
    padding-left:5px;
}
#global_header_right {
    display:inline;
    float:right;
    padding:0 150px 0 0;
}
#global_header a {
    text-decoration: none;
    color: #FFFFFF;
    padding-left:10px;
    padding-right:10px;
}
#global_header a:hover {
  color:#ffffff;
  background-color:transparent;
  text-decoration:none;
}
#global_header #globalnavsearch {
    position: absolute;
    right: 10px;
    top:2px;
    *top:1px;
    padding-left:20px;
}
#global_header #globalnavsearch .searchbox {
    background-image:url("http://www.ou.edu/content/common/images/search_bg.gif");
    background-repeat: no-repeat;
    height: 12px;
    font-size: 11px;
    border:1px solid #888888;
    vertical-align:top;
    width:110px;
    *margin-top: -1px
}
#global_header #globalnavsearch .searchimage {
    position: relative;
}
.hiddenlabel {
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}


/* for horizontal navigation bar */
#centernav {
  width: 960px; /* if you want your nav centered, set this to the width of your container, if you don't want it centered, change this number to 100% */
  margin-left: auto ;
  margin-right: auto ;
}

#dropnav 
{height:25px; background:#4F1315;} /* Changes the height and bg color of the main menu */

#dropnav ul
{margin:0px; padding:0px; text-align:center;}

#dropnav ul li
{display:inline; float:left; list-style:none; margin-left:0px; position:relative; height:25px; width: 120px;} /* only edit the last 2 items - sets the width of the main menu */

#dropnav li a
{color:#FFF; text-decoration:none;} /* Changes the link color of items on the main menu */

#dropnav li a:hover
{color:#999; text-decoration:none;}/* Changes the hover color of items on the main menu */

#dropnav li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; z-index: 99; top:25px; background-color:#4F1315;} /* Only edit the last 2 items - set the top margin and background color of the submenus */

#dropnav li:hover ul
{display:block; width:130px;} /* sets the width of the submenus */

#dropnav ul ul
{ text-align:center;}

#dropnav li li
{ list-style:none; display:list-item;} /* DO NOT EDIT */

#dropnav li li a
{color:#FFF; text-decoration:none;} /* Changes the link color of items in the submenu */

#dropnav li li a:hover
{color:#999; text-decoration:none;} /* Changes the hover color of items in the submenu */

li#main  {padding-top: 2px;} /* Sets the padding of items in the main menu */

</style>
